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
53216091
Commit
53216091
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
a97ca9fe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
sql/sql_lex.h
sql/sql_lex.h
+0
-5
sql/vers_string.h
sql/vers_string.h
+0
-4
No files found.
sql/sql_lex.h
View file @
53216091
...
...
@@ -729,11 +729,6 @@ class st_select_lex_node {
friend
bool
mysql_new_select
(
LEX
*
lex
,
bool
move_down
,
SELECT_LEX
*
sel
);
friend
bool
mysql_make_view
(
THD
*
thd
,
TABLE_SHARE
*
share
,
TABLE_LIST
*
table
,
bool
open_view_no_parse
);
friend
bool
mysql_derived_prepare
(
THD
*
thd
,
LEX
*
lex
,
TABLE_LIST
*
orig_table_list
);
friend
bool
mysql_derived_merge
(
THD
*
thd
,
LEX
*
lex
,
TABLE_LIST
*
orig_table_list
);
friend
bool
TABLE_LIST
::
init_derived
(
THD
*
thd
,
bool
init_view
);
private:
void
fast_exclude
();
};
...
...
sql/vers_string.h
View file @
53216091
...
...
@@ -97,8 +97,4 @@ struct Lex_cstring_with_compare : public Lex_cstring
typedef
Lex_cstring_with_compare
<
Compare_identifiers
>
Lex_ident
;
typedef
Lex_cstring_with_compare
<
Compare_table_names
>
Lex_table_name
;
#define XSTRING_WITH_LEN(X) (X).ptr(), (X).length()
#define DB_WITH_LEN(X) (X).db.str, (X).db.length
#define TABLE_NAME_WITH_LEN(X) (X).table_name.str, (X).table_name.length
#endif // VERS_STRING_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