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
76577e1e
Commit
76577e1e
authored
Jan 24, 2018
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fix
parent
e2da680c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sql/item_cmpfunc.cc
sql/item_cmpfunc.cc
+2
-2
sql/item_cmpfunc.h
sql/item_cmpfunc.h
+1
-1
No files found.
sql/item_cmpfunc.cc
View file @
76577e1e
...
...
@@ -1446,7 +1446,7 @@ bool Item_in_optimizer::eval_not_null_tables(uchar *opt_arg)
void
Item_in_optimizer
::
print
(
String
*
str
,
enum_query_type
query_type
)
{
restore_first_argumet
();
restore_first_argume
n
t
();
Item_func
::
print
(
str
,
query_type
);
}
...
...
@@ -1461,7 +1461,7 @@ void Item_in_optimizer::print(String *str, enum_query_type query_type)
call. This call fix the pointer.
*/
void
Item_in_optimizer
::
restore_first_argumet
()
void
Item_in_optimizer
::
restore_first_argume
n
t
()
{
if
(
args
[
1
]
->
type
()
==
Item
::
SUBSELECT_ITEM
&&
((
Item_subselect
*
)
args
[
1
])
->
is_in_predicate
())
...
...
sql/item_cmpfunc.h
View file @
76577e1e
...
...
@@ -269,7 +269,7 @@ class Item_in_optimizer: public Item_bool_func
bool
eval_not_null_tables
(
uchar
*
opt_arg
);
void
fix_after_pullout
(
st_select_lex
*
new_parent
,
Item
**
ref
);
virtual
void
print
(
String
*
str
,
enum_query_type
query_type
);
void
restore_first_argumet
();
void
restore_first_argume
n
t
();
};
class
Comp_creator
...
...
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