diff options
author | unknown <knielsen@mysql.com> | 2006-02-10 10:18:57 +0100 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2006-02-10 10:18:57 +0100 |
commit | 55271ba714724357d0697f9fb06ff063499e51ae (patch) | |
tree | c3810b726b62fdb1dde5c134092ade75ca5274b5 /mysql-test/extra | |
parent | 463ac89d01e952d63e71cab22c94be399b05c230 (diff) | |
download | mariadb-git-55271ba714724357d0697f9fb06ff063499e51ae.tar.gz |
Fix missing test cleanup
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_row_UUID.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_row_UUID.test b/mysql-test/extra/rpl_tests/rpl_row_UUID.test index 6bad362057a..2f203eb8963 100644 --- a/mysql-test/extra/rpl_tests/rpl_row_UUID.test +++ b/mysql-test/extra/rpl_tests/rpl_row_UUID.test @@ -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 |