Commit 8621164b authored by unknown's avatar unknown
Browse files

comment of class edded

parent ef8cb92f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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: