mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge remote-tracking branch 'origin/10.4' into 10.5
This commit is contained in:
@ -11310,7 +11310,7 @@ bool Sql_cmd_create_table_like::execute(THD *thd)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (select_lex->item_list.elements) // With select
|
||||
if (select_lex->item_list.elements || select_lex->tvc) // With select or TVC
|
||||
{
|
||||
select_result *result;
|
||||
|
||||
|
Reference in New Issue
Block a user