~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/ha_heap.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-08 12:51:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110808125119-qcrkgv0frmxk03rn
Refactor

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