mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Added missing DROP TABLE to type_float.result.
mysql-test/r/type_float.result: Added missing DROP TABLE.
This commit is contained in:
parent
9665fcfff3
commit
4e356b1fe3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue