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
9de58810
Commit
9de58810
authored
Nov 28, 2006
by
kostja@bodhi.local
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into bodhi.local:/opt/local/work/mysql-5.1-24486
parents
93f246d4
8263dc2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
sql/sql_parse.cc
sql/sql_parse.cc
+9
-9
No files found.
sql/sql_parse.cc
View file @
9de58810
...
...
@@ -3968,6 +3968,7 @@ end_with_restore_list:
}
case
SQLCOM_CREATE_EVENT
:
case
SQLCOM_ALTER_EVENT
:
do
{
DBUG_ASSERT
(
lex
->
event_parse_data
);
if
(
lex
->
table_or_sp_used
())
...
...
@@ -3993,16 +3994,15 @@ end_with_restore_list:
if
(
!
res
)
send_ok
(
thd
);
/* Don't do it, if we are inside a SP */
if
(
!
thd
->
spcont
)
{
delete
lex
->
sphead
;
lex
->
sphead
=
NULL
;
}
/* lex->unit.cleanup() is called outside, no need to call it here */
break
;
}
while
(
0
);
/* Don't do it, if we are inside a SP */
if
(
!
thd
->
spcont
)
{
delete
lex
->
sphead
;
lex
->
sphead
=
NULL
;
}
/* lex->unit.cleanup() is called outside, no need to call it here */
break
;
case
SQLCOM_DROP_EVENT
:
case
SQLCOM_SHOW_CREATE_EVENT
:
{
...
...
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