~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2010-06-11 18:03:14 UTC
  • mfrom: (1608.2.4 rollup)
  • Revision ID: brian@gaz-20100611180314-1bafy27fvm3t7z1j
Merge in some recent changes to tableshare.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
  if (free_share)
98
98
  {
99
 
    if (s->tmp_table == message::Table::STANDARD)
 
99
    if (s->getType() == message::Table::STANDARD)
100
100
    {
101
101
      TableShare::release(s);
102
102
    }