~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Lee
  • Date: 2008-12-30 20:30:32 UTC
  • mfrom: (755 testable)
  • mto: (758.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 759.
  • Revision ID: lbieber@lbieber-desktop-20081230203032-efgw9i13f37632qz
merge with latest from the trunk

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