~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/cache.cc

  • Committer: Monty Taylor
  • Date: 2011-04-06 21:23:45 UTC
  • mfrom: (2268.1.4 build)
  • Revision ID: mordred@inaugust.com-20110406212345-a7w7nkcuq60ybi4z
Merge Monty: Windows Fixes
Merge Olaf: open_table refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
          open_tables list. Aborting the MERGE lock after a child was
212
212
          closed and before the parent is closed would be fatal.
213
213
        */
214
 
        for (Table *session_table= in_use->open_tables;
 
214
        for (Table *session_table= in_use->open_tables.open_tables_;
215
215
             session_table ;
216
216
             session_table= session_table->getNext())
217
217
        {