summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2018-09-21 18:04:56 +0400
committerAlexander Barkov <bar@mariadb.com>2018-09-21 18:04:56 +0400
commitfc70f21e0a874a535cd640695a60ecc76fb9aef2 (patch)
tree32e58113eca37d6aebf80fa3197292e73e477c67
parentb514a5f9e887911d5d5b46c91f4cfbe87c346289 (diff)
downloadmariadb-git-fc70f21e0a874a535cd640695a60ecc76fb9aef2.tar.gz
Fixing the comment not to mention the removed class Item_copy_int.
-rw-r--r--sql/item.h2
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,