Skip to content

Commit fc70f21

Browse files
committed
Fixing the comment not to mention the removed class Item_copy_int.
1 parent b514a5f commit fc70f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/item.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3608,7 +3608,7 @@ class Item_int_with_ref :public Item_int
36083608
Base class to implement typed value caching Item classes
36093609
36103610
Item_copy_ classes are very similar to the corresponding Item_
3611-
classes (e.g. Item_copy_int is similar to Item_int) but they add
3611+
classes (e.g. Item_copy_string is similar to Item_string) but they add
36123612
the following additional functionality to Item_ :
36133613
1. Nullability
36143614
2. Possibility to store the value not only on instantiation time,

0 commit comments

Comments
 (0)