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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
97fc1cc3
Commit
97fc1cc3
authored
Mar 13, 2001
by
serg@serg.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql_lex.cc per-thread state_map temporarily disabled
mysql-test-run.sh PATH corrected
parent
5f6cbe3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+1
-1
sql/sql_lex.cc
sql/sql_lex.cc
+1
-1
No files found.
mysql-test/mysql-test-run.sh
View file @
97fc1cc3
...
@@ -18,7 +18,7 @@ TZ=GMT-3; export TZ # for UNIX_TIMESTAMP tests to work
...
@@ -18,7 +18,7 @@ TZ=GMT-3; export TZ # for UNIX_TIMESTAMP tests to work
# Program Definitions
# 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!
# No paths below as we can't be sure where the program is!
...
...
sql/sql_lex.cc
View file @
97fc1cc3
...
@@ -425,7 +425,7 @@ int yylex(void *arg)
...
@@ -425,7 +425,7 @@ int yylex(void *arg)
uint
length
;
uint
length
;
enum
lex_states
state
,
prev_state
;
enum
lex_states
state
,
prev_state
;
LEX
*
lex
=
current_lex
;
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
;
YYSTYPE
*
yylval
=
(
YYSTYPE
*
)
arg
;
lex
->
yylval
=
yylval
;
// The global state
lex
->
yylval
=
yylval
;
// The global state
...
...
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