~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_table.cc

  • Committer: Brian Aker
  • Date: 2009-11-17 18:11:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1222.
  • Revision ID: brian@gaz-20091117181145-567c6eg3zdi7572l
Remove mysql_lock_have_duplicate()  (we don't have merge, and our partition
will not require this in the future).

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
      {
137
137
        TableList *duplicate= NULL;
138
138
        create_table= session->lex->unlink_first_table(&link_to_local);
139
 
        if ((duplicate= unique_table(session, create_table, select_tables, 0)))
 
139
        if ((duplicate= unique_table(create_table, select_tables)))
140
140
        {
141
141
          my_error(ER_UPDATE_TABLE_USED, MYF(0), create_table->alias);
142
142
          /*