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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user