summaryrefslogtreecommitdiff
path: root/mysql-test/r/create.result
diff options
context:
space:
mode:
authormsvensson@pilot.mysql.com <>2008-03-25 18:40:49 +0100
committermsvensson@pilot.mysql.com <>2008-03-25 18:40:49 +0100
commitbc4874b79c5ae5ccb657c9a7bb256ae630f2e7c3 (patch)
tree43ff63d88a3e1e3753e96cb0959e89f263c48db3 /mysql-test/r/create.result
parent69a755d6a0510ad2e7b020b1ec1f8ee645a04b8d (diff)
parentdfa3be4944cfefeba029c3ac2e1b8de8b284f0c1 (diff)
downloadmariadb-git-bc4874b79c5ae5ccb657c9a7bb256ae630f2e7c3.tar.gz
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
Diffstat (limited to 'mysql-test/r/create.result')
-rw-r--r--mysql-test/r/create.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/create.result b/mysql-test/r/create.result
index 0dfc9c1e761..f4684c181d2 100644
--- a/mysql-test/r/create.result
+++ b/mysql-test/r/create.result
@@ -1786,6 +1786,7 @@ t2 CREATE TABLE `t2` (
) ENGINE=MyISAM DEFAULT CHARSET=latin1
DROP TABLE t2;
+DROP TABLE t1;
# -- End of test case for Bug#21380.