Commit dfdb1e83 authored by unknown's avatar unknown

after review patch

parent c1ea9f5d
......@@ -7232,7 +7232,7 @@ find_order_in_list(THD *thd, Item **ref_pointer_array,
Item *it= *order->item;
if (it->fix_fields(thd, tables, order->item) ||
//'it' ressigned because fix_field can change it
(it= *order->item), it->check_cols(1) ||
(it= *order->item)->check_cols(1) ||
thd->is_fatal_error)
return 1; // Wrong field
uint el= all_fields.elements;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment