mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
sql_lex.cc per-thread state_map temporarily disabled
mysql-test-run.sh PATH corrected
This commit is contained in:
@ -425,7 +425,7 @@ int yylex(void *arg)
|
||||
uint length;
|
||||
enum lex_states state,prev_state;
|
||||
LEX *lex=current_lex;
|
||||
uchar *state_map = lex->thd->state_map;
|
||||
uchar *state_map = global_state_map; // thd->lex->state_map;
|
||||
YYSTYPE *yylval=(YYSTYPE*) arg;
|
||||
|
||||
lex->yylval=yylval; // The global state
|
||||
|
Reference in New Issue
Block a user