mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-19593 Split create_schema_table() into virtual methods in Type_handler
This commit is contained in:
@ -2419,6 +2419,13 @@ TABLE *create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
|
||||
ulonglong select_options, ha_rows rows_limit,
|
||||
const LEX_CSTRING *alias, bool do_not_open=FALSE,
|
||||
bool keep_row_order= FALSE);
|
||||
TABLE *create_tmp_table_for_schema(THD *thd, TMP_TABLE_PARAM *param,
|
||||
const ST_SCHEMA_TABLE &schema_table,
|
||||
const MY_BITMAP &bitmap,
|
||||
longlong select_options,
|
||||
const LEX_CSTRING &alias,
|
||||
bool keep_row_order);
|
||||
|
||||
void free_tmp_table(THD *thd, TABLE *entry);
|
||||
bool create_internal_tmp_table_from_heap(THD *thd, TABLE *table,
|
||||
TMP_ENGINE_COLUMNDEF *start_recinfo,
|
||||
|
Reference in New Issue
Block a user