~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_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:
262
262
  LOCK_open.lock(); /* final bit in rm table lock */
263
263
 
264
264
err_with_placeholders:
265
 
  unlock_table_names(tables, NULL);
 
265
  tables->unlock_table_names();
266
266
  LOCK_open.unlock();
267
267
  session->no_warnings_for_error= 0;
268
268