mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#27480 (Extend CREATE TEMPORARY TABLES privilege
to allow temp table operations) -- prerequisite patch #1. Move a piece of code that initialiazes TABLE instance after it was successfully opened into a separate function. This function will be reused in the following patches.
This commit is contained in:
@ -1097,6 +1097,7 @@ public:
|
||||
#endif
|
||||
MDL_ticket *mdl_ticket;
|
||||
|
||||
void init(THD *thd, TABLE_LIST *tl);
|
||||
bool fill_item_list(List<Item> *item_list) const;
|
||||
void reset_item_list(List<Item> *item_list) const;
|
||||
void clear_column_bitmaps(void);
|
||||
|
Reference in New Issue
Block a user