1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
{
"data": [
{
"cli": "--system-versioning-alter-history=value",
"default": "ERROR",
"dynamic": true,
"id": "system_versioning_alter_history",
"name": "system_versioning_alter_history",
"scope": [
"global",
"session"
],
"validValues": [
"ERROR",
"KEEP"
]
},
{
"default": "DEFAULT",
"dynamic": true,
"id": "system_versioning_asof",
"name": "system_versioning_asof",
"scope": [
"global",
"session"
]
},
{
"cli": "--system-versioning-innodb-algorithm-simple[={0|1}]",
"default": "ON",
"dynamic": true,
"id": "system_versioning_innodb_algorithm_simple",
"name": "system_versioning_innodb_algorithm_simple",
"scope": [
"global",
"session"
],
"type": "boolean"
}
],
"name": "versioned-tables-system-variables",
"url": "https://mariadb.com/kb/en/library/documentation/system-versioned-tables/"
}
|