~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2010-03-02 22:39:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1319.
  • Revision ID: brian@gaz-20100302223909-qbwpuonvw68igvfw
Small name change (AKA... I hate reading the NO_**@##@$# logic).

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();