diff options
author | msvensson@shellback.(none) <> | 2006-05-31 23:34:28 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-05-31 23:34:28 +0200 |
commit | 3970e560a668cfc2723b244ebc9fb58ad4d53232 (patch) | |
tree | 5288d993033a3885a1089d57b01229cb90e50283 /mysql-test/t/partition.test | |
parent | 83a9cf50657555f47e217be4dba42f01e2edd88e (diff) | |
download | mariadb-git-3970e560a668cfc2723b244ebc9fb58ad4d53232.tar.gz |
Cleanup testcases
- Add missing drop(s)
- Reset changed variables
NOTE! These kind of problems are easily found with --check-testcases options to mysql-test-run.pl
Diffstat (limited to 'mysql-test/t/partition.test')
-rw-r--r-- | mysql-test/t/partition.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/partition.test b/mysql-test/t/partition.test index 1bda625dcbd..37001a27812 100644 --- a/mysql-test/t/partition.test +++ b/mysql-test/t/partition.test @@ -846,6 +846,7 @@ delimiter ;| CALL test.p1(12); CALL test.p1(13); drop table t1; +drop procedure test.p1; # # Bug 13520: Problem with delimiters in COMMENT DATA DIRECTORY .. |