Skip to content
Permalink
Browse files
Fixing the comment not to mention the removed class Item_copy_int.
  • Loading branch information
abarkov committed Sep 21, 2018
1 parent b514a5f commit fc70f21
Showing 1 changed file with 1 addition and 1 deletion.
@@ -3608,7 +3608,7 @@ class Item_int_with_ref :public Item_int
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,

0 comments on commit fc70f21

Please sign in to comment.