mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Cleanup: removing unused type LEX_TYPE and #include
This commit is contained in:
@ -323,15 +323,6 @@ extern uint binlog_unsafe_map[256];
|
||||
void binlog_unsafe_map_init();
|
||||
#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
|
||||
/*
|
||||
The following hack is needed because mysql_yacc.cc does not define
|
||||
|
Reference in New Issue
Block a user