685
646
if (lex->current_select->order_list.first && !lex->current_select->braces)
687
648
my_error(ER_WRONG_USAGE, MYF(0), "UNION", "order_st BY");
691
651
select_lex->include_neighbour(lex->current_select);
692
652
Select_Lex_Unit *unit= select_lex->master_unit();
697
655
select_lex->context.outer_context=
698
656
unit->first_select()->context.outer_context;