mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-17399 JSON_TABLE.
atch to get rid of duplicating code of the Create_tmp_table.
This commit is contained in:
@ -4247,6 +4247,7 @@ void TMP_TABLE_PARAM::init()
|
||||
materialized_subquery= 0;
|
||||
force_not_null_cols= 0;
|
||||
skip_create_table= 0;
|
||||
tmp_name= "temptable"; // Name of temp table on disk
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user