~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/ha_heap.cc

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
621
621
   [2  non-unique indexes are disabled - NOT YET IMPLEMENTED]
622
622
*/
623
623
 
624
 
int ha_heap::indexes_are_disabled(void)
 
624
int ha_heap::indexes_are_disabled()
625
625
{
626
626
  return heap_indexes_are_disabled(file);
627
627
}
628
628
 
629
 
void ha_heap::drop_table(const char *)
 
629
void ha_heap::drop_table()
630
630
{
631
631
  file->getShare()->delete_on_close= 1;
632
632
  close();