mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
remove @@system_versioning_innodb_algorithm_simple
and delete few garbage-in-garbage-out tests
This commit is contained in:
@ -330,25 +330,14 @@ trx_start_good
|
||||
select x from t1 for system_time as of timestamp @ts;
|
||||
x
|
||||
1
|
||||
select x from t1 for system_time as of timestamp unix_timestamp(@ts);
|
||||
x
|
||||
1
|
||||
select x from t1 for system_time as of timestamp @trx_start;
|
||||
x
|
||||
set @ts= timestamp'1-1-1 0:0:0';
|
||||
## TRANSACTION specifier
|
||||
select x from t1 for system_time as of transaction @ts;
|
||||
x
|
||||
select x from t1 for system_time as of transaction unix_timestamp(@ts);
|
||||
x
|
||||
select x from t1 for system_time as of transaction @trx_start;
|
||||
x
|
||||
1
|
||||
## no specifier (auto-detection)
|
||||
select x from t1 for system_time as of @ts;
|
||||
x
|
||||
select x from t1 for system_time as of unix_timestamp(@ts);
|
||||
x
|
||||
select x from t1 for system_time as of @trx_start;
|
||||
x
|
||||
1
|
||||
|
Reference in New Issue
Block a user