Merge lp:~fallenpegasus/drizzle/errmsg into lp:~drizzle-trunk/drizzle/development

Proposed by Mark Atwood
Status: Merged
Merged at revision: not available
Proposed branch: lp:~fallenpegasus/drizzle/errmsg
Merge into: lp:~drizzle-trunk/drizzle/development
To merge this branch: bzr merge lp:~fallenpegasus/drizzle/errmsg
Reviewer Review Type Date Requested Status
Drizzle Developers Pending
Review via email: mp+1859@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mark Atwood (fallenpegasus) wrote :

The errmsg plugin handling has been connected to sql_print_error, sql_print_warning, and sql_print_information
Also, the errmsg plugin framework will emit to stderr if no errmsp plugin is installed

There is now a lot of dead code from the old error logging handling to rip out.

lp:~fallenpegasus/drizzle/errmsg updated
603. By Brian Aker

Merging in Monty's work.