~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/cache.cc

  • Committer: Olaf van der Spek
  • Date: 2011-04-19 13:46:56 UTC
  • mto: This revision was merged to the branch mainline in revision 2288.
  • Revision ID: olafvdspek@gmail.com-20110419134656-pp22rdpim5o73oiu
Delete write-only Session::some_tables_deleted

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
          force threads that are in lockTables() (but not yet
202
202
          in thr_multi_lock()) to abort it's locks, close all tables and retry
203
203
        */
204
 
        in_use->some_tables_deleted= true;
205
204
        if (table->is_name_opened())
206
205
        {
207
206
          result= true;