One more post-review fix.

This commit is contained in:
konstantin@mysql.com 2005-05-30 21:49:59 +04:00
parent ca6645d852
commit 19b8379af6

View file

@ -206,9 +206,8 @@ bool st_select_lex_unit::prepare(THD *thd_arg, select_result *sel_result,
thd_arg->lex->current_select= sl; thd_arg->lex->current_select= sl;
can_skip_order_by= is_union && can_skip_order_by= is_union && !(sl->braces && sl->explicit_limit);
(!sl->braces || sl->select_limit == HA_POS_ERROR);
res= join->prepare(&sl->ref_pointer_array, res= join->prepare(&sl->ref_pointer_array,
(TABLE_LIST*) sl->table_list.first, sl->with_wild, (TABLE_LIST*) sl->table_list.first, sl->with_wild,
sl->where, sl->where,