summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-12-13 15:05:52 +0200
committerunknown <bell@sanja.is.com.ua>2004-12-13 15:05:52 +0200
commit8621164bd1c53c7b0d629142d8f91e8c74a97bb6 (patch)
tree3c00cba63acce70d0034a2c58cd5770d93141630 /sql/item.h
parentef8cb92f69f5a2f22fe3c9d9174cd5cf58e8945a (diff)
downloadmariadb-git-8621164bd1c53c7b0d629142d8f91e8c74a97bb6.tar.gz
comment of class edded
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h
index 3ae1da23f15..7a288473533 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -890,6 +890,10 @@ public:
};
+/*
+ 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: