Loading mysql-test/mysql-test-run.sh +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ TZ=GMT-3; export TZ # for UNIX_TIMESTAMP tests to work # Program Definitions #-- PATH=/bin:/usr/bin:/usr/local/bin:/usr/bsd PATH=/bin:/usr/bin:/usr/local/bin:/usr/bsd:/usr/X11R6/bin # No paths below as we can't be sure where the program is! Loading sql/sql_lex.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
mysql-test/mysql-test-run.sh +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ TZ=GMT-3; export TZ # for UNIX_TIMESTAMP tests to work # Program Definitions #-- PATH=/bin:/usr/bin:/usr/local/bin:/usr/bsd PATH=/bin:/usr/bin:/usr/local/bin:/usr/bsd:/usr/X11R6/bin # No paths below as we can't be sure where the program is! Loading
sql/sql_lex.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading