~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-06-03 19:29:56 UTC
  • mto: This revision was merged to the branch mainline in revision 1047.
  • Revision ID: brian@gaz-20090603192956-jrxrsu2ppw71yw3n
Formatting/style cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2116
2116
  if (session->lock)
2117
2117
  {
2118
2118
    mysql_unlock_tables(session, session->lock);
2119
 
    session->lock=0;                    // Start locked threads
 
2119
    session->lock= NULL;                        // Start locked threads
2120
2120
  }
2121
2121
  /* Close all copies of 'table'.  This also frees all LOCK TABLES lock */
2122
2122
  unlink_open_table(session, table, true);