mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merging lex-pointer change from 4.1 to 5.0.
This commit is contained in:
@ -455,7 +455,7 @@ int yylex(void *arg, void *yythd)
|
||||
int tokval, result_state;
|
||||
uint length;
|
||||
enum my_lex_states state;
|
||||
LEX *lex= (((THD *)yythd)->lex);
|
||||
LEX *lex= ((THD *)yythd)->lex;
|
||||
YYSTYPE *yylval=(YYSTYPE*) arg;
|
||||
CHARSET_INFO *cs= ((THD *) yythd)->charset();
|
||||
uchar *state_map= cs->state_map;
|
||||
|
Reference in New Issue
Block a user