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

Merge tag 'mariadb-5.5.56' into 5.5-galera

This commit is contained in:
Sachin Setiya
2017-05-03 10:16:15 +05:30
19 changed files with 141 additions and 48 deletions

View File

@ -3452,7 +3452,7 @@ int handler::delete_table(const char *name)
for (const char **ext=bas_ext(); *ext ; ext++)
{
if (my_handler_delete_with_symlink(key_file_misc, name, *ext, 0))
if (mysql_file_delete_with_symlink(key_file_misc, name, *ext, 0))
{
if (my_errno != ENOENT)
{