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
f7196b8d
Commit
f7196b8d
authored
Jan 18, 2006
by
pappa@c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG #16596
Moved init to lex_start
parent
5f147aa4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
sql/sql_lex.cc
sql/sql_lex.cc
+1
-0
sql/sql_yacc.yy
sql/sql_yacc.yy
+0
-1
No files found.
sql/sql_lex.cc
View file @
f7196b8d
...
...
@@ -179,6 +179,7 @@ void lex_start(THD *thd, const uchar *buf, uint length)
lex
->
query_tables_own_last
=
0
;
lex
->
escape_used
=
lex
->
et_compile_phase
=
FALSE
;
lex
->
name
=
0
;
lex
->
et
=
NULL
;
if
(
lex
->
sroutines
.
records
)
...
...
sql/sql_yacc.yy
View file @
f7196b8d
...
...
@@ -1229,7 +1229,6 @@ create:
lex->key_list.empty();
lex->col_list.empty();
lex->change=NullS;
lex->name=0;
}
'(' key_list ')' opt_fulltext_parser
{
...
...
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