mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-15978 Add Feature_system_versioning status variable
This commit is contained in:
committed by
Sergei Golubchik
parent
da25860d4a
commit
fddaaf7295
@ -84,4 +84,6 @@ select * from t for system_time all;
|
||||
select * from t for system_time from '0-0-0' to current_timestamp(6);
|
||||
select * from t for system_time between '0-0-0' and current_timestamp(6);
|
||||
|
||||
show status like "Feature_system_versioning";
|
||||
|
||||
drop table t;
|
||||
|
Reference in New Issue
Block a user