~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-10 12:49:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2233.
  • Revision ID: olafvdspek@gmail.com-20110310124938-gwhzx3pq8ueg682n
Session::lex()

Show diffs side-by-side

added added

removed removed

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