~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-11-16 23:57:07 UTC
  • mto: This revision was merged to the branch mainline in revision 1221.
  • Revision ID: brian@gaz-20091116235707-4uee1jm5v0ylkqcw
Remove HTON_BIT_FLUSH_AFTER_RENAME

Show diffs side-by-side

added added

removed removed

Lines of Context:
1760
1760
  if (create_info->options & HA_LEX_CREATE_TMP_TABLE)
1761
1761
  {
1762
1762
    /* Open table and put in temporary table list */
1763
 
    if (!(session->open_temporary_table(path, db, table_name, 1)))
 
1763
    if (!(session->open_temporary_table(path, db, table_name, true)))
1764
1764
    {
1765
1765
      (void) session->rm_temporary_table(create_info->db_type, path);
1766
1766
      goto unlock_and_end;