Commit 4e356b1f authored by Alexey Kopytov's avatar Alexey Kopytov

Added missing DROP TABLE to type_float.result.

mysql-test/r/type_float.result:
  Added missing DROP TABLE.
parent 9665fcff
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment