1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Added missing DROP TABLE to type_float.result.

This commit is contained in:
Alexey Kopytov
2009-02-14 20:12:14 +03:00
parent 811ace8364
commit 831914b848

View File

@@ -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