~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_union.cc

  • Committer: Jay Pipes
  • Date: 2009-08-05 19:17:08 UTC
  • mfrom: (1111 staging)
  • mto: (1115.3.12 captain)
  • mto: This revision was merged to the branch mainline in revision 1112.
  • Revision ID: jpipes@serialcoder-20090805191708-9mawjpke3fe3i7j6
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
{
145
145
  table->file->extra(HA_EXTRA_RESET_STATE);
146
146
  table->file->ha_delete_all_rows();
147
 
  free_io_cache(table);
148
 
  filesort_free_buffers(table,0);
 
147
  table->free_io_cache();
 
148
  table->filesort_free_buffers();
149
149
}
150
150
 
151
151