mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_key’" when -DWITHOUT_SERVER=1
cherry-pick 2c2bd8c155 (MDEV-12261 build failure without P_S) from 10.0
This commit is contained in:
@@ -3381,7 +3381,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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user