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
16135c7d
Commit
16135c7d
authored
Jul 15, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item_cmpfunc.cc:
A comment changed. sql/item_cmpfunc.cc: A comment changed.
parent
6e078ff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sql/item_cmpfunc.cc
sql/item_cmpfunc.cc
+3
-3
No files found.
sql/item_cmpfunc.cc
View file @
16135c7d
...
...
@@ -673,7 +673,7 @@ Arg_comparator::can_compare_as_dates(Item *a, Item *b, ulonglong *const_value)
get_time_value()
thd thread handle
item_arg [in/out] item to retrieve TIME value from
cache_arg [in/out] pointer to place to store the cach
ing
item to
cache_arg [in/out] pointer to place to store the cach
e
item to
warn_item [in] unused
is_null [out] TRUE <=> the item_arg is null
...
...
@@ -683,8 +683,8 @@ Arg_comparator::can_compare_as_dates(Item *a, Item *b, ulonglong *const_value)
If item's result can be compared as longlong then its int value is used
and a value returned by get_time function is used otherwise.
If an item is a constant one then its value is cached and it isn't
get parsed again. An Item_cache_int object is used for
caching values. It
seamlessly substitutes the original item. The cache item is marked as
get parsed again. An Item_cache_int object is used for
for cached values.
It
seamlessly substitutes the original item. The cache item is marked as
non-constant to prevent re-caching it again.
RETURN
...
...
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