mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
into eagle.mysql.r18.ru:/home/vva/work/BUG_4973/mysql-4.0
This commit is contained in:
commit
cbf8c35974
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue