~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.cc

  • Committer: Lee Bieber
  • Date: 2011-03-13 16:37:38 UTC
  • mfrom: (2227.4.18 session2)
  • Revision ID: kalebral@gmail.com-20110313163738-7ti21zk40o2xi3ew
Merge Olaf - Refactor Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
1924
1924
  }
1925
1925
 
1926
1926
  err= ib_cursor_first(cursor);
1927
 
  if (current_session->getLex()->sql_command == SQLCOM_CREATE_TABLE
 
1927
  if (current_session->lex().sql_command == SQLCOM_CREATE_TABLE
1928
1928
      && err == DB_MISSING_HISTORY)
1929
1929
  {
1930
1930
    /* See https://bugs.launchpad.net/drizzle/+bug/556978