1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

after review patch

This commit is contained in:
unknown
2003-06-27 23:00:33 +03:00
parent c1ea9f5d05
commit dfdb1e831b

View File

@ -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;