Commit b267ce4b authored by serg@serg.mylan's avatar serg@serg.mylan

sql_select.cc: compilation failure fixed

parent 7a27f2ce
......@@ -7999,7 +7999,7 @@ find_order_in_list(THD *thd, Item **ref_pointer_array,
if (!item)
return 1;
if (item != not_found_item)
if (item != (Item **)not_found_item)
{
order->item= ref_pointer_array + counter;
order->in_field_list=1;
......
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