mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
SQL: compare TRX_ID fields against timestamps [closes #231]
This commit is contained in:
@ -110,7 +110,7 @@ update t set a=22 where a=2;
|
||||
select * from t for system_time all;
|
||||
select * from t for system_time before timestamp @ts1;
|
||||
insert into t values (33);
|
||||
select max(sys_trx_start) from t into @tx;
|
||||
select max(sys_trx_start + 0) from t into @tx;
|
||||
select * from t for system_time before transaction @tx;
|
||||
truncate t for system_time before timestamp @ts1;
|
||||
select * from t for system_time all;
|
||||
|
Reference in New Issue
Block a user