1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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

@@ -126,4 +126,7 @@ select * from t for system_time between '0-0-0' and current_timestamp(6);
a
2
1
show status like "Feature_system_versioning";
Variable_name Value
Feature_system_versioning 2
drop table t;