~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2008-12-30 19:02:23 UTC
  • mfrom: (754.1.5 devel)
  • Revision ID: brian@tangent.org-20081230190223-rn12eakjctaj6fmt
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
3316
3316
 
3317
3317
    if (ha_flush_logs(NULL))
3318
3318
      result=1;
3319
 
    if (flush_error_log())
3320
 
      result=1;
3321
3319
  }
3322
3320
  /*
3323
3321
    Note that if REFRESH_READ_LOCK bit is set then REFRESH_TABLES is set too