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
7e4a3c29
Commit
7e4a3c29
authored
Sep 19, 2017
by
Eugene Kosov
Committed by
Sergey Vojtovich
Sep 19, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dead code
parent
e17a282d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
sql/sql_lex.cc
sql/sql_lex.cc
+0
-11
sql/sql_lex.h
sql/sql_lex.h
+0
-8
No files found.
sql/sql_lex.cc
View file @
7e4a3c29
...
...
@@ -2560,17 +2560,6 @@ bool st_select_lex_node::inc_in_sum_expr() { return 1; }
uint
st_select_lex_node
::
get_in_sum_expr
()
{
return
0
;
}
TABLE_LIST
*
st_select_lex_node
::
get_table_list
()
{
return
0
;
}
List
<
Item
>*
st_select_lex_node
::
get_item_list
()
{
return
0
;
}
TABLE_LIST
*
st_select_lex_node
::
add_table_to_list
(
THD
*
thd
,
Table_ident
*
table
,
LEX_CSTRING
*
alias
,
ulong
table_join_options
,
thr_lock_type
flags
,
enum_mdl_type
mdl_type
,
List
<
Index_hint
>
*
hints
,
List
<
String
>
*
partition_names
,
LEX_STRING
*
option
)
{
return
0
;
}
ulong
st_select_lex_node
::
get_table_join_options
()
{
return
0
;
...
...
sql/sql_lex.h
View file @
7e4a3c29
...
...
@@ -608,14 +608,6 @@ class st_select_lex_node {
virtual
TABLE_LIST
*
get_table_list
();
virtual
List
<
Item
>*
get_item_list
();
virtual
ulong
get_table_join_options
();
virtual
TABLE_LIST
*
add_table_to_list
(
THD
*
thd
,
Table_ident
*
table
,
LEX_CSTRING
*
alias
,
ulong
table_options
,
thr_lock_type
flags
=
TL_UNLOCK
,
enum_mdl_type
mdl_type
=
MDL_SHARED_READ
,
List
<
Index_hint
>
*
hints
=
0
,
List
<
String
>
*
partition_names
=
0
,
LEX_STRING
*
option
=
0
);
virtual
void
set_lock_for_tables
(
thr_lock_type
lock_type
)
{}
void
set_slave
(
st_select_lex_node
*
slave_arg
)
{
slave
=
slave_arg
;
}
void
move_node
(
st_select_lex_node
*
where_to_move
)
...
...
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