aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-09 10:55:03 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-09 13:09:38 +0100
commit04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa (patch)
tree5c691241355c943a3c68ddb06b8cf8c60aa11319 /srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json
parent7e0d85db834d6351ed85d01e5126ac31dc510b86 (diff)
downloadft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.gz
ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.bz2
ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.zip
phpmyadmin working
Diffstat (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json')
-rw-r--r--srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json137
1 files changed, 137 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json
new file mode 100644
index 0000000..1bfcd1f
--- /dev/null
+++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json
@@ -0,0 +1,137 @@
+{
+ "data": [
+ {
+ "cli": "--show-slave-auth-info[={OFF|ON}]",
+ "default": "OFF",
+ "id": "option_mysqld_show-slave-auth-info",
+ "name": "show_slave_auth_info",
+ "type": "boolean"
+ },
+ {
+ "cli": "--auto-increment-increment=#",
+ "default": "1",
+ "dynamic": true,
+ "id": "sysvar_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": "sysvar_auto_increment_offset",
+ "name": "auto_increment_offset",
+ "range": {
+ "from": 1,
+ "to": 65535
+ },
+ "scope": [
+ "global",
+ "session"
+ ],
+ "type": "integer"
+ },
+ {
+ "dynamic": true,
+ "id": "sysvar_immediate_server_version",
+ "name": "immediate_server_version",
+ "scope": [
+ "session"
+ ],
+ "type": "integer"
+ },
+ {
+ "dynamic": true,
+ "id": "sysvar_original_server_version",
+ "name": "original_server_version",
+ "scope": [
+ "session"
+ ],
+ "type": "integer"
+ },
+ {
+ "cli": "--rpl-semi-sync-master-enabled[={OFF|ON}]",
+ "default": "OFF",
+ "dynamic": true,
+ "id": "sysvar_rpl_semi_sync_master_enabled",
+ "name": "rpl_semi_sync_master_enabled",
+ "scope": [
+ "global"
+ ],
+ "type": "boolean"
+ },
+ {
+ "cli": "--rpl-semi-sync-master-timeout=#",
+ "default": "10000",
+ "dynamic": true,
+ "id": "sysvar_rpl_semi_sync_master_timeout",
+ "name": "rpl_semi_sync_master_timeout",
+ "scope": [
+ "global"
+ ],
+ "type": "integer"
+ },
+ {
+ "cli": "--rpl-semi-sync-master-trace-level=#",
+ "default": "32",
+ "dynamic": true,
+ "id": "sysvar_rpl_semi_sync_master_trace_level",
+ "name": "rpl_semi_sync_master_trace_level",
+ "scope": [
+ "global"
+ ],
+ "type": "integer"
+ },
+ {
+ "cli": "--rpl-semi-sync-master-wait-for-slave-count=#",
+ "default": "1",
+ "dynamic": true,
+ "id": "sysvar_rpl_semi_sync_master_wait_for_slave_count",
+ "name": "rpl_semi_sync_master_wait_for_slave_count",
+ "range": {
+ "from": 1,
+ "to": 65535
+ },
+ "scope": [
+ "global"
+ ],
+ "type": "integer"
+ },
+ {
+ "cli": "--rpl-semi-sync-master-wait-no-slave[={OFF|ON}]",
+ "default": "ON",
+ "dynamic": true,
+ "id": "sysvar_rpl_semi_sync_master_wait_no_slave",
+ "name": "rpl_semi_sync_master_wait_no_slave",
+ "scope": [
+ "global"
+ ],
+ "type": "boolean"
+ },
+ {
+ "cli": "--rpl-semi-sync-master-wait-point=value",
+ "default": "AFTER_SYNC",
+ "dynamic": true,
+ "id": "sysvar_rpl_semi_sync_master_wait_point",
+ "name": "rpl_semi_sync_master_wait_point",
+ "scope": [
+ "global"
+ ],
+ "type": "enumeration",
+ "validValues": [
+ "AFTER_SYNC",
+ "AFTER_COMMIT"
+ ]
+ }
+ ],
+ "name": "replication-options-master",
+ "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html"
+}