1
0
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:
Aleksey Midenkov
2018-04-28 20:40:34 +03:00
committed by Sergei Golubchik
parent da25860d4a
commit fddaaf7295
6 changed files with 9 additions and 0 deletions

View File

@ -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;