Loading sql/ha_heap.cc +2 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,8 @@ THR_LOCK_DATA **ha_heap::store_lock(THD *thd, int ha_heap::delete_table(const char *name) { int error=heap_delete_table(name); char buff[FN_REFLEN]; int error= heap_delete_table(fn_format(buff,name,"","",4+2)); return error == ENOENT ? 0 : error; } Loading Loading
sql/ha_heap.cc +2 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,8 @@ THR_LOCK_DATA **ha_heap::store_lock(THD *thd, int ha_heap::delete_table(const char *name) { int error=heap_delete_table(name); char buff[FN_REFLEN]; int error= heap_delete_table(fn_format(buff,name,"","",4+2)); return error == ENOENT ? 0 : error; } Loading