Commit 0e7dfeb0 authored by unknown's avatar unknown

after review patch

parent b6d938d1
...@@ -7232,7 +7232,7 @@ find_order_in_list(THD *thd, Item **ref_pointer_array, ...@@ -7232,7 +7232,7 @@ find_order_in_list(THD *thd, Item **ref_pointer_array,
Item *it= *order->item; Item *it= *order->item;
if (it->fix_fields(thd, tables, order->item) || if (it->fix_fields(thd, tables, order->item) ||
//'it' ressigned because fix_field can change it //'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) thd->is_fatal_error)
return 1; // Wrong field return 1; // Wrong field
uint el= all_fields.elements; 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