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
25f6d1da
Commit
25f6d1da
authored
Feb 09, 2017
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unused code removed.
parent
ae3072c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
sql/sql_lex.cc
sql/sql_lex.cc
+2
-0
sql/sql_lex.h
sql/sql_lex.h
+1
-1
No files found.
sql/sql_lex.cc
View file @
25f6d1da
...
...
@@ -2380,6 +2380,7 @@ void st_select_lex_unit::exclude_level()
}
#if 0
/*
Exclude subtree of current unit from tree of SELECTs
...
...
@@ -2405,6 +2406,7 @@ void st_select_lex_unit::exclude_tree()
if (next)
next->prev= prev;
}
#endif
/*
...
...
sql/sql_lex.h
View file @
25f6d1da
...
...
@@ -697,7 +697,7 @@ class st_select_lex_unit: public st_select_lex_node {
}
st_select_lex
*
return_after_parsing
()
{
return
return_to
;
}
void
exclude_level
();
void
exclude_tree
();
// void exclude_tree(); // it is not used for long time
bool
is_excluded
()
{
return
prev
==
NULL
;
}
/* UNION methods */
...
...
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