mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Post-merge fixes
This commit is contained in:
parent
67d2ad6e78
commit
211bc24063
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ int st_select_lex_unit::prepare(THD *thd_arg, select_result *sel_result)
|
|||
first_select->braces= 1;
|
||||
}
|
||||
|
||||
for (sl= select_cursor; sl; sl= sl->next_select())
|
||||
for (;sl; sl= sl->next_select())
|
||||
{
|
||||
JOIN *join= new JOIN(thd_arg, sl->item_list,
|
||||
sl->options | thd_arg->options | SELECT_NO_UNLOCK,
|
||||
|
|
Loading…
Add table
Reference in a new issue