1
0
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:
Alexander Barkov
2019-09-24 12:41:38 +04:00
24 changed files with 7220 additions and 599 deletions

View File

@ -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;