~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.cc

  • Committer: Brian Aker
  • Date: 2009-06-03 20:09:44 UTC
  • Revision ID: brian@gaz-20090603200944-e2nwlqgalz6tnjpl
Removed useless handler call (was for MERGE).

Show diffs side-by-side

added added

removed removed

Lines of Context:
734
734
 
735
735
    if (t->s->tmp_table != NON_TRANSACTIONAL_TMP_TABLE)
736
736
    {
737
 
      tables+= t->file->lock_count();
 
737
      tables++;
738
738
      lock_count++;
739
739
    }
740
740
  }