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
a97ca9fe
Commit
a97ca9fe
authored
May 29, 2018
by
Eugene Kosov
Committed by
Sergey Vojtovich
Mar 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dead code
parent
a523444e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
sql/sql_derived.h
sql/sql_derived.h
+0
-14
No files found.
sql/sql_derived.h
View file @
a97ca9fe
...
@@ -24,20 +24,6 @@ bool mysql_handle_derived(LEX *lex, uint phases);
...
@@ -24,20 +24,6 @@ bool mysql_handle_derived(LEX *lex, uint phases);
bool
mysql_handle_single_derived
(
LEX
*
lex
,
TABLE_LIST
*
derived
,
uint
phases
);
bool
mysql_handle_single_derived
(
LEX
*
lex
,
TABLE_LIST
*
derived
,
uint
phases
);
bool
mysql_derived_reinit
(
THD
*
thd
,
LEX
*
lex
,
TABLE_LIST
*
derived
);
bool
mysql_derived_reinit
(
THD
*
thd
,
LEX
*
lex
,
TABLE_LIST
*
derived
);
/**
Cleans up the SELECT_LEX_UNIT for the derived table (if any).
@param thd Thread handler
@param lex LEX for this thread
@param derived TABLE_LIST for the derived table
@retval false Success
@retval true Failure
*/
bool
mysql_derived_cleanup
(
THD
*
thd
,
LEX
*
lex
,
TABLE_LIST
*
derived
);
Item
*
delete_not_needed_parts
(
THD
*
thd
,
Item
*
cond
);
bool
pushdown_cond_for_derived
(
THD
*
thd
,
Item
*
cond
,
TABLE_LIST
*
derived
);
bool
pushdown_cond_for_derived
(
THD
*
thd
,
Item
*
cond
,
TABLE_LIST
*
derived
);
#endif
/* SQL_DERIVED_INCLUDED */
#endif
/* SQL_DERIVED_INCLUDED */
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