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
ba340d8c
Commit
ba340d8c
authored
Aug 26, 2015
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Making Item_field::can_be_substituted_to_equal_item() private.
parent
1b6b44b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/item.h
sql/item.h
+2
-2
No files found.
sql/item.h
View file @
ba340d8c
...
...
@@ -2295,6 +2295,8 @@ public:
class
Item_field
:
public
Item_ident
{
bool
can_be_substituted_to_equal_item
(
const
Context
&
ctx
,
const
Item_equal
*
item
);
protected:
void
set_field
(
Field
*
field
);
public:
...
...
@@ -2431,8 +2433,6 @@ public:
Item_equal
*
get_item_equal
()
{
return
item_equal
;
}
void
set_item_equal
(
Item_equal
*
item_eq
)
{
item_equal
=
item_eq
;
}
Item_equal
*
find_item_equal
(
COND_EQUAL
*
cond_equal
);
bool
can_be_substituted_to_equal_item
(
const
Context
&
ctx
,
const
Item_equal
*
item
);
Item
*
propagate_equal_fields
(
THD
*
,
const
Context
&
,
COND_EQUAL
*
);
bool
set_no_const_sub
(
uchar
*
arg
);
Item
*
replace_equal_field
(
THD
*
thd
,
uchar
*
arg
);
...
...
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