mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix initialiser.
This commit is contained in:
@ -8496,7 +8496,8 @@ bool st_select_lex::add_cross_joined_table(TABLE_LIST *left_op,
|
||||
cj_nest->on_expr= tbl->on_expr;
|
||||
cj_nest->embedding= tbl->embedding;
|
||||
cj_nest->join_list= jl;
|
||||
cj_nest->alias= {STRING_WITH_LEN("(nest_last_join)")};
|
||||
cj_nest->alias.str= "(nest_last_join)";
|
||||
cj_nest->alias.length= sizeof("(nest_last_join)");
|
||||
li.replace(cj_nest);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user