~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2010-05-21 05:06:34 UTC
  • mfrom: (1552.1.4 new-staging)
  • Revision ID: brian@gaz-20100521050634-zsy73ksh4buulhir
Merge for auto increment bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1192
1192
    Note-> refresh_version is currently changed only during FLUSH TABLES.
1193
1193
  */
1194
1194
  if (!open_tables)
 
1195
  {
1195
1196
    version= refresh_version;
 
1197
  }
1196
1198
  else if ((version != refresh_version) &&
1197
1199
           ! (flags & DRIZZLE_LOCK_IGNORE_FLUSH))
1198
1200
  {