summaryrefslogtreecommitdiff
path: root/mysql-test/r/type_float.result
diff options
context:
space:
mode:
authorAlexey Kopytov <Alexey.Kopytov@sun.com>2009-02-14 20:12:14 +0300
committerAlexey Kopytov <Alexey.Kopytov@sun.com>2009-02-14 20:12:14 +0300
commit4e356b1fe3b4cd228fbca64c1b89e5914a0ed6aa (patch)
tree46a6c30f01308b126411a3a206e38d34cf710737 /mysql-test/r/type_float.result
parent9665fcfff31fc3b13a838f20e0ab362074eb947b (diff)
downloadmariadb-git-4e356b1fe3b4cd228fbca64c1b89e5914a0ed6aa.tar.gz
Added missing DROP TABLE to type_float.result.
mysql-test/r/type_float.result: Added missing DROP TABLE.
Diffstat (limited to 'mysql-test/r/type_float.result')
-rw-r--r--mysql-test/r/type_float.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/type_float.result b/mysql-test/r/type_float.result
index 757cd6f5d71..d3a136d53d2 100644
--- a/mysql-test/r/type_float.result
+++ b/mysql-test/r/type_float.result
@@ -406,4 +406,5 @@ INSERT INTO t1 VALUES(-1.79769313486231e+308);
SELECT f1 FROM t1;
f1
-1.79769313486231e+308
+DROP TABLE t1;
End of 5.0 tests