~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2010-03-03 05:02:36 UTC
  • mfrom: (1309.2.19 build)
  • Revision ID: brian@gaz-20100303050236-y7dotibgwks12gyp
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1562
1562
  cursor= 0;                            /* For easier errorchecking */
1563
1563
  if (free_share)
1564
1564
  {
1565
 
    if (s->tmp_table == NO_TMP_TABLE)
 
1565
    if (s->tmp_table == STANDARD_TABLE)
1566
1566
      TableShare::release(s);
1567
1567
    else
1568
1568
      s->free_table_share();