~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
    true  Error sending data to client
196
196
*/
197
197
 
198
 
const LEX_STRING warning_level_names[]=
 
198
const lex_string_t warning_level_names[]=
199
199
{
200
200
  { C_STRING_WITH_LEN("Note") },
201
201
  { C_STRING_WITH_LEN("Warning") },