{
"data": [
{
"cli": "--auto-increment-increment[=#]",
"default": "1",
"dynamic": true,
"id": "auto_increment_increment",
"name": "auto_increment_increment",
"range": {
"from": 1,
"to": 65535
},
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"cli": "--auto-increment-offset[=#]",
"default": "1",
"dynamic": true,
"id": "auto_increment_offset",
"name": "auto_increment_offset",
"range": {
"from": 1,
"to": 65535
},
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"cli": "--binlog-annotate-row-events[={0|1}]",
"default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)",
"dynamic": true,
"id": "binlog_annotate_row_events",
"name": "binlog_annotate_row_events",
"scope": [
"global",
"session"
],
"type": "boolean"
},
{
"cli": "--binlog-cache-size=#",
"default": "32768",
"dynamic": true,
"id": "binlog_cache_size",
"name": "binlog_cache_size",
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--binlog-checksum=name\n--binlog-checksum=[0|1]",
"default": "CRC32 (>= MariaDB 10.2.1), NONE (<= MariaDB 10.2.0)",
"dynamic": true,
"id": "binlog_checksum",
"name": "binlog_checksum",
"scope": [
"global"
],
"type": "string",
"validValues": [
"NONE",
"0",
"CRC32",
"1"
]
},
{
"cli": "--binlog-commit-wait-count=#]",
"default": "0",
"dynamic": true,
"id": "binlog_commit_wait_count",
"name": "binlog_commit_wait_count",
"range": {
"from": 0,
"to": 18446744073709552000
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--binlog-commit-wait-usec#",
"default": "100000",
"dynamic": true,
"id": "binlog_commit_wait_usec",
"name": "binlog_commit_wait_usec",
"range": {
"from": 0,
"to": 18446744073709552000
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--binlog-direct-non-transactional-updates[=value]",
"default": "OFF (0)",
"dynamic": true,
"id": "binlog_direct_non_transactional_updates",
"name": "binlog_direct_non_transactional_updates",
"scope": [
"global",
"session"
],
"type": "boolean"
},
{
"cli": "--binlog-file-cache-size=#",
"default": "16384",
"dynamic": true,
"id": "binlog_file_cache_size",
"name": "binlog_file_cache_size",
"range": {
"from": 8192,
"to": 18446744073709552000
},
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"cli": "--binlog-format=format",
"default": "MIXED (>= MariaDB 10.2.4), STATEMENT (<= MariaDB 10.2.3)",
"dynamic": true,
"id": "binlog_format",
"name": "binlog_format",
"scope": [
"global",
"session"
],
"type": "enumeration",
"validValues": [
"ROW",
"STATEMENT",
"MIXED"
]
},
{
"cli": "--binlog-optimize-thread-scheduling or --skip-binlog-optimize-thread-scheduling",
"default": "ON",
"dynamic": false,
"id": "binlog_optimize_thread_scheduling",
"name": "binlog_optimize_thread_scheduling",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--binlog-row-image=value",
"default": "FULL",
"dynamic": true,
"id": "binlog_row_image",
"name": "binlog_row_image",
"scope": [
"global",
"session"
],
"validValues": [
"FULL",
"NOBLOB",
"MINIMAL"
]
},
{
"cli": "--binlog-row-metadata=value",
"default": "NO_LOG",
"dynamic": true,
"id": "binlog_row_metadata",
"name": "binlog_row_metadata",
"scope": [
"global",
"session"
],
"validValues": [
"NO_LOG",
"MINIMAL",
"FULL"
]
},
{
"cli": "--binlog-stmt-cache-size=#",
"default": "32768",
"dynamic": true,
"id": "binlog_stmt_cache_size",
"name": "binlog_stmt_cache_size",
"scope": [
"global"
],
"type": "integer"
},
{
"default": "'' (empty string)",
"dynamic": true,
"id": "default_master_connection",
"name":
|