~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Eric Day
  • Date: 2009-10-31 21:53:33 UTC
  • mfrom: (1200 staging)
  • mto: This revision was merged to the branch mainline in revision 1202.
  • Revision ID: eday@oddments.org-20091031215333-j94bjoanwmi68p6f
Merged trunk.

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