~brianaker/drizzle/fix-missing-result-file

« back to all changes in this revision

Viewing changes to plugin/pbms/src/open_table_ms.cc

  • Committer: Mark Atwood
  • Date: 2011-09-14 03:30:42 UTC
  • mfrom: (2409.2.6 refactor7)
  • Revision ID: me@mark.atwood.name-20110914033042-2u0s8foaigvf62g2
mergeĀ lp:~olafvdspek/drizzle/refactor7

Show diffs side-by-side

added added

removed removed

Lines of Context:
695
695
void MSOpenTablePool::check()
696
696
{
697
697
        MSOpenTable     *otab, *ptab;
698
 
        bool            found;
699
698
 
700
699
        if ((otab = (MSOpenTable *) iPoolTables.getBack())) {
 
700
        bool found;
701
701
                do {
702
702
                        found = false;
703
703
                        ptab = iTablePool;