~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:24:33 UTC
  • mfrom: (575.2.2 devel)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107002433-vj1371j0ko3i194x
MergedĀ fromĀ devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1590
1590
      new_list= table->next_local[0];
1591
1591
    }
1592
1592
 
1593
 
    if (end_active_trans(session) || mysql_rename_tables(session, first_table, 0))
 
1593
    if (end_active_trans(session) || drizzle_rename_tables(session, first_table, 0))
1594
1594
      {
1595
1595
        goto error;
1596
1596
      }