diff options
author | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-14 20:12:14 +0300 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-14 20:12:14 +0300 |
commit | 4e356b1fe3b4cd228fbca64c1b89e5914a0ed6aa (patch) | |
tree | 46a6c30f01308b126411a3a206e38d34cf710737 | |
parent | 9665fcfff31fc3b13a838f20e0ab362074eb947b (diff) | |
download | mariadb-git-4e356b1fe3b4cd228fbca64c1b89e5914a0ed6aa.tar.gz |
Added missing DROP TABLE to type_float.result.
mysql-test/r/type_float.result:
Added missing DROP TABLE.
-rw-r--r-- | mysql-test/r/type_float.result | 1 |
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 |