aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-07-27 10:05:23 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-07-27 10:05:23 +0200
commit5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch)
tree39a1a4629749056191c05dfd899f931701b7acf3 /srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json
parent5afd237bbd22028b85532b8c0b3fcead49a00764 (diff)
downloadft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.tar.gz
ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.tar.bz2
ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.zip
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
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, 0 insertions, 137 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
deleted file mode 100644
index 1bfcd1f..0000000
--- a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json
+++ /dev/null
@@ -1,137 +0,0 @@
-{
- "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"
-}