~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2009-12-01 21:58:19 UTC
  • mto: (1237.3.2 push)
  • mto: This revision was merged to the branch mainline in revision 1236.
  • Revision ID: brian@gaz-20091201215819-y4ye7tiopu9a1sz1
Remove the need for trans/non-trans temp tables for lock conditions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1518
1518
 
1519
1519
  TableIdentifier identifier(create_table->db,
1520
1520
                             create_table->table_name,
1521
 
                             lex_identified_temp_table ?  NON_TRANSACTIONAL_TMP_TABLE :
 
1521
                             lex_identified_temp_table ?  TEMP_TABLE :
1522
1522
                             NO_TMP_TABLE);
1523
1523
 
1524
1524