1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixes for mysql tests.

This commit is contained in:
ram@gw.mysql.r18.ru
2003-10-31 16:37:36 +04:00
parent c5b481d99a
commit de9d246548
5 changed files with 17 additions and 16 deletions

View File

@ -80,4 +80,4 @@ insert into t1 values ("Alas");
use test;
SET TIMESTAMP=1000000000;
insert into t1 values ("Alas");
drop table t1;
drop table t1, t2;