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
1bc91adc
Commit
1bc91adc
authored
Feb 10, 2006
by
knielsen@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing test cleanup
parent
e22d2f11
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
mysql-test/extra/rpl_tests/rpl_row_UUID.test
mysql-test/extra/rpl_tests/rpl_row_UUID.test
+2
-0
mysql-test/r/rpl_row_UUID.result
mysql-test/r/rpl_row_UUID.result
+2
-0
mysql-test/r/rpl_row_trig001.result
mysql-test/r/rpl_row_trig001.result
+1
-0
mysql-test/t/rpl_row_trig001.test
mysql-test/t/rpl_row_trig001.test
+1
-0
No files found.
mysql-test/extra/rpl_tests/rpl_row_UUID.test
View file @
1bc91adc
...
...
@@ -63,7 +63,9 @@ connection master;
# Let's cleanup
DROP
PROCEDURE
test
.
p1
;
DROP
FUNCTION
test
.
fn1
;
DROP
TABLE
test
.
t1
;
DROP
TABLE
test
.
t2
;
# Let's compare. Note: If they match test will pass, if they do not match
# the test will show that the diff statement failed and not reject file
...
...
mysql-test/r/rpl_row_UUID.result
View file @
1bc91adc
...
...
@@ -35,4 +35,6 @@ t1 CREATE TABLE `t1` (
PRIMARY KEY (`a`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
DROP PROCEDURE test.p1;
DROP FUNCTION test.fn1;
DROP TABLE test.t1;
DROP TABLE test.t2;
mysql-test/r/rpl_row_trig001.result
View file @
1bc91adc
...
...
@@ -22,6 +22,7 @@ END//
<End test section 2 (Tiggers & SP)>
-----------------------------------
DROP PROCEDURE test.p2;
DROP PROCEDURE test.p3;
DROP TRIGGER test.t2_ai;
DROP TRIGGER test.t3_bi_t2;
DROP TABLE test.t1;
...
...
mysql-test/t/rpl_row_trig001.test
View file @
1bc91adc
...
...
@@ -81,6 +81,7 @@ let $message=<End test section 2 (Tiggers & SP)>;
# First lets cleanup
DROP
PROCEDURE
test
.
p2
;
DROP
PROCEDURE
test
.
p3
;
DROP
TRIGGER
test
.
t2_ai
;
DROP
TRIGGER
test
.
t3_bi_t2
;
DROP
TABLE
test
.
t1
;
...
...
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