~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Mark Atwood
  • Date: 2008-12-29 21:49:54 UTC
  • mto: (754.1.4 devel)
  • mto: This revision was merged to the branch mainline in revision 755.
  • Revision ID: me@mark.atwood.name-20081229214954-0m9xrjsceg5tr3s6
integrate errmsg plugin into sql_print_* functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
3372
3372
 
3373
3373
    if (ha_flush_logs(NULL))
3374
3374
      result=1;
3375
 
    if (flush_error_log())
3376
 
      result=1;
3377
3375
  }
3378
3376
  /*
3379
3377
    Note that if REFRESH_READ_LOCK bit is set then REFRESH_TABLES is set too