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
d2e447d5
Commit
d2e447d5
authored
Mar 11, 2012
by
Dmitry Lenev
Browse files
Options
Browse Files
Download
Plain Diff
Merged fix for a test case into 5.5 tree.
parents
bc7d8dc6
c48233c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/r/sp-bugs.result
mysql-test/r/sp-bugs.result
+1
-0
mysql-test/t/sp-bugs.test
mysql-test/t/sp-bugs.test
+1
-0
No files found.
mysql-test/r/sp-bugs.result
View file @
d2e447d5
...
...
@@ -130,4 +130,5 @@ CALL p1();
Warnings:
Note 1050 Table 't2' already exists
DROP DATABASE testdb;
USE test;
End of 5.1 tests
mysql-test/t/sp-bugs.test
View file @
d2e447d5
...
...
@@ -161,5 +161,6 @@ CALL p1();
--
echo
# below stmt should not return valgrind warnings
CALL
p1
();
DROP
DATABASE
testdb
;
USE
test
;
--
echo
End
of
5.1
tests
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