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
commit66d62b1f119a8b6457dce67b4618bd1a67524efd (patch)
tree3c00cba63acce70d0034a2c58cd5770d93141630 /sql/item.h
parent81de17430b6a3429b3c2bd5cd28f18c881905ad7 (diff)
downloadmariadb-git-66d62b1f119a8b6457dce67b4618bd1a67524efd.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: