mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
sql_select.cc:
Redundant "Item::" was removed. sql/sql_select.cc: Redundant "Item::" was removed.
This commit is contained in:
parent
9175e5a8f3
commit
cd68042bce
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
table are same
|
||||
*/
|
||||
((*select_item)->type() == Item::Item::REF_ITEM &&
|
||||
view_ref->type() == Item::Item::REF_ITEM &&
|
||||
((*select_item)->type() == Item::REF_ITEM &&
|
||||
view_ref->type() == Item::REF_ITEM &&
|
||||
((Item_ref *) (*select_item))->ref ==
|
||||
((Item_ref *) view_ref)->ref)))
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue