Loading sql/item.h +4 −0 Original line number Diff line number Diff line Loading @@ -890,6 +890,10 @@ class Item_ref :public Item_ident }; /* The same as Item_ref, but get value from val_* family of method to get value of item on which it referred instead of result* family. */ class Item_direct_ref :public Item_ref { public: Loading Loading
sql/item.h +4 −0 Original line number Diff line number Diff line Loading @@ -890,6 +890,10 @@ class Item_ref :public Item_ident }; /* The same as Item_ref, but get value from val_* family of method to get value of item on which it referred instead of result* family. */ class Item_direct_ref :public Item_ref { public: Loading