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
1dd4ecaa
Commit
1dd4ecaa
authored
Jul 29, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change faulty delimiter ; to | and remove junk in result file caused by that
parent
ffd4fd41
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
mysql-test/r/sp_notembedded.result
mysql-test/r/sp_notembedded.result
+1
-2
mysql-test/t/sp_notembedded.test
mysql-test/t/sp_notembedded.test
+6
-6
No files found.
mysql-test/r/sp_notembedded.result
View file @
1dd4ecaa
...
...
@@ -76,8 +76,7 @@ flush status|
flush query cache|
delete from t1|
drop procedure bug3583|
drop table t1;
#|
drop table t1|
drop procedure if exists bug6807|
create procedure bug6807()
begin
...
...
mysql-test/t/sp_notembedded.test
View file @
1dd4ecaa
...
...
@@ -19,11 +19,11 @@ begin
show
grants
for
'root'
@
'localhost'
;
end
|
--
disable_parsing
show
binlog
events
;
show
storage
engines
;
show
master
status
;
show
slave
hosts
;
show
slave
status
;
show
binlog
events
|
show
storage
engines
|
show
master
status
|
show
slave
hosts
|
show
slave
status
|
--
enable_parsing
call
bug4902
()
|
...
...
@@ -110,7 +110,7 @@ flush status|
flush
query
cache
|
delete
from
t1
|
drop
procedure
bug3583
|
drop
table
t1
;
drop
table
t1
|
#
# BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERY
...
...
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