1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added innobase handler files

Change that handler gets file names in native format
This commit is contained in:
monty@narttu.mysql.fi
2000-12-05 19:42:02 +02:00
parent 402e8e5c78
commit 4d2076be87
4 changed files with 63 additions and 4 deletions

View File

@ -178,6 +178,7 @@ int quick_rm_table(enum db_type base,const char *db,
if (my_delete(path,MYF(0)))
error=1; /* purecov: inspected */
sprintf(path,"%s/%s/%s",mysql_data_home,db,table_name);
unpack_filename(path,path);
return ha_delete_table(base,path) || error;
}