~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Brian Aker
  • Date: 2009-08-05 07:19:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1111.
  • Revision ID: brian@gaz-20090805071917-ukm39wpvfesxthiz
More Table refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
2723
2723
        table_list->table->file->extra(HA_EXTRA_NO_CACHE);
2724
2724
        table_list->table->file->extra(HA_EXTRA_RESET_STATE);
2725
2725
        table_list->table->file->ha_delete_all_rows();
2726
 
        free_io_cache(table_list->table);
2727
 
        filesort_free_buffers(table_list->table,1);
 
2726
        table_list->table->free_io_cache();
 
2727
        table_list->table->filesort_free_buffers(true);
2728
2728
        table_list->table->null_row= 0;
2729
2729
      }
2730
2730
      else