1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-16010 Too many rows with AS OF point_in_the_past_or_NULL

This commit is contained in:
Aleksey Midenkov
2018-04-28 17:02:00 +03:00
committed by Sergei Golubchik
parent fddaaf7295
commit fd4153f083
4 changed files with 32 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ A B C D E F
1 1 1 1 1 1
select trt_trx_sees(0, @tx2);
trt_trx_sees(0, @tx2)
NULL
0
set transaction isolation level read uncommitted;
insert into t1 values ();
select sys_trx_start from t1 where id = last_insert_id() into @tx3;