diff options
author | bell@sanja.is.com.ua <> | 2004-12-13 15:05:52 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-12-13 15:05:52 +0200 |
commit | 292c71caef05cf9938b7055ef489145aad29b4f7 (patch) | |
tree | 3c00cba63acce70d0034a2c58cd5770d93141630 /sql/item.h | |
parent | 4648ffaee885aa21430143d6be403e627c63bb30 (diff) | |
download | mariadb-git-292c71caef05cf9938b7055ef489145aad29b4f7.tar.gz |
comment of class edded
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 4 |
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: |