~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.cc

  • Committer: Brian Aker
  • Date: 2009-05-15 07:16:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515071635-chkog3hw0ht2f8mw
A number of random cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
  }
134
134
 
135
135
  if (session->handle_error(code, msg, level))
136
 
    return(NULL);
 
136
    return NULL;
137
137
 
138
138
  if (session->warn_list.elements < session->variables.max_error_count)
139
139
  {