aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-gtid-system-variables.json
blob: 934ffefc13edf3f641edd87d2392f876f9f042e3 (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
  "data": [
    {
      "default": "Null",
      "dynamic": false,
      "id": "gtid_binlog_pos",
      "name": "gtid_binlog_pos",
      "scope": [
        "global"
      ],
      "type": "string"
    },
    {
      "default": "Null",
      "dynamic": true,
      "id": "gtid_binlog_state",
      "name": "gtid_binlog_state",
      "scope": [
        "global"
      ],
      "type": "string"
    },
    {
      "default": "Null",
      "dynamic": false,
      "id": "gtid_current_pos",
      "name": "gtid_current_pos",
      "scope": [
        "global"
      ],
      "type": "string"
    },
    {
      "cli": "--gtid-domain-id=#",
      "default": "0",
      "dynamic": true,
      "id": "gtid_domain_id",
      "name": "gtid_domain_id",
      "range": {
        "from": 0,
        "to": 4294967295
      },
      "scope": [
        "global",
        "session"
      ]
    },
    {
      "dynamic": false,
      "id": "last_gtid",
      "name": "last_gtid",
      "scope": [
        "session"
      ],
      "type": "string"
    },
    {
      "dynamic": true,
      "id": "server_id",
      "name": "server_id",
      "scope": [
        "global",
        "session"
      ]
    },
    {
      "default": "Null",
      "dynamic": true,
      "id": "gtid_seq_no",
      "name": "gtid_seq_no",
      "scope": [
        "session"
      ]
    },
    {
      "cli": "--gtid-ignore-duplicates=#",
      "default": "OFF",
      "dynamic": true,
      "id": "gtid_ignore_duplicates",
      "name": "gtid_ignore_duplicates",
      "scope": [
        "global"
      ],
      "type": "boolean"
    },
    {
      "cli": "--gtid-pos-auto-engines=value",
      "default": "empty",
      "dynamic": true,
      "id": "gtid_pos_auto_engines",
      "name": "gtid_pos_auto_engines",
      "scope": [
        "global"
      ],
      "type": "string"
    },
    {
      "cli": "--gtid-cleanup-batch-size=#",
      "default": "64",
      "dynamic": true,
      "id": "gtid_cleanup_batch_size",
      "name": "gtid_cleanup_batch_size",
      "range": {
        "from": 0,
        "to": 2147483647
      },
      "scope": [
        "global"
      ],
      "type": "integer"
    }
  ],
  "name": "gtid-system-variables",
  "url": "https://mariadb.com/kb/en/library/documentation/gtid/"
}