diff options
author | Alexander Barkov <bar@mariadb.com> | 2018-09-21 18:04:56 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2018-09-21 18:04:56 +0400 |
commit | fc70f21e0a874a535cd640695a60ecc76fb9aef2 (patch) | |
tree | 32e58113eca37d6aebf80fa3197292e73e477c67 | |
parent | b514a5f9e887911d5d5b46c91f4cfbe87c346289 (diff) | |
download | mariadb-git-fc70f21e0a874a535cd640695a60ecc76fb9aef2.tar.gz |
Fixing the comment not to mention the removed class Item_copy_int.
-rw-r--r-- | sql/item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h index dbcf6bc6d08..dacac2d725e 100644 --- a/sql/item.h +++ b/sql/item.h @@ -3608,7 +3608,7 @@ public: Base class to implement typed value caching Item classes Item_copy_ classes are very similar to the corresponding Item_ - classes (e.g. Item_copy_int is similar to Item_int) but they add + classes (e.g. Item_copy_string is similar to Item_string) but they add the following additional functionality to Item_ : 1. Nullability 2. Possibility to store the value not only on instantiation time, |