~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2009-10-30 15:58:06 UTC
  • mfrom: (1183.1.30 merge)
  • Revision ID: brian@gaz-20091030155806-bq7mu2f5ljtodn0h
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1554
1554
        pthread_mutex_lock(&LOCK_open); /* CREATE TABLE... has found that the table already exists for insert and is adapting to use it */
1555
1555
        if (session->reopen_name_locked_table(create_table, false))
1556
1556
        {
1557
 
          quick_rm_table(create_info->db_type, create_table->db,
 
1557
          quick_rm_table(*session, create_table->db,
1558
1558
                         create_table->table_name, false);
1559
1559
        }
1560
1560
        else