Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
fc70f21e
Commit
fc70f21e
authored
Sep 21, 2018
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing the comment not to mention the removed class Item_copy_int.
parent
b514a5f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/item.h
sql/item.h
+1
-1
No files found.
sql/item.h
View file @
fc70f21e
...
@@ -3608,7 +3608,7 @@ class Item_int_with_ref :public Item_int
...
@@ -3608,7 +3608,7 @@ class Item_int_with_ref :public Item_int
Base class to implement typed value caching Item classes
Base class to implement typed value caching Item classes
Item_copy_ classes are very similar to the corresponding Item_
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_ :
the following additional functionality to Item_ :
1. Nullability
1. Nullability
2. Possibility to store the value not only on instantiation time,
2. Possibility to store the value not only on instantiation time,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment