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
2d825e97
Commit
2d825e97
authored
5 years ago
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup: removing unused type LEX_TYPE and #include
parent
17cbae65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
sql/sp_pcontext.h
sql/sp_pcontext.h
+0
-1
sql/sql_lex.h
sql/sql_lex.h
+0
-9
No files found.
sql/sp_pcontext.h
View file @
2d825e97
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
#endif
#endif
#include "sql_string.h" // LEX_STRING
#include "sql_string.h" // LEX_STRING
#include "mysql_com.h" // enum_field_types
#include "field.h" // Create_field
#include "field.h" // Create_field
#include "sql_array.h" // Dynamic_array
#include "sql_array.h" // Dynamic_array
...
...
This diff is collapsed.
Click to expand it.
sql/sql_lex.h
View file @
2d825e97
...
@@ -323,15 +323,6 @@ extern uint binlog_unsafe_map[256];
...
@@ -323,15 +323,6 @@ extern uint binlog_unsafe_map[256];
void
binlog_unsafe_map_init
();
void
binlog_unsafe_map_init
();
#endif
#endif
struct
LEX_TYPE
{
enum
enum_field_types
type
;
char
*
length
,
*
dec
;
CHARSET_INFO
*
charset
;
void
set
(
int
t
,
char
*
l
,
char
*
d
,
CHARSET_INFO
*
cs
)
{
type
=
(
enum_field_types
)
t
;
length
=
l
;
dec
=
d
;
charset
=
cs
;
}
};
#ifdef MYSQL_SERVER
#ifdef MYSQL_SERVER
/*
/*
The following hack is needed because mysql_yacc.cc does not define
The following hack is needed because mysql_yacc.cc does not define
...
...
This diff is collapsed.
Click to expand it.
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