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

Removed not used ha_drop_table()

This was done after changing call in sql_select.cc from
ha_drop_table() to drop_table(), like in 11.5
This commit is contained in:
Monty
2024-11-19 20:15:45 +02:00
parent 69be363daa
commit 93fb364cd9
3 changed files with 1 additions and 30 deletions

View File

@ -3437,7 +3437,6 @@ public:
int ha_enable_indexes(key_map map, bool persist);
int ha_discard_or_import_tablespace(my_bool discard);
int ha_rename_table(const char *from, const char *to);
void ha_drop_table(const char *name);
int ha_create(const char *name, TABLE *form, HA_CREATE_INFO *info);