Skip to content

Commit

Permalink
updated: [MySQL] & [MariaDB] data
Browse files Browse the repository at this point in the history
- update MySQL data
- update MariaDB data
- update merged data

#dataUpdate
#mysql
#mariadb
#mergedData
  • Loading branch information
williamdes committed Jan 12, 2019
1 parent 40ca56a commit dd0ff5c
Show file tree
Hide file tree
Showing 14 changed files with 427 additions and 244 deletions.
14 changes: 14 additions & 0 deletions data/mariadb-gtid-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@
{
"id": "gtid_pos_auto_engines",
"name": "gtid_pos_auto_engines"
},
{
"cli": "--gtid-cleanup-batch-size=#",
"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",
Expand Down
9 changes: 9 additions & 0 deletions data/mariadb-server-status-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,15 @@
],
"type": "integer"
},
{
"id": "com_backup",
"name": "Com_backup",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "com_backup_table",
"name": "Com_backup_table",
Expand Down
13 changes: 12 additions & 1 deletion data/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
"name": "datetime_format"
},
{
"cli": "--debug[=debug_options]",
"cli": "-#, --debug[=debug_options]",
"default": "d:t:i:O,\\mysqld.trace",
"dynamic": true,
"id": "debug",
Expand Down Expand Up @@ -1963,6 +1963,17 @@
],
"type": "integer"
},
{
"cli": "--pam-debug",
"default": "OFF",
"dynamic": false,
"id": "pam_debug",
"name": "pam_debug",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--pam-use-cleartext-plugin",
"default": "OFF",
Expand Down
30 changes: 15 additions & 15 deletions data/mysql-innodb-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1503,21 +1503,6 @@
"65536"
]
},
{
"cli": "--innodb-parallel-read-threads=#",
"default": "4",
"dynamic": true,
"id": "sysvar_innodb_parallel_read_threads",
"name": "innodb_parallel_read_threads",
"range": {
"from": 1,
"to": 256
},
"scope": [
"session"
],
"type": "integer"
},
{
"cli": "--innodb-print-all-deadlocks",
"default": "off",
Expand Down Expand Up @@ -1743,6 +1728,21 @@
],
"type": "integer"
},
{
"cli": "--innodb-spin-wait-pause-multiplier=#",
"default": "50",
"dynamic": true,
"id": "sysvar_innodb_spin_wait_pause_multiplier",
"name": "innodb_spin_wait_pause_multiplier",
"range": {
"from": 1,
"to": 100
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--innodb-stats-auto-recalc",
"default": "on",
Expand Down
23 changes: 3 additions & 20 deletions data/mysql-replication-options-binary-log.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
{
"data": [
{
"cli": "--binlog-encryption",
"default": "off",
"id": "option_mysqld_binlog-encryption",
"name": "binlog_encryption",
"type": "boolean"
},
{
"cli": "--binlog-rotate-encryption-master-key-at-startup",
"default": "off",
"id": "option_mysqld_binlog-rotate-encryption-master-key-at-startup",
"name": "binlog_rotate_encryption_master_key_at_startup",
"type": "boolean"
},
{
"cli": "--binlog-row-event-max-size=#",
"default": "8192",
Expand All @@ -32,13 +18,9 @@
"type": "boolean"
},
{
"cli": "--log-bin",
"dynamic": false,
"cli": "--log-bin=file_name",
"id": "option_mysqld_log-bin",
"name": "log_bin",
"scope": [
"global"
],
"type": "file name"
},
{
Expand Down Expand Up @@ -413,7 +395,8 @@
"name": "log_bin",
"scope": [
"global"
]
],
"type": "boolean"
},
{
"dynamic": false,
Expand Down
9 changes: 3 additions & 6 deletions data/mysql-replication-options-binary-log_5.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@
"type": "boolean"
},
{
"cli": "--log-bin",
"dynamic": false,
"cli": "--log-bin=file_name",
"id": "option_mysqld_log-bin",
"name": "log_bin",
"scope": [
"global"
],
"type": "file name"
},
{
Expand Down Expand Up @@ -345,7 +341,8 @@
"name": "log_bin",
"scope": [
"global"
]
],
"type": "boolean"
},
{
"dynamic": false,
Expand Down
11 changes: 0 additions & 11 deletions data/mysql-replication-options-slave.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,17 +245,6 @@
"name": "skip_slave_start",
"type": "boolean"
},
{
"cli": "--slave-compressed-protocol",
"default": "off",
"dynamic": true,
"id": "option_mysqld_slave_compressed_protocol",
"name": "slave_compressed_protocol",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--slave-load-tmpdir=dir_name",
"default": "/tmp",
Expand Down
15 changes: 13 additions & 2 deletions data/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@
"type": "boolean"
},
{
"default": "everyone",
"default": "*everyone*",
"dynamic": false,
"id": "sysvar_named_pipe_full_access_group",
"name": "named_pipe_full_access_group",
Expand All @@ -1873,7 +1873,7 @@
],
"type": "string",
"validValues": [
"everyone",
"*everyone*",
"empty string"
]
},
Expand Down Expand Up @@ -3214,6 +3214,17 @@
],
"type": "integer"
},
{
"cli": "--temptable-use-mmap",
"default": "on",
"dynamic": true,
"id": "sysvar_temptable_use_mmap",
"name": "temptable_use_mmap",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--thread-cache-size=#",
"default": "-1 (signifies autosizing; do not assign this literal value)",
Expand Down
26 changes: 13 additions & 13 deletions data/mysql-x-plugin-system-variables-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "boolean"
},
{
"cli": "--mysqlx-bind-address=#",
"cli": "--mysqlx-bind-address=value",
"default": "*",
"dynamic": false,
"id": "option_mysqld_mysqlx-bind-address",
Expand All @@ -23,7 +23,7 @@
"type": "string"
},
{
"cli": "--mysqlx-connect-timeout=#",
"cli": "--mysqlx-connect-timeout=value",
"default": "30",
"dynamic": true,
"id": "option_mysqld_mysqlx-connect-timeout",
Expand All @@ -38,7 +38,7 @@
"type": "integer"
},
{
"cli": "--mysqlx-idle-worker-thread-timeout=#",
"cli": "--mysqlx-idle-worker-thread-timeout=value",
"default": "60",
"dynamic": true,
"id": "option_mysqld_mysqlx-idle-worker-thread-timeout",
Expand All @@ -53,7 +53,7 @@
"type": "integer"
},
{
"cli": "--mysqlx-interactive-timeout=#",
"cli": "--mysqlx-interactive-timeout=value",
"default": "28800",
"dynamic": true,
"id": "option_mysqld_mysqlx-interactive-timeout",
Expand All @@ -68,7 +68,7 @@
"type": "integer"
},
{
"cli": "--mysqlx-max-allowed-packet=#",
"cli": "--mysqlx-max-allowed-packet=value",
"default": "1048576",
"dynamic": true,
"id": "option_mysqld_mysqlx-max-allowed-packet",
Expand All @@ -83,7 +83,7 @@
"type": "integer"
},
{
"cli": "--mysqlx-max-connections=#",
"cli": "--mysqlx-max-connections=value",
"default": "100",
"dynamic": true,
"id": "option_mysqld_mysqlx-max-connections",
Expand Down Expand Up @@ -113,7 +113,7 @@
"type": "integer"
},
{
"cli": "--mysqlx-port=#",
"cli": "--mysqlx-port=value",
"default": "33060",
"dynamic": false,
"id": "option_mysqld_mysqlx-port",
Expand All @@ -128,13 +128,13 @@
"type": "integer"
},
{
"cli": "--mysqlx-port-open-timeout=#",
"cli": "--mysqlx-port-open-timeout=value",
"default": "0",
"dynamic": false,
"id": "option_mysqld_mysqlx-port-open-timeout",
"name": "mysqlx_port_open_timeout",
"range": {
"from": 1,
"from": 0,
"to": 120
},
"scope": [
Expand All @@ -143,7 +143,7 @@
"type": "integer"
},
{
"cli": "--mysqlx-read-timeout=#",
"cli": "--mysqlx-read-timeout=value",
"default": "28800",
"dynamic": true,
"id": "option_mysqld_mysqlx-read-timeout",
Expand All @@ -169,7 +169,7 @@
"type": "string"
},
{
"cli": "--mysqlx-ssl-ca=file-name",
"cli": "--mysqlx-ssl-ca=file_name",
"dynamic": false,
"id": "option_mysqld_mysqlx-ssl-ca",
"name": "mysqlx_ssl_ca",
Expand Down Expand Up @@ -229,7 +229,7 @@
"type": "directory name"
},
{
"cli": "--mysqlx-ssl-key=file-name",
"cli": "--mysqlx-ssl-key=file_name",
"dynamic": false,
"id": "option_mysqld_mysqlx-ssl-key",
"name": "mysqlx_ssl_key",
Expand Down Expand Up @@ -418,7 +418,7 @@
"name": "mysqlx_port_open_timeout",
"range": {
"from": 0,
"to": 100
"to": 120
},
"scope": [
"global"
Expand Down
Loading

0 comments on commit dd0ff5c

Please sign in to comment.