summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_misc_functions.result
diff options
context:
space:
mode:
authorunknown <tsmith@sita.local>2007-07-03 19:51:32 -0600
committerunknown <tsmith@sita.local>2007-07-03 19:51:32 -0600
commitd7282f136b898b66ca3bafcd5eeceee30aab3c0f (patch)
tree57604cf7130bc677b4518cabe89243f9140a98bf /mysql-test/suite/rpl/r/rpl_misc_functions.result
parentb16b2683e5a7e9b1eae9a59b477b8eb0517b6c68 (diff)
downloadmariadb-git-d7282f136b898b66ca3bafcd5eeceee30aab3c0f.tar.gz
rpl_misc_functions.result, rpl_misc_functions.test:
work around bug 29537, which was revealed by patch for bug 28356: move DROP TABLE before DROP PROCEDURE in cleanup mysql-test/suite/rpl/r/rpl_misc_functions.result: work around bug 29537, which was revealed by patch for bug 28356: move DROP TABLE before DROP PROCEDURE in cleanup mysql-test/suite/rpl/t/rpl_misc_functions.test: work around bug 29537, which was revealed by patch for bug 28356: move DROP TABLE before DROP PROCEDURE in cleanup
Diffstat (limited to 'mysql-test/suite/rpl/r/rpl_misc_functions.result')
-rw-r--r--mysql-test/suite/rpl/r/rpl_misc_functions.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_misc_functions.result b/mysql-test/suite/rpl/r/rpl_misc_functions.result
index ca7403316b1..94aa1bb61a7 100644
--- a/mysql-test/suite/rpl/r/rpl_misc_functions.result
+++ b/mysql-test/suite/rpl/r/rpl_misc_functions.result
@@ -48,7 +48,7 @@ where ABS(t1.col_a - t1_slave.col_a) < 0.0001 ;
SELECT @aux;
@aux
12
+DROP TABLE t1, t1_slave;
DROP PROCEDURE test_replication_sp1;
DROP PROCEDURE test_replication_sp2;
DROP FUNCTION test_replication_sf;
-DROP TABLE t1, t1_slave;