~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/rename_table.cc

  • Committer: Brian Aker
  • Date: 2010-11-08 17:40:41 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1916.
  • Revision ID: brian@tangent.org-20101108174041-owap774v8l5vvnl4
Push some functions behind classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
  }
116
116
 
117
117
  LOCK_open.lock(); /* unlock all tables held */
118
 
  unlock_table_names(table_list, NULL);
 
118
  table_list->unlock_table_names();
119
119
  LOCK_open.unlock();
120
120
 
121
121
err: