~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/cache.cc

  • Committer: Brian Aker
  • Date: 2011-04-22 15:01:43 UTC
  • mfrom: (2281.4.4 prune)
  • Revision ID: brian@tangent.org-20110422150143-fepk5ob90v66b9r3
MergeĀ inĀ Olaf

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;