There was an error while loading. Please reload this page.
1 parent b514a5f commit fc70f21Copy full SHA for fc70f21
sql/item.h
@@ -3608,7 +3608,7 @@ class Item_int_with_ref :public Item_int
3608
Base class to implement typed value caching Item classes
3609
3610
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
+ classes (e.g. Item_copy_string is similar to Item_string) but they add
3612
the following additional functionality to Item_ :
3613
1. Nullability
3614
2. Possibility to store the value not only on instantiation time,
0 commit comments