1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Tests: commit_id, truncate for Windows fix [#307]

This commit is contained in:
Aleksey Midenkov
2017-11-23 21:51:54 +03:00
parent aeee150656
commit 1e3620cc39
2 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ engine innodb;
insert into t1 values ();
--real_sleep 0.01
set @ts0= now(6);
insert into t1 values ();
select sys_trx_start from t1 where id = last_insert_id() into @tx0;