~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.cc

  • Committer: Brian Aker
  • Date: 2011-02-22 06:12:02 UTC
  • mfrom: (2190.1.6 drizzle-build)
  • Revision ID: brian@tangent.org-20110222061202-k03czxykqy4x9hjs
List update, header fixes, multiple symbols, and David deletes some code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
 
228
228
  unit->set_limit(sel);
229
229
 
230
 
  List<DRIZZLE_ERROR>::iterator it(session->warn_list);
 
230
  List<DRIZZLE_ERROR>::iterator it(session->warn_list.begin());
231
231
  while ((err= it++))
232
232
  {
233
233
    /* Skip levels that the user is not interested in */