From 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Jan 2020 10:55:03 +0100 Subject: phpmyadmin working --- .../mysql-replication-options-binary-log_5.7.json | 487 +++++++++++++++++++++ 1 file changed, 487 insertions(+) create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-binary-log_5.7.json (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-binary-log_5.7.json') diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-binary-log_5.7.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-binary-log_5.7.json new file mode 100644 index 0000000..cbf23d1 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-binary-log_5.7.json @@ -0,0 +1,487 @@ +{ + "data": [ + { + "cli": "--binlog-row-event-max-size=#", + "default": "8192", + "id": "option_mysqld_binlog-row-event-max-size", + "name": "binlog_row_event_max_size", + "range": { + "from": 256 + }, + "type": "integer" + }, + { + "cli": "--log-bin=file_name", + "id": "option_mysqld_log-bin", + "name": "log_bin", + "type": "file name" + }, + { + "cli": "--log-bin-index=file_name", + "dynamic": false, + "id": "option_mysqld_log-bin-index", + "name": "log_bin_index", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--binlog-do-db=name", + "id": "option_mysqld_binlog-do-db", + "name": "binlog_do_db", + "type": "string" + }, + { + "cli": "--binlog-ignore-db=name", + "id": "option_mysqld_binlog-ignore-db", + "name": "binlog_ignore_db", + "type": "string" + }, + { + "cli": "--binlog-checksum=type", + "default": "CRC32", + "id": "option_mysqld_binlog-checksum", + "name": "binlog_checksum", + "type": "string", + "validValues": [ + "NONE", + "CRC32" + ] + }, + { + "cli": "--max-binlog-dump-events=#", + "default": "0", + "id": "option_mysqld_max-binlog-dump-events", + "name": "max_binlog_dump_events", + "type": "integer" + }, + { + "cli": "--sporadic-binlog-dump-fail[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_sporadic-binlog-dump-fail", + "name": "sporadic_binlog_dump_fail", + "type": "boolean" + }, + { + "cli": "--binlog-cache-size=#", + "default": "32768", + "dynamic": true, + "id": "sysvar_binlog_cache_size", + "name": "binlog_cache_size", + "range": { + "from": 4096 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--binlog-checksum=name", + "default": "CRC32", + "dynamic": true, + "id": "sysvar_binlog_checksum", + "name": "binlog_checksum", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "NONE", + "CRC32" + ] + }, + { + "cli": "--binlog-direct-non-transactional-updates[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_binlog_direct_non_transactional_updates", + "name": "binlog_direct_non_transactional_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--binlog-error-action[=value]", + "dynamic": true, + "id": "sysvar_binlog_error_action", + "name": "binlog_error_action", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IGNORE_ERROR", + "ABORT_SERVER" + ] + }, + { + "cli": "--binlog-format=format", + "dynamic": true, + "id": "sysvar_binlog_format", + "name": "binlog_format", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "ROW", + "STATEMENT", + "MIXED" + ] + }, + { + "cli": "--binlog-group-commit-sync-delay=#", + "default": "0", + "dynamic": true, + "id": "sysvar_binlog_group_commit_sync_delay", + "name": "binlog_group_commit_sync_delay", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--binlog-group-commit-sync-no-delay-count=#", + "default": "0", + "dynamic": true, + "id": "sysvar_binlog_group_commit_sync_no_delay_count", + "name": "binlog_group_commit_sync_no_delay_count", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--binlogging-impossible-mode[=value]", + "default": "IGNORE_ERROR", + "dynamic": true, + "id": "sysvar_binlogging_impossible_mode", + "name": "binlogging_impossible_mode", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "IGNORE_ERROR", + "ABORT_SERVER" + ] + }, + { + "cli": "--binlog-max-flush-queue-time=#", + "default": "0", + "dynamic": true, + "id": "sysvar_binlog_max_flush_queue_time", + "name": "binlog_max_flush_queue_time", + "range": { + "from": 0, + "to": 100000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--binlog-order-commits[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_binlog_order_commits", + "name": "binlog_order_commits", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--binlog-row-image=image_type", + "default": "full", + "dynamic": true, + "id": "sysvar_binlog_row_image", + "name": "binlog_row_image", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "full", + "minimal", + "noblob" + ] + }, + { + "cli": "--binlog-rows-query-log-events[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_binlog_rows_query_log_events", + "name": "binlog_rows_query_log_events", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--binlog-stmt-cache-size=#", + "default": "32768", + "dynamic": true, + "id": "sysvar_binlog_stmt_cache_size", + "name": "binlog_stmt_cache_size", + "range": { + "from": 4096 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--binlog-transaction-dependency-tracking=value", + "default": "COMMIT_ORDER", + "dynamic": true, + "id": "sysvar_binlog_transaction_dependency_tracking", + "name": "binlog_transaction_dependency_tracking", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "COMMIT_ORDER", + "WRITESET", + "WRITESET_SESSION" + ] + }, + { + "cli": "--binlog-transaction-dependency-history-size=#", + "default": "25000", + "dynamic": true, + "id": "sysvar_binlog_transaction_dependency_history_size", + "name": "binlog_transaction_dependency_history_size", + "range": { + "from": 1, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--expire-logs-days=#", + "default": "0", + "dynamic": true, + "id": "sysvar_expire_logs_days", + "name": "expire_logs_days", + "range": { + "from": 0, + "to": 99 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--log-backward-compatible-user-definitions[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_log_backward_compatible_user_definitions", + "name": "log_backward_compatible_user_definitions", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "sysvar_log_bin", + "name": "log_bin", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "sysvar_log_bin_basename", + "name": "log_bin_basename", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--log-bin-index=file_name", + "dynamic": false, + "id": "sysvar_log_bin_index", + "name": "log_bin_index", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--log-bin-trust-function-creators[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_log_bin_trust_function_creators", + "name": "log_bin_trust_function_creators", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-bin-use-v1-row-events[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_log_bin_use_v1_row_events", + "name": "log_bin_use_v1_row_events", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-builtin-as-identified-by-password[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_log_builtin_as_identified_by_password", + "name": "log_builtin_as_identified_by_password", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-slave-updates[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_log_slave_updates", + "name": "log_slave_updates", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-statements-unsafe-for-binlog[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_log_statements_unsafe_for_binlog", + "name": "log_statements_unsafe_for_binlog", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--master-verify-checksum[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_master_verify_checksum", + "name": "master_verify_checksum", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--max-binlog-cache-size=#", + "default": "18446744073709551615", + "dynamic": true, + "id": "sysvar_max_binlog_cache_size", + "name": "max_binlog_cache_size", + "range": { + "from": 4096, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-binlog-size=#", + "default": "1073741824", + "dynamic": true, + "id": "sysvar_max_binlog_size", + "name": "max_binlog_size", + "range": { + "from": 4096, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-binlog-stmt-cache-size=#", + "default": "18446744073709547520", + "dynamic": true, + "id": "sysvar_max_binlog_stmt_cache_size", + "name": "max_binlog_stmt_cache_size", + "range": { + "from": 4096, + "to": 18446744073709548000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "ON", + "dynamic": true, + "id": "sysvar_sql_log_bin", + "name": "sql_log_bin", + "scope": [ + "session" + ], + "type": "boolean" + }, + { + "cli": "--sync-binlog=#", + "dynamic": true, + "id": "sysvar_sync_binlog", + "name": "sync_binlog", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--transaction-write-set-extraction[=value]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_transaction_write_set_extraction", + "name": "transaction_write_set_extraction", + "scope": [ + "global", + "session" + ], + "type": "enumeration" + } + ], + "name": "replication-options-binary-log_5.7", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" +} -- cgit