Commit 29e513d2 authored by bar@mysql.com's avatar bar@mysql.com

sql_select.cc:

  Redundant "Item::" was removed.
parent 561c8d3d
...@@ -11404,8 +11404,8 @@ find_order_in_list(THD *thd, Item **ref_pointer_array, TABLE_LIST *tables, ...@@ -11404,8 +11404,8 @@ find_order_in_list(THD *thd, Item **ref_pointer_array, TABLE_LIST *tables,
in is field of view table => check that references on translation in is field of view table => check that references on translation
table are same table are same
*/ */
((*select_item)->type() == Item::Item::REF_ITEM && ((*select_item)->type() == Item::REF_ITEM &&
view_ref->type() == Item::Item::REF_ITEM && view_ref->type() == Item::REF_ITEM &&
((Item_ref *) (*select_item))->ref == ((Item_ref *) (*select_item))->ref ==
((Item_ref *) view_ref)->ref))) ((Item_ref *) view_ref)->ref)))
/* /*
......
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