~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Brian Aker
  • Date: 2010-03-02 22:39:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1319.
  • Revision ID: brian@gaz-20100302223909-qbwpuonvw68igvfw
Small name change (AKA... I hate reading the NO_**@##@$# logic).

Show diffs side-by-side

added added

removed removed

Lines of Context:
410
410
      }
411
411
    }
412
412
 
413
 
    TableIdentifier identifier(db, table->table_name, table->internal_tmp_table ? INTERNAL_TMP_TABLE : NO_TMP_TABLE);
 
413
    TableIdentifier identifier(db, table->table_name, table->internal_tmp_table ? INTERNAL_TMP_TABLE : STANDARD_TABLE);
414
414
 
415
415
    if (table_type == NULL && not plugin::StorageEngine::doesTableExist(*session, identifier))
416
416
    {