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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
bc13ba1b
Commit
bc13ba1b
authored
Nov 29, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build
parents
722b5cba
79e7d778
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 @
bc13ba1b
...
...
@@ -3968,6 +3968,7 @@ mysql_execute_command(THD *thd)
}
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 @@ mysql_execute_command(THD *thd)
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