mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
merge.
checkpoint. does not compile.
This commit is contained in:
@ -172,7 +172,8 @@ bool mysql_derived_prepare(THD *thd, LEX *lex, TABLE_LIST *orig_table_list)
|
||||
*/
|
||||
if ((res= derived_result->create_result_table(thd, &unit->types, FALSE,
|
||||
create_options,
|
||||
orig_table_list->alias)))
|
||||
orig_table_list->alias,
|
||||
FALSE)))
|
||||
goto exit;
|
||||
|
||||
table= derived_result->table;
|
||||
|
Reference in New Issue
Block a user