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
cc719564
Commit
cc719564
authored
Nov 29, 2006
by
kent@kent-amd64.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into mysql.com:/home/kent/bk/mysql-5.1-build
parents
b398110b
b6a83ccb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
+9
-10
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+0
-1
sql/sql_parse.cc
sql/sql_parse.cc
+9
-9
No files found.
mysql-test/mysql-test-run.pl
View file @
cc719564
...
...
@@ -63,7 +63,6 @@ use Getopt::Long;
use
Sys::
Hostname
;
use
IO::
Socket
;
use
IO::Socket::
INET
;
use
Data::
Dumper
;
use
strict
;
use
warnings
;
...
...
sql/sql_parse.cc
View file @
cc719564
...
...
@@ -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
);
}
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