mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fixed tests to be independed from environment
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
drop table if exists t1;
|
||||
create table t1 (a char(10), tmsp timestamp);
|
||||
insert into t1 set a = 1;
|
||||
insert delayed into t1 set a = 2;
|
||||
|
||||
Reference in New Issue
Block a user