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:
committed by
Sergei Golubchik
parent
fddaaf7295
commit
fd4153f083
@@ -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;
|
||||
|
Reference in New Issue
Block a user