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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
47ad6a6d
Commit
47ad6a6d
authored
May 16, 2005
by
sergefp@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some improvement in Item_int_with_ref class comment.
parent
63eaf44c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
sql/item.h
sql/item.h
+6
-4
No files found.
sql/item.h
View file @
47ad6a6d
...
@@ -1027,12 +1027,14 @@ public:
...
@@ -1027,12 +1027,14 @@ public:
void
print
(
String
*
str
);
void
print
(
String
*
str
);
};
};
/*
/*
The following class is used to optimize comparing of date and bigint columns
The following class is used to optimize comparing of date and bigint columns
We need to save the original item, to be able to set the field to the
We need to save the original item ('ref') to be able to call
original value in 'opt_range'.
ref->save_in_field(). This is used to create index search keys.
An instance of Item_int_with_ref may refer to a signed or an unsigned
integer.
An instance of Item_int_with_ref may have signed or unsigned integer value.
*/
*/
class
Item_int_with_ref
:
public
Item_int
class
Item_int_with_ref
:
public
Item_int
...
...
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