mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-25292 Refactoring: removed TABLEOP_HOOKS
TABLEOP_HOOKS is a strange interface: proxy interface calls virtual interface. Since it is used only for select_create::prepare() such complexity is overwhelming.
This commit is contained in:
@@ -6162,8 +6162,8 @@ public:
|
||||
private:
|
||||
TABLE *create_table_from_items(THD *thd,
|
||||
List<Item> *items,
|
||||
MYSQL_LOCK **lock,
|
||||
TABLEOP_HOOKS *hooks);
|
||||
MYSQL_LOCK **lock);
|
||||
int postlock(THD *thd, TABLE **tables);
|
||||
};
|
||||
|
||||
#include <myisam.h>
|
||||
|
Reference in New Issue
Block a user