~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2010-03-19 23:10:23 UTC
  • Revision ID: brian@gaz-20100319231023-iihkarfgltx1iuty
Small interface bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1348
1348
    goto err;
1349
1349
 
1350
1350
  /* Check if table already exists */
1351
 
  if (lex_identified_temp_table &&
1352
 
      session->find_temporary_table(identifier.getDBName().c_str(), identifier.getTableName().c_str()))
 
1351
  if (lex_identified_temp_table && session->find_temporary_table(identifier))
1353
1352
  {
1354
1353
    if (is_if_not_exists)
1355
1354
    {