diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-09 10:55:03 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-09 13:09:38 +0100 |
| commit | 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa (patch) | |
| tree | 5c691241355c943a3c68ddb06b8cf8c60aa11319 /srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data | |
| parent | 7e0d85db834d6351ed85d01e5126ac31dc510b86 (diff) | |
| download | ft_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')
48 files changed, 31284 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json new file mode 100644 index 0000000..6bc0ad5 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json @@ -0,0 +1,70 @@ +{ + "data": [ + { + "id": "aria_pagecache_blocks_not_flushed", + "name": "Aria_pagecache_blocks_not_flushed", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_blocks_unused", + "name": "Aria_pagecache_blocks_unused", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_blocks_used", + "name": "Aria_pagecache_blocks_used", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_read_requests", + "name": "Aria_pagecache_read_requests", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_reads", + "name": "Aria_pagecache_reads", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_write_requests", + "name": "Aria_pagecache_write_requests", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_writes", + "name": "Aria_pagecache_writes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_transaction_log_syncs", + "name": "Aria_transaction_log_syncs", + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "aria-server-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-system-variables.json new file mode 100644 index 0000000..7d1d8ed --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-system-variables.json @@ -0,0 +1,362 @@ +{ + "data": [ + { + "cli": "--aria-block-size=#", + "default": "8192", + "dynamic": false, + "id": "aria_block_size", + "name": "aria_block_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--aria-checkpoint-interval=#", + "default": "30", + "dynamic": true, + "id": "aria_checkpoint_interval", + "name": "aria_checkpoint_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "aria-checkpoint-log-activity=#", + "default": "1048576", + "dynamic": true, + "id": "aria_checkpoint_log_activity", + "name": "aria_checkpoint_log_activity", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "aria-encrypt-tables={0|1}", + "default": "OFF", + "dynamic": true, + "id": "aria_encrypt_tables", + "name": "aria_encrypt_tables", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--aria-force-start-after-recovery-failures=#", + "default": "0", + "dynamic": false, + "id": "aria_force_start_after_recovery_failures", + "name": "aria_force_start_after_recovery_failures", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--aria_group_commit=\"value\"", + "default": "none", + "dynamic": false, + "id": "aria_group_commit", + "name": "aria_group_commit", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "none", + "hard", + "soft" + ] + }, + { + "cli": "--aria_group_commit_interval=#", + "default": "0 (no waiting)", + "dynamic": false, + "id": "aria_group_commit_interval", + "name": "aria_group_commit_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--aria-log-file-size=#", + "default": "1073741824", + "dynamic": true, + "id": "aria_log_file_size", + "name": "aria_log_file_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--aria-log-purge-type=name", + "default": "immediate", + "dynamic": true, + "id": "aria_log_purge_type", + "name": "aria_log_purge_type", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "immediate", + "external", + "at_flush" + ] + }, + { + "cli": "--aria-max-sort-file-size=#", + "default": "9223372036853727232", + "dynamic": true, + "id": "aria_max_sort_file_size", + "name": "aria_max_sort_file_size", + "range": { + "from": 0, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--aria-page-checksum=#", + "default": "ON", + "dynamic": true, + "id": "aria_page_checksum", + "name": "aria_page_checksum", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--aria-pagecache-age-threshold=#", + "default": "300", + "dynamic": true, + "id": "aria_pagecache_age_threshold", + "name": "aria_pagecache_age_threshold", + "range": { + "from": 100, + "to": 9999900 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--aria-pagecache-buffer-size=#", + "default": "134217720 (128MB)", + "dynamic": false, + "id": "aria_pagecache_buffer_size", + "name": "aria_pagecache_buffer_size", + "range": { + "from": 131072, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--aria-pagecache-division-limit=#", + "default": "100", + "dynamic": true, + "id": "aria_pagecache_division_limit", + "name": "aria_pagecache_division_limit", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--aria-pagecache-file-hash-size=#", + "default": "512", + "dynamic": false, + "id": "aria_pagecache_file_hash_size", + "name": "aria_pagecache_file_hash_size", + "range": { + "from": 128, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_recover", + "name": "aria_recover" + }, + { + "cli": "--aria-recover-options[=#]", + "default": "BACKUP,QUICK (>= MariaDB 10.2.4), NORMAL (<= MariaDB 10.2.3)", + "dynamic": true, + "id": "aria_recover_options", + "name": "aria_recover_options", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NORMAL", + "BACKUP", + "FORCE", + "QUICK", + "OFF" + ] + }, + { + "cli": "--aria-repair-threads=#", + "default": "1", + "dynamic": true, + "id": "aria_repair_threads", + "name": "aria_repair_threads", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--aria-sort-buffer-size=#", + "default": "268434432 (from MariaDB 10.0.3), 134217728 (before MariaDB 10.0.3)", + "dynamic": true, + "id": "aria_sort_buffer_size", + "name": "aria_sort_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--aria-stats-method=#", + "default": "nulls_unequal", + "dynamic": true, + "id": "aria_stats_method", + "name": "aria_stats_method", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ] + }, + { + "cli": "--aria-sync-log-dir=#", + "default": "NEWFILE", + "dynamic": true, + "id": "aria_sync_log_dir", + "name": "aria_sync_log_dir", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NEWFILE", + "NEVER", + "ALWAYS" + ] + }, + { + "default": "ON", + "dynamic": false, + "id": "aria_used_for_temp_tables", + "name": "aria_used_for_temp_tables", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--deadlock-search-depth-long=#", + "default": "15", + "dynamic": true, + "id": "deadlock_search_depth_long", + "name": "deadlock_search_depth_long", + "range": { + "from": 0, + "to": 33 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--deadlock-search-depth-short=#", + "default": "4", + "dynamic": true, + "id": "deadlock_search_depth_short", + "name": "deadlock_search_depth_short", + "range": { + "from": 0, + "to": 32 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--deadlock-timeout-long=#", + "default": "50000000", + "dynamic": true, + "id": "deadlock_timeout_long", + "name": "deadlock_timeout_long", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--deadlock-timeout-short=#", + "default": "10000", + "dynamic": true, + "id": "deadlock_timeout_short", + "name": "deadlock_timeout_short", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + } + ], + "name": "aria-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-cassandra-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-cassandra-status-variables.json new file mode 100644 index 0000000..4defd76 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-cassandra-status-variables.json @@ -0,0 +1,78 @@ +{ + "data": [ + { + "id": "cassandra_multiget_keys_scanned", + "name": "Cassandra_multiget_keys_scanned", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "cassandra_multiget_reads", + "name": "Cassandra_multiget_reads", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "cassandra_multiget_rows_read", + "name": "Cassandra_multiget_rows_read", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "cassandra_network_exceptions", + "name": "Cassandra_network_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "cassandra_row_insert_batches", + "name": "Cassandra_row_insert_batches", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "cassandra_row_inserts", + "name": "Cassandra_row_inserts", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "cassandra_timeout_exceptions", + "name": "Cassandra_timeout_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "cassandra_unavailable_exceptions", + "name": "Cassandra_unavailable_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer" + } + ], + "name": "cassandra-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-cassandra-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-cassandra-system-variables.json new file mode 100644 index 0000000..5494b90 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-cassandra-system-variables.json @@ -0,0 +1,113 @@ +{ + "data": [ + { + "dynamic": true, + "id": "cassandra_default_thrift_host", + "name": "cassandra_default_thrift_host", + "scope": [ + "global" + ], + "type": "string" + }, + { + "default": "3", + "dynamic": true, + "id": "cassandra_failure_retries", + "name": "cassandra_failure_retries", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ] + }, + { + "default": "100", + "dynamic": true, + "id": "cassandra_insert_batch_size", + "name": "cassandra_insert_batch_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ] + }, + { + "default": "100", + "dynamic": true, + "id": "cassandra_multiget_batch_size", + "name": "cassandra_multiget_batch_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ] + }, + { + "default": "ONE", + "id": "cassandra_read_consistency", + "name": "cassandra_read_consistency", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ONE", + "TWO", + "THREE", + "ANY", + "ALL", + "QUORUM", + "EACH_QUORUM", + "LOCAL_QUORUM", + "\n" + ] + }, + { + "default": "10000", + "id": "cassandra_rnd_batch_size", + "name": "cassandra_rnd_batch_size", + "scope": [ + "global", + "session" + ], + "validValues": [ + "1", + "1073741824" + ] + }, + { + "default": "ONE", + "id": "cassandra_write_consistency", + "name": "cassandra_write_consistency", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ONE", + "TWO", + "THREE", + "ANY", + "ALL", + "QUORUM", + "EACH_QUORUM", + "LOCAL_QUORUM", + "\n" + ] + } + ], + "name": "cassandra-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-connect-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-connect-system-variables.json new file mode 100644 index 0000000..06c0876 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-connect-system-variables.json @@ -0,0 +1,188 @@ +{ + "data": [ + { + "cli": "--connect-class-path=value", + "default": "", + "dynamic": false, + "id": "connect_class_path", + "name": "connect_class_path", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--connect-cond-push={0|1}", + "default": "ON", + "dynamic": true, + "id": "connect_cond_push", + "name": "connect_cond_push", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--connect-conv-size=#", + "default": ">= MariaDB 10.4.8, MariaDB 10.3.18, MariaDB 10.2.27: 1024, <= MariaDB 10.4.7, MariaDB 10.3.17, MariaDB 10.2.26: 8192", + "dynamic": true, + "id": "connect_conv_size", + "name": "connect_conv_size", + "range": { + "from": 0, + "to": 65500 + }, + "scope": [ + "session", + "global" + ], + "type": "integer" + }, + { + "cli": "--connect-enable-mongo={0|1}", + "default": "OFF", + "dynamic": false, + "id": "connect_enable_mongo", + "name": "connect_enable_mongo", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--connect-exact-info=#", + "default": "OFF", + "dynamic": true, + "id": "connect_exact_info", + "name": "connect_exact_info", + "scope": [ + "session" + ], + "type": "boolean" + }, + { + "cli": "--connect-indx-map=#", + "default": "OFF", + "dynamic": true, + "id": "connect_indx_map", + "name": "connect_indx_map", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--connect-java-wrapper=val", + "default": "wrappers/JdbcInterface", + "dynamic": true, + "id": "connect_java_wrapper", + "name": "connect_java_wrapper", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--connect-json-grp-size=#", + "default": "10", + "dynamic": true, + "id": "connect_json_grp_size", + "name": "connect_json_grp_size", + "range": { + "from": 1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--connect-json-null=value", + "default": "<null>", + "dynamic": true, + "id": "connect_json_null", + "name": "connect_json_null", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--connect-jvm_path=value", + "default": "", + "dynamic": false, + "id": "connect_jvm_path", + "name": "connect_jvm_path", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--connect-type-conv=#", + "default": "YES (>= Connect 1.06.006), NO (<= Connect 1.06.005)", + "dynamic": true, + "id": "connect_type_conv", + "name": "connect_type_conv", + "scope": [ + "session", + "global" + ], + "validValues": [ + "NO", + "YES", + "SKIP" + ] + }, + { + "cli": "--connect-use-tempfile=#", + "default": "AUTO", + "dynamic": true, + "id": "connect_use_tempfile", + "name": "connect_use_tempfile", + "scope": [ + "session" + ] + }, + { + "cli": "--connect-work-size=#", + "default": "67108864", + "dynamic": true, + "id": "connect_work_size", + "name": "connect_work_size", + "range": { + "from": 4194304, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--connect-xtrace=#", + "default": "0", + "dynamic": true, + "id": "connect_xtrace", + "name": "connect_xtrace", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "set", + "validValues": [] + } + ], + "name": "connect-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-galera-cluster-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-galera-cluster-status-variables.json new file mode 100644 index 0000000..93cb321 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-galera-cluster-status-variables.json @@ -0,0 +1,276 @@ +{ + "data": [ + { + "id": "wsrep_apply_oooe", + "name": "wsrep_apply_oooe" + }, + { + "id": "wsrep_apply_oool", + "name": "wsrep_apply_oool" + }, + { + "id": "wsrep_apply_window", + "name": "wsrep_apply_window" + }, + { + "id": "wsrep_cert_deps_distance", + "name": "wsrep_cert_deps_distance" + }, + { + "id": "wsrep_cert_index_size", + "name": "wsrep_cert_index_size", + "type": "integer" + }, + { + "id": "wsrep_cert_interval", + "name": "wsrep_cert_interval", + "type": "integer" + }, + { + "id": "wsrep_cluster_capabilities", + "name": "wsrep_cluster_capabilities" + }, + { + "id": "wsrep_cluster_conf_id", + "name": "wsrep_cluster_conf_id", + "type": "integer" + }, + { + "id": "wsrep_cluster_size", + "name": "wsrep_cluster_size", + "type": "integer" + }, + { + "id": "wsrep_cluster_state_uuid", + "name": "wsrep_cluster_state_uuid" + }, + { + "id": "wsrep_cluster_status", + "name": "wsrep_cluster_status" + }, + { + "id": "wsrep_cluster_weight", + "name": "wsrep_cluster_weight" + }, + { + "id": "wsrep_commit_oooe", + "name": "wsrep_commit_oooe" + }, + { + "id": "wsrep_commit_oool", + "name": "wsrep_commit_oool" + }, + { + "id": "wsrep_commit_window", + "name": "wsrep_commit_window" + }, + { + "id": "wsrep_connected", + "name": "wsrep_connected" + }, + { + "id": "wsrep_desync_count", + "name": "wsrep_desync_count", + "type": "integer" + }, + { + "id": "wsrep_evs_delayed", + "name": "wsrep_evs_delayed" + }, + { + "id": "wsrep_evs_evict_list", + "name": "wsrep_evs_evict_list" + }, + { + "id": "wsrep_evs_repl_latency", + "name": "wsrep_evs_repl_latency" + }, + { + "id": "wsrep_evs_state", + "name": "wsrep_evs_state" + }, + { + "id": "wsrep_flow_control_paused", + "name": "wsrep_flow_control_paused" + }, + { + "id": "wsrep_flow_control_paused_ns", + "name": "wsrep_flow_control_paused_ns" + }, + { + "id": "wsrep_flow_control_recv", + "name": "wsrep_flow_control_recv", + "type": "integer" + }, + { + "id": "wsrep_flow_control_sent", + "name": "wsrep_flow_control_sent", + "type": "integer" + }, + { + "id": "wsrep_gcomm_uuid", + "name": "wsrep_gcomm_uuid" + }, + { + "id": "wsrep_incoming_addresses", + "name": "wsrep_incoming_addresses" + }, + { + "id": "wsrep_last_committed", + "name": "wsrep_last_committed", + "type": "integer" + }, + { + "id": "wsrep_local_bf_aborts", + "name": "wsrep_local_bf_aborts", + "type": "integer" + }, + { + "id": "wsrep_local_cached_downto", + "name": "wsrep_local_cached_downto" + }, + { + "id": "wsrep_local_cert_failures", + "name": "wsrep_local_cert_failures", + "type": "integer" + }, + { + "id": "wsrep_local_commits", + "name": "wsrep_local_commits", + "type": "integer" + }, + { + "id": "wsrep_local_index", + "name": "wsrep_local_index" + }, + { + "id": "wsrep_local_recv_queue", + "name": "wsrep_local_recv_queue", + "type": "integer" + }, + { + "id": "wsrep_local_recv_queue_avg", + "name": "wsrep_local_recv_queue_avg" + }, + { + "id": "wsrep_local_recv_queue_max", + "name": "wsrep_local_recv_queue_max" + }, + { + "id": "wsrep_local_recv_queue_min", + "name": "wsrep_local_recv_queue_min" + }, + { + "id": "wsrep_local_replays", + "name": "wsrep_local_replays", + "type": "integer" + }, + { + "id": "wsrep_local_send_queue", + "name": "wsrep_local_send_queue", + "type": "integer" + }, + { + "id": "wsrep_local_send_queue_avg", + "name": "wsrep_local_send_queue_avg" + }, + { + "id": "wsrep_local_send_queue_max", + "name": "wsrep_local_send_queue_max" + }, + { + "id": "wsrep_local_send_queue_min", + "name": "wsrep_local_send_queue_min" + }, + { + "id": "wsrep_local_state", + "name": "wsrep_local_state" + }, + { + "id": "wsrep_local_state_comment", + "name": "wsrep_local_state_comment" + }, + { + "id": "wsrep_local_state_uuid", + "name": "wsrep_local_state_uuid" + }, + { + "id": "wsrep_open_connections", + "name": "wsrep_open_connections", + "type": "integer" + }, + { + "id": "wsrep_open_transactions", + "name": "wsrep_open_transactions", + "type": "integer" + }, + { + "id": "wsrep_protocol_version", + "name": "wsrep_protocol_version" + }, + { + "id": "wsrep_provider_name", + "name": "wsrep_provider_name" + }, + { + "id": "wsrep_provider_vendor", + "name": "wsrep_provider_vendor" + }, + { + "id": "wsrep_provider_version", + "name": "wsrep_provider_version", + "type": "integer" + }, + { + "id": "wsrep_ready", + "name": "wsrep_ready" + }, + { + "id": "wsrep_received", + "name": "wsrep_received", + "type": "integer" + }, + { + "id": "wsrep_received_bytes", + "name": "wsrep_received_bytes", + "type": "byte" + }, + { + "id": "wsrep_repl_data_bytes", + "name": "wsrep_repl_data_bytes", + "type": "integer" + }, + { + "id": "wsrep_repl_keys", + "name": "wsrep_repl_keys", + "type": "integer" + }, + { + "id": "wsrep_repl_keys_bytes", + "name": "wsrep_repl_keys_bytes", + "type": "integer" + }, + { + "id": "wsrep_repl_other_bytes", + "name": "wsrep_repl_other_bytes", + "type": "integer" + }, + { + "id": "wsrep_replicated", + "name": "wsrep_replicated", + "type": "integer" + }, + { + "id": "wsrep_replicated_bytes", + "name": "wsrep_replicated_bytes", + "type": "byte" + }, + { + "id": "wsrep_thread_count", + "name": "wsrep_thread_count", + "type": "integer" + } + ], + "name": "galera-cluster-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-galera-cluster-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-galera-cluster-system-variables.json new file mode 100644 index 0000000..9e893ea --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-galera-cluster-system-variables.json @@ -0,0 +1,626 @@ +{ + "data": [ + { + "cli": "--wsrep-auto-increment-control[={0|1}]", + "default": "ON", + "dynamic": true, + "id": "wsrep_auto_increment_control", + "name": "wsrep_auto_increment_control", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-causal-reads[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_causal_reads", + "name": "wsrep_causal_reads", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-certifcation-rules", + "default": "strict", + "dynamic": true, + "id": "wsrep_certification_rules", + "name": "wsrep_certification_rules", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "strict", + "optimized" + ] + }, + { + "cli": "--wsrep-certify-nonPK[={0|1}]", + "default": "ON", + "dynamic": true, + "id": "wsrep_certify_nonpk", + "name": "wsrep_certify_nonPK", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-cluster-address=value", + "dynamic": false, + "id": "wsrep_cluster_address", + "name": "wsrep_cluster_address", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-cluster-name=value", + "default": "my_wsrep_cluster", + "dynamic": true, + "id": "wsrep_cluster_name", + "name": "wsrep_cluster_name", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-convert-LOCK-to-trx[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_convert_lock_to_trx", + "name": "wsrep_convert_LOCK_to_trx", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-data-home-dir=value", + "default": "The datadir variable value.", + "dynamic": false, + "id": "wsrep_data_home_dir", + "name": "wsrep_data_home_dir", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-dbug-option=value", + "dynamic": true, + "id": "wsrep_dbug_option", + "name": "wsrep_dbug_option", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-debug[={0|1}]", + "default": "NONE (>= MariaDB 10.4.3), OFF (<= MariaDB 10.4.2)", + "dynamic": true, + "id": "wsrep_debug", + "name": "wsrep_debug", + "scope": [ + "global" + ] + }, + { + "cli": "--wsrep-desync[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_desync", + "name": "wsrep_desync", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-dirty-reads[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_dirty_reads", + "name": "wsrep_dirty_reads", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ] + }, + { + "cli": "--wsrep-drupal-282555-workaround[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_drupal_282555_workaround", + "name": "wsrep_drupal_282555_workaround", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-forced-binlog-format=value", + "default": "NONE", + "dynamic": true, + "id": "wsrep_forced_binlog_format", + "name": "wsrep_forced_binlog_format", + "scope": [ + "global" + ], + "validValues": [ + "STATEMENT", + "ROW", + "MIXED", + "NONE" + ] + }, + { + "cli": "--wsrep-gtid-domain-id=#", + "default": "0", + "dynamic": true, + "id": "wsrep_gtid_domain_id", + "name": "wsrep_gtid_domain_id", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--wsrep-gtid-mode[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_gtid_mode", + "name": "wsrep_gtid_mode", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-ignore-apply-errors", + "default": "0", + "dynamic": true, + "id": "wsrep_ignore_apply_errors", + "name": "wsrep_ignore_apply_errors", + "range": { + "from": 0, + "to": 7 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--wsrep-load-data-splitting[={0|1}]", + "default": "OFF (>= MariaDB 10.4.3), ON (<= MariaDB 10.4.2)", + "dynamic": true, + "id": "wsrep_load_data_splitting", + "name": "wsrep_load_data_splitting", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-log-conflicts[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_log_conflicts", + "name": "wsrep_log_conflicts", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-max-ws-rows=#", + "default": "0 (>= MariaDB Galera 10.0.27, MariaDB 10.1.17), 131072 (<= MariaDB Galera 10.0.26, MariaDB 10.1.16)", + "dynamic": true, + "id": "wsrep_max_ws_rows", + "name": "wsrep_max_ws_rows", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--wsrep-max-ws-size=#", + "default": "2147483647 (2GB, >= MariaDB Galera 10.0.27, MariaDB 10.1.17), 1073741824 (1GB, <= MariaDB Galera 10.0.26, MariaDB 10.1.16)", + "dynamic": true, + "id": "wsrep_max_ws_size", + "name": "wsrep_max_ws_size", + "range": { + "from": 1024, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--wsrep-mysql-replication-bundle=#", + "default": "0", + "dynamic": false, + "id": "wsrep_mysql_replication_bundle", + "name": "wsrep_mysql_replication_bundle", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--wsrep-node-address=value", + "default": "Primary network address, usually eth0 with a default port of 4567, or 0.0.0.0 if no IP address.", + "dynamic": false, + "id": "wsrep_node_address", + "name": "wsrep_node_address", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-node-incoming-address=value", + "default": "AUTO", + "dynamic": false, + "id": "wsrep_node_incoming_address", + "name": "wsrep_node_incoming_address", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-node-name=value", + "default": "The server's hostname.", + "dynamic": true, + "id": "wsrep_node_name", + "name": "wsrep_node_name", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-notify-command=value", + "default": "Empty", + "dynamic": true, + "id": "wsrep_notify_cmd", + "name": "wsrep_notify_cmd", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-on[={0|1}]", + "default": "OFF (>= MariaDB 10.1), ON (<= MariaDB Galera Cluster 10.0),", + "dynamic": true, + "id": "wsrep_on", + "name": "wsrep_on", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ] + }, + { + "cli": "--wsrep-OSU-method[=value]", + "default": "TOI", + "dynamic": true, + "id": "wsrep_osu_method", + "name": "wsrep_OSU_method", + "scope": [ + "global", + "session" + ], + "validValues": [ + "TOI", + "RSU" + ] + }, + { + "default": "None", + "dynamic": false, + "id": "wsrep_patch_version", + "name": "wsrep_patch_version", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-provider=value", + "default": "None", + "dynamic": true, + "id": "wsrep_provider", + "name": "wsrep_provider", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-provider-options=value", + "default": "Empty", + "dynamic": false, + "id": "wsrep_provider_options", + "name": "wsrep_provider_options", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-recover[={0|1}]", + "default": "OFF", + "dynamic": false, + "id": "wsrep_recover", + "name": "wsrep_recover", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-reject-queries[=value]", + "default": "NONE", + "dynamic": true, + "id": "wsrep_reject_queries", + "name": "wsrep_reject_queries", + "scope": [ + "global" + ], + "validValues": [ + "NONE", + "ALL", + "ALL_KILL" + ] + }, + { + "cli": "--wsrep-replicate-myisam[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_replicate_myisam", + "name": "wsrep_replicate_myisam", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ] + }, + { + "cli": "--wsrep-restart-slave[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_restart_slave", + "name": "wsrep_restart_slave", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-retry-autocommit=value", + "default": "1", + "dynamic": false, + "id": "wsrep_retry_autocommit", + "name": "wsrep_retry_autocommit", + "range": { + "from": 0, + "to": 10000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--wsrep-slave-FK-checks[={0|1}]", + "default": "ON", + "dynamic": true, + "id": "wsrep_slave_fk_checks", + "name": "wsrep_slave_FK_checks", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-slave-threads=#", + "default": "1", + "dynamic": true, + "id": "wsrep_slave_threads", + "name": "wsrep_slave_threads", + "range": { + "from": 1, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--wsrep-slave-UK-checks[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_slave_uk_checks", + "name": "wsrep_slave_UK_checks", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-sr-store=val", + "default": "table", + "dynamic": false, + "id": "wsrep_sr_store", + "name": "wsrep_sr_store", + "scope": [ + "global" + ], + "validValues": [ + "table", + "none" + ] + }, + { + "cli": "--wsrep-sst-auth=value", + "default": "(Empty)", + "dynamic": true, + "id": "wsrep_sst_auth", + "name": "wsrep_sst_auth", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-sst-donor=value", + "default": "", + "dynamic": true, + "id": "wsrep_sst_donor", + "name": "wsrep_sst_donor", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-sst-donor-rejects-queries[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "wsrep_sst_donor_rejects_queries", + "name": "wsrep_sst_donor_rejects_queries", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--wsrep-sst-method=value", + "default": "rsync", + "dynamic": true, + "id": "wsrep_sst_method", + "name": "wsrep_sst_method", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "rsync", + "mysqldump", + "xtrabackup", + "xtrabackup-v2", + "mariabackup" + ] + }, + { + "cli": "--wsrep-sst-receive-address=value", + "default": "AUTO", + "dynamic": true, + "id": "wsrep_sst_receive_address", + "name": "wsrep_sst_receive_address", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-start-position=value", + "default": "00000000-0000-0000-0000-000000000000:-1", + "dynamic": true, + "id": "wsrep_start_position", + "name": "wsrep_start_position", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wsrep-sync-wait=#", + "default": "0", + "dynamic": true, + "id": "wsrep_sync_wait", + "name": "wsrep_sync_wait", + "range": { + "from": 0, + "to": 15 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--wsrep-trx-fragment-size=#", + "default": "0", + "dynamic": true, + "id": "wsrep_trx_fragment_size", + "name": "wsrep_trx_fragment_size", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--wsrep-trx-fragment-unit=value", + "default": "bytes", + "dynamic": true, + "id": "wsrep_trx_fragment_unit", + "name": "wsrep_trx_fragment_unit", + "scope": [ + "global", + "session" + ], + "validValues": [ + "bytes", + "rows", + "statements" + ] + } + ], + "name": "galera-cluster-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-gtid-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-gtid-system-variables.json new file mode 100644 index 0000000..934ffef --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-gtid-system-variables.json @@ -0,0 +1,115 @@ +{ + "data": [ + { + "default": "Null", + "dynamic": false, + "id": "gtid_binlog_pos", + "name": "gtid_binlog_pos", + "scope": [ + "global" + ], + "type": "string" + }, + { + "default": "Null", + "dynamic": true, + "id": "gtid_binlog_state", + "name": "gtid_binlog_state", + "scope": [ + "global" + ], + "type": "string" + }, + { + "default": "Null", + "dynamic": false, + "id": "gtid_current_pos", + "name": "gtid_current_pos", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--gtid-domain-id=#", + "default": "0", + "dynamic": true, + "id": "gtid_domain_id", + "name": "gtid_domain_id", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ] + }, + { + "dynamic": false, + "id": "last_gtid", + "name": "last_gtid", + "scope": [ + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "server_id", + "name": "server_id", + "scope": [ + "global", + "session" + ] + }, + { + "default": "Null", + "dynamic": true, + "id": "gtid_seq_no", + "name": "gtid_seq_no", + "scope": [ + "session" + ] + }, + { + "cli": "--gtid-ignore-duplicates=#", + "default": "OFF", + "dynamic": true, + "id": "gtid_ignore_duplicates", + "name": "gtid_ignore_duplicates", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--gtid-pos-auto-engines=value", + "default": "empty", + "dynamic": true, + "id": "gtid_pos_auto_engines", + "name": "gtid_pos_auto_engines", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--gtid-cleanup-batch-size=#", + "default": "64", + "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", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mariadb-audit-plugin-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mariadb-audit-plugin-status-variables.json new file mode 100644 index 0000000..a84ccca --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mariadb-audit-plugin-status-variables.json @@ -0,0 +1,27 @@ +{ + "data": [ + { + "id": "server_audit_active", + "name": "Server_audit_active", + "type": "boolean" + }, + { + "id": "server_audit_current_log", + "name": "Server_audit_current_log", + "type": "string" + }, + { + "id": "server_audit_last_error", + "name": "Server_audit_last_error", + "type": "string" + }, + { + "default": "0", + "id": "server_audit_writes_failed", + "name": "Server_audit_writes_failed", + "type": "integer" + } + ], + "name": "mariadb-audit-plugin-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mariadb-audit-plugin-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mariadb-audit-plugin-system-variables.json new file mode 100644 index 0000000..163fa1f --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mariadb-audit-plugin-system-variables.json @@ -0,0 +1,244 @@ +{ + "data": [ + { + "cli": "--server-audit-events=value", + "default": "Empty string", + "dynamic": true, + "id": "server_audit_events", + "name": "server_audit_events", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "CONNECT", + "QUERY", + "TABLE", + "CONNECT", + "QUERY", + "TABLE", + "QUERY_DDL", + "QUERY_DML", + "CONNECT", + "QUERY", + "TABLE", + "QUERY_DDL", + "QUERY_DML", + "QUERY_DCL", + "CONNECT", + "QUERY", + "TABLE", + "QUERY_DDL", + "QUERY_DML", + "QUERY_DCL", + "QUERY_DML_NO_SELECT" + ] + }, + { + "cli": "--server-audit-excl-users=value", + "default": "Empty string", + "dynamic": true, + "id": "server_audit_excl_users", + "name": "server_audit_excl_users", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--server-audit-file-path=value", + "default": "server_audit.log", + "dynamic": true, + "id": "server_audit_file_path", + "name": "server_audit_file_path", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--server-audit-rotate-now[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "server_audit_file_rotate_now", + "name": "server_audit_file_rotate_now", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--server-audit-rotate-size=#", + "default": "1000000", + "dynamic": true, + "id": "server_audit_file_rotate_size", + "name": "server_audit_file_rotate_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--server-audit-rotations=#", + "default": "9", + "dynamic": true, + "id": "server_audit_file_rotations", + "name": "server_audit_file_rotations", + "range": { + "from": 0, + "to": 999 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--server-audit-incl-users=value", + "default": "Empty string", + "dynamic": true, + "id": "server_audit_incl_users", + "name": "server_audit_incl_users", + "scope": [ + "global" + ], + "type": "string" + }, + { + "default": "Empty string", + "dynamic": false, + "id": "server_audit_loc_info", + "name": "server_audit_loc_info", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--server-audit-logging[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "server_audit_logging", + "name": "server_audit_logging", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--server-audit-mode[=#]", + "id": "server_audit_mode", + "name": "server_audit_mode" + }, + { + "cli": "--server-audit-output-type=value", + "default": "file", + "dynamic": true, + "id": "server_audit_output_type", + "name": "server_audit_output_type", + "scope": [ + "global" + ], + "validValues": [ + "SYSLOG", + "FILE" + ] + }, + { + "cli": "--server-audit-query-log-limit=#", + "default": "1024", + "dynamic": true, + "id": "server_audit_query_log_limit", + "name": "server_audit_query_log_limit", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--server-audit-syslog-facility=value", + "default": "LOG_USER", + "dynamic": true, + "id": "server_audit_syslog_facility", + "name": "server_audit_syslog_facility", + "scope": [ + "global" + ], + "validValues": [ + "LOG_USER", + "LOG_MAIL", + "LOG_DAEMON", + "LOG_AUTH", + "LOG_SYSLOG", + "LOG_LPR", + "LOG_NEWS", + "LOG_UUCP", + "LOG_CRON", + "LOG_AUTHPRIV", + "LOG_FTP", + "LOG_LOCAL0", + "LOG_LOCAL7" + ] + }, + { + "cli": "--server-audit-syslog-ident=value", + "default": "mysql-server_auditing", + "dynamic": true, + "id": "server_audit_syslog_ident", + "name": "server_audit_syslog_ident", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--server-audit-syslog-info=value", + "default": "Empty string", + "dynamic": true, + "id": "server_audit_syslog_info", + "name": "server_audit_syslog_info", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--server-audit-syslog-priority=value", + "default": "LOG_INFO", + "dynamic": true, + "id": "server_audit_syslog_priority", + "name": "server_audit_syslog_priority", + "scope": [ + "global" + ], + "validValues": [ + "LOG_EMERG", + "LOG_ALERT", + "LOG_CRIT", + "LOG_ERR", + "LOG_WARNING", + "LOG_NOTICE", + "LOG_INFO", + "LOG_DEBUG" + ] + }, + { + "cli": "--server-audit=val", + "default": "ON", + "id": "server_audit", + "name": "server_audit", + "validValues": [ + "OFF", + "ON", + "FORCE", + "FORCE_PLUS_PERMANENT" + ] + } + ], + "name": "mariadb-audit-plugin-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mroonga-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mroonga-status-variables.json new file mode 100644 index 0000000..920bd2f --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mroonga-status-variables.json @@ -0,0 +1,16 @@ +{ + "data": [ + { + "id": "mroonga_count_skip", + "name": "Mroonga_count_skip", + "type": "integer" + }, + { + "id": "mroonga_fast_order_limit", + "name": "Mroonga_fast_order_limit", + "type": "integer" + } + ], + "name": "mroonga-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/mroonga-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mroonga-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mroonga-system-variables.json new file mode 100644 index 0000000..d374d7a --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mroonga-system-variables.json @@ -0,0 +1,256 @@ +{ + "data": [ + { + "cli": "--mroonga-action-on-fulltext-query-error=value", + "default": "ERROR_AND_LOG", + "dynamic": true, + "id": "mroonga_action_on_fulltext_query_error", + "name": "mroonga_action_on_fulltext_query_error", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "--mroonga-boolean-mode-syntax-flags=value", + "default": "DEFAULT", + "dynamic": true, + "id": "mroonga_boolean_mode_syntax_flags", + "name": "mroonga_boolean_mode_syntax_flags", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "--mroonga-database-path-prefix=value", + "default": "(Empty)", + "dynamic": true, + "id": "mroonga_database_path_prefix", + "name": "mroonga_database_path_prefix", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--mroonga-default-parser=value", + "default": "TokenBigram", + "dynamic": true, + "id": "mroonga_default_parser", + "name": "mroonga_default_parser", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--mroonga-default-tokenizer=value", + "default": "TokenBigram", + "dynamic": true, + "id": "mroonga_default_tokenizer", + "name": "mroonga_default_tokenizer", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--mroonga-default-wrapper-engine=value", + "default": "(Empty)", + "dynamic": false, + "id": "mroonga_default_wrapper_engine", + "name": "mroonga_default_wrapper_engine", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--mroonga-dry-write[={0|1}]", + "default": "off", + "dynamic": true, + "id": "mroonga_dry_write", + "name": "mroonga_dry_write", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--mroonga-enable-operations-recording={0|1}", + "default": "ON", + "dynamic": true, + "id": "mroonga_enable_operations_recording", + "name": "mroonga_enable_operations_recording", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--mroonga-enable-optimization={0|1}", + "default": "on", + "dynamic": true, + "id": "mroonga_enable_optimization", + "name": "mroonga_enable_optimization", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "ON", + "dynamic": false, + "id": "mroonga_libgroonga_embedded", + "name": "mroonga_libgroonga_embedded", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": false, + "id": "mroonga_libgroonga_support_lz4", + "name": "mroonga_libgroonga_support_lz4", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "ON", + "dynamic": false, + "id": "mroonga_libgroonga_support_zlib", + "name": "mroonga_libgroonga_support_zlib", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": false, + "id": "mroonga_libgroonga_support_zstd", + "name": "mroonga_libgroonga_support_zstd", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "mroonga_libgroonga_version", + "name": "mroonga_libgroonga_version", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--mroonga-lock-timeout=#", + "default": "900000", + "dynamic": true, + "id": "mroonga_lock_timeout", + "name": "mroonga_lock_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mroonga-log-file=value", + "default": "groonga.log", + "dynamic": true, + "id": "mroonga_log_file", + "name": "mroonga_log_file", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--mroonga-log-level=value", + "default": "NOTICE", + "dynamic": true, + "id": "mroonga_log_level", + "name": "mroonga_log_level", + "scope": [ + "global" + ] + }, + { + "cli": "--mroonga-match-escalation-threshold=#", + "default": "0", + "dynamic": true, + "id": "mroonga_match_escalation_threshold", + "name": "mroonga_match_escalation_threshold", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--mroonga-max-n-records-for-estimate=#", + "default": "1000", + "dynamic": true, + "id": "mroonga_max_n_records_for_estimate", + "name": "mroonga_max_n_records_for_estimate", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--mroonga-query-log-file=filename", + "default": "(Empty string)", + "dynamic": true, + "id": "mroonga_query_log_file", + "name": "mroonga_query_log_file", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--mroonga-vector-column-delimiter=value", + "default": "(white space)", + "dynamic": true, + "id": "mroonga_vector_column_delimiter", + "name": "mroonga_vector_column_delimiter", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "mroonga_version", + "name": "mroonga_version", + "scope": [ + "global" + ], + "type": "string" + } + ], + "name": "mroonga-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-myisam-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-myisam-system-variables.json new file mode 100644 index 0000000..eecfb82 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-myisam-system-variables.json @@ -0,0 +1,222 @@ +{ + "data": [ + { + "cli": "--key-buffer-size=#", + "default": "134217728", + "dynamic": true, + "id": "key_buffer_size", + "name": "key_buffer_size", + "range": { + "from": 8, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-age-threshold=#", + "default": "300", + "dynamic": true, + "id": "key_cache_age_threshold", + "name": "key_cache_age_threshold", + "range": { + "from": 100, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-block-size=#", + "default": "1024", + "dynamic": true, + "id": "key_cache_block_size", + "name": "key_cache_block_size", + "range": { + "from": 512, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-division-limit=#", + "default": "100", + "dynamic": true, + "id": "key_cache_division_limit", + "name": "key_cache_division_limit", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-file-hash-size=#", + "default": "512", + "dynamic": true, + "id": "key_cache_file_hash_size", + "name": "key_cache_file_hash_size", + "range": { + "from": 128, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-segments=#", + "default": "0 (non-segmented)", + "dynamic": true, + "id": "key_cache_segments", + "name": "key_cache_segments", + "range": { + "from": 0, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--myisam-block-size=#", + "default": "1024", + "dynamic": false, + "id": "myisam_block_size", + "name": "myisam_block_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--myisam-data-pointer-size=#", + "default": "6", + "dynamic": true, + "id": "myisam_data_pointer_size", + "name": "myisam_data_pointer_size", + "range": { + "from": 2, + "to": 7 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "myisam_max_extra_sort_file_size", + "name": "myisam_max_extra_sort_file_size" + }, + { + "cli": "--myisam-max-sort-file-size=#", + "dynamic": true, + "id": "myisam_max_sort_file_size", + "name": "myisam_max_sort_file_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--myisam-mmap-size=#", + "dynamic": true, + "id": "myisam_mmap_size", + "name": "myisam_mmap_size", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--myisam-recover-options[=name]", + "default": "BACKUP,QUICK (>= MariaDB 10.2.4), DEFAULT (<= MariaDB 10.2.3, >= MariaDB 5.1.44), OFF (<= MariaDB 5.1.42)", + "dynamic": false, + "id": "myisam_recover_options", + "name": "myisam_recover_options", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "DEFAULT", + "BACKUP", + "BACKUP_ALL", + "FORCE", + "QUICK" + ] + }, + { + "cli": "--myisam-repair-threads=#", + "default": "1", + "dynamic": true, + "id": "myisam_repair_threads", + "name": "myisam_repair_threads", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--myisam-sort-buffer-size=#", + "default": "134217720 (128MB), 8388608 (8MB - before MariaDB 10.0.3)", + "dynamic": true, + "id": "myisam_sort_buffer_size", + "name": "myisam_sort_buffer_size", + "range": { + "from": 4096, + "to": 18446744073709548000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--myisam-stats-method=name", + "default": "nulls_equal", + "dynamic": true, + "id": "myisam_stats_method", + "name": "myisam_stats_method", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ] + }, + { + "cli": "--myisam-use-mmap", + "default": "OFF", + "dynamic": true, + "id": "myisam_use_mmap", + "name": "myisam_use_mmap", + "scope": [ + "global" + ], + "type": "boolean" + } + ], + "name": "myisam-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-myrocks-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-myrocks-system-variables.json new file mode 100644 index 0000000..72f5fc5 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-myrocks-system-variables.json @@ -0,0 +1,1732 @@ +{ + "data": [ + { + "cli": "--rocksdb-access-hint-on-compaction-start=#", + "default": "1", + "dynamic": false, + "id": "rocksdb_access_hint_on_compaction_start", + "name": "rocksdb_access_hint_on_compaction_start", + "range": { + "from": 0, + "to": 3 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-advise-random-on-open={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_advise_random_on_open", + "name": "rocksdb_advise_random_on_open", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-allow-concurrent-memtable-write={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_allow_concurrent_memtable_write", + "name": "rocksdb_allow_concurrent_memtable_write", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-allow-mmap-reads={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_allow_mmap_reads", + "name": "rocksdb_allow_mmap_reads", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-allow-mmap-writes={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_allow_mmap_writes", + "name": "rocksdb_allow_mmap_writes", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-background-sync={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_background_sync", + "name": "rocksdb_background_sync", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-base-background-compactions=#", + "default": "1", + "dynamic": false, + "id": "rocksdb_base_background_compactions", + "name": "rocksdb_base_background_compactions", + "range": { + "from": -1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-blind-delete-primary-key={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_blind_delete_primary_key", + "name": "rocksdb_blind_delete_primary_key", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-block-cache-size=#", + "default": "536870912", + "dynamic": false, + "id": "rocksdb_block_cache_size", + "name": "rocksdb_block_cache_size", + "range": { + "from": 1024, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-block-restart-interval=#", + "default": "16", + "dynamic": false, + "id": "rocksdb_block_restart_interval", + "name": "rocksdb_block_restart_interval", + "range": { + "from": 1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-block-size=#", + "default": "4096", + "dynamic": false, + "id": "rocksdb_block_size", + "name": "rocksdb_block_size", + "range": { + "from": 1, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-block-size-deviation=#", + "default": "10", + "dynamic": false, + "id": "rocksdb_block_size_deviation", + "name": "rocksdb_block_size_deviation", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-bulk-load={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_bulk_load", + "name": "rocksdb_bulk_load", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-bulk-load_allow_unsorted={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_bulk_load_allow_unsorted", + "name": "rocksdb_bulk_load_allow_unsorted", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-bulk-load-size=#", + "default": "1000", + "dynamic": true, + "id": "rocksdb_bulk_load_size", + "name": "rocksdb_bulk_load_size", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-bytes-per-sync=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_bytes_per_sync", + "name": "rocksdb_bytes_per_sync", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-cache-index-and-filter_blocks={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_cache_index_and_filter_blocks", + "name": "rocksdb_cache_index_and_filter_blocks", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-checksums-pct=#", + "default": "100", + "dynamic": true, + "id": "rocksdb_checksums_pct", + "name": "rocksdb_checksums_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-collect-sst-properties={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_collect_sst_properties", + "name": "rocksdb_collect_sst_properties", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-commit-in-the-middle={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_commit_in_the_middle", + "name": "rocksdb_commit_in_the_middle", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-compact-cf=value", + "default": "(Empty)", + "dynamic": true, + "id": "rocksdb_compact_cf", + "name": "rocksdb_compact_cf", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rocksdb-compaction-readahead-size=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_compaction_readahead_size", + "name": "rocksdb_compaction_readahead_size", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-compaction-sequential-deletes=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_compaction_sequential_deletes", + "name": "rocksdb_compaction_sequential_deletes", + "range": { + "from": 0, + "to": 2000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-compaction-sequential-deletes-count-sd={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_compaction_sequential_deletes_count_sd", + "name": "rocksdb_compaction_sequential_deletes_count_sd", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-compaction-sequential-deletes-file-size=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_compaction_sequential_deletes_file_size", + "name": "rocksdb_compaction_sequential_deletes_file_size", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-compaction-sequential-deletes-window=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_compaction_sequential_deletes_window", + "name": "rocksdb_compaction_sequential_deletes_window", + "range": { + "from": 0, + "to": 2000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-coconcurrent-prepare={0|1}", + "default": "1", + "dynamic": false, + "id": "rocksdb_concurrent_prepare", + "name": "rocksdb_concurrent_prepare", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-create-checkpoint=value", + "default": "(Empty)", + "dynamic": true, + "id": "rocksdb_create_checkpoint", + "name": "rocksdb_create_checkpoint", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rocksdb-create-if-missing={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_create_if_missing", + "name": "rocksdb_create_if_missing", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-create-missing-column-families={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_create_missing_column_families", + "name": "rocksdb_create_missing_column_families", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-datadir[=value]", + "default": "./.rocksdb", + "dynamic": false, + "id": "rocksdb_datadir", + "name": "rocksdb_datadir", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rocksdb-db-write-buffer-size=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_db_write_buffer_size", + "name": "rocksdb_db_write_buffer_size", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-deadlock-detect={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_deadlock_detect", + "name": "rocksdb_deadlock_detect", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-deadlock-detect-depth=#", + "default": "50", + "dynamic": true, + "id": "rocksdb_deadlock_detect_depth", + "name": "rocksdb_deadlock_detect_depth", + "range": { + "from": 2, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-debug-optimizer-no-zero-cardinality={0|1}", + "default": "ON", + "dynamic": true, + "id": "rocksdb_debug_optimizer_no_zero_cardinality", + "name": "rocksdb_debug_optimizer_no_zero_cardinality", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-debug-ttl-ignore-pk={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_debug_ttl_ignore_pk", + "name": "rocksdb_debug_ttl_ignore_pk", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-debug-ttl-read-filter-ts=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_debug_ttl_read_filter_ts", + "name": "rocksdb_debug_ttl_read_filter_ts", + "range": { + "from": -3600, + "to": 3600 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-debug-ttl-read-filter-ts=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_debug_ttl_rec_ts", + "name": "rocksdb_debug_ttl_rec_ts", + "range": { + "from": -3600, + "to": 3600 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-debug-ttl-snapshot-ts=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_debug_ttl_snapshot_ts", + "name": "rocksdb_debug_ttl_snapshot_ts", + "range": { + "from": -3600, + "to": 3600 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-default-cf-options=value", + "default": "(Empty)", + "dynamic": false, + "id": "rocksdb_default_cf_options", + "name": "rocksdb_default_cf_options", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rocksdb-delayed-write-rate=#", + "default": "16777216", + "dynamic": true, + "id": "rocksdb_delayed_write_rate", + "name": "rocksdb_delayed_write_rate", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-delete-obsolete-files-period-micros=#", + "default": "21600000000", + "dynamic": false, + "id": "rocksdb_delete_obsolete_files_period_micros", + "name": "rocksdb_delete_obsolete_files_period_micros", + "range": { + "from": 0, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-enable-2pc={0|1}", + "default": "ON", + "dynamic": true, + "id": "rocksdb_enable_2pc", + "name": "rocksdb_enable_2pc", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-enable-bulk-load-api={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_enable_bulk_load_api", + "name": "rocksdb_enable_bulk_load_api", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-enable-thread-tracking={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_enable_thread_tracking", + "name": "rocksdb_enable_thread_tracking", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-enable-ttl={0|1}", + "default": "ON", + "dynamic": true, + "id": "rocksdb_enable_ttl", + "name": "rocksdb_enable_ttl", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-enable-ttl-read-filtering={0|1}", + "default": "ON", + "dynamic": true, + "id": "rocksdb_enable_ttl_read_filtering", + "name": "rocksdb_enable_ttl_read_filtering", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-enable-write-thread-adaptive-yield={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_enable_write_thread_adaptive_yield", + "name": "rocksdb_enable_write_thread_adaptive_yield", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-error-if-exists={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_error_if_exists", + "name": "rocksdb_error_if_exists", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-flush-log-at-trx-commit=#", + "default": "1", + "dynamic": true, + "id": "rocksdb_flush_log_at_trx_commit", + "name": "rocksdb_flush_log_at_trx_commit", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-flush-memtable-on-analyze={0|1}", + "default": "ON", + "dynamic": true, + "id": "rocksdb_flush_memtable_on_analyze", + "name": "rocksdb_flush_memtable_on_analyze", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-force-compute-memtable-stats={0|1}", + "default": "ON", + "dynamic": true, + "id": "rocksdb_force_compute_memtable_stats", + "name": "rocksdb_force_compute_memtable_stats", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-force-compute-memtable-stats-cachetime=#", + "default": "60000000", + "dynamic": true, + "id": "rocksdb_force_compute_memtable_stats_cachetime", + "name": "rocksdb_force_compute_memtable_stats_cachetime", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-force-flush-memtable-and-lzero-now={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_force_flush_memtable_and_lzero_now", + "name": "rocksdb_force_flush_memtable_and_lzero_now", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-force-flush-memtable-now={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_force_flush_memtable_now", + "name": "rocksdb_force_flush_memtable_now", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-force-index-records-in-range=#", + "default": "1", + "dynamic": true, + "id": "rocksdb_force_index_records_in_range", + "name": "rocksdb_force_index_records_in_range", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-git-hash=value=#", + "default": "As per git revision.", + "dynamic": false, + "id": "rocksdb_git_hash", + "name": "rocksdb_git_hash", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rocksdb-hash-index-allow-collision={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_hash_index_allow_collision", + "name": "rocksdb_hash_index_allow_collision", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-index-type=value", + "default": "kBinarySearch", + "dynamic": false, + "id": "rocksdb_index_type", + "name": "rocksdb_index_type", + "scope": [ + "global" + ], + "validValues": [ + "kBinarySearch", + "kHashSearch" + ] + }, + { + "cli": "--rocksdb-info-log-level=value", + "default": "error_level", + "dynamic": true, + "id": "rocksdb_info_log_level", + "name": "rocksdb_info_log_level", + "scope": [ + "global" + ], + "validValues": [ + "error_level", + "debug_level", + "info_level", + "warn_level", + "fatal_level" + ] + }, + { + "cli": "--rocksdb-io-write-timeout=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_io_write_timeout", + "name": "rocksdb_io_write_timeout", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "4294967295" + ] + }, + { + "cli": "--rocksdb-is-fd-close-on-exec={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_is_fd_close_on_exec", + "name": "rocksdb_is_fd_close_on_exec", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-keep-log-file-num=#", + "default": "1000", + "dynamic": false, + "id": "rocksdb_keep_log_file_num", + "name": "rocksdb_keep_log_file_num", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-large_prefix={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_large_prefix", + "name": "rocksdb_large_prefix", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-lock-scanned-rows={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_lock_scanned_rows", + "name": "rocksdb_lock_scanned_rows", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-lock-wait-timeout=#", + "default": "1", + "dynamic": true, + "id": "rocksdb_lock_wait_timeout", + "name": "rocksdb_lock_wait_timeout", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-log-file-time-to_roll=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_log_file_time_to_roll", + "name": "rocksdb_log_file_time_to_roll", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-manifest-preallocation-size=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_manifest_preallocation_size", + "name": "rocksdb_manifest_preallocation_size", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-manual-wal-flush={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_manual_wal_flush", + "name": "rocksdb_manual_wal_flush", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-master-skip-tx-api={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_master_skip_tx_api", + "name": "rocksdb_master_skip_tx_api", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-max-background-compactions=#", + "default": "1", + "dynamic": true, + "id": "rocksdb_max_background_compactions", + "name": "rocksdb_max_background_compactions", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-max-background-flushes=#", + "default": "1", + "dynamic": false, + "id": "rocksdb_max_background_flushes", + "name": "rocksdb_max_background_flushes", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-max-background-jobs=#", + "default": "2", + "dynamic": true, + "id": "rocksdb_max_background_jobs", + "name": "rocksdb_max_background_jobs", + "range": { + "from": -1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-max-latest-deadlocks=#", + "default": "5", + "dynamic": true, + "id": "rocksdb_max_latest_deadlocks", + "name": "rocksdb_max_latest_deadlocks", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-max-log-file-size=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_max_log_file_size", + "name": "rocksdb_max_log_file_size", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-manifest-log-file-size=#", + "default": "18446744073709551615", + "dynamic": false, + "id": "rocksdb_max_manifest_file_size", + "name": "rocksdb_max_manifest_file_size", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-max-open-files=#", + "default": "-1", + "dynamic": false, + "id": "rocksdb_max_open_files", + "name": "rocksdb_max_open_files", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-max-row-locks=#", + "default": "1048576", + "dynamic": true, + "id": "rocksdb_max_row_locks", + "name": "rocksdb_max_row_locks", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-max-subcompactions=#", + "default": "1", + "dynamic": false, + "id": "rocksdb_max_subcompactions", + "name": "rocksdb_max_subcompactions", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-max-total-wal-size=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_max_total_wal_size", + "name": "rocksdb_max_total_wal_size", + "range": { + "from": 0, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-merge-buf-size=#", + "default": "67108864", + "dynamic": true, + "id": "rocksdb_merge_buf_size", + "name": "rocksdb_merge_buf_size", + "range": { + "from": 100, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-merge-combine-read-size=#", + "default": "1073741824", + "dynamic": true, + "id": "rocksdb_merge_combine_read_size", + "name": "rocksdb_merge_combine_read_size", + "range": { + "from": 100, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-merge-tmp-file-removal-delay-ms=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_merge_tmp_file_removal_delay_ms", + "name": "rocksdb_merge_tmp_file_removal_delay_ms", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-new-table-reader-for-compaction-inputs={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_new_table_reader_for_compaction_inputs", + "name": "rocksdb_new_table_reader_for_compaction_inputs", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-no-block-cache={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_no_block_cache", + "name": "rocksdb_no_block_cache", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-override-cf-options=value", + "default": "(Empty)", + "dynamic": false, + "id": "rocksdb_override_cf_options", + "name": "rocksdb_override_cf_options", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rocksdb-paranoid-checks={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_paranoid_checks", + "name": "rocksdb_paranoid_checks", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-pause-background-work={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_pause_background_work", + "name": "rocksdb_pause_background_work", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-perf-context-level=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_perf_context_level", + "name": "rocksdb_perf_context_level", + "range": { + "from": 0, + "to": 4 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-persistent-cache-path=value", + "default": "(Empty)", + "dynamic": false, + "id": "rocksdb_persistent_cache_path", + "name": "rocksdb_persistent_cache_path", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rocksdb-persistent-cache-size-mb=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_persistent_cache_size_mb", + "name": "rocksdb_persistent_cache_size_mb", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-pin-l0-filter-and-index-blocks-in-cache={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_pin_l0_filter_and_index_blocks_in_cache", + "name": "rocksdb_pin_l0_filter_and_index_blocks_in_cache", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-print-snapshot-conflict-queries={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_print_snapshot_conflict_queries", + "name": "rocksdb_print_snapshot_conflict_queries", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-rate-limiter-bytes-per-sec=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_rate_limiter_bytes_per_sec", + "name": "rocksdb_rate_limiter_bytes_per_sec", + "range": { + "from": 0, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-read-free-rpl-tables=value", + "default": "(Empty)", + "dynamic": true, + "id": "rocksdb_read_free_rpl_tables", + "name": "rocksdb_read_free_rpl_tables", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--rocksdb-records-in-range=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_records_in_range", + "name": "rocksdb_records_in_range", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-reset-stats={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_reset_stats", + "name": "rocksdb_reset_stats", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-seconds-between-stat-computes=#", + "default": "3600", + "dynamic": true, + "id": "rocksdb_seconds_between_stat_computes", + "name": "rocksdb_seconds_between_stat_computes", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-signal-drop-index-thread={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_signal_drop_index_thread", + "name": "rocksdb_signal_drop_index_thread", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-sim-cache-size=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_sim_cache_size", + "name": "rocksdb_sim_cache_size", + "range": { + "from": 0, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-skip-bloom-filter-on_read={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_skip_bloom_filter_on_read", + "name": "rocksdb_skip_bloom_filter_on_read", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-skip-fill-cache={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_skip_fill_cache", + "name": "rocksdb_skip_fill_cache", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-skip-unique-check-tables=value", + "default": ".*", + "dynamic": true, + "id": "rocksdb_skip_unique_check_tables", + "name": "rocksdb_skip_unique_check_tables", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--rocksdb-sst-mgr-rate-bytes-per-sec=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_sst_mgr_rate_bytes_per_sec", + "name": "rocksdb_sst_mgr_rate_bytes_per_sec", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-stats-dump-period-sec=#", + "default": "600", + "dynamic": false, + "id": "rocksdb_stats_dump_period_sec", + "name": "rocksdb_stats_dump_period_sec", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-store-row-debug-checksums={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_store_row_debug_checksums", + "name": "rocksdb_store_row_debug_checksums", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-strict-collation-check={0|1}", + "default": "ON", + "dynamic": true, + "id": "rocksdb_strict_collation_check", + "name": "rocksdb_strict_collation_check", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-strict-collation-exceptions=value", + "default": "(Empty)", + "dynamic": true, + "id": "rocksdb_strict_collation_exceptions", + "name": "rocksdb_strict_collation_exceptions", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rocksdb-supported-compression-types=value", + "default": "Snappy,Zlib", + "dynamic": false, + "id": "rocksdb_supported_compression_types", + "name": "rocksdb_supported_compression_types", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rocksdb-table-cache-numshardbits=#", + "default": "6", + "dynamic": false, + "id": "rocksdb_table_cache_numshardbits", + "name": "rocksdb_table_cache_numshardbits", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-table-stats-sampling-pct=#", + "default": "10", + "dynamic": true, + "id": "rocksdb_table_stats_sampling_pct", + "name": "rocksdb_table_stats_sampling_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-tmpdir[=value]", + "default": "(Empty)", + "dynamic": true, + "id": "rocksdb_tmpdir", + "name": "rocksdb_tmpdir", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--rocksdb-trace-sst-api={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_trace_sst_api", + "name": "rocksdb_trace_sst_api", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-unsafe-for-binlog={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_unsafe_for_binlog", + "name": "rocksdb_unsafe_for_binlog", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-update-cf-options=value", + "default": "(Empty)", + "dynamic": true, + "id": "rocksdb_update_cf_options", + "name": "rocksdb_update_cf_options", + "scope": [ + "global" + ] + }, + { + "cli": "--rocksdb-use-adaptive-mutex={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_use_adaptive_mutex", + "name": "rocksdb_use_adaptive_mutex", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-use-clock-cache={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_use_clock_cache", + "name": "rocksdb_use_clock_cache", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-use-direct-io-for-flush-and-compaction={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_use_direct_io_for_flush_and_compaction", + "name": "rocksdb_use_direct_io_for_flush_and_compaction", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-use-direct-reads={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_use_direct_reads", + "name": "rocksdb_use_direct_reads", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-use-direct-reads={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_use_direct_writes", + "name": "rocksdb_use_direct_writes", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-use-fsync={0|1}", + "default": "OFF", + "dynamic": false, + "id": "rocksdb_use_fsync", + "name": "rocksdb_use_fsync", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-validate-tables=#", + "default": "1", + "dynamic": false, + "id": "rocksdb_validate_tables", + "name": "rocksdb_validate_tables", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-verify-row-debug-checksums={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_verify_row_debug_checksums", + "name": "rocksdb_verify_row_debug_checksums", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-wal-bytes-per-sync=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_wal_bytes_per_sync", + "name": "rocksdb_wal_bytes_per_sync", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-wal-dir=value", + "default": "(Empty)", + "dynamic": false, + "id": "rocksdb_wal_dir", + "name": "rocksdb_wal_dir", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rocksdb-wal-recovery-mode=#", + "default": "1", + "dynamic": true, + "id": "rocksdb_wal_recovery_mode", + "name": "rocksdb_wal_recovery_mode", + "range": { + "from": 0, + "to": 3 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-wal-size-limit-mb=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_wal_size_limit_mb", + "name": "rocksdb_wal_size_limit_mb", + "range": { + "from": 0, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-wal-ttl-seconds=#", + "default": "0", + "dynamic": false, + "id": "rocksdb_wal_ttl_seconds", + "name": "rocksdb_wal_ttl_seconds", + "range": { + "from": 0, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-whole-key-filtering={0|1}", + "default": "ON", + "dynamic": false, + "id": "rocksdb_whole_key_filtering", + "name": "rocksdb_whole_key_filtering", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-write-batch-max-bytes=#", + "default": "0", + "dynamic": true, + "id": "rocksdb_write_batch_max_bytes", + "name": "rocksdb_write_batch_max_bytes", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rocksdb-write-disable-wal={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_write_disable_wal", + "name": "rocksdb_write_disable_wal", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--rocksdb-write-ignore-missing-column-familiesl={0|1}", + "default": "OFF", + "dynamic": true, + "id": "rocksdb_write_ignore_missing_column_families", + "name": "rocksdb_write_ignore_missing_column_families", + "scope": [ + "global", + "session" + ], + "type": "boolean" + } + ], + "name": "myrocks-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-oqgraph-system-and-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-oqgraph-system-and-status-variables.json new file mode 100644 index 0000000..79fc71f --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-oqgraph-system-and-status-variables.json @@ -0,0 +1,43 @@ +{ + "data": [ + { + "default": "0", + "dynamic": true, + "id": "oqgraph_allow_create_integer_latch", + "name": "oqgraph_allow_create_integer_latch", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "id": "oqgraph_boost_version", + "name": "Oqgraph_boost_version", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "id": "oqgraph_compat_mode", + "name": "Oqgraph_compat_mode", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "id": "oqgraph_verbose_debug", + "name": "Oqgraph_verbose_debug", + "scope": [ + "global", + "session" + ], + "type": "string" + } + ], + "name": "oqgraph-system-and-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-performance-schema-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-performance-schema-system-variables.json new file mode 100644 index 0000000..c7792af --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-performance-schema-system-variables.json @@ -0,0 +1,482 @@ +{ + "data": [ + { + "cli": "--performance-schema=#", + "default": "OFF (>= MariaDB 10.0.12), ON (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema", + "name": "performance_schema", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--performance-schema-accounts-size=#", + "default": "-1 (>= MariaDB 10.0.12), 10 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_accounts_size", + "name": "performance_schema_accounts_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-digests-size=#", + "default": "-1 (>= MariaDB 10.0.12), 1000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_digests_size", + "name": "performance_schema_digests_size", + "range": { + "from": -1, + "to": 200 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-stages-history-long-size=#", + "default": "-1 (>= MariaDB 10.0.12), 10000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_stages_history_long_size", + "name": "performance_schema_events_stages_history_long_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-stages-history-size=#", + "default": "-1 (>= MariaDB 10.0.12), 10 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_stages_history_size", + "name": "performance_schema_events_stages_history_size", + "range": { + "from": -1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-statements-history-long-size=#", + "default": "-1 (>= MariaDB 10.0.12), 100 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_statements_history_long_size", + "name": "performance_schema_events_statements_history_long_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-statements-history-size=#", + "default": "-1 (>= MariaDB 10.0.12), 5 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_statements_history_size", + "name": "performance_schema_events_statements_history_size", + "range": { + "from": -1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-waits-history-long-size=#", + "default": "-1 (>= MariaDB 10.0.12), 100 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_waits_history_long_size", + "name": "performance_schema_events_waits_history_long_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-waits-history-size=#", + "default": "-1 (>= MariaDB 10.0.12), 5 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_waits_history_size", + "name": "performance_schema_events_waits_history_size", + "range": { + "from": -1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-hosts-size=#", + "default": "-1 (>= MariaDB 10.0.12), 20 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_hosts_size", + "name": "performance_schema_hosts_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-cond-classes=#", + "default": "80", + "dynamic": false, + "id": "performance_schema_max_cond_classes", + "name": "performance_schema_max_cond_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-cond-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 1000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_cond_instances", + "name": "performance_schema_max_cond_instances", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-digest-length=#", + "default": "1024", + "dynamic": false, + "id": "performance_schema_max_digest_length", + "name": "performance_schema_max_digest_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-file-classes=#", + "default": "50", + "dynamic": false, + "id": "performance_schema_max_file_classes", + "name": "performance_schema_max_file_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-file-handles=#", + "default": "32768", + "dynamic": false, + "id": "performance_schema_max_file_handles", + "name": "performance_schema_max_file_handles", + "range": { + "from": -1, + "to": 32768 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-file-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 10000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_file_instances", + "name": "performance_schema_max_file_instances", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-mutex-classes=#", + "default": "200", + "dynamic": false, + "id": "performance_schema_max_mutex_classes", + "name": "performance_schema_max_mutex_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-mutex-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 1000000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_mutex_instances", + "name": "performance_schema_max_mutex_instances", + "range": { + "from": -1, + "to": 104857600 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-rwlock-classes=#", + "default": "40", + "dynamic": false, + "id": "performance_schema_max_rwlock_classes", + "name": "performance_schema_max_rwlock_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-rwlock-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 1000000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_rwlock_instances", + "name": "performance_schema_max_rwlock_instances", + "range": { + "from": -1, + "to": 104857600 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-socket-classes=#", + "default": "10", + "dynamic": false, + "id": "performance_schema_max_socket_classes", + "name": "performance_schema_max_socket_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-socket-instances=#", + "default": "-1 (>= MariaDB 10.0.12)", + "dynamic": false, + "id": "performance_schema_max_socket_instances", + "name": "performance_schema_max_socket_instances", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-stage-classes=#", + "default": "160 (>= MariaDB 10.3.3), 150 (<= MariaDB 10.3.2)", + "dynamic": false, + "id": "performance_schema_max_stage_classes", + "name": "performance_schema_max_stage_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-statement-classes=#", + "default": "(autosized)", + "dynamic": false, + "id": "performance_schema_max_statement_classes", + "name": "performance_schema_max_statement_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-table-handles=#", + "default": "-1 (>= MariaDB 10.0.12), 10000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_table_handles", + "name": "performance_schema_max_table_handles", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-table-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 1000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_table_instances", + "name": "performance_schema_max_table_instances", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-thread-classes=#", + "default": "50", + "dynamic": false, + "id": "performance_schema_max_thread_classes", + "name": "performance_schema_max_thread_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-thread-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 1000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_thread_instances", + "name": "performance_schema_max_thread_instances", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-session-connect-attrs-size=#", + "default": "-1 (>= MariaDB 10.0.12)", + "dynamic": false, + "id": "performance_schema_session_connect_attrs_size", + "name": "performance_schema_session_connect_attrs_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-setup-actors-size=#", + "default": "100", + "dynamic": false, + "id": "performance_schema_setup_actors_size", + "name": "performance_schema_setup_actors_size", + "range": { + "from": 0, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-setup-objects-size=#", + "default": "100", + "dynamic": false, + "id": "performance_schema_setup_objects_size", + "name": "performance_schema_setup_objects_size", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-users-size=#", + "default": "-1 (>= MariaDB 10.0.12)", + "dynamic": false, + "id": "performance_schema_users_size", + "name": "performance_schema_users_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "performance-schema-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-replication-and-binary-log-server-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-replication-and-binary-log-server-system-variables.json new file mode 100644 index 0000000..9dd715b --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-replication-and-binary-log-server-system-variables.json @@ -0,0 +1,988 @@ +{ + "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": "default_master_connection", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--encrypt-binlog[={0|1}]", + "default": "OFF", + "dynamic": false, + "id": "encrypt_binlog", + "name": "encrypt_binlog", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--expire-logs-days=#", + "default": "0", + "dynamic": true, + "id": "expire_logs_days", + "name": "expire_logs_days", + "range": { + "from": 0, + "to": 99 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--init-slave=name", + "dynamic": true, + "id": "init_slave", + "name": "init_slave", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-bin[=name]", + "default": "OFF", + "dynamic": false, + "id": "log_bin", + "name": "log_bin", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "log_bin_basename", + "name": "log_bin_basename", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-bin-compress", + "default": "OFF", + "dynamic": true, + "id": "log_bin_compress", + "name": "log_bin_compress", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-bin-compress-min-len", + "default": "256", + "dynamic": true, + "id": "log_bin_compress_min_len", + "name": "log_bin_compress_min_len", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--log-bin-index=name", + "dynamic": false, + "id": "log_bin_index", + "name": "log_bin_index", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-bin-trust-function-creators[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "log_bin_trust_function_creators", + "name": "log_bin_trust_function_creators", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-slow-slave-statements", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": true, + "id": "log_slow_slave_statements", + "name": "log_slow_slave_statements", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-slave-updates", + "default": "OFF", + "dynamic": false, + "id": "log_slave_updates", + "name": "log_slave_updates", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--master-verify-checksum=[0|1]", + "default": "OFF (0)", + "id": "master_verify_checksum", + "name": "master_verify_checksum", + "scope": [ + "global" + ] + }, + { + "cli": "--max-binlog-cache-size=#", + "default": "18446744073709547520", + "dynamic": true, + "id": "max_binlog_cache_size", + "name": "max_binlog_cache_size", + "range": { + "from": 4096, + "to": 18446744073709548000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-binlog-size=#", + "default": "1073741824 (1GB)", + "dynamic": true, + "id": "max_binlog_size", + "name": "max_binlog_size", + "range": { + "from": 4096, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-binlog-stmt-cache-size=#", + "default": "18446744073709547520 (64 bit), 4294963200 (32 bit)", + "dynamic": true, + "id": "max_binlog_stmt_cache_size", + "name": "max_binlog_stmt_cache_size", + "range": { + "from": 4096, + "to": 18446744073709548000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-relay-log-size=#", + "default": "0", + "dynamic": true, + "id": "max_relay_log_size", + "name": "max_relay_log_size", + "range": { + "from": 0, + "to": 4096 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--read-binlog-speed-limit=#", + "default": "0 (no limit)", + "dynamic": true, + "id": "read_binlog_speed_limit", + "name": "read_binlog_speed_limit", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--relay-log=file_name", + "default": "'' (none)", + "dynamic": false, + "id": "relay_log", + "name": "relay_log", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "relay_log_basename", + "name": "relay_log_basename", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--relay-log-index=name", + "dynamic": false, + "id": "relay_log_index", + "name": "relay_log_index", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--relay-log-info-file=file_name", + "default": "relay-log.info", + "dynamic": false, + "id": "relay_log_info_file", + "name": "relay_log_info_file", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--relay-log-purge={0|1}", + "default": "ON", + "dynamic": true, + "id": "relay_log_purge", + "name": "relay_log_purge", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--relay-log-recovery", + "default": "OFF", + "dynamic": true, + "id": "relay_log_recovery", + "name": "relay_log_recovery", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--relay-log-space-limit=#", + "default": "0", + "dynamic": false, + "id": "relay_log_space_limit", + "name": "relay_log_space_limit", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--replicate-annotate-row-events", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": false, + "id": "replicate_annotate_row_events", + "name": "replicate_annotate_row_events", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--replicate-do-db=name", + "default": "'' (empty)", + "dynamic": true, + "id": "replicate_do_db", + "name": "replicate_do_db", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--replicate-do-table=name", + "default": "'' (empty)", + "dynamic": true, + "id": "replicate_do_table", + "name": "replicate_do_table", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--replicate-events-marked-for-skip", + "default": "replicate", + "dynamic": true, + "id": "replicate_events_marked_for_skip", + "name": "replicate_events_marked_for_skip", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "REPLICATE", + "FILTER_ON_SLAVE", + "FILTER_ON_MASTER" + ] + }, + { + "cli": "--replicate-ignore-db=name", + "default": "'' (empty)", + "dynamic": true, + "id": "replicate_ignore_db", + "name": "replicate_ignore_db", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--replicate-ignore-table=name", + "default": "'' (empty)", + "dynamic": true, + "id": "replicate_ignore_table", + "name": "replicate_ignore_table", + "scope": [ + "global" + ], + "type": "string" + }, + { + "id": "replicate_rewrite_db", + "name": "replicate_rewrite_db" + }, + { + "cli": "--replicate-wild-do-table=name", + "default": "'' (empty)", + "dynamic": true, + "id": "replicate_wild_do_table", + "name": "replicate_wild_do_table", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--replicate-wild-ignore-table=name", + "default": "'' (empty)", + "dynamic": true, + "id": "replicate_wild_ignore_table", + "name": "replicate_wild_ignore_table", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--report-host=host_name", + "dynamic": false, + "id": "report_host", + "name": "report_host", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--report-password=password", + "dynamic": false, + "id": "report_password", + "name": "report_password", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--report-port=#", + "default": "0", + "dynamic": false, + "id": "report_port", + "name": "report_port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--report-user=name", + "dynamic": false, + "id": "report_user", + "name": "report_user", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--server-id =#", + "default": "1 (>= MariaDB 10.2.2), 0 (<= MariaDB 10.2.1)", + "dynamic": true, + "id": "server_id", + "name": "server_id", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "OFF", + "dynamic": true, + "id": "skip_parallel_replication", + "name": "skip_parallel_replication", + "scope": [ + "session" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": true, + "id": "skip_replication", + "name": "skip_replication", + "scope": [ + "session" + ], + "type": "boolean" + }, + { + "cli": "--slave-compressed-protocol", + "default": "0", + "dynamic": true, + "id": "slave_compressed_protocol", + "name": "slave_compressed_protocol", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--slave-ddl-exec-mode=name", + "default": "IDEMPOTENT", + "dynamic": true, + "id": "slave_ddl_exec_mode", + "name": "slave_ddl_exec_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IDEMPOTENT", + "STRICT" + ] + }, + { + "cli": "--slave-domain-parallel-threads=#", + "default": "0", + "dynamic": true, + "id": "slave_domain_parallel_threads", + "name": "slave_domain_parallel_threads", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "16383" + ] + }, + { + "default": "IDEMPOTENT (NDB), STRICT (All)", + "dynamic": true, + "id": "slave_exec_mode", + "name": "slave_exec_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IDEMPOTENT", + "STRICT" + ] + }, + { + "cli": "--slave-load-tmpdir=path", + "default": "/tmp", + "dynamic": false, + "id": "slave_load_tmpdir", + "name": "slave_load_tmpdir", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--slave-max-allowed-packet=#", + "default": "1073741824", + "dynamic": true, + "id": "slave_max_allowed_packet", + "name": "slave_max_allowed_packet", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-net-timeout=#", + "default": "60 (1 minute) (>= MariaDB 10.2.4), 3600 (1 hour) (<= MariaDB 10.2.3)", + "dynamic": true, + "id": "slave_net_timeout", + "name": "slave_net_timeout", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-parallel-max-queued=#", + "default": "131072", + "dynamic": true, + "id": "slave_parallel_max_queued", + "name": "slave_parallel_max_queued", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "conservative", + "dynamic": false, + "id": "slave_parallel_mode", + "name": "slave_parallel_mode", + "scope": [ + "global" + ], + "validValues": [ + "conservative", + "optimistic", + "none", + "aggressive", + "minimal" + ] + }, + { + "cli": "--slave-parallel-threads=#", + "default": "0", + "dynamic": true, + "id": "slave_parallel_threads", + "name": "slave_parallel_threads", + "range": { + "from": 0, + "to": 16383 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-parallel-workers=#", + "id": "slave_parallel_workers", + "name": "slave_parallel_workers" + }, + { + "cli": "--slave-run-triggers-for-rbr=value", + "default": "NO", + "id": "slave_run_triggers_for_rbr", + "name": "slave_run_triggers_for_rbr", + "scope": [ + "global" + ], + "validValues": [ + "NO", + "YES", + "LOGGING" + ] + }, + { + "cli": "--slave-skip-errors=[error_code1,error_code2,...|all|ddl_exist_errors]", + "default": "OFF", + "dynamic": false, + "id": "slave_skip_errors", + "name": "slave_skip_errors", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "[list of error codes]", + "ALL", + "OFF" + ] + }, + { + "cli": "--slave-sql-verify-checksum=[0|1]", + "default": "ON (1)", + "id": "slave_sql_verify_checksum", + "name": "slave_sql_verify_checksum", + "scope": [ + "global" + ] + }, + { + "cli": "--slave-transaction-retries=#", + "default": "10", + "dynamic": true, + "id": "slave_transaction_retries", + "name": "slave_transaction_retries", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-transaction_retry-errors=[error_code1,error_code2,...]", + "default": "1158,1159,1160,1161,1205,1213,1429,2013,12701 (>= MariaDB 10.4.5), 1213,1205 (>= MariaDB 10.3.3)", + "dynamic": false, + "id": "slave_transaction_retry_errors", + "name": "slave_transaction_retry_errors", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "comma-separated list of error codes" + ] + }, + { + "cli": "--slave-transaction-retry-interval=#", + "default": "0", + "dynamic": true, + "id": "slave_transaction_retry_interval", + "name": "slave_transaction_retry_interval", + "range": { + "from": 0, + "to": 3600 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-type-conversions=set", + "default": "Empty variable", + "dynamic": true, + "id": "slave_type_conversions", + "name": "slave_type_conversions", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "ALL_LOSSY", + "ALL_NON_LOSSY" + ] + }, + { + "default": "1", + "dynamic": true, + "id": "sql_log_bin", + "name": "sql_log_bin", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "0", + "dynamic": true, + "id": "sql_slave_skip_counter", + "name": "sql_slave_skip_counter", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--sync-binlog=#", + "default": "0", + "dynamic": true, + "id": "sync_binlog", + "name": "sync_binlog", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--sync-master-info=#", + "default": "10000 (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6)", + "dynamic": true, + "id": "sync_master_info", + "name": "sync_master_info", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--sync-relay-log=#", + "default": "10000 (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6)", + "dynamic": true, + "id": "sync_relay_log", + "name": "sync_relay_log", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--sync-relay-log-info=#", + "default": "10000 (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6)", + "dynamic": true, + "id": "sync_relay_log_info", + "name": "sync_relay_log_info", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "replication-and-binary-log-server-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-replication-and-binary-log-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-replication-and-binary-log-status-variables.json new file mode 100644 index 0000000..d82a2b8 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-replication-and-binary-log-status-variables.json @@ -0,0 +1,328 @@ +{ + "data": [ + { + "id": "binlog_bytes_written", + "name": "Binlog_bytes_written", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "binlog_cache_disk_use", + "name": "Binlog_cache_disk_use", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "binlog_cache_use", + "name": "Binlog_cache_use", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "binlog_commits", + "name": "Binlog_commits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "binlog_group_commit_trigger_count", + "name": "Binlog_group_commit_trigger_count", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "binlog_group_commit_trigger_lock_wait", + "name": "Binlog_group_commit_trigger_lock_wait", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "binlog_group_commit_trigger_timeout", + "name": "Binlog_group_commit_trigger_timeout", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "binlog_group_commits", + "name": "Binlog_group_commits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "binlog_snapshot_file", + "name": "Binlog_snapshot_file", + "scope": [ + "global" + ], + "type": "string" + }, + { + "id": "binlog_snapshot_position", + "name": "Binlog_snapshot_position", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "binlog_stmt_cache_disk_use", + "name": "Binlog_stmt_cache_disk_use", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "binlog_stmt_cache_use", + "name": "Binlog_stmt_cache_use", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "com_change_master", + "name": "Com_change_master", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_master_status", + "name": "Com_show_master_status", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_new_master", + "name": "Com_show_new_master", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_slave_hosts", + "name": "Com_show_slave_hosts", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_slave_status", + "name": "Com_show_slave_status", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_slave_start", + "name": "Com_slave_start", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_slave_stop", + "name": "Com_slave_stop", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_start_all_slaves", + "name": "Com_start_all_slaves", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_start_slave", + "name": "Com_start_slave", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_stop_all_slaves", + "name": "Com_stop_all_slaves", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_stop_slave", + "name": "Com_stop_slave", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "master_gtid_wait_count", + "name": "Master_gtid_wait_count", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "master_gtid_wait_time", + "name": "Master_gtid_wait_time", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "master_gtid_wait_timeouts", + "name": "Master_gtid_wait_timeouts", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "rpl_status", + "name": "Rpl_status" + }, + { + "id": "rpl_transactions_multi_engine", + "name": "Rpl_transactions_multi_engine", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "slave_connections", + "name": "Slave_connections", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "slave_heartbeat_period", + "name": "Slave_heartbeat_period", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "slave_open_temp_tables", + "name": "Slave_open_temp_tables", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "slave_received_heartbeats", + "name": "Slave_received_heartbeats", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "slave_retried_transactions", + "name": "Slave_retried_transactions", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "slave_running", + "name": "Slave_running", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "slave_skipped_errors", + "name": "Slave_skipped_errors", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "slaves_connected", + "name": "Slaves_connected", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "slaves_running", + "name": "Slaves_running", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "transactions_gtid_foreign_engine", + "name": "Transactions_gtid_foreign_engine", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "transactions_multi_engine", + "name": "Transactions_multi_engine", + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "replication-and-binary-log-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-semisynchronous-replication-plugin-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-semisynchronous-replication-plugin-status-variables.json new file mode 100644 index 0000000..41b0db3 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-semisynchronous-replication-plugin-status-variables.json @@ -0,0 +1,81 @@ +{ + "data": [ + { + "id": "rpl_semi_sync_master_clients", + "name": "Rpl_semi_sync_master_clients", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_net_avg_wait_time", + "name": "Rpl_semi_sync_master_net_avg_wait_time", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_net_wait_time", + "name": "Rpl_semi_sync_master_net_wait_time", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_net_waits", + "name": "Rpl_semi_sync_master_net_waits", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_no_times", + "name": "Rpl_semi_sync_master_no_times", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_no_tx", + "name": "Rpl_semi_sync_master_no_tx", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_status", + "name": "Rpl_semi_sync_master_status", + "type": "boolean" + }, + { + "id": "rpl_semi_sync_master_timefunc_failures", + "name": "Rpl_semi_sync_master_timefunc_failures", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_tx_avg_wait_time", + "name": "Rpl_semi_sync_master_tx_avg_wait_time", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_tx_wait_time", + "name": "Rpl_semi_sync_master_tx_wait_time", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_tx_waits", + "name": "Rpl_semi_sync_master_tx_waits", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_wait_pos_backtraverse", + "name": "Rpl_semi_sync_master_wait_pos_backtraverse", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_wait_sessions", + "name": "Rpl_semi_sync_master_wait_sessions", + "type": "integer" + }, + { + "id": "rpl_semi_sync_master_yes_tx", + "name": "Rpl_semi_sync_master_yes_tx", + "type": "integer" + }, + { + "id": "rpl_semi_sync_slave_status", + "name": "Rpl_semi_sync_slave_status", + "type": "boolean" + } + ], + "name": "semisynchronous-replication-plugin-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-semisynchronous-replication-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-semisynchronous-replication-system-variables.json new file mode 100644 index 0000000..2e2cff6 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-semisynchronous-replication-system-variables.json @@ -0,0 +1,148 @@ +{ + "data": [ + { + "cli": "--rpl-semi-sync-master-enabled[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "rpl_semi_sync_master_enabled", + "name": "rpl_semi_sync_master_enabled", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rpl-semi-sync-master-timeout[=#]", + "default": "10000 (10 seconds)", + "dynamic": true, + "id": "rpl_semi_sync_master_timeout", + "name": "rpl_semi_sync_master_timeout", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rpl-semi-sync-master-trace-level[=#]", + "default": "32", + "dynamic": true, + "id": "rpl_semi_sync_master_trace_level", + "name": "rpl_semi_sync_master_trace_level", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rpl-semi-sync-master-wait-no-slave[={0|1}]", + "default": "ON", + "dynamic": true, + "id": "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_COMMIT", + "dynamic": true, + "id": "rpl_semi_sync_master_wait_point", + "name": "rpl_semi_sync_master_wait_point", + "scope": [ + "global" + ], + "validValues": [ + "AFTER_SYNC", + "AFTER_COMMIT" + ] + }, + { + "cli": "--rpl-semi-sync-slave-delay-master[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "rpl_semi_sync_slave_delay_master", + "name": "rpl_semi_sync_slave_delay_master", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rpl-semi-sync-slave-enabled[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "rpl_semi_sync_slave_enabled", + "name": "rpl_semi_sync_slave_enabled", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rpl-semi-sync-slave-kill-conn-timeout[={0|1}]", + "default": "5", + "dynamic": true, + "id": "rpl_semi_sync_slave_kill_conn_timeout", + "name": "rpl_semi_sync_slave_kill_conn_timeout", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rpl-semi-sync-slave-trace_level[=#]", + "default": "32", + "dynamic": true, + "id": "rpl_semi_sync_slave_trace_level", + "name": "rpl_semi_sync_slave_trace_level", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rpl-semi-sync-master=value", + "default": "ON", + "id": "rpl_semi_sync_master", + "name": "rpl_semi_sync_master", + "validValues": [ + "OFF", + "ON", + "FORCE", + "FORCE_PLUS_PERMANENT" + ] + }, + { + "cli": "--rpl-semi-sync-slave=value", + "default": "ON", + "id": "rpl_semi_sync_slave", + "name": "rpl_semi_sync_slave", + "validValues": [ + "OFF", + "ON", + "FORCE", + "FORCE_PLUS_PERMANENT" + ] + } + ], + "name": "semisynchronous-replication-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-status-variables.json new file mode 100644 index 0000000..91d597e --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-status-variables.json @@ -0,0 +1,3001 @@ +{ + "data": [ + { + "id": "aborted_clients", + "name": "Aborted_clients", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aborted_connects", + "name": "Aborted_connects", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aborted_connects_preauth", + "name": "Aborted_connects_preauth", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "access_denied_errors", + "name": "Access_denied_errors", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_column_grants", + "name": "Acl_column_grants", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_database_grants", + "name": "Acl_database_grants", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_function_grants", + "name": "Acl_function_grants", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_package_body_grants", + "name": "Acl_package_body_grants", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_package_spec_grants", + "name": "Acl_package_spec_grants", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_procedure_grants", + "name": "Acl_procedure_grants", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_proxy_users", + "name": "Acl_proxy_users", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_role_grants", + "name": "Acl_role_grants", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_roles", + "name": "Acl_roles", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_table_grants", + "name": "Acl_table_grants", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "acl_users", + "name": "Acl_users", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "busy_time", + "name": "Busy_time", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "bytes_received", + "name": "Bytes_received", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "bytes_sent", + "name": "Bytes_sent", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_admin_commands", + "name": "Com_admin_commands", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_alter_db", + "name": "Com_alter_db", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_alter_db_upgrade", + "name": "Com_alter_db_upgrade", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_alter_event", + "name": "Com_alter_event", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_alter_function", + "name": "Com_alter_function", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_alter_procedure", + "name": "Com_alter_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_alter_sequence", + "name": "Com_alter_sequence", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_alter_server", + "name": "Com_alter_server", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_alter_table", + "name": "Com_alter_table", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_alter_tablespace", + "name": "Com_alter_tablespace", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_alter_user", + "name": "Com_alter_user", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_analyze", + "name": "Com_analyze", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_assign_to_keycache", + "name": "Com_assign_to_keycache", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_backup", + "name": "Com_backup", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_backup_lock", + "name": "Com_backup_lock", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_backup_table", + "name": "Com_backup_table", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_begin", + "name": "Com_begin", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_binlog", + "name": "Com_binlog", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_call_procedure", + "name": "Com_call_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_change_db", + "name": "Com_change_db", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_check", + "name": "Com_check", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_checksum", + "name": "Com_checksum", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_commit", + "name": "Com_commit", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_compound_sql", + "name": "Com_compound_sql", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_db", + "name": "Com_create_db", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_event", + "name": "Com_create_event", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_function", + "name": "Com_create_function", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_index", + "name": "Com_create_index", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_package", + "name": "Com_create_package", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_package_body", + "name": "Com_create_package_body", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_procedure", + "name": "Com_create_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_role", + "name": "Com_create_role", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_sequence", + "name": "Com_create_sequence", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_server", + "name": "Com_create_server", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_table", + "name": "Com_create_table", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_temporary_table", + "name": "Com_create_temporary_table", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_trigger", + "name": "Com_create_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_udf", + "name": "Com_create_udf", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_user", + "name": "Com_create_user", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_create_view", + "name": "Com_create_view", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_dealloc_sql", + "name": "Com_dealloc_sql", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_delete", + "name": "Com_delete", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_delete_multi", + "name": "Com_delete_multi", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_do", + "name": "Com_do", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_db", + "name": "Com_drop_db", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_event", + "name": "Com_drop_event", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_function", + "name": "Com_drop_function", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_index", + "name": "Com_drop_index", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_package", + "name": "Com_drop_package", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_package_body", + "name": "Com_drop_package_body", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_procedure", + "name": "Com_drop_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_role", + "name": "Com_drop_role", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_sequence", + "name": "Com_drop_sequence", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_server", + "name": "Com_drop_server", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_table", + "name": "Com_drop_table", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_temporary_table", + "name": "Com_drop_temporary_table", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_trigger", + "name": "Com_drop_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_user", + "name": "Com_drop_user", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_drop_view", + "name": "Com_drop_view", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_empty_query", + "name": "Com_empty_query", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_execute_immediate", + "name": "Com_execute_immediate", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_execute_sql", + "name": "Com_execute_sql", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_flush", + "name": "Com_flush", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_get_diagnostics", + "name": "Com_get_diagnostics", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_grant", + "name": "Com_grant", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_grant_role", + "name": "Com_grant_role", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_ha_close", + "name": "Com_ha_close", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_ha_open", + "name": "Com_ha_open", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_ha_read", + "name": "Com_ha_read", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_help", + "name": "Com_help", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_insert", + "name": "Com_insert", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_insert_select", + "name": "Com_insert_select", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_install_plugin", + "name": "Com_install_plugin", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_kill", + "name": "Com_kill", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_load", + "name": "Com_load", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_load_master_data", + "name": "Com_load_master_data", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_load_master_table", + "name": "Com_load_master_table", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_multi", + "name": "Com_multi", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_lock_tables", + "name": "Com_lock_tables", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_optimize", + "name": "Com_optimize", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_preload_keys", + "name": "Com_preload_keys", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_prepare_sql", + "name": "Com_prepare_sql", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_purge", + "name": "Com_purge", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_purge_before_date", + "name": "Com_purge_before_date", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_release_savepoint", + "name": "Com_release_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_rename_table", + "name": "Com_rename_table", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_rename_user", + "name": "Com_rename_user", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_repair", + "name": "Com_repair", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_replace", + "name": "Com_replace", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_replace_select", + "name": "Com_replace_select", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_reset", + "name": "Com_reset", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_resignal", + "name": "Com_resignal", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_restore_table", + "name": "Com_restore_table", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_revoke", + "name": "Com_revoke", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_revoke_all", + "name": "Com_revoke_all", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_revoke_grant", + "name": "Com_revoke_grant", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_rollback", + "name": "Com_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_rollback_to_savepoint", + "name": "Com_rollback_to_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_savepoint", + "name": "Com_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_select", + "name": "Com_select", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_set_option", + "name": "Com_set_option", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_signal", + "name": "Com_signal", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_authors", + "name": "Com_show_authors", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_binlog_events", + "name": "Com_show_binlog_events", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_binlogs", + "name": "Com_show_binlogs", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_charsets", + "name": "Com_show_charsets", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_client_statistics", + "name": "Com_show_client_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_collations", + "name": "Com_show_collations", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_column_types", + "name": "Com_show_column_types", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_contributors", + "name": "Com_show_contributors", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_create_db", + "name": "Com_show_create_db", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_create_event", + "name": "Com_show_create_event", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_create_func", + "name": "Com_show_create_func", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_create_package", + "name": "Com_show_create_package", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_create_package_body", + "name": "Com_show_create_package_body", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_create_proc", + "name": "Com_show_create_proc", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_create_table", + "name": "Com_show_create_table", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_create_trigger", + "name": "Com_show_create_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_create_user", + "name": "Com_show_create_user", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_databases", + "name": "Com_show_databases", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_engine_logs", + "name": "Com_show_engine_logs", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_engine_mutex", + "name": "Com_show_engine_mutex", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_engine_status", + "name": "Com_show_engine_status", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_events", + "name": "Com_show_events", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_errors", + "name": "Com_show_errors", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_explain", + "name": "Com_show_explain", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_fields", + "name": "Com_show_fields", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_function_status", + "name": "Com_show_function_status", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_generic", + "name": "Com_show_generic", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_grants", + "name": "Com_show_grants", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_keys", + "name": "Com_show_keys", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_index_statistics", + "name": "Com_show_index_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_open_tables", + "name": "Com_show_open_tables", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_package_status", + "name": "Com_show_package_status", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_package_body_status", + "name": "Com_show_package_body_status", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_plugins", + "name": "Com_show_plugins", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_privileges", + "name": "Com_show_privileges", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_procedure_status", + "name": "Com_show_procedure_status", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_processlist", + "name": "Com_show_processlist", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_profile", + "name": "Com_show_profile", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_profiles", + "name": "Com_show_profiles", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_relaylog_events", + "name": "Com_show_relaylog_events", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_status", + "name": "Com_show_status", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_storage_engines", + "name": "Com_show_storage_engines", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_table_statistics", + "name": "Com_show_table_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_table_status", + "name": "Com_show_table_status", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_tables", + "name": "Com_show_tables", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_triggers", + "name": "Com_show_triggers", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_user_statistics", + "name": "Com_show_user_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_variable", + "name": "Com_show_variable", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_show_warnings", + "name": "Com_show_warnings", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_shutdown", + "name": "Com_shutdown", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_stmt_close", + "name": "Com_stmt_close", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_stmt_execute", + "name": "Com_stmt_execute", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_stmt_fetch", + "name": "Com_stmt_fetch", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_stmt_prepare", + "name": "Com_stmt_prepare", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_stmt_reprepare", + "name": "Com_stmt_reprepare", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_stmt_reset", + "name": "Com_stmt_reset", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_stmt_send_long_data", + "name": "Com_stmt_send_long_data", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_truncate", + "name": "Com_truncate", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_uninstall_plugin", + "name": "Com_uninstall_plugin", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_unlock_tables", + "name": "Com_unlock_tables", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_update", + "name": "Com_update", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_update_multi", + "name": "Com_update_multi", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_xa_commit", + "name": "Com_xa_commit", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_xa_end", + "name": "Com_xa_end", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_xa_prepare", + "name": "Com_xa_prepare", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_xa_recover", + "name": "Com_xa_recover", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_xa_rollback", + "name": "Com_xa_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "com_xa_start", + "name": "Com_xa_start", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "compression", + "name": "Compression", + "scope": [ + "session" + ], + "type": "boolean" + }, + { + "id": "connection_errors_accept", + "name": "Connection_errors_accept", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "connection_errors_internal", + "name": "Connection_errors_internal", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "connection_errors_max_connections", + "name": "Connection_errors_max_connections", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "connection_errors_peer_address", + "name": "Connection_errors_peer_address", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "connection_errors_select", + "name": "Connection_errors_select", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "connection_errors_tcpwrap", + "name": "Connection_errors_tcpwrap", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "connections", + "name": "Connections", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "cpu_time", + "name": "Cpu_time", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "created_tmp_disk_tables", + "name": "Created_tmp_disk_tables", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "created_tmp_files", + "name": "Created_tmp_files", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "created_tmp_tables", + "name": "Created_tmp_tables", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "delayed_errors", + "name": "Delayed_errors", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "delayed_insert_threads", + "name": "Delayed_insert_threads", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "delayed_writes", + "name": "Delayed_writes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "delete_scan", + "name": "Delete_scan", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "empty_queries", + "name": "Empty_queries", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "executed_events", + "name": "Executed_events", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "executed_triggers", + "name": "Executed_triggers", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_application_time_periods", + "name": "Feature_application_time_periods", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_check_constraint", + "name": "Feature_check_constraint", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_custom_aggregate_functions", + "name": "Feature_custom_aggregate_functions", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_delay_key_write", + "name": "Feature_delay_key_write", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_dynamic_columns", + "name": "Feature_dynamic_columns", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_fulltext", + "name": "Feature_fulltext", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_gis", + "name": "Feature_gis", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_invisible_columns", + "name": "Feature_invisible_columns", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_json", + "name": "Feature_json", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_locale", + "name": "Feature_locale", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_subquery", + "name": "Feature_subquery", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_system_versioning", + "name": "Feature_system_versioning", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_timezone", + "name": "Feature_timezone", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_trigger", + "name": "Feature_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_window_functions", + "name": "Feature_window_functions", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "feature_xml", + "name": "Feature_xml", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "flush_commands", + "name": "Flush_commands", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "handler_commit", + "name": "Handler_commit", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_delete", + "name": "Handler_delete", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_discover", + "name": "Handler_discover", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_external_lock", + "name": "Handler_external_lock", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_icp_attempts", + "name": "Handler_icp_attempts", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_icp_match", + "name": "Handler_icp_match", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_mrr_init", + "name": "Handler_mrr_init", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_mrr_key_refills", + "name": "Handler_mrr_key_refills", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_mrr_rowid_refills", + "name": "Handler_mrr_rowid_refills", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_prepare", + "name": "Handler_prepare", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_read_first", + "name": "Handler_read_first", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_read_key", + "name": "Handler_read_key", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_read_last", + "name": "Handler_read_last", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_read_next", + "name": "Handler_read_next", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_read_prev", + "name": "Handler_read_prev", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_read_retry", + "name": "Handler_read_retry", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "handler_read_rnd", + "name": "Handler_read_rnd", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_read_rnd_deleted", + "name": "Handler_read_rnd_deleted", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_read_rnd_next", + "name": "Handler_read_rnd_next", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_rollback", + "name": "Handler_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_savepoint", + "name": "Handler_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_savepoint_rollback", + "name": "Handler_savepoint_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_tmp_delete", + "name": "Handler_tmp_delete", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_tmp_update", + "name": "Handler_tmp_update", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_tmp_write", + "name": "Handler_tmp_write", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_update", + "name": "Handler_update", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "handler_write", + "name": "Handler_write", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "key_blocks_not_flushed", + "name": "Key_blocks_not_flushed", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "key_blocks_unused", + "name": "Key_blocks_unused", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "key_blocks_used", + "name": "Key_blocks_used", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "key_blocks_warm", + "name": "Key_blocks_warm", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "key_read_requests", + "name": "Key_read_requests", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "key_reads", + "name": "Key_reads", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "key_write_requests", + "name": "Key_write_requests", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "key_writes", + "name": "Key_writes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "last_query_cost", + "name": "Last_query_cost", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "id": "maria_", + "name": "Maria_*" + }, + { + "id": "max_statement_time_exceeded", + "name": "Max_statement_time_exceeded", + "type": "integer" + }, + { + "id": "max_used_connections", + "name": "Max_used_connections", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "id": "memory_used", + "name": "Memory_used", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "memory_used_initial", + "name": "Memory_used_initial", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "not_flushed_delayed_rows", + "name": "Not_flushed_delayed_rows", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "open_files", + "name": "Open_files", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "open_streams", + "name": "Open_streams", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "open_table_definitions", + "name": "Open_table_definitions", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "open_tables", + "name": "Open_tables", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "opened_files", + "name": "Opened_files", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "opened_plugin_libraries", + "name": "Opened_plugin_libraries", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "opened_table_definitions", + "name": "Opened_table_definitions", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "opened_tables", + "name": "Opened_tables", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "opened_views", + "name": "Opened_views", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_accounts_lost", + "name": "Performance_schema_accounts_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_cond_classes_lost", + "name": "Performance_schema_cond_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_cond_instances_lost", + "name": "Performance_schema_cond_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_digest_lost", + "name": "Performance_schema_digest_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_file_classes_lost", + "name": "Performance_schema_file_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_file_handles_lost", + "name": "Performance_schema_file_handles_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_file_instances_lost", + "name": "Performance_schema_file_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_hosts_lost", + "name": "Performance_schema_hosts_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_locker_lost", + "name": "Performance_schema_locker_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_mutex_classes_lost", + "name": "Performance_schema_mutex_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_mutex_instances_lost", + "name": "Performance_schema_mutex_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_rwlock_classes_lost", + "name": "Performance_schema_rwlock_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_rwlock_instances_lost", + "name": "Performance_schema_rwlock_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_session_connect_attrs_lost", + "name": "Performance_schema_session_connect_attrs_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_socket_classes_lost", + "name": "Performance_schema_socket_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_socket_instances_lost", + "name": "Performance_schema_socket_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_stage_classes_lost", + "name": "Performance_schema_stage_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_statement_classes_lost", + "name": "Performance_schema_statement_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_table_handles_lost", + "name": "Performance_schema_table_handles_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_table_instances_lost", + "name": "Performance_schema_table_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_thread_classes_lost", + "name": "Performance_schema_thread_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_thread_instances_lost", + "name": "Performance_schema_thread_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "performance_schema_users_lost", + "name": "Performance_schema_users_lost", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "prepared_stmt_count", + "name": "Prepared_stmt_count", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "qcache_free_blocks", + "name": "Qcache_free_blocks", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "qcache_free_memory", + "name": "Qcache_free_memory", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "qcache_hits", + "name": "Qcache_hits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "qcache_inserts", + "name": "Qcache_inserts", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "qcache_lowmem_prunes", + "name": "Qcache_lowmem_prunes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "qcache_not_cached", + "name": "Qcache_not_cached", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "qcache_queries_in_cache", + "name": "Qcache_queries_in_cache", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "qcache_total_blocks", + "name": "Qcache_total_blocks", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "queries", + "name": "Queries", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "questions", + "name": "Questions", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "rows_read", + "name": "Rows_read", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "rows_sent", + "name": "Rows_sent", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "rows_tmp_read", + "name": "Rows_tmp_read", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "select_full_join", + "name": "Select_full_join", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "select_full_range_join", + "name": "Select_full_range_join", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "select_range", + "name": "Select_range", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "select_range_check", + "name": "Select_range_check", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "select_scan", + "name": "Select_scan", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "slow_launch_threads", + "name": "Slow_launch_threads", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "slow_queries", + "name": "Slow_queries", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "sort_merge_passes", + "name": "Sort_merge_passes", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "sort_priority_queue_sorts", + "name": "Sort_priority_queue_sorts", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "sort_range", + "name": "Sort_range", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "sort_rows", + "name": "Sort_rows", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "sort_scan", + "name": "Sort_scan", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "subquery_cache_hit", + "name": "Subquery_cache_hit", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "subquery_cache_miss", + "name": "Subquery_cache_miss", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "syncs", + "name": "Syncs", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "table_locks_immediate", + "name": "Table_locks_immediate", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "table_locks_waited", + "name": "Table_locks_waited", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "table_open_cache_active_instances", + "name": "Table_open_cache_active_instances", + "scope": [], + "type": "integer" + }, + { + "id": "table_open_cache_hits", + "name": "Table_open_cache_hits", + "scope": [], + "type": "integer" + }, + { + "id": "table_open_cache_misses", + "name": "Table_open_cache_misses", + "scope": [], + "type": "integer" + }, + { + "id": "table_open_cache_overflows", + "name": "Table_open_cache_overflows", + "scope": [], + "type": "integer" + }, + { + "id": "tc_log_max_pages_used", + "name": "Tc_log_max_pages_used", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "tc_log_page_size", + "name": "Tc_log_page_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "tc_log_page_waits", + "name": "Tc_log_page_waits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "threads_cached", + "name": "Threads_cached", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "threads_connected", + "name": "Threads_connected", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "threads_created", + "name": "Threads_created", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "threads_running", + "name": "Threads_running", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "update_scan", + "name": "Update_scan", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "uptime", + "name": "Uptime", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "uptime_since_flush_status", + "name": "Uptime_since_flush_status", + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "server-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-system-variables.json new file mode 100644 index 0000000..5047dd4 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-system-variables.json @@ -0,0 +1,3338 @@ +{ + "data": [ + { + "cli": "--alter-algorithm=default", + "default": "DEFAULT", + "dynamic": true, + "id": "alter_algorithm", + "name": "alter_algorithm", + "scope": [ + "global", + "session" + ], + "validValues": [ + "DEFAULT", + "COPY", + "INPLACE", + "NOCOPY", + "INSTANT" + ] + }, + { + "cli": "--analyze-sample-percentage=#", + "default": "100.000000", + "dynamic": true, + "id": "analyze_sample_percentage", + "name": "analyze_sample_percentage", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--autocommit[=#]", + "default": "1", + "dynamic": true, + "id": "autocommit", + "name": "autocommit", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--automatic-sp-privileges, --skip-automatic-sp-privileges", + "default": "1", + "dynamic": true, + "id": "automatic_sp_privileges", + "name": "automatic_sp_privileges", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--back-log=#", + "default": "The lower of 900 and (50 + max_connections/5) (>= MariaDB 10.1.7), The lower of 150 or the value of max_connections (beween MariaDB 10.0.8 and MariaDB 10.1.7), 50 (<= MariaDB 10.0.8)", + "dynamic": false, + "id": "back_log", + "name": "back_log", + "scope": [ + "global" + ] + }, + { + "cli": "--basedir=path or -b path", + "dynamic": false, + "id": "basedir", + "name": "basedir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--big-tables", + "default": "0", + "dynamic": true, + "id": "big_tables", + "name": "big_tables", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--bind-address=addr", + "dynamic": false, + "id": "bind_address", + "name": "bind_address", + "scope": [ + "global" + ], + "type": "string", + "validValues": [] + }, + { + "cli": "--bulk-insert-buffer-size=#", + "default": "8388608", + "dynamic": true, + "id": "bulk_insert_buffer_size", + "name": "bulk_insert_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "utf8 (>= MariaDB 5.5)", + "dynamic": true, + "id": "character_set_client", + "name": "character_set_client", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "utf8 (>= MariaDB 5.5)", + "dynamic": true, + "id": "character_set_connection", + "name": "character_set_connection", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "latin1", + "dynamic": true, + "id": "character_set_database", + "name": "character_set_database", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--character-set-filesystem=name", + "default": "binary", + "dynamic": true, + "id": "character_set_filesystem", + "name": "character_set_filesystem", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "utf8", + "dynamic": true, + "id": "character_set_results", + "name": "character_set_results", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--character-set-server", + "default": "latin1", + "dynamic": true, + "id": "character_set_server", + "name": "character_set_server", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "utf8", + "dynamic": false, + "id": "character_set_system", + "name": "character_set_system", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--character-sets-dir=path", + "dynamic": false, + "id": "character_sets_dir", + "name": "character_sets_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--check-constraint-checks=[0|1]", + "default": "ON", + "dynamic": true, + "id": "check_constraint_checks", + "name": "check_constraint_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "collation_connection", + "name": "collation_connection", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "collation_database", + "name": "collation_database", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--collation-server=name", + "default": "latin1_swedish_ci", + "dynamic": true, + "id": "collation_server", + "name": "collation_server", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--completion-type=name", + "default": "NO_CHAIN (>=MariaDB/MySQL 5.5.3), 0 (<= MariaDB/MySQL 5.5.2)", + "dynamic": true, + "id": "completion_type", + "name": "completion_type", + "scope": [ + "global", + "session" + ], + "validValues": [ + "0", + "1", + "2", + "NO_CHAIN", + "CHAIN", + "RELEASE" + ] + }, + { + "cli": "--concurrent-insert[=name]", + "default": "AUTO (>=MariaDB/MySQL 5.5.3), 1 (<= MariaDB/MySQL 5.5.2)", + "dynamic": true, + "id": "concurrent_insert", + "name": "concurrent_insert", + "scope": [ + "global" + ], + "validValues": [ + "0", + "1", + "2", + "AUTO", + "NEVER", + "ALWAYS" + ] + }, + { + "cli": "--connect-timeout=#", + "default": "10", + "dynamic": true, + "id": "connect_timeout", + "name": "connect_timeout", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--core-file", + "default": "Windows >= MariaDB 10.4.3: ON, All other systems: OFF", + "dynamic": false, + "id": "core_file", + "name": "core_file", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--datadir=path or -h path", + "dynamic": false, + "id": "datadir", + "name": "datadir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "id": "date_format", + "name": "date_format" + }, + { + "id": "datetime_format", + "name": "datetime_format" + }, + { + "cli": "-#, --debug[=debug_options]", + "default": "d:t:i:o,/tmp/mysqld.trace (Unix) or d:t:i:O,\\mysqld.trace (Windows)", + "dynamic": true, + "id": "debug", + "name": "debug", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--debug-no-thead-alarm=#", + "default": "OFF", + "dynamic": false, + "id": "debug_no_thread_alarm", + "name": "debug_no_thread_alarm", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "OFF or ON - current signal signal name", + "dynamic": true, + "id": "debug_sync", + "name": "debug_sync", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--default-password-lifetime=#", + "default": "0", + "dynamic": true, + "id": "default_password_lifetime", + "name": "default_password_lifetime", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "default_regex_flags", + "name": "default_regex_flags" + }, + { + "cli": "--default-storage-engine=name", + "default": "InnoDB (>= MariaDB 5.5), MyISAM (<MariaDB 5.3)", + "dynamic": true, + "id": "default_storage_engine", + "name": "default_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration" + }, + { + "cli": "--default-table-type=name", + "dynamic": true, + "id": "default_table_type", + "name": "default_table_type", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "--default-tmp-storage-engine=name", + "default": "NULL", + "dynamic": true, + "id": "default_tmp_storage_engine", + "name": "default_tmp_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration" + }, + { + "cli": "--default-week-format=#", + "default": "0", + "dynamic": true, + "id": "default_week_format", + "name": "default_week_format", + "range": { + "from": 0, + "to": 7 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--delay-key-write[=name]", + "default": "ON", + "dynamic": true, + "id": "delay_key_write", + "name": "delay_key_write", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "ALL" + ] + }, + { + "cli": "--delayed-insert-limit=#", + "default": "100", + "dynamic": true, + "id": "delayed_insert_limit", + "name": "delayed_insert_limit", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--delayed-insert-timeout=#", + "default": "300", + "dynamic": true, + "id": "delayed_insert_timeout", + "name": "delayed_insert_timeout", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--delayed-queue-size=#", + "default": "1000", + "dynamic": true, + "id": "delayed_queue_size", + "name": "delayed_queue_size", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--disconnect-on-expired-password[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "disconnect_on_expired_password", + "name": "disconnect_on_expired_password", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--div-precision-increment=#", + "default": "4", + "dynamic": true, + "id": "div_precision_increment", + "name": "div_precision_increment", + "range": { + "from": 0, + "to": 30 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--encrypt-tmp-disk-tables[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "encrypt_tmp_disk_tables", + "name": "encrypt_tmp_disk_tables", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--encrypt-tmp-files[={0|1}]", + "default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)", + "dynamic": false, + "id": "encrypt_tmp_files", + "name": "encrypt_tmp_files", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--encryption-algorithm=value", + "default": "none", + "dynamic": false, + "id": "encryption_algorithm", + "name": "encryption_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "none", + "aes_ecb", + "aes_cbc", + "aes_ctr" + ] + }, + { + "default": "none", + "dynamic": true, + "id": "enforce_storage_engine", + "name": "enforce_storage_engine", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--engine-condition-pushdown", + "default": "OFF (MariaDB 5.5), ON (<= MariaDB 5.3)", + "dynamic": true, + "id": "engine_condition_pushdown", + "name": "engine_condition_pushdown", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--eq-range-index-dive-limit=#", + "default": "200 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)", + "dynamic": true, + "id": "eq_range_index_dive_limit", + "name": "eq_range_index_dive_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "error_count", + "name": "error_count", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--event-scheduler[=value]", + "default": "OFF", + "dynamic": true, + "id": "event_scheduler", + "name": "event_scheduler", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "1", + "OFF", + "0", + "DISABLED" + ] + }, + { + "cli": "--expensive-subquery-limit=#", + "default": "100", + "dynamic": true, + "id": "expensive_subquery_limit", + "name": "expensive_subquery_limit", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--explicit-defaults-for-timestamp=[={0|1}]", + "default": "OFF", + "dynamic": false, + "id": "explicit_defaults_for_timestamp", + "name": "explicit_defaults_for_timestamp", + "scope": [ + "global" + ] + }, + { + "default": "NULL", + "dynamic": false, + "id": "external_user", + "name": "external_user", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--flush", + "default": "OFF", + "dynamic": true, + "id": "flush", + "name": "flush", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--flush_time=#", + "default": "0", + "dynamic": true, + "id": "flush_time", + "name": "flush_time", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "1", + "dynamic": true, + "id": "foreign_key_checks", + "name": "foreign_key_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--ft-boolean-syntax=name", + "default": "+ -><()*:\"\"&|", + "dynamic": true, + "id": "ft_boolean_syntax", + "name": "ft_boolean_syntax", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--ft-max-word-len=#", + "default": "84", + "dynamic": false, + "id": "ft_max_word_len", + "name": "ft_max_word_len", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-min-word-len=#", + "default": "4", + "dynamic": false, + "id": "ft_min_word_len", + "name": "ft_min_word_len", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-query-expansion-limit=#", + "default": "20", + "dynamic": false, + "id": "ft_query_expansion_limit", + "name": "ft_query_expansion_limit", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-stopword-file=file_name", + "default": "(built-in)", + "dynamic": false, + "id": "ft_stopword_file", + "name": "ft_stopword_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--general-log", + "default": "0", + "dynamic": true, + "id": "general_log", + "name": "general_log", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--general-log-file=file_name", + "default": "host_name.log", + "dynamic": true, + "id": "general_log_file", + "name": "general_log_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--group-concat-max-len=#", + "default": "1048576 (1M) >= MariaDB 10.2.4, 1024 (1K) <= MariaDB 10.2.3", + "dynamic": true, + "id": "group_concat_max_len", + "name": "group_concat_max_len", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "have_compress", + "name": "have_compress", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_crypt", + "name": "have_crypt", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_csv", + "name": "have_csv", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_dynamic_loading", + "name": "have_dynamic_loading", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_geometry", + "name": "have_geometry", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_ndbcluster", + "name": "have_ndbcluster", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_partitioning", + "name": "have_partitioning", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_profiling", + "name": "have_profiling", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_query_cache", + "name": "have_query_cache", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_rtree_keys", + "name": "have_rtree_keys", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_symlink", + "name": "have_symlink", + "scope": [ + "global" + ] + }, + { + "cli": "--histogram-size=#", + "default": "254 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)", + "dynamic": true, + "id": "histogram_size", + "name": "histogram_size", + "range": { + "from": 0, + "to": 255 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--histogram-type=value", + "default": "DOUBLE_PREC_HB (>= MariaDB 10.4.3), SINGLE_PREC_HB(<= MariaDB 10.4.2)", + "dynamic": true, + "id": "histogram_type", + "name": "histogram_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "SINGLE_PREC_HB", + "DOUBLE_PREC_HB" + ] + }, + { + "cli": "--host-cache-size=#.", + "default": "128", + "dynamic": true, + "id": "host_cache_size", + "name": "host_cache_size", + "range": { + "from": 0, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "hostname", + "name": "hostname", + "scope": [ + "global" + ], + "type": "string" + }, + { + "id": "identity", + "name": "identity" + }, + { + "default": "0", + "dynamic": true, + "id": "idle_readonly_transaction_timeout", + "name": "idle_readonly_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "0", + "dynamic": true, + "id": "idle_transaction_timeout", + "name": "idle_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "0", + "dynamic": true, + "id": "idle_write_transaction_timeout", + "name": "idle_write_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--ignore-db-dirs=dir.", + "dynamic": false, + "id": "ignore_db_dirs", + "name": "ignore_db_dirs", + "scope": [ + "global" + ], + "type": "string" + }, + { + "default": "0", + "dynamic": false, + "id": "in_transaction", + "name": "in_transaction", + "scope": [ + "session" + ], + "type": "boolean" + }, + { + "cli": "--init-connect=name", + "dynamic": true, + "id": "init_connect", + "name": "init_connect", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "init-file=file_name", + "dynamic": false, + "id": "init_file", + "name": "init_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "dynamic": true, + "id": "insert_id", + "name": "insert_id", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--interactive-timeout=#", + "default": "28800", + "dynamic": true, + "id": "interactive_timeout", + "name": "interactive_timeout", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--join-buffer-size=#", + "default": "262144 (256kB) (>=MariaDB 10.1.7), 131072 (128kB) (<=MariaDB 10.1.6)", + "dynamic": true, + "id": "join_buffer_size", + "name": "join_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--join-buffer-space-limit=#", + "default": "2097152", + "dynamic": true, + "id": "join_buffer_space_limit", + "name": "join_buffer_space_limit", + "range": { + "from": 2048, + "to": 99999999997952 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--join-cache-level=#", + "default": "2", + "dynamic": true, + "id": "join_cache_level", + "name": "join_cache_level", + "range": { + "from": 0, + "to": 8 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--keep-files-on-create=#", + "default": "OFF", + "dynamic": true, + "id": "keep_files_on_create", + "name": "keep_files_on_create", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "large_files_support", + "name": "large_files_support", + "scope": [ + "global" + ] + }, + { + "default": "(autosized)", + "dynamic": false, + "id": "large_page_size", + "name": "large_page_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--large-pages, --skip-large-pages", + "default": "OFF", + "dynamic": false, + "id": "large_pages", + "name": "large_pages", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "last_insert_id", + "name": "last_insert_id", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--lc-messages=name", + "default": "en_us", + "dynamic": true, + "id": "lc_messages", + "name": "lc_messages", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--lc-messages-dir=path", + "dynamic": false, + "id": "lc_messages_dir", + "name": "lc_messages_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--lc-time-names=name", + "default": "en_US", + "dynamic": true, + "id": "lc_time_names", + "name": "lc_time_names", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "license", + "name": "license", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--local-infile=#", + "default": "ON", + "dynamic": true, + "id": "local_infile", + "name": "local_infile", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--lock-wait-timeout=#", + "default": "86400 (1 day) >= MariaDB 10.2.4, 31536000 (1 year) <= MariaDB 10.2.3", + "dynamic": true, + "id": "lock_wait_timeout", + "name": "lock_wait_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--memlock", + "default": "OFF", + "dynamic": false, + "id": "locked_in_memory", + "name": "locked_in_memory", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "-l [filename] or --log[=filename]", + "default": "OFF", + "dynamic": true, + "id": "log", + "name": "log", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-disabled_statements=value", + "default": "(empty string)", + "dynamic": false, + "id": "log_disabled_statements", + "name": "log_disabled_statements", + "scope": [ + "global", + "session" + ], + "type": "set" + }, + { + "cli": "--log-error[=name], --skip-log-error", + "default": "(empty string)", + "dynamic": false, + "id": "log_error", + "name": "log_error", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--log-output=name", + "default": "FILE", + "dynamic": true, + "id": "log_output", + "name": "log_output", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "TABLE", + "FILE", + "NONE" + ] + }, + { + "cli": "--log-queries-not-using-indexes", + "default": "OFF", + "dynamic": true, + "id": "log_queries_not_using_indexes", + "name": "log_queries_not_using_indexes", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-slow-admin-statements", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": true, + "id": "log_slow_admin_statements", + "name": "log_slow_admin_statements", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-slow-disabled_statements=value", + "default": "sp", + "dynamic": false, + "id": "log_slow_disabled_statements", + "name": "log_slow_disabled_statements", + "scope": [ + "global", + "session" + ], + "type": "set" + }, + { + "cli": "log-slow-filter=value1[,value2...]", + "default": "admin, filesort, filesort_on_disk, full_join, full_scan, query_cache, query_cache_miss, tmp_table, tmp_table_on_disk (<= MariaDB 10.3.0), admin, filesort, filesort_on_disk, filesort_priority_queue, full_join, full_scan, query_cache, query_cache_miss, tmp_table, tmp_table_on_disk (>= MariaDB 10.3.1)", + "dynamic": true, + "id": "log_slow_filter", + "name": "log_slow_filter", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "admin", + "filesort", + "filesort_on_disk", + "filesort_priority_queue", + "full_join", + "full_scan", + "query_cache", + "query_cache_miss", + "tmp_table", + "tmp_table_on_disk" + ] + }, + { + "cli": "--log-slow-queries[=name]", + "default": "OFF", + "dynamic": true, + "id": "log_slow_queries", + "name": "log_slow_queries", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "log-slow-rate-limit=#", + "default": "1", + "dynamic": true, + "id": "log_slow_rate_limit", + "name": "log_slow_rate_limit", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "log-slow-verbosity=value1[,value2...]", + "default": "(Empty)", + "dynamic": true, + "id": "log_slow_verbosity", + "name": "log_slow_verbosity", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "query_plan", + "innodb", + "explain" + ] + }, + { + "cli": "log-tc-size=#", + "default": "24576", + "dynamic": false, + "id": "log_tc_size", + "name": "log_tc_size", + "range": { + "from": 12288, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "-W [level] or --log-warnings[=level]", + "default": "2 (>= MariaDB 10.2.4), 1 (<= MariaDB 10.2.3)", + "dynamic": true, + "id": "log_warnings", + "name": "log_warnings", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--long-query-time=#", + "default": "10.000000 >= MariaDB 10.1.13, 10 <= MariaDB 10.1.12", + "dynamic": true, + "id": "long_query_time", + "name": "long_query_time", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--low-priority-updates", + "default": "0", + "dynamic": true, + "id": "low_priority_updates", + "name": "low_priority_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "##", + "dynamic": false, + "id": "lower_case_file_system", + "name": "lower_case_file_system", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--lower-case-table-names[=#]", + "default": "0 (Unix), 1 (Windows), 2 (Mac OS X)", + "dynamic": false, + "id": "lower_case_table_names", + "name": "lower_case_table_names", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-allowed-packet=#", + "default": "16777216 (16M) >= MariaDB 10.2.4, 4194304 (4M) >= MariaDB 10.1.7, 1048576 (1MB) <= MariaDB 10.1.6, 1073741824 (1GB) (client-side)", + "dynamic": false, + "id": "max_allowed_packet", + "name": "max_allowed_packet", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-connect-errors=#", + "default": "100 (from MariaDB 10.0), 10 (before MariaDB 10.0)", + "dynamic": true, + "id": "max_connect_errors", + "name": "max_connect_errors", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-connections=#", + "default": "151", + "dynamic": true, + "id": "max_connections", + "name": "max_connections", + "range": { + "from": 10, + "to": 100000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-delayed-threads=#", + "default": "20", + "dynamic": true, + "id": "max_delayed_threads", + "name": "max_delayed_threads", + "range": { + "from": 0, + "to": 16384 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-digest-length=#", + "default": "1024", + "dynamic": true, + "id": "max_digest_length", + "name": "max_digest_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-error-count=#", + "default": "64", + "dynamic": true, + "id": "max_error_count", + "name": "max_error_count", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-heap-table-size=#", + "default": "16777216", + "dynamic": true, + "id": "max_heap_table_size", + "name": "max_heap_table_size", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "max_insert_delayed_threads", + "name": "max_insert_delayed_threads" + }, + { + "cli": "--max-join-size=#", + "default": "18446744073709551615 (>= MariaDB/MySQL 5.5.0), 4294967295 (< MariaDB/MySQL 5.5.0)", + "dynamic": true, + "id": "max_join_size", + "name": "max_join_size", + "range": { + "from": 1, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-length-for-sort-data=#", + "default": "1024", + "dynamic": true, + "id": "max_length_for_sort_data", + "name": "max_length_for_sort_data", + "range": { + "from": 4, + "to": 8388608 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-long-data-size=#", + "default": "16777216 (16M) >= MariaDB 10.2.4, 4194304 (4M) <= MariaDB 10.2.3, >= MariaDB 10.1.7, 1048576 (1M) <= MariaDB 10.1.6", + "dynamic": false, + "id": "max_long_data_size", + "name": "max_long_data_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-password-errors=#", + "default": "4294967295", + "dynamic": true, + "id": "max_password_errors", + "name": "max_password_errors", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-prepared-stmt-count=#", + "default": "16382", + "dynamic": true, + "id": "max_prepared_stmt_count", + "name": "max_prepared_stmt_count", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-recursive-iterations=#", + "default": "4294967295", + "dynamic": true, + "id": "max_recursive_iterations", + "name": "max_recursive_iterations", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-rowid-filter-size=#", + "default": "131072", + "dynamic": true, + "id": "max_rowid_filter_size", + "name": "max_rowid_filter_size", + "range": { + "from": 1024, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-seeks-for-key=#", + "default": "4294967295", + "dynamic": true, + "id": "max_seeks_for_key", + "name": "max_seeks_for_key", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-session-mem-used=#", + "default": "9223372036854775807 (8192 PB)", + "dynamic": true, + "id": "max_session_mem_used", + "name": "max_session_mem_used", + "range": { + "from": 8192, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-sort-length=#", + "default": "1024", + "dynamic": true, + "id": "max_sort_length", + "name": "max_sort_length", + "range": { + "from": 4, + "to": 8388608 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-sp-recursion-depth[=#]", + "default": "0", + "dynamic": true, + "id": "max_sp_recursion_depth", + "name": "max_sp_recursion_depth", + "range": { + "from": 0, + "to": 255 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-statement-time[=#]", + "default": "0.000000 >= MariaDB 10.1.13, 0 <= MariaDB 10.1.12", + "dynamic": true, + "id": "max_statement_time", + "name": "max_statement_time", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "max_tmp_tables", + "name": "max_tmp_tables" + }, + { + "cli": "--max-user-connections=#", + "default": "0", + "dynamic": false, + "id": "max_user_connections", + "name": "max_user_connections", + "range": { + "from": -1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-write-lock-count=#", + "default": "4294967295", + "dynamic": false, + "id": "max_write_lock_count", + "name": "max_write_lock_count", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--metadata-locks-cache-size=#", + "default": "1024", + "dynamic": false, + "id": "metadata_locks_cache_size", + "name": "metadata_locks_cache_size", + "range": { + "from": 1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--metadata-locks-hash-instances=#", + "default": "8", + "dynamic": false, + "id": "metadata_locks_hash_instances", + "name": "metadata_locks_hash_instances", + "range": { + "from": 1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--min-examined-row-limit=#", + "default": "0", + "dynamic": true, + "id": "min_examined_row_limit", + "name": "min_examined_row_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--mrr-buffer-size=#", + "default": "262144", + "dynamic": true, + "id": "mrr_buffer_size", + "name": "mrr_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "256", + "id": "multi_range_count", + "name": "multi_range_count" + }, + { + "cli": "--mysql56-temporal-format", + "default": "ON", + "dynamic": true, + "id": "mysql56_temporal_format", + "name": "mysql56_temporal_format", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--named-pipe", + "default": "OFF", + "dynamic": false, + "id": "named_pipe", + "name": "named_pipe", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--net-buffer-length=#", + "default": "16384", + "dynamic": true, + "id": "net_buffer_length", + "name": "net_buffer_length", + "range": { + "from": 1024, + "to": 1048576 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--net-read-timeout=#", + "default": "30", + "dynamic": true, + "id": "net_read_timeout", + "name": "net_read_timeout", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--net-retry-count=#", + "default": "10", + "dynamic": true, + "id": "net_retry_count", + "name": "net_retry_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--net-write-timeout=#", + "default": "60", + "dynamic": true, + "id": "net_write_timeout", + "name": "net_write_timeout", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--old", + "default": "OFF", + "dynamic": true, + "id": "old", + "name": "old", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--old-alter-table", + "default": "See alter_algorithm (>= MariaDB 10.3.7), 0 (<= MariaDB 10.3.6)", + "dynamic": true, + "id": "old_alter_table", + "name": "old_alter_table", + "scope": [ + "global", + "session" + ], + "validValues": [] + }, + { + "cli": "--old-mode", + "default": "(empty string)", + "dynamic": true, + "id": "old_mode", + "name": "old_mode", + "scope": [ + "global", + "session" + ], + "type": "string", + "validValues": [] + }, + { + "default": "OFF", + "dynamic": true, + "id": "old_passwords", + "name": "old_passwords", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--open-files-limit=count", + "default": "(autosized)", + "dynamic": false, + "id": "open_files_limit", + "name": "open_files_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--optimizer-prune-level[=#]", + "default": "1", + "dynamic": true, + "id": "optimizer_prune_level", + "name": "optimizer_prune_level", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--optimizer-search-depth[=#]", + "default": "62", + "dynamic": true, + "id": "optimizer_search_depth", + "name": "optimizer_search_depth", + "range": { + "from": 0, + "to": 63 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "optimizer-selectivity-sampling-limit[=#]", + "default": "100", + "dynamic": true, + "id": "optimizer_selectivity_sampling_limit", + "name": "optimizer_selectivity_sampling_limit", + "range": { + "from": 10, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--optimizer-switch=value", + "dynamic": true, + "id": "optimizer_switch", + "name": "optimizer_switch", + "scope": [ + "global", + "session" + ], + "type": "string", + "validValues": [ + "condition_pushdown_for_derived={on|off}", + "condition_pushdown_for_subquery={on|off}", + "default", + "derived_merge={on|off}", + "derived_with_keys={on|off}", + "engine_condition_pushdown={on|off}", + "exists_to_in={on|off}", + "extended_keys={on|off}", + "firstmatch={on|off}", + "index_condition_pushdown={on|off}", + "index_merge={on|off}", + "index_merge_intersection={on|off}", + "index_merge_sort_intersection={on|off}", + "index_merge_sort_union={on|off}", + "index_merge_union={on|off}", + "in_to_exists={on|off}", + "join_cache_bka={on|off}", + "join_cache_hashed={on|off}", + "join_cache_incremental={on|off}", + "loosescan={on|off}", + "materialization={on|off}", + "mrr={on|off}", + "mrr_cost_based={on|off}", + "mrr_sort_keys={on|off}", + "optimize_join_buffer_size={on|off}", + "orderby_uses_equalities={on|off}", + "outer_join_with_cache={on|off}", + "partial_match_rowid_merge={on|off}", + "partial_match_table_scan={on|off}", + "semijoin={on|off}", + "semijoin_with_cache={on|off}", + "subquery_cache={on|off}", + "table_elimination={on|off}" + ] + }, + { + "cli": "--optimizer-use-condition-selectivity=#", + "default": "4 (>= MariaDB 10.4.1), 1 (<= MariaDB 10.4.0)", + "dynamic": true, + "id": "optimizer_use_condition_selectivity", + "name": "optimizer_use_condition_selectivity", + "range": { + "from": 1, + "to": 5 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--optimizer-trace=value", + "default": "enabled=off", + "dynamic": true, + "id": "optimizer_trace", + "name": "optimizer_trace", + "scope": [ + "global", + "session" + ], + "validValues": [ + "enabled={on|off|default}" + ] + }, + { + "cli": "--optimizer-trace-max-mem-size=#", + "default": "1048576", + "dynamic": true, + "id": "optimizer_trace_max_mem_size", + "name": "optimizer_trace_max_mem_size", + "range": { + "from": 1, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--pid-file=file_name", + "dynamic": false, + "id": "pid_file", + "name": "pid_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--plugin-dir=path", + "default": "BASEDIR/lib/plugin", + "dynamic": false, + "id": "plugin_dir", + "name": "plugin_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--plugin-maturity=level", + "default": "One less than the server maturity (>= MariaDB 10.3.3), unknown (<= MariaDB 10.3.2)", + "dynamic": false, + "id": "plugin_maturity", + "name": "plugin_maturity", + "scope": [ + "global" + ], + "validValues": [ + "unknown", + "experimental", + "alpha", + "beta", + "gamma", + "stable" + ] + }, + { + "cli": "--port=#, -P", + "default": "3306", + "dynamic": false, + "id": "port", + "name": "port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--preload-buffer-size=#", + "default": "32768", + "dynamic": true, + "id": "preload_buffer_size", + "name": "preload_buffer_size", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "OFF", + "dynamic": true, + "id": "profiling", + "name": "profiling", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--profiling-history-size=#", + "default": "15", + "dynamic": true, + "id": "profiling_history_size", + "name": "profiling_history_size", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--progress-report-time=#", + "default": "56 before MariaDB 5.5.39 and MariaDB 10.0.10, 5 as of MariaDB 5.5.40 and MariaDB 10.0.11", + "dynamic": true, + "id": "progress_report_time", + "name": "progress_report_time", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "10", + "dynamic": false, + "id": "protocol_version", + "name": "protocol_version", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--proxy-protocol-networks=value", + "default": "(empty)", + "dynamic": false, + "id": "proxy_protocol_networks", + "name": "proxy_protocol_networks", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "proxy_user", + "name": "proxy_user", + "scope": [ + "session" + ], + "type": "string" + }, + { + "default": "OFF", + "dynamic": true, + "id": "pseudo_slave_mode", + "name": "pseudo_slave_mode", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "pseudo_thread_id", + "name": "pseudo_thread_id", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--query-alloc-block-size=#", + "default": "16384 (from MariaDB 10.1.2), 8192 (before MariaDB 10.1.2)", + "dynamic": true, + "id": "query_alloc_block_size", + "name": "query_alloc_block_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--query-cache-limit=#", + "default": "1048576 (1MB)", + "dynamic": true, + "id": "query_cache_limit", + "name": "query_cache_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--query-cache-min-res-unit=#", + "default": "4096 (4KB)", + "dynamic": true, + "id": "query_cache_min_res_unit", + "name": "query_cache_min_res_unit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--query-cache-size=#", + "default": "1M (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6) (although frequently given a default value in some setups)", + "dynamic": true, + "id": "query_cache_size", + "name": "query_cache_size", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0" + ] + }, + { + "cli": "query-cache-strip-comments", + "default": "OFF", + "dynamic": true, + "id": "query_cache_strip_comments", + "name": "query_cache_strip_comments", + "scope": [ + "session", + "global" + ], + "type": "boolean" + }, + { + "cli": "--query-cache-type=#", + "default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)", + "dynamic": true, + "id": "query_cache_type", + "name": "query_cache_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "0", + "OFF", + "1", + "ON", + "2", + "DEMAND" + ] + }, + { + "cli": "--query-cache-wlock-invalidate", + "default": "OFF", + "dynamic": true, + "id": "query_cache_wlock_invalidate", + "name": "query_cache_wlock_invalidate", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--query-prealloc-size=#", + "default": "24576 (from MariaDB 10.1.2) 8192 (before MariaDB 10.1.2)", + "dynamic": true, + "id": "query_prealloc_size", + "name": "query_prealloc_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "Varies", + "dynamic": true, + "id": "rand_seed1", + "name": "rand_seed1", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "session" + ], + "type": "integer" + }, + { + "id": "rand_seed2", + "name": "rand_seed2" + }, + { + "cli": "--range-alloc-block-size=#", + "default": "4096", + "dynamic": true, + "id": "range_alloc_block_size", + "name": "range_alloc_block_size", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--read-buffer-size=#", + "default": "131072", + "dynamic": true, + "id": "read_buffer_size", + "name": "read_buffer_size", + "range": { + "from": 8200, + "to": 2147479552 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--read-only", + "default": "OFF", + "dynamic": true, + "id": "read_only", + "name": "read_only", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--read-rnd-buffer-size=#", + "default": "262144", + "dynamic": true, + "id": "read_rnd_buffer_size", + "name": "read_rnd_buffer_size", + "range": { + "from": 8200, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--rowid-merge-buff-size=#", + "default": "8388608", + "dynamic": true, + "id": "rowid_merge_buff_size", + "name": "rowid_merge_buff_size", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "rpl_recovery_rank", + "name": "rpl_recovery_rank" + }, + { + "cli": "--safe-show-database (until MySQL 4.1.1)", + "dynamic": true, + "id": "safe_show_database", + "name": "safe_show_database", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--secure-auth", + "default": "ON (>= MariaDB 10.1.7), OFF (<= MariaDB 10.1.6)", + "dynamic": true, + "id": "secure_auth", + "name": "secure_auth", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--secure-file-priv=path", + "default": "None", + "dynamic": false, + "id": "secure_file_priv", + "name": "secure_file_priv", + "scope": [ + "global" + ] + }, + { + "cli": "--secure-timestamp=value", + "default": "NO", + "dynamic": false, + "id": "secure_timestamp", + "name": "secure_timestamp", + "scope": [ + "global" + ] + }, + { + "cli": "--session-track-schema={0|1}", + "default": "ON", + "dynamic": true, + "id": "session_track_schema", + "name": "session_track_schema", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--session-track-state-change={0|1}", + "default": "OFF", + "dynamic": true, + "id": "session_track_state_change", + "name": "session_track_state_change", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--session-track-system-variables=value", + "default": "autocommit, character_set_client, character_set_connection, character_set_results, time_zone (>= MariaDB 10.3.1), empty string (<= MariaDB 10.3.0)", + "dynamic": true, + "id": "session_track_system_variables", + "name": "session_track_system_variables", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--session-track-transaction-info=value", + "default": "OFF", + "dynamic": true, + "id": "session_track_transaction_info", + "name": "session_track_transaction_info", + "scope": [ + "global", + "session" + ], + "validValues": [ + "OFF", + "STATE", + "CHARACTERISTICS" + ] + }, + { + "dynamic": false, + "id": "shared_memory", + "name": "shared_memory", + "scope": [ + "global" + ] + }, + { + "default": "MYSQL", + "dynamic": false, + "id": "shared_memory_base_name", + "name": "shared_memory_base_name", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--skip-external-locking", + "default": "1", + "dynamic": false, + "id": "skip_external_locking", + "name": "skip_external_locking", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--skip-name-resolve", + "default": "0", + "dynamic": false, + "id": "skip_name_resolve", + "name": "skip_name_resolve", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--skip-networking", + "default": "0", + "dynamic": false, + "id": "skip_networking", + "name": "skip_networking", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--skip-show-database", + "default": "0", + "dynamic": false, + "id": "skip_show_database", + "name": "skip_show_database", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--slow-launch-time=#", + "default": "2", + "dynamic": true, + "id": "slow_launch_time", + "name": "slow_launch_time", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slow-query-log", + "default": "0", + "dynamic": true, + "id": "slow_query_log", + "name": "slow_query_log", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--slow-query-log-file=file_name", + "default": "host_name-slow.log", + "dynamic": true, + "id": "slow_query_log_file", + "name": "slow_query_log_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--socket=name", + "default": "/tmp/mysql.sock (Unix), MySQL (Windows)", + "dynamic": false, + "id": "socket", + "name": "socket", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--sort-buffer-size=#", + "default": "2M (2097152) (some distributions increase the default)", + "dynamic": true, + "id": "sort_buffer_size", + "name": "sort_buffer_size", + "scope": [ + "global", + "session" + ] + }, + { + "default": "0 (>= MariaDB/MySQL 5.5.3), 1 (MariaDB/MySQL <= 5.5.2)", + "dynamic": true, + "id": "sql_auto_is_null", + "name": "sql_auto_is_null", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "1", + "dynamic": true, + "id": "sql_big_selects", + "name": "sql_big_selects", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--sql-big-tables", + "default": "0", + "dynamic": true, + "id": "sql_big_tables", + "name": "sql_big_tables", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "0", + "dynamic": true, + "id": "sql_buffer_result", + "name": "sql_buffer_result", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "0", + "dynamic": true, + "id": "sql_log_off", + "name": "sql_log_off", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "id": "sql_log_update", + "name": "sql_log_update" + }, + { + "cli": "--sql-low-priority-updates", + "default": "0", + "dynamic": true, + "id": "sql_low_priority_updates", + "name": "sql_low_priority_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "id": "sql_max_join_size", + "name": "sql_max_join_size" + }, + { + "cli": "--sql-mode=value[,value[,value...]]", + "default": "STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION (>= MariaDB 10.2.4), NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION (>= MariaDB 10.1.7), (empty string) (<= MariaDB 10.1.6)", + "dynamic": true, + "id": "sql_mode", + "name": "sql_mode", + "scope": [ + "global", + "session" + ], + "type": "string", + "validValues": [] + }, + { + "default": "1", + "dynamic": true, + "id": "sql_notes", + "name": "sql_notes", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "1", + "dynamic": true, + "id": "sql_quote_show_create", + "name": "sql_quote_show_create", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--sql-safe-updates[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "sql_safe_updates", + "name": "sql_safe_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "18446744073709551615", + "dynamic": true, + "id": "sql_select_limit", + "name": "sql_select_limit", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "OFF (0)", + "dynamic": true, + "id": "sql_warnings", + "name": "sql_warnings", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "id": "storage_engine", + "name": "storage_engine" + }, + { + "cli": "--standard-compliant-cte={0|1}", + "default": "ON", + "dynamic": true, + "id": "standard_compliant_cte", + "name": "standard_compliant_cte", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--stored-program-cache=#", + "default": "256", + "dynamic": true, + "id": "stored_program_cache", + "name": "stored_program_cache", + "range": { + "from": 256, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--strict-password-validation", + "default": "ON", + "dynamic": true, + "id": "strict_password_validation", + "name": "strict_password_validation", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--sync-frm", + "default": "TRUE", + "dynamic": true, + "id": "sync_frm", + "name": "sync_frm", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "system_time_zone", + "name": "system_time_zone", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--table-definition-cache=#", + "default": "400", + "dynamic": true, + "id": "table_definition_cache", + "name": "table_definition_cache", + "range": { + "from": 400, + "to": 2097152 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--table-lock-wait-timeout=#", + "default": "50", + "dynamic": true, + "id": "table_lock_wait_timeout", + "name": "table_lock_wait_timeout", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--table-open-cache=#", + "default": "2000 (>= MariaDB 10.1.7), 400 (<= MariaDB 10.1.6)", + "dynamic": true, + "id": "table_open_cache", + "name": "table_open_cache", + "range": { + "from": 1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "8 (>= MariaDB 10.2.2)", + "dynamic": false, + "id": "table_open_cache_instances", + "name": "table_open_cache_instances", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "table_type", + "name": "table_type" + }, + { + "cli": "--tcp-keepalive-interval=#", + "default": "0", + "dynamic": true, + "id": "tcp_keepalive_interval", + "name": "tcp_keepalive_interval", + "range": { + "from": 0, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--tcp-keepalive-probes=#", + "default": "0", + "dynamic": true, + "id": "tcp_keepalive_probes", + "name": "tcp_keepalive_probes", + "range": { + "from": 0, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--tcp-keepalive-time=#", + "default": "0", + "dynamic": true, + "id": "tcp_keepalive_time", + "name": "tcp_keepalive_time", + "range": { + "from": 0, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--tcp-nodelay={0|1}", + "default": "1", + "dynamic": true, + "id": "tcp_nodelay", + "name": "tcp_nodelay", + "scope": [ + "session" + ], + "type": "boolean" + }, + { + "cli": "--thread-cache-size=#", + "default": "0 (<= MariaDB 10.1), Auto (from MariaDB 10.2.0)", + "dynamic": true, + "id": "thread_cache_size", + "name": "thread_cache_size", + "range": { + "from": 0, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-concurrency=#", + "default": "10", + "dynamic": false, + "id": "thread_concurrency", + "name": "thread_concurrency", + "range": { + "from": 1, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-stack=#", + "default": "299008 (MariaDB 10.2.5), 297984 (MariaDB 10.2.1), 296960 (MariaDB 10.2.0), 295936 (MariaDB 10.1), 294912 (<= MariaDB 10.0)", + "dynamic": false, + "id": "thread_stack", + "name": "thread_stack", + "range": { + "from": 131072, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "time_format", + "name": "time_format" + }, + { + "cli": "--default-time-zone=string", + "default": "SYSTEM", + "dynamic": true, + "id": "time_zone", + "name": "time_zone", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--timed-mutexes", + "default": "OFF", + "dynamic": true, + "id": "timed_mutexes", + "name": "timed_mutexes", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "timestamp", + "name": "timestamp", + "scope": [ + "session" + ], + "validValues": [ + "timestamp_value", + "DEFAULT" + ] + }, + { + "cli": "--tmp-disk-table-size=#", + "default": "18446744073709551615 (max unsigned integer, no limit)", + "dynamic": true, + "id": "tmp_disk_table_size", + "name": "tmp_disk_table_size", + "range": { + "from": 1024, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--tmp-memory-table-size=#", + "id": "tmp_memory_table_size", + "name": "tmp_memory_table_size" + }, + { + "cli": "--tmp-table-size=#", + "default": "16777216 (16MB)", + "dynamic": true, + "id": "tmp_table_size", + "name": "tmp_table_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--tmpdir=path or -t path", + "dynamic": false, + "id": "tmpdir", + "name": "tmpdir", + "scope": [ + "global" + ] + }, + { + "cli": "--transaction-alloc-block-size=#", + "default": "8192", + "dynamic": true, + "id": "transaction_alloc_block_size", + "name": "transaction_alloc_block_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--transaction-prealloc-size=#", + "default": "4096", + "dynamic": true, + "id": "transaction_prealloc_size", + "name": "transaction_prealloc_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--transaction-isolation=name", + "default": "REPEATABLE-READ", + "dynamic": true, + "id": "tx_isolation", + "name": "tx_isolation", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "READ-UNCOMMITTED", + "READ-COMMITTED", + "REPEATABLE-READ", + "SERIALIZABLE" + ] + }, + { + "cli": "--transaction-read-only=#", + "default": "OFF-READ", + "dynamic": true, + "id": "tx_read_only", + "name": "tx_read_only", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "1", + "dynamic": true, + "id": "unique_checks", + "name": "unique_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--updatable-views-with-limit=#", + "default": "1", + "dynamic": true, + "id": "updatable_views_with_limit", + "name": "updatable_views_with_limit", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--use-stat-tables=mode", + "default": "preferably_for_queries (>= MariaDB 10.4.1), never (<= MariaDB 10.4.0)", + "dynamic": true, + "id": "use_stat_tables", + "name": "use_stat_tables", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "-V, --version[=name] (>= MariaDB 10.2.1), --version (<= MariaDB 10.2.0)", + "dynamic": false, + "id": "version", + "name": "version", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "version_comment", + "name": "version_comment", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "version_compile_machine", + "name": "version_compile_machine", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "version_compile_os", + "name": "version_compile_os", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "version_malloc_library", + "name": "version_malloc_library", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "version_source_revision", + "name": "version_source_revision", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wait-timeout=#", + "default": "28800", + "dynamic": true, + "id": "wait_timeout", + "name": "wait_timeout", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "warning_count", + "name": "warning_count", + "scope": [ + "session" + ], + "type": "integer" + } + ], + "name": "server-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json new file mode 100644 index 0000000..f03a851 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json @@ -0,0 +1,60 @@ +{ + "data": [ + { + "id": "sphinx_error", + "name": "Sphinx_error", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "sphinx_time", + "name": "Sphinx_time", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "sphinx_total", + "name": "Sphinx_total", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "sphinx_total_found", + "name": "Sphinx_total_found", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "sphinx_word_count", + "name": "Sphinx_word_count", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "sphinx_words", + "name": "Sphinx_words", + "scope": [ + "global", + "session" + ], + "type": "integer" + } + ], + "name": "sphinx-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-spider-server-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-spider-server-status-variables.json new file mode 100644 index 0000000..980999b --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-spider-server-status-variables.json @@ -0,0 +1,42 @@ +{ + "data": [ + { + "id": "spider_direct_aggregate", + "name": "Spider_direct_aggregate", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "spider_direct_order_limit", + "name": "Spider_direct_order_limit", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "spider_mon_table_cache_version", + "name": "Spider_mon_table_cache_version", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "spider_mon_table_cache_version_req", + "name": "Spider_mon_table_cache_version_req", + "scope": [ + "global", + "session" + ], + "type": "integer" + } + ], + "name": "spider-server-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-spider-server-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-spider-server-system-variables.json new file mode 100644 index 0000000..ad21663 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-spider-server-system-variables.json @@ -0,0 +1,1419 @@ +{ + "data": [ + { + "dynamic": true, + "id": "spider_auto_increment_mode", + "name": "spider_auto_increment_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_bgs_first_read", + "name": "spider_bgs_first_read", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_bgs_mode", + "name": "spider_bgs_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_bgs_second_read", + "name": "spider_bgs_second_read", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_bka_engine", + "name": "spider_bka_engine", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "spider_bka_mode", + "name": "spider_bka_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_bka_table_name_type", + "name": "spider_bka_table_name_type", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_block_size", + "name": "spider_block_size", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_bulk_size", + "name": "spider_bulk_size", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_bulk_update_mode", + "name": "spider_bulk_update_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_bulk_update_size", + "name": "spider_bulk_update_size", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_casual_read", + "name": "spider_casual_read", + "range": { + "from": -1, + "to": 63 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_conn_recycle_mode", + "name": "spider_conn_recycle_mode", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_conn_recycle_strict", + "name": "spider_conn_recycle_strict", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_conn_wait_timeout", + "name": "spider_conn_wait_timeout", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "1", + "dynamic": true, + "id": "spider_connect_error_interval", + "name": "spider_connect_error_interval", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_connect_mutex", + "name": "spider_connect_mutex", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_connect_retry_count", + "name": "spider_connect_retry_count", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_connect_retry_interval", + "name": "spider_connect_retry_interval", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_connect_timeout", + "name": "spider_connect_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_crd_bg_mode", + "name": "spider_crd_bg_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_crd_interval", + "name": "spider_crd_interval", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_crd_mode", + "name": "spider_crd_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_crd_sync", + "name": "spider_crd_sync", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_crd_type", + "name": "spider_crd_type", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_crd_weight", + "name": "spider_crd_weight", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_delete_all_rows_type", + "name": "spider_delete_all_rows_type", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_direct_dup_insert", + "name": "spider_direct_dup_insert", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_direct_order_limit", + "name": "spider_direct_order_limit", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "OFF", + "dynamic": false, + "id": "spider_dry_access", + "name": "spider_dry_access", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_error_read_mode", + "name": "spider_error_read_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_error_write_mode", + "name": "spider_error_write_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_first_read", + "name": "spider_first_read", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_force_commit", + "name": "spider_force_commit", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_general_log", + "name": "spider_general_log", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_index_hint_pushdown", + "name": "spider_index_hint_pushdown", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_init_sql_alloc_size", + "name": "spider_init_sql_alloc_size", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_internal_limit", + "name": "spider_internal_limit", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_internal_offset", + "name": "spider_internal_offset", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_internal_optimize", + "name": "spider_internal_optimize", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "spider_internal_optimize_local", + "name": "spider_internal_optimize_local", + "range": { + "from": -1, + "to": 1 + } + }, + { + "dynamic": true, + "id": "spider_internal_sql_log_off", + "name": "spider_internal_sql_log_off", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "id": "spider_internal_unlock", + "name": "spider_internal_unlock", + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_internal_xa", + "name": "spider_internal_xa", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_internal_xa_id_type", + "name": "spider_internal_xa_id_type", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_internal_xa_snapshot", + "name": "spider_internal_xa_snapshot", + "range": { + "from": 0, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_load_crd_at_startup", + "name": "spider_load_crd_at_startup", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_load_sts_at_startup", + "name": "spider_load_sts_at_startup", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_local_lock_table", + "name": "spider_local_lock_table", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_lock_exchange", + "name": "spider_lock_exchange", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_log_result_error_with_sql", + "name": "spider_log_result_error_with_sql", + "range": { + "from": 0, + "to": 3 + }, + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_log_result_errors", + "name": "spider_log_result_errors", + "range": { + "from": 0, + "to": 4 + }, + "type": "integer" + }, + { + "default": "-1", + "id": "spider_low_mem_read", + "name": "spider_low_mem_read", + "range": { + "from": -1, + "to": 1 + }, + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_max_connections", + "name": "spider_max_connections", + "range": { + "from": 0, + "to": 99999 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_max_order", + "name": "spider_max_order", + "range": { + "from": -1, + "to": 32767 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_multi_split_read", + "name": "spider_multi_split_read", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_net_read_timeout", + "name": "spider_net_read_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_net_write_timeout", + "name": "spider_net_write_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_ping_interval_at_trx_start", + "name": "spider_ping_interval_at_trx_start", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_quick_mode", + "name": "spider_quick_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_quick_page_size", + "name": "spider_quick_page_size", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_read_only_mode", + "name": "spider_read_only_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_remote_access_charset", + "name": "spider_remote_access_charset", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "spider_remote_autocommit", + "name": "spider_remote_autocommit", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_remote_default_database", + "name": "spider_remote_default_database", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "spider_remote_sql_log_off", + "name": "spider_remote_sql_log_off", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_remote_time_zone", + "name": "spider_remote_time_zone", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "spider_remote_trx_isolation", + "name": "spider_remote_trx_isolation", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_reset_sql_alloc", + "name": "spider_reset_sql_alloc", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_same_server_link", + "name": "spider_same_server_link", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_second_read", + "name": "spider_second_read", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_select_column_mode", + "name": "spider_select_column_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_selupd_lock_mode", + "name": "spider_selupd_lock_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_semi_split_read", + "name": "spider_semi_split_read", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_semi_split_read_limit", + "name": "spider_semi_split_read_limit", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_semi_table_lock", + "name": "spider_semi_table_lock", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_semi_table_lock_connection", + "name": "spider_semi_table_lock_connection", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_semi_trx", + "name": "spider_semi_trx", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_semi_trx_isolation", + "name": "spider_semi_trx_isolation", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_skip_default_condition", + "name": "spider_skip_default_condition", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--spider-skip-parallel-search=#", + "dynamic": true, + "id": "spider_skip_parallel_search", + "name": "spider_skip_parallel_search", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_split_read", + "name": "spider_split_read", + "range": { + "from": -1, + "to": 9223372036854776000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--spider-store-last-crd=#", + "dynamic": true, + "id": "spider_store_last_crd", + "name": "spider_store_last_crd", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--spider-store-last-sts=#", + "dynamic": true, + "id": "spider_store_last_sts", + "name": "spider_store_last_sts", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_sts_bg_mode", + "name": "spider_sts_bg_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_sts_interval", + "name": "spider_sts_interval", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_sts_mode", + "name": "spider_sts_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_sts_sync", + "name": "spider_sts_sync", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "spider_support_xa", + "name": "spider_support_xa", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_sync_autocommit", + "name": "spider_sync_autocommit", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_sync_time_zone", + "name": "spider_sync_time_zone", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_sync_trx_isolation", + "name": "spider_sync_trx_isolation", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--spider-table-crd-thread-count=#", + "default": "10", + "dynamic": false, + "id": "spider_table_crd_thread_count", + "name": "spider_table_crd_thread_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "1", + "dynamic": true, + "id": "spider_table_init_error_interval", + "name": "spider_table_init_error_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--spider-table-sts-thread-count=#", + "default": "10", + "dynamic": false, + "id": "spider_table_sts_thread_count", + "name": "spider_table_sts_thread_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_udf_ct_bulk_insert_interval", + "name": "spider_udf_ct_bulk_insert_interval", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_udf_ct_bulk_insert_rows", + "name": "spider_udf_ct_bulk_insert_rows", + "range": { + "from": -1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_udf_ds_bulk_insert_rows", + "name": "spider_udf_ds_bulk_insert_rows", + "range": { + "from": -1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_udf_ds_table_loop_mode", + "name": "spider_udf_ds_table_loop_mode", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_udf_ds_use_real_table", + "name": "spider_udf_ds_use_real_table", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "20", + "dynamic": false, + "id": "spider_udf_table_lock_mutex_count", + "name": "spider_udf_table_lock_mutex_count", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "20", + "dynamic": false, + "id": "spider_udf_table_mon_mutex_count", + "name": "spider_udf_table_mon_mutex_count", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_use_all_conns_snapshot", + "name": "spider_use_all_conns_snapshot", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_use_consistent_snapshot", + "name": "spider_use_consistent_snapshot", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_use_default_database", + "name": "spider_use_default_database", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "spider_use_flash_logs", + "name": "spider_use_flash_logs", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "id": "spider_use_handler", + "name": "spider_use_handler" + }, + { + "dynamic": true, + "id": "spider_use_pushdown_udf", + "name": "spider_use_pushdown_udf", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_use_snapshot_with_flush_tables", + "name": "spider_use_snapshot_with_flush_tables", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "spider_use_table_charset", + "name": "spider_use_table_charset", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "spider_version", + "name": "spider_version", + "scope": [ + "global" + ], + "type": "string" + }, + { + "default": "1", + "dynamic": true, + "id": "spider_xa_register_mode", + "name": "spider_xa_register_mode", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + } + ], + "name": "spider-server-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-status-variables.json new file mode 100644 index 0000000..ad31695 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-status-variables.json @@ -0,0 +1,215 @@ +{ + "data": [ + { + "id": "ssl_accept_renegotiates", + "name": "Ssl_accept_renegotiates", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_accepts", + "name": "Ssl_accepts", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_callback_cache_hits", + "name": "Ssl_callback_cache_hits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_cipher", + "name": "Ssl_cipher", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "id": "ssl_cipher_list", + "name": "Ssl_cipher_list", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "id": "ssl_client_connects", + "name": "Ssl_client_connects", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_connect_renegotiates", + "name": "Ssl_connect_renegotiates", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_ctx_verify_depth", + "name": "Ssl_ctx_verify_depth", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_ctx_verify_mode", + "name": "Ssl_ctx_verify_mode", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_default_timeout", + "name": "Ssl_default_timeout", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "ssl_finished_accepts", + "name": "Ssl_finished_accepts", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_finished_connects", + "name": "Ssl_finished_connects", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_server_not_after", + "name": "Ssl_server_not_after", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "ssl_server_not_before", + "name": "Ssl_server_not_before", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "ssl_session_cache_hits", + "name": "Ssl_session_cache_hits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_session_cache_misses", + "name": "Ssl_session_cache_misses", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_session_cache_mode", + "name": "Ssl_session_cache_mode", + "scope": [ + "global" + ], + "type": "string" + }, + { + "id": "ssl_session_cache_overflows", + "name": "Ssl_session_cache_overflows", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_session_cache_size", + "name": "Ssl_session_cache_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_session_cache_timeouts", + "name": "Ssl_session_cache_timeouts", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_sessions_reused", + "name": "Ssl_sessions_reused", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "ssl_used_session_cache_entries", + "name": "Ssl_used_session_cache_entries", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "ssl_verify_depth", + "name": "Ssl_verify_depth", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "ssl_verify_mode", + "name": "Ssl_verify_mode", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "ssl_version", + "name": "Ssl_version", + "scope": [ + "global", + "session" + ], + "type": "string" + } + ], + "name": "ssltls-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-system-variables.json new file mode 100644 index 0000000..41a8e65 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-system-variables.json @@ -0,0 +1,123 @@ +{ + "data": [ + { + "dynamic": false, + "id": "have_openssl", + "name": "have_openssl", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_ssl", + "name": "have_ssl", + "scope": [ + "global" + ] + }, + { + "cli": "--ssl-ca=file_name", + "dynamic": false, + "id": "ssl_ca", + "name": "ssl_ca", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--ssl-capath=directory_name", + "dynamic": false, + "id": "ssl_capath", + "name": "ssl_capath", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--ssl-cert=name", + "default": "None", + "dynamic": false, + "id": "ssl_cert", + "name": "ssl_cert", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--ssl-cipher=name", + "default": "None", + "dynamic": false, + "id": "ssl_cipher", + "name": "ssl_cipher", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--ssl-crl=name", + "default": "None", + "dynamic": false, + "id": "ssl_crl", + "name": "ssl_crl", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--ssl-crlpath=name", + "default": "None", + "dynamic": false, + "id": "ssl_crlpath", + "name": "ssl_crlpath", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--ssl-key=name", + "default": "None", + "dynamic": false, + "id": "ssl_key", + "name": "ssl_key", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--tls-version=name", + "default": "TLSv1.1,TLSv1.2,TLSv1.3", + "dynamic": false, + "id": "tls_version", + "name": "tls_version", + "scope": [ + "global" + ], + "validValues": [ + "TLSv1.0", + "TLSv1.1", + "TLSv1.2", + "TLSv1.3" + ] + }, + { + "default": "None", + "dynamic": false, + "id": "version_ssl_library", + "name": "version_ssl_library", + "scope": [ + "global" + ], + "type": "string" + } + ], + "name": "ssltls-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-thread-pool-system-and-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-thread-pool-system-and-status-variables.json new file mode 100644 index 0000000..99925c0 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-thread-pool-system-and-status-variables.json @@ -0,0 +1,191 @@ +{ + "data": [ + { + "cli": "--extra-max-connections=#", + "default": "1", + "dynamic": true, + "id": "extra_max_connections", + "name": "extra_max_connections", + "range": { + "from": 1, + "to": 100000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--extra-port=#", + "default": "0", + "dynamic": false, + "id": "extra_port", + "name": "extra_port", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-handling=name", + "default": "one-thread-per-connection", + "dynamic": false, + "id": "thread_handling", + "name": "thread_handling", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "no-threads", + "one-thread-per-connection", + "pool-of-threads" + ] + }, + { + "cli": "thread-pool-dedicated-listener={0|1}", + "default": "0", + "dynamic": false, + "id": "thread_pool_dedicated_listener", + "name": "thread_pool_dedicated_listener", + "scope": [], + "type": "boolean" + }, + { + "cli": "thread-pool-exact-stats={0|1}", + "default": "0", + "dynamic": false, + "id": "thread_pool_exact_stats", + "name": "thread_pool_exact_stats", + "scope": [], + "type": "boolean" + }, + { + "cli": "thread-pool-idle-timeout=#", + "default": "60", + "dynamic": true, + "id": "thread_pool_idle_timeout", + "name": "thread_pool_idle_timeout", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "thread-pool-max-threads=#", + "default": "65536 (>= MariaDB 10.2.4), 1000 (<= MariaDB 10.2.3, >= MariaDB 10.1), 500 (<= MariaDB 10.0)", + "dynamic": true, + "id": "thread_pool_max_threads", + "name": "thread_pool_max_threads", + "range": { + "from": 1, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "thread-pool-min-threads=#", + "default": "1", + "id": "thread_pool_min_threads", + "name": "thread_pool_min_threads", + "type": "integer" + }, + { + "default": "3", + "dynamic": true, + "id": "thread_pool_oversubscribe", + "name": "thread_pool_oversubscribe", + "range": { + "from": 1, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "thread-pool-kickup-timer=#", + "default": "1000", + "dynamic": true, + "id": "thread_pool_prio_kickup_timer", + "name": "thread_pool_prio_kickup_timer", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-pool-priority=#", + "default": "auto", + "id": "thread_pool_priority", + "name": "thread_pool_priority", + "scope": [ + "global", + "connection" + ], + "validValues": [ + "high", + "low", + "auto" + ] + }, + { + "cli": "--thread-pool-size=#", + "default": "(based on the number of processors)", + "dynamic": true, + "id": "thread_pool_size", + "name": "thread_pool_size", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-pool-stall-limit=#", + "default": "500", + "dynamic": true, + "id": "thread_pool_stall_limit", + "name": "thread_pool_stall_limit", + "range": { + "from": 10, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "threadpool_idle_threads", + "name": "Threadpool_idle_threads", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "id": "threadpool_threads", + "name": "Threadpool_threads", + "scope": [ + "global", + "session" + ], + "type": "integer" + } + ], + "name": "thread-pool-system-and-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-tokudb-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-tokudb-status-variables.json new file mode 100644 index 0000000..472c615 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-tokudb-status-variables.json @@ -0,0 +1,856 @@ +{ + "data": [ + { + "id": "tokudb_basement_deserialization_fixed_key", + "name": "Tokudb_basement_deserialization_fixed_key", + "type": "integer" + }, + { + "id": "tokudb_basement_deserialization_variable_key", + "name": "Tokudb_basement_deserialization_variable_key", + "type": "integer" + }, + { + "id": "tokudb_basements_decompressed_for_write", + "name": "Tokudb_basements_decompressed_for_write", + "type": "integer" + }, + { + "id": "tokudb_basements_decompressed_prefetch", + "name": "Tokudb_basements_decompressed_prefetch", + "type": "integer" + }, + { + "id": "tokudb_basements_decompressed_prelocked_range", + "name": "Tokudb_basements_decompressed_prelocked_range", + "type": "integer" + }, + { + "id": "tokudb_basements_decompressed_target_query", + "name": "Tokudb_basements_decompressed_target_query", + "type": "integer" + }, + { + "id": "tokudb_basements_fetched_for_write", + "name": "Tokudb_basements_fetched_for_write", + "type": "integer" + }, + { + "id": "tokudb_basements_fetched_for_write_bytes", + "name": "Tokudb_basements_fetched_for_write_bytes" + }, + { + "id": "tokudb_basements_fetched_for_write_seconds", + "name": "Tokudb_basements_fetched_for_write_seconds", + "type": "integer" + }, + { + "id": "tokudb_basements_fetched_prefetch", + "name": "Tokudb_basements_fetched_prefetch", + "type": "integer" + }, + { + "id": "tokudb_basements_fetched_prefetch_bytes", + "name": "Tokudb_basements_fetched_prefetch_bytes" + }, + { + "id": "tokudb_basements_fetched_prefetch_seconds", + "name": "Tokudb_basements_fetched_prefetch_seconds", + "type": "integer" + }, + { + "id": "tokudb_basements_fetched_prelocked_range", + "name": "Tokudb_basements_fetched_prelocked_range", + "type": "integer" + }, + { + "id": "tokudb_basements_fetched_prelocked_range_bytes", + "name": "Tokudb_basements_fetched_prelocked_range_bytes" + }, + { + "id": "tokudb_basements_fetched_prelocked_range_seconds", + "name": "Tokudb_basements_fetched_prelocked_range_seconds", + "type": "integer" + }, + { + "id": "tokudb_basements_fetched_target_query", + "name": "Tokudb_basements_fetched_target_query", + "type": "integer" + }, + { + "id": "tokudb_basements_fetched_target_query_bytes", + "name": "Tokudb_basements_fetched_target_query_bytes" + }, + { + "id": "tokudb_basements_fetched_target_query_seconds", + "name": "Tokudb_basements_fetched_target_query_seconds", + "type": "integer" + }, + { + "id": "tokudb_broadcase_messages_injected_at_root", + "name": "Tokudb_broadcase_messages_injected_at_root", + "type": "integer" + }, + { + "id": "tokudb_buffers_decompressed_for_write", + "name": "Tokudb_buffers_decompressed_for_write", + "type": "integer" + }, + { + "id": "tokudb_buffers_decompressed_prefetch", + "name": "Tokudb_buffers_decompressed_prefetch", + "type": "integer" + }, + { + "id": "tokudb_buffers_decompressed_prelocked_range", + "name": "Tokudb_buffers_decompressed_prelocked_range", + "type": "integer" + }, + { + "id": "tokudb_buffers_decompressed_target_query", + "name": "Tokudb_buffers_decompressed_target_query", + "type": "integer" + }, + { + "id": "tokudb_buffers_fetched_for_write", + "name": "Tokudb_buffers_fetched_for_write", + "type": "integer" + }, + { + "id": "tokudb_buffers_fetched_for_write_bytes", + "name": "Tokudb_buffers_fetched_for_write_bytes" + }, + { + "id": "tokudb_buffers_fetched_for_write_seconds", + "name": "Tokudb_buffers_fetched_for_write_seconds", + "type": "integer" + }, + { + "id": "tokudb_buffers_fetched_prefetch", + "name": "Tokudb_buffers_fetched_prefetch", + "type": "integer" + }, + { + "id": "tokudb_buffers_fetched_prefetch_bytes", + "name": "Tokudb_buffers_fetched_prefetch_bytes" + }, + { + "id": "tokudb_buffers_fetched_prefetch_seconds", + "name": "Tokudb_buffers_fetched_prefetch_seconds", + "type": "integer" + }, + { + "id": "tokudb_buffers_fetched_prelocked_range", + "name": "Tokudb_buffers_fetched_prelocked_range", + "type": "integer" + }, + { + "id": "tokudb_buffers_fetched_prelocked_range_bytes", + "name": "Tokudb_buffers_fetched_prelocked_range_bytes" + }, + { + "id": "tokudb_buffers_fetched_prelocked_range_seconds", + "name": "Tokudb_buffers_fetched_prelocked_range_seconds", + "type": "integer" + }, + { + "id": "tokudb_buffers_fetched_target_query", + "name": "Tokudb_buffers_fetched_target_query", + "type": "integer" + }, + { + "id": "tokudb_buffers_fetched_target_query_bytes", + "name": "Tokudb_buffers_fetched_target_query_bytes" + }, + { + "id": "tokudb_buffers_fetched_target_query_seconds", + "name": "Tokudb_buffers_fetched_target_query_seconds", + "type": "integer" + }, + { + "id": "tokudb_cachetable_cleaner_executions", + "name": "Tokudb_cachetable_cleaner_executions", + "type": "integer" + }, + { + "id": "tokudb_cachetable_cleaner_iterations", + "name": "Tokudb_cachetable_cleaner_iterations", + "type": "integer" + }, + { + "id": "tokudb_cachetable_cleaner_period", + "name": "Tokudb_cachetable_cleaner_period", + "type": "integer" + }, + { + "id": "tokudb_cachetable_evictions", + "name": "Tokudb_cachetable_evictions", + "type": "integer" + }, + { + "id": "tokudb_cachetable_long_wait_pressure_count", + "name": "Tokudb_cachetable_long_wait_pressure_count", + "type": "integer" + }, + { + "id": "tokudb_cachetable_long_wait_pressure_time", + "name": "Tokudb_cachetable_long_wait_pressure_time", + "type": "integer" + }, + { + "id": "tokudb_cachetable_miss", + "name": "Tokudb_cachetable_miss", + "type": "integer" + }, + { + "id": "tokudb_cachetable_miss_time", + "name": "Tokudb_cachetable_miss_time", + "type": "integer" + }, + { + "id": "tokudb_cachetable_prefetches", + "name": "Tokudb_cachetable_prefetches", + "type": "integer" + }, + { + "id": "tokudb_cachetable_size_cachepressure", + "name": "Tokudb_cachetable_size_cachepressure", + "type": "byte" + }, + { + "id": "tokudb_cachetable_size_cloned", + "name": "Tokudb_cachetable_size_cloned", + "type": "byte" + }, + { + "id": "tokudb_cachetable_size_current", + "name": "Tokudb_cachetable_size_current", + "type": "byte" + }, + { + "id": "tokudb_cachetable_size_leaf", + "name": "Tokudb_cachetable_size_leaf", + "type": "byte" + }, + { + "id": "tokudb_cachetable_size_limit", + "name": "Tokudb_cachetable_size_limit", + "type": "byte" + }, + { + "id": "tokudb_cachetable_size_nonleaf", + "name": "Tokudb_cachetable_size_nonleaf", + "type": "byte" + }, + { + "id": "tokudb_cachetable_size_rollback", + "name": "Tokudb_cachetable_size_rollback", + "type": "byte" + }, + { + "id": "tokudb_cachetable_size_writing", + "name": "Tokudb_cachetable_size_writing", + "type": "byte" + }, + { + "id": "tokudb_cachetable_wait_pressure_count", + "name": "Tokudb_cachetable_wait_pressure_count", + "type": "integer" + }, + { + "id": "tokudb_cachetable_wait_pressure_time", + "name": "Tokudb_cachetable_wait_pressure_time", + "type": "integer" + }, + { + "id": "tokudb_checkpoint_begin_time", + "name": "Tokudb_checkpoint_begin_time", + "type": "integer" + }, + { + "id": "tokudb_checkpoint_duration", + "name": "Tokudb_checkpoint_duration", + "type": "integer" + }, + { + "id": "tokudb_checkpoint_duration_last", + "name": "Tokudb_checkpoint_duration_last", + "type": "integer" + }, + { + "id": "tokudb_checkpoint_failed", + "name": "Tokudb_checkpoint_failed", + "type": "integer" + }, + { + "id": "tokudb_checkpoint_last_began", + "name": "Tokudb_checkpoint_last_began" + }, + { + "id": "tokudb_checkpoint_last_complete_began", + "name": "Tokudb_checkpoint_last_complete_began" + }, + { + "id": "tokudb_checkpoint_last_complete_ended", + "name": "Tokudb_checkpoint_last_complete_ended" + }, + { + "id": "tokudb_checkpoint_long_begin_count", + "name": "Tokudb_checkpoint_long_begin_count", + "type": "integer" + }, + { + "id": "tokudb_checkpoint_long_begin_time", + "name": "Tokudb_checkpoint_long_begin_time", + "type": "integer" + }, + { + "id": "tokudb_checkpoint_period", + "name": "Tokudb_checkpoint_period", + "type": "integer" + }, + { + "id": "tokudb_checkpoint_taken", + "name": "Tokudb_checkpoint_taken", + "type": "integer" + }, + { + "id": "tokudb_cursor_skip_deleted_leaf_entry", + "name": "Tokudb_cursor_skip_deleted_leaf_entry" + }, + { + "id": "tokudb_db_closes", + "name": "Tokudb_db_closes", + "type": "integer" + }, + { + "id": "tokudb_db_open_current", + "name": "Tokudb_db_open_current", + "type": "integer" + }, + { + "id": "tokudb_db_open_max", + "name": "Tokudb_db_open_max", + "type": "integer" + }, + { + "id": "tokudb_db_opens", + "name": "Tokudb_db_opens", + "type": "integer" + }, + { + "id": "tokudb_descriptor_set", + "name": "Tokudb_descriptor_set", + "type": "integer" + }, + { + "id": "tokudb_dictionary_broadcast_updates", + "name": "Tokudb_dictionary_broadcast_updates", + "type": "integer" + }, + { + "id": "tokudb_dictionary_updates", + "name": "Tokudb_dictionary_updates", + "type": "integer" + }, + { + "id": "tokudb_filesystem_fsync_num", + "name": "Tokudb_filesystem_fsync_num", + "type": "integer" + }, + { + "id": "tokudb_filesystem_fsync_time", + "name": "Tokudb_filesystem_fsync_time", + "type": "integer" + }, + { + "id": "tokudb_filesystem_long_fsync_num", + "name": "Tokudb_filesystem_long_fsync_num", + "type": "integer" + }, + { + "id": "tokudb_filesystem_long_fsync_time", + "name": "Tokudb_filesystem_long_fsync_time", + "type": "integer" + }, + { + "id": "tokudb_filesystem_threads_blocked_by_full_disk", + "name": "Tokudb_filesystem_threads_blocked_by_full_disk", + "type": "integer" + }, + { + "id": "tokudb_leaf_compression_to_memory_seconds", + "name": "Tokudb_leaf_compression_to_memory_seconds", + "type": "integer" + }, + { + "id": "tokudb_leaf_decompression_to_memory_seconds", + "name": "Tokudb_leaf_decompression_to_memory_seconds", + "type": "integer" + }, + { + "id": "tokudb_leaf_deserialization_to_memory_seconds", + "name": "Tokudb_leaf_deserialization_to_memory_seconds", + "type": "integer" + }, + { + "id": "tokudb_leaf_node_compression_ratio", + "name": "Tokudb_leaf_node_compression_ratio" + }, + { + "id": "tokudb_leaf_node_full_evictions", + "name": "Tokudb_leaf_node_full_evictions", + "type": "integer" + }, + { + "id": "tokudb_leaf_node_full_evictions_bytes", + "name": "Tokudb_leaf_node_full_evictions_bytes" + }, + { + "id": "tokudb_leaf_node_partial_evictions", + "name": "Tokudb_leaf_node_partial_evictions", + "type": "integer" + }, + { + "id": "tokudb_leaf_node_partial_evictions_bytes", + "name": "Tokudb_leaf_node_partial_evictions_bytes" + }, + { + "id": "tokudb_leaf_nodes_created", + "name": "Tokudb_leaf_nodes_created", + "type": "integer" + }, + { + "id": "tokudb_leaf_nodes_destroyed", + "name": "Tokudb_leaf_nodes_destroyed", + "type": "integer" + }, + { + "id": "tokudb_leaf_nodes_flushed_checkpoint", + "name": "Tokudb_leaf_nodes_flushed_checkpoint", + "type": "integer" + }, + { + "id": "tokudb_leaf_nodes_flushed_checkpoint_bytes", + "name": "Tokudb_leaf_nodes_flushed_checkpoint_bytes", + "type": "byte" + }, + { + "id": "tokudb_leaf_nodes_flushed_checkpoint_seconds", + "name": "Tokudb_leaf_nodes_flushed_checkpoint_seconds", + "type": "integer" + }, + { + "id": "tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes", + "name": "Tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes" + }, + { + "id": "tokudb_leaf_nodes_flushed_not_checkpoint", + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint", + "type": "integer" + }, + { + "id": "tokudb_leaf_nodes_flushed_not_checkpoint_bytes", + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint_bytes", + "type": "byte" + }, + { + "id": "tokudb_leaf_nodes_flushed_not_checkpoint_seconds", + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint_seconds", + "type": "integer" + }, + { + "id": "tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes", + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes" + }, + { + "id": "tokudb_leaf_serialization_to_memory_seconds", + "name": "Tokudb_leaf_serialization_to_memory_seconds", + "type": "integer" + }, + { + "id": "tokudb_loader_num_created", + "name": "Tokudb_loader_num_created", + "type": "integer" + }, + { + "id": "tokudb_loader_num_current", + "name": "Tokudb_loader_num_current", + "type": "integer" + }, + { + "id": "tokudb_loader_num_max", + "name": "Tokudb_loader_num_max", + "type": "integer" + }, + { + "id": "tokudb_locktree_escalation_num", + "name": "Tokudb_locktree_escalation_num", + "type": "integer" + }, + { + "id": "tokudb_locktree_escalation_seconds", + "name": "Tokudb_locktree_escalation_seconds", + "type": "integer" + }, + { + "id": "tokudb_locktree_latest_post_escalation_memory_size", + "name": "Tokudb_locktree_latest_post_escalation_memory_size", + "type": "byte" + }, + { + "id": "tokudb_locktree_long_wait_count", + "name": "Tokudb_locktree_long_wait_count", + "type": "integer" + }, + { + "id": "tokudb_locktree_long_wait_escalation_count", + "name": "Tokudb_locktree_long_wait_escalation_count", + "type": "integer" + }, + { + "id": "tokudb_locktree_long_wait_escalation_time", + "name": "Tokudb_locktree_long_wait_escalation_time", + "type": "integer" + }, + { + "id": "tokudb_locktree_long_wait_time", + "name": "Tokudb_locktree_long_wait_time", + "type": "integer" + }, + { + "id": "tokudb_locktree_memory_size", + "name": "Tokudb_locktree_memory_size", + "type": "byte" + }, + { + "id": "tokudb_locktree_memory_size_limit", + "name": "Tokudb_locktree_memory_size_limit", + "type": "byte" + }, + { + "id": "tokudb_locktree_open_current", + "name": "Tokudb_locktree_open_current", + "type": "integer" + }, + { + "id": "tokudb_locktree_pending_lock_requests", + "name": "Tokudb_locktree_pending_lock_requests", + "type": "integer" + }, + { + "id": "tokudb_locktree_sto_eligible_num", + "name": "Tokudb_locktree_sto_eligible_num", + "type": "integer" + }, + { + "id": "tokudb_locktree_sto_ended_num", + "name": "Tokudb_locktree_sto_ended_num", + "type": "integer" + }, + { + "id": "tokudb_locktree_sto_ended_seconds", + "name": "Tokudb_locktree_sto_ended_seconds", + "type": "integer" + }, + { + "id": "tokudb_locktree_timeout_count", + "name": "Tokudb_locktree_timeout_count", + "type": "integer" + }, + { + "id": "tokudb_locktree_wait_count", + "name": "Tokudb_locktree_wait_count", + "type": "integer" + }, + { + "id": "tokudb_locktree_wait_escalation_count", + "name": "Tokudb_locktree_wait_escalation_count", + "type": "integer" + }, + { + "id": "tokudb_locktree_wait_escalation_time", + "name": "Tokudb_locktree_wait_escalation_time", + "type": "integer" + }, + { + "id": "tokudb_locktree_wait_time", + "name": "Tokudb_locktree_wait_time", + "type": "integer" + }, + { + "id": "tokudb_logger_wait_long", + "name": "Tokudb_logger_wait_long" + }, + { + "id": "tokudb_logger_writes", + "name": "Tokudb_logger_writes", + "type": "integer" + }, + { + "id": "tokudb_logger_writes_bytes", + "name": "Tokudb_logger_writes_bytes" + }, + { + "id": "tokudb_logger_writes_seconds", + "name": "Tokudb_logger_writes_seconds", + "type": "integer" + }, + { + "id": "tokudb_logger_writes_uncompressed_bytes", + "name": "Tokudb_logger_writes_uncompressed_bytes" + }, + { + "id": "tokudb_mem_estimated_maximum_memory_footprint", + "name": "Tokudb_mem_estimated_maximum_memory_footprint" + }, + { + "id": "tokudb_messages_flushed_from_h1_to_leaves_bytes", + "name": "Tokudb_messages_flushed_from_h1_to_leaves_bytes" + }, + { + "id": "tokudb_messages_ignored_by_leaf_due_to_msn", + "name": "Tokudb_messages_ignored_by_leaf_due_to_msn", + "type": "integer" + }, + { + "id": "tokudb_messages_in_trees_estimate_bytes", + "name": "Tokudb_messages_in_trees_estimate_bytes" + }, + { + "id": "tokudb_messages_injected_at_root", + "name": "Tokudb_messages_injected_at_root", + "type": "integer" + }, + { + "id": "tokudb_messages_injected_at_root_bytes", + "name": "Tokudb_messages_injected_at_root_bytes" + }, + { + "id": "tokudb_nonleaf_compression_to_memory_seconds", + "name": "Tokudb_nonleaf_compression_to_memory_seconds", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_decompression_to_memory_seconds", + "name": "Tokudb_nonleaf_decompression_to_memory_seconds", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_deserialization_to_memory_seconds", + "name": "Tokudb_nonleaf_deserialization_to_memory_seconds", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_node_compression_ratio", + "name": "Tokudb_nonleaf_node_compression_ratio" + }, + { + "id": "tokudb_nonleaf_node_full_evictions", + "name": "Tokudb_nonleaf_node_full_evictions", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_node_full_evictions_bytes", + "name": "Tokudb_nonleaf_node_full_evictions_bytes" + }, + { + "id": "tokudb_nonleaf_node_partial_evictions", + "name": "Tokudb_nonleaf_node_partial_evictions", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_node_partial_evictions_bytes", + "name": "Tokudb_nonleaf_node_partial_evictions_bytes" + }, + { + "id": "tokudb_nonleaf_nodes_created", + "name": "Tokudb_nonleaf_nodes_created", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_nodes_destroyed", + "name": "Tokudb_nonleaf_nodes_destroyed", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_nodes_flushed_to_disk_checkpoint", + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes", + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes", + "type": "byte" + }, + { + "id": "tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds", + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes", + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes" + }, + { + "id": "tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint", + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes", + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes", + "type": "byte" + }, + { + "id": "tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds", + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds", + "type": "integer" + }, + { + "id": "tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes", + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes" + }, + { + "id": "tokudb_nonleaf_serialization_to_memory_seconds", + "name": "Tokudb_nonleaf_serialization_to_memory_seconds", + "type": "integer" + }, + { + "id": "tokudb_overall_node_compression_ratio", + "name": "Tokudb_overall_node_compression_ratio" + }, + { + "id": "tokudb_pivots_fetched_for_query", + "name": "Tokudb_pivots_fetched_for_query", + "type": "integer" + }, + { + "id": "tokudb_pivots_fetched_for_query_bytes", + "name": "Tokudb_pivots_fetched_for_query_bytes", + "type": "byte" + }, + { + "id": "tokudb_pivots_fetched_for_query_seconds", + "name": "Tokudb_pivots_fetched_for_query_seconds", + "type": "integer" + }, + { + "id": "tokudb_pivots_fetched_for_prefetch", + "name": "Tokudb_pivots_fetched_for_prefetch", + "type": "integer" + }, + { + "id": "tokudb_pivots_fetched_for_prefetch_bytes", + "name": "Tokudb_pivots_fetched_for_prefetch_bytes", + "type": "byte" + }, + { + "id": "tokudb_pivots_fetched_for_prefetch_seconds", + "name": "Tokudb_pivots_fetched_for_prefetch_seconds", + "type": "integer" + }, + { + "id": "tokudb_pivots_fetched_for_write", + "name": "Tokudb_pivots_fetched_for_write", + "type": "integer" + }, + { + "id": "tokudb_pivots_fetched_for_write_bytes", + "name": "Tokudb_pivots_fetched_for_write_bytes", + "type": "byte" + }, + { + "id": "tokudb_pivots_fetched_for_write_seconds", + "name": "Tokudb_pivots_fetched_for_write_seconds", + "type": "integer" + }, + { + "id": "tokudb_promotion_h1_roots_injected_into", + "name": "Tokudb_promotion_h1_roots_injected_into", + "type": "integer" + }, + { + "id": "tokudb_promotion_injections_at_depth_0", + "name": "Tokudb_promotion_injections_at_depth_0", + "type": "integer" + }, + { + "id": "tokudb_promotion_injections_at_depth_1", + "name": "Tokudb_promotion_injections_at_depth_1", + "type": "integer" + }, + { + "id": "tokudb_promotion_injections_at_depth_2", + "name": "Tokudb_promotion_injections_at_depth_2", + "type": "integer" + }, + { + "id": "tokudb_promotion_injections_at_depth_3", + "name": "Tokudb_promotion_injections_at_depth_3", + "type": "integer" + }, + { + "id": "tokudb_promotion_injections_lower_than_depth_3", + "name": "Tokudb_promotion_injections_lower_than_depth_3", + "type": "integer" + }, + { + "id": "tokudb_promotion_leaf_roots_injected_into", + "name": "Tokudb_promotion_leaf_roots_injected_into", + "type": "integer" + }, + { + "id": "tokudb_promotion_roots_split", + "name": "Tokudb_promotion_roots_split", + "type": "integer" + }, + { + "id": "tokudb_promotion_stopped_after_locking_child", + "name": "Tokudb_promotion_stopped_after_locking_child", + "type": "integer" + }, + { + "id": "tokudb_promotion_stopped_at_height_1", + "name": "Tokudb_promotion_stopped_at_height_1", + "type": "integer" + }, + { + "id": "tokudb_promotion_stopped_child_locked_or_not_in_memory", + "name": "Tokudb_promotion_stopped_child_locked_or_not_in_memory", + "type": "integer" + }, + { + "id": "tokudb_promotion_stopped_child_not_fully_in_memory", + "name": "Tokudb_promotion_stopped_child_not_fully_in_memory", + "type": "integer" + }, + { + "id": "tokudb_promotion_stopped_nonempty_buffer", + "name": "Tokudb_promotion_stopped_nonempty_buffer", + "type": "integer" + }, + { + "id": "tokudb_txn_aborts", + "name": "Tokudb_txn_aborts", + "type": "integer" + }, + { + "id": "tokudb_txn_begin", + "name": "Tokudb_txn_begin", + "type": "integer" + }, + { + "id": "tokudb_txn_begin_read_only", + "name": "Tokudb_txn_begin_read_only", + "type": "integer" + }, + { + "id": "tokudb_txn_commits", + "name": "Tokudb_txn_commits", + "type": "integer" + } + ], + "name": "tokudb-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-tokudb-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-tokudb-system-variables.json new file mode 100644 index 0000000..be4882c --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-tokudb-system-variables.json @@ -0,0 +1,594 @@ +{ + "data": [ + { + "default": "OFF", + "dynamic": true, + "id": "tokudb_alter_print_error", + "name": "tokudb_alter_print_error", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "5", + "dynamic": true, + "id": "tokudb_analyze_time", + "name": "tokudb_analyze_time", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "4194304 (4MB)", + "dynamic": true, + "id": "tokudb_block_size", + "name": "tokudb_block_size", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "ON", + "dynamic": true, + "id": "tokudb_bulk_fetch", + "name": "tokudb_bulk_fetch", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "Half of the total system memory", + "dynamic": false, + "id": "tokudb_cache_size", + "name": "tokudb_cache_size", + "type": "integer" + }, + { + "default": "1", + "dynamic": true, + "id": "tokudb_check_jemalloc", + "name": "tokudb_check_jemalloc", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "1" + ] + }, + { + "default": "OFF", + "dynamic": true, + "id": "tokudb_checkpoint_lock", + "name": "tokudb_checkpoint_lock", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": true, + "id": "tokudb_checkpoint_on_flush_logs", + "name": "tokudb_checkpoint_on_flush_logs", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "60", + "dynamic": true, + "id": "tokudb_checkpointing_period", + "name": "tokudb_checkpointing_period", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "5", + "dynamic": true, + "id": "tokudb_cleaner_iterations", + "name": "tokudb_cleaner_iterations", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "1", + "dynamic": true, + "id": "tokudb_cleaner_period", + "name": "tokudb_cleaner_period", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "ON", + "dynamic": true, + "id": "tokudb_commit_sync", + "name": "tokudb_commit_sync", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "ON", + "dynamic": true, + "id": "tokudb_create_index_online", + "name": "tokudb_create_index_online", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "Empty (the MariaDB datadir is used)", + "dynamic": false, + "id": "tokudb_data_dir", + "name": "tokudb_data_dir", + "type": "string" + }, + { + "default": "0", + "dynamic": true, + "id": "tokudb_debug", + "name": "tokudb_debug", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "OFF", + "dynamic": false, + "id": "tokudb_directio", + "name": "tokudb_directio", + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": true, + "id": "tokudb_disable_hot_alter", + "name": "tokudb_disable_hot_alter", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": true, + "id": "tokudb_disable_prefetching", + "name": "tokudb_disable_prefetching", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": true, + "id": "tokudb_disable_slow_alter", + "name": "tokudb_disable_slow_alter", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "rl", + "dynamic": true, + "id": "tokudb_empty_scan", + "name": "tokudb_empty_scan", + "scope": [ + "global", + "session" + ], + "validValues": [ + "lr", + "rl", + "disabled" + ] + }, + { + "default": "5", + "dynamic": false, + "id": "tokudb_fs_reserve_percent", + "name": "tokudb_fs_reserve_percent", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "0", + "dynamic": true, + "id": "tokudb_fsync_log_period", + "name": "tokudb_fsync_log_period", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "ON", + "dynamic": true, + "id": "tokudb_hide_default_row_format", + "name": "tokudb_hide_default_row_format", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "4000", + "dynamic": true, + "id": "tokudb_killed_time", + "name": "tokudb_killed_time", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "Empty", + "dynamic": true, + "id": "tokudb_last_lock_timeout", + "name": "tokudb_last_lock_timeout", + "scope": [ + "global", + "session" + ] + }, + { + "default": "ON", + "dynamic": true, + "id": "tokudb_load_save_space", + "name": "tokudb_load_save_space", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "100000000 (100M)", + "dynamic": true, + "id": "tokudb_loader_memory_size", + "name": "tokudb_loader_memory_size", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "4000 (4 seconds)", + "dynamic": true, + "id": "tokudb_lock_timeout", + "name": "tokudb_lock_timeout", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "1", + "dynamic": true, + "id": "tokudb_lock_timeout_debug", + "name": "tokudb_lock_timeout_debug", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "Empty (the MariaDB datadir is used)", + "dynamic": false, + "id": "tokudb_log_dir", + "name": "tokudb_log_dir", + "type": "string" + }, + { + "default": "130653952", + "dynamic": false, + "id": "tokudb_max_lock_memory", + "name": "tokudb_max_lock_memory", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "1.000000", + "dynamic": true, + "id": "tokudb_optimize_index_fraction", + "name": "tokudb_optimize_index_fraction", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "None", + "dynamic": true, + "id": "tokudb_optimize_index_name", + "name": "tokudb_optimize_index_name", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "0", + "dynamic": true, + "id": "tokudb_optimize_throttle", + "name": "tokudb_optimize_throttle", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "1", + "dynamic": true, + "id": "tokudb_pk_insert_mode", + "name": "tokudb_pk_insert_mode", + "scope": [ + "global", + "session" + ], + "validValues": [ + "0", + "1", + "2" + ] + }, + { + "default": "ON", + "dynamic": true, + "id": "tokudb_prelock_empty", + "name": "tokudb_prelock_empty", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "65536 (64KB)", + "dynamic": true, + "id": "tokudb_read_block_size", + "name": "tokudb_read_block_size", + "range": { + "from": 4096, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "131072 (128KB)", + "dynamic": true, + "id": "tokudb_read_buf_size", + "name": "tokudb_read_buf_size", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "10000", + "dynamic": true, + "id": "tokudb_read_status_frequency", + "name": "tokudb_read_status_frequency", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "tokudb_zlib", + "dynamic": true, + "id": "tokudb_row_format", + "name": "tokudb_row_format", + "scope": [ + "global", + "session" + ], + "validValues": [ + "tokudb_default", + "tokudb_fast", + "tokudb_small", + "tokudb_zlib", + "tokudb_quicklz", + "tokudb_lzma", + "tokudb_uncompressed" + ] + }, + { + "default": "ON", + "dynamic": true, + "id": "tokudb_rpl_check_readonly", + "name": "tokudb_rpl_check_readonly", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "ON", + "dynamic": true, + "id": "tokudb_rpl_lookup_rows", + "name": "tokudb_rpl_lookup_rows", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "0", + "dynamic": true, + "id": "tokudb_rpl_lookup_rows_delay", + "name": "tokudb_rpl_lookup_rows_delay", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "ON", + "dynamic": true, + "id": "tokudb_rpl_unique_checks", + "name": "tokudb_rpl_unique_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "0", + "dynamic": true, + "id": "tokudb_rpl_unique_checks_delay", + "name": "tokudb_rpl_unique_checks_delay", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "ON", + "dynamic": true, + "id": "tokudb_support_xa", + "name": "tokudb_support_xa", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "Empty (the MariaDB datadir is used)", + "dynamic": false, + "id": "tokudb_tmp_dir", + "name": "tokudb_tmp_dir", + "type": "directory name" + }, + { + "dynamic": false, + "id": "tokudb_version", + "name": "tokudb_version", + "type": "string" + }, + { + "default": "1000", + "dynamic": true, + "id": "tokudb_write_status_frequency", + "name": "tokudb_write_status_frequency", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "tokudb-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-versioned-tables-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-versioned-tables-system-variables.json new file mode 100644 index 0000000..c492af1 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-versioned-tables-system-variables.json @@ -0,0 +1,43 @@ +{ + "data": [ + { + "cli": "--system-versioning-alter-history=value", + "default": "ERROR", + "dynamic": true, + "id": "system_versioning_alter_history", + "name": "system_versioning_alter_history", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ERROR", + "KEEP" + ] + }, + { + "default": "DEFAULT", + "dynamic": true, + "id": "system_versioning_asof", + "name": "system_versioning_asof", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "--system-versioning-innodb-algorithm-simple[={0|1}]", + "default": "ON", + "dynamic": true, + "id": "system_versioning_innodb_algorithm_simple", + "name": "system_versioning_innodb_algorithm_simple", + "scope": [ + "global", + "session" + ], + "type": "boolean" + } + ], + "name": "versioned-tables-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/system-versioned-tables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-status-variables.json new file mode 100644 index 0000000..e38c094 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-status-variables.json @@ -0,0 +1,1282 @@ +{ + "data": [ + { + "id": "innodb_adaptive_hash_cells", + "name": "Innodb_adaptive_hash_cells", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_adaptive_hash_hash_searches", + "name": "Innodb_adaptive_hash_hash_searches", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_adaptive_hash_heap_buffers", + "name": "Innodb_adaptive_hash_heap_buffers", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_adaptive_hash_non_hash_searches", + "name": "Innodb_adaptive_hash_non_hash_searches", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_available_undo_logs", + "name": "Innodb_available_undo_logs", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_background_log_sync", + "name": "Innodb_background_log_sync", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_bytes_data", + "name": "Innodb_buffer_pool_bytes_data", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_bytes_dirty", + "name": "Innodb_buffer_pool_bytes_dirty", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_dump_status", + "name": "Innodb_buffer_pool_dump_status", + "scope": [ + "global" + ], + "type": "string" + }, + { + "id": "innodb_buffer_pool_load_incomplete", + "name": "Innodb_buffer_pool_load_incomplete", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "id": "innodb_buffer_pool_load_status", + "name": "Innodb_buffer_pool_load_status", + "scope": [ + "global" + ], + "type": "string" + }, + { + "id": "innodb_buffer_pool_pages_data", + "name": "Innodb_buffer_pool_pages_data", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_pages_dirty", + "name": "Innodb_buffer_pool_pages_dirty", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_pages_flushed", + "name": "Innodb_buffer_pool_pages_flushed", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_pages_lru_flushed", + "name": "Innodb_buffer_pool_pages_LRU_flushed", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_pages_free", + "name": "Innodb_buffer_pool_pages_free", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_pages_made_not_young", + "name": "Innodb_buffer_pool_pages_made_not_young", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_pages_made_young", + "name": "Innodb_buffer_pool_pages_made_young", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_pages_misc", + "name": "Innodb_buffer_pool_pages_misc", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_pages_old", + "name": "Innodb_buffer_pool_pages_old", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_pages_total", + "name": "Innodb_buffer_pool_pages_total", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_read_ahead", + "name": "Innodb_buffer_pool_read_ahead", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_read_ahead_evicted", + "name": "Innodb_buffer_pool_read_ahead_evicted", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_read_ahead_rnd", + "name": "Innodb_buffer_pool_read_ahead_rnd", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_read_requests", + "name": "Innodb_buffer_pool_read_requests", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_reads", + "name": "Innodb_buffer_pool_reads", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_resize_status", + "name": "Innodb_buffer_pool_resize_status", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_wait_free", + "name": "Innodb_buffer_pool_wait_free", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_buffer_pool_write_requests", + "name": "Innodb_buffer_pool_write_requests", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_checkpoint_age", + "name": "Innodb_checkpoint_age", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_checkpoint_max_age", + "name": "Innodb_checkpoint_max_age", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_checkpoint_target_age", + "name": "Innodb_checkpoint_target_age", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_current_row_locks", + "name": "Innodb_current_row_locks", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_data_fsyncs", + "name": "Innodb_data_fsyncs", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_data_pending_fsyncs", + "name": "Innodb_data_pending_fsyncs", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_data_pending_reads", + "name": "Innodb_data_pending_reads", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_data_pending_writes", + "name": "Innodb_data_pending_writes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_data_read", + "name": "Innodb_data_read", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_data_reads", + "name": "Innodb_data_reads", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_data_writes", + "name": "Innodb_data_writes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_data_written", + "name": "Innodb_data_written", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_dblwr_pages_written", + "name": "Innodb_dblwr_pages_written", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_dblwr_writes", + "name": "Innodb_dblwr_writes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_deadlocks", + "name": "Innodb_deadlocks", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_defragment_compression_failures", + "name": "Innodb_defragment_compression_failures", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_defragment_count", + "name": "Innodb_defragment_count", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_defragment_failures", + "name": "Innodb_defragment_failures", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_dict_tables", + "name": "Innodb_dict_tables", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_encryption_n_merge_blocks_decrypted", + "name": "Innodb_encryption_n_merge_blocks_decrypted", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_encryption_n_merge_blocks_encrypted", + "name": "Innodb_encryption_n_merge_blocks_encrypted", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_encryption_n_rowlog_blocks_decrypted", + "name": "Innodb_encryption_n_rowlog_blocks_decrypted", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_encryption_n_rowlog_blocks_encrypted", + "name": "Innodb_encryption_n_rowlog_blocks_encrypted", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_encryption_num_key_requests", + "name": "Innodb_encryption_num_key_requests", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_encryption_rotation_estimated_iops", + "name": "Innodb_encryption_rotation_estimated_iops", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_encryption_rotation_pages_flushed", + "name": "Innodb_encryption_rotation_pages_flushed", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_encryption_rotation_pages_modified", + "name": "Innodb_encryption_rotation_pages_modified", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_encryption_rotation_pages_read_from_cache", + "name": "Innodb_encryption_rotation_pages_read_from_cache", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_encryption_rotation_pages_read_from_disk", + "name": "Innodb_encryption_rotation_pages_read_from_disk", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_have_atomic_builtins", + "name": "Innodb_have_atomic_builtins", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "id": "innodb_have_bzip2", + "name": "Innodb_have_bzip2", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "id": "innodb_have_lz4", + "name": "Innodb_have_lz4", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "id": "innodb_have_lzma", + "name": "Innodb_have_lzma", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "id": "innodb_have_lzo", + "name": "Innodb_have_lzo", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "id": "innodb_have_punch_hole", + "name": "Innodb_have_punch_hole", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_have_snappy", + "name": "Innodb_have_snappy", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "id": "innodb_history_list_length", + "name": "Innodb_history_list_length", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_ibuf_discarded_delete_marks", + "name": "Innodb_ibuf_discarded_delete_marks", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_ibuf_discarded_deletes", + "name": "Innodb_ibuf_discarded_deletes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_ibuf_discarded_inserts", + "name": "Innodb_ibuf_discarded_inserts", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_ibuf_free_list", + "name": "Innodb_ibuf_free_list", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_ibuf_merged_delete_marks", + "name": "Innodb_ibuf_merged_delete_marks", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_ibuf_merged_deletes", + "name": "Innodb_ibuf_merged_deletes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_ibuf_merged_inserts", + "name": "Innodb_ibuf_merged_inserts", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_ibuf_merges", + "name": "Innodb_ibuf_merges", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_ibuf_segment_size", + "name": "Innodb_ibuf_segment_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_ibuf_size", + "name": "Innodb_ibuf_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_instant_alter_column", + "name": "Innodb_instant_alter_column", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_log_waits", + "name": "Innodb_log_waits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_log_write_requests", + "name": "Innodb_log_write_requests", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_log_writes", + "name": "Innodb_log_writes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_lsn_current", + "name": "Innodb_lsn_current", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_lsn_flushed", + "name": "Innodb_lsn_flushed", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_lsn_last_checkpoint", + "name": "Innodb_lsn_last_checkpoint", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_master_thread_1_second_loops", + "name": "Innodb_master_thread_1_second_loops", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_master_thread_10_second_loops", + "name": "Innodb_master_thread_10_second_loops", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_master_thread_active_loops", + "name": "Innodb_master_thread_active_loops", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_master_thread_background_loops", + "name": "Innodb_master_thread_background_loops", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_master_thread_idle_loops", + "name": "Innodb_master_thread_idle_loops", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_master_thread_main_flush_loops", + "name": "Innodb_master_thread_main_flush_loops", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_master_thread_sleeps", + "name": "Innodb_master_thread_sleeps", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_max_trx_id", + "name": "Innodb_max_trx_id", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_mem_adaptive_hash", + "name": "Innodb_mem_adaptive_hash", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_mem_dictionary", + "name": "Innodb_mem_dictionary", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_mem_total", + "name": "Innodb_mem_total", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_mutex_os_waits", + "name": "Innodb_mutex_os_waits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_mutex_spin_rounds", + "name": "Innodb_mutex_spin_rounds", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_mutex_spin_waits", + "name": "Innodb_mutex_spin_waits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_num_index_pages_written", + "name": "Innodb_num_index_pages_written", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_num_non_index_pages_written", + "name": "Innodb_num_non_index_pages_written", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_num_open_files", + "name": "Innodb_num_open_files", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_num_page_compressed_trim_op", + "name": "Innodb_num_page_compressed_trim_op", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_num_page_compressed_trim_op_saved", + "name": "Innodb_num_page_compressed_trim_op_saved", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_num_pages_decrypted", + "name": "Innodb_num_pages_decrypted", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_num_pages_encrypted", + "name": "Innodb_num_pages_encrypted", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_num_pages_page_compressed", + "name": "Innodb_num_pages_page_compressed", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_num_pages_page_compression_error", + "name": "Innodb_num_pages_page_compression_error", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_num_pages_page_decompressed", + "name": "Innodb_num_pages_page_decompressed", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_num_pages_page_encryption_error", + "name": "Innodb_num_pages_page_encryption_error", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_oldest_view_low_limit_trx_id", + "name": "Innodb_oldest_view_low_limit_trx_id", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_onlineddl_pct_progress", + "name": "Innodb_onlineddl_pct_progress", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_onlineddl_rowlog_pct_used", + "name": "Innodb_onlineddl_rowlog_pct_used", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_onlineddl_rowlog_rows", + "name": "Innodb_onlineddl_rowlog_rows", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_os_log_fsyncs", + "name": "Innodb_os_log_fsyncs", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_os_log_pending_fsyncs", + "name": "Innodb_os_log_pending_fsyncs", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_os_log_pending_writes", + "name": "Innodb_os_log_pending_writes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_os_log_written", + "name": "Innodb_os_log_written", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_page_compression_saved", + "name": "Innodb_page_compression_saved", + "scope": [], + "type": "byte" + }, + { + "id": "innodb_page_compression_trim_sect512", + "name": "Innodb_page_compression_trim_sect512", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_page_compression_trim_sect1024", + "name": "Innodb_page_compression_trim_sect1024", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_page_compression_trim_sect2048", + "name": "Innodb_page_compression_trim_sect2048", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_page_compression_trim_sect4096", + "name": "Innodb_page_compression_trim_sect4096", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_page_compression_trim_sect8192", + "name": "Innodb_page_compression_trim_sect8192", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_page_compression_trim_sect16384", + "name": "Innodb_page_compression_trim_sect16384", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_page_compression_trim_sect32768", + "name": "Innodb_page_compression_trim_sect32768", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_page_size", + "name": "Innodb_page_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_pages_created", + "name": "Innodb_pages_created", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_pages_read", + "name": "Innodb_pages_read", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_pages0_read", + "name": "Innodb_pages0_read", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_pages_written", + "name": "Innodb_pages_written", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_purge_trx_id", + "name": "Innodb_purge_trx_id", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_purge_undo_no", + "name": "Innodb_purge_undo_no", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_read_views_memory", + "name": "Innodb_read_views_memory", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_row_lock_current_waits", + "name": "Innodb_row_lock_current_waits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_row_lock_numbers", + "name": "Innodb_row_lock_numbers", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_row_lock_time", + "name": "Innodb_row_lock_time", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_row_lock_time_avg", + "name": "Innodb_row_lock_time_avg", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_row_lock_time_max", + "name": "Innodb_row_lock_time_max", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_row_lock_time_waits", + "name": "Innodb_row_lock_time_waits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_rows_deleted", + "name": "Innodb_rows_deleted", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_rows_inserted", + "name": "Innodb_rows_inserted", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_rows_read", + "name": "Innodb_rows_read", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_rows_updated", + "name": "Innodb_rows_updated", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_s_lock_os_waits", + "name": "Innodb_s_lock_os_waits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_s_lock_spin_rounds", + "name": "Innodb_s_lock_spin_rounds", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_s_lock_spin_waits", + "name": "Innodb_s_lock_spin_waits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_scrub_background_page_reorganizations", + "name": "Innodb_scrub_background_page_reorganizations", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_scrub_background_page_split_failures_missing_index", + "name": "Innodb_scrub_background_page_split_failures_missing_index", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_scrub_background_page_split_failures_out_of_filespace", + "name": "Innodb_scrub_background_page_split_failures_out_of_filespace", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_scrub_background_page_split_failures_underflow", + "name": "Innodb_scrub_background_page_split_failures_underflow", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_scrub_background_page_split_failures_unknown", + "name": "Innodb_scrub_background_page_split_failures_unknown", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_scrub_background_page_splits", + "name": "Innodb_scrub_background_page_splits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_scrub_log", + "name": "Innodb_scrub_log", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_secondary_index_triggered_cluster_reads", + "name": "Innodb_secondary_index_triggered_cluster_reads", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_secondary_index_triggered_cluster_reads_avoided", + "name": "Innodb_secondary_index_triggered_cluster_reads_avoided", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_system_rows_deleted", + "name": "Innodb_system_rows_deleted", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_system_rows_inserted", + "name": "Innodb_system_rows_inserted", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_system_rows_read", + "name": "Innodb_system_rows_read", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_system_rows_updated", + "name": "Innodb_system_rows_updated", + "scope": [], + "type": "integer" + }, + { + "id": "innodb_truncated_status_writes", + "name": "Innodb_truncated_status_writes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_undo_truncations", + "name": "Innodb_undo_truncations", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_x_lock_os_waits", + "name": "Innodb_x_lock_os_waits", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_x_lock_spin_rounds", + "name": "Innodb_x_lock_spin_rounds", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_x_lock_spin_waits", + "name": "Innodb_x_lock_spin_waits", + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "xtradbinnodb-server-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-system-variables.json new file mode 100644 index 0000000..d1235a4 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-system-variables.json @@ -0,0 +1,3088 @@ +{ + "data": [ + { + "dynamic": false, + "id": "have_innodb", + "name": "have_innodb", + "scope": [ + "global" + ] + }, + { + "cli": "--ignore-builtin-innodb", + "default": "OFF", + "dynamic": false, + "id": "ignore_builtin_innodb", + "name": "ignore_builtin_innodb", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-adaptive-checkpoint=#", + "default": "estimate", + "dynamic": true, + "id": "innodb_adaptive_checkpoint", + "name": "innodb_adaptive_checkpoint", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "none", + "0", + "reflex", + "1", + "estimate", + "2", + "keep_average", + "3" + ] + }, + { + "cli": "--innodb-adaptive-flushing=#", + "default": "ON", + "dynamic": true, + "id": "innodb_adaptive_flushing", + "name": "innodb_adaptive_flushing", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-adaptive-flushing-lwm=#", + "default": "10.000000", + "dynamic": true, + "id": "innodb_adaptive_flushing_lwm", + "name": "innodb_adaptive_flushing_lwm", + "range": { + "from": 0, + "to": 70 + }, + "scope": [ + "global" + ] + }, + { + "cli": "innodb-adaptive-flushing-method=value", + "default": "estimate", + "dynamic": true, + "id": "innodb_adaptive_flushing_method", + "name": "innodb_adaptive_flushing_method", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "native", + "0", + "estimate", + "1", + "keep_average", + "2" + ] + }, + { + "cli": "--innodb-adaptive-hash-index=#", + "default": "OFF (>= MariaDB 10.5), ON (<= MariaDB 10.4)", + "dynamic": true, + "id": "innodb_adaptive_hash_index", + "name": "innodb_adaptive_hash_index", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-adaptive-hash-index-partitions=#", + "default": "1", + "dynamic": false, + "id": "innodb_adaptive_hash_index_partitions", + "name": "innodb_adaptive_hash_index_partitions", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-adaptive-hash-index-parts=#", + "default": "8", + "dynamic": false, + "id": "innodb_adaptive_hash_index_parts", + "name": "innodb_adaptive_hash_index_parts", + "range": { + "from": 1, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-adaptive-max-sleep-delay=#", + "default": "150000", + "dynamic": true, + "id": "innodb_adaptive_max_sleep_delay", + "name": "innodb_adaptive_max_sleep_delay", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-additional-mem-pool-size=#", + "default": "8388608", + "dynamic": false, + "id": "innodb_additional_mem_pool_size", + "name": "innodb_additional_mem_pool_size", + "range": { + "from": 2097152, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-api-bk-commit-interval=#", + "default": "5", + "dynamic": true, + "id": "innodb_api_bk_commit_interval", + "name": "innodb_api_bk_commit_interval", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-api-disable-rowlock=#", + "default": "OFF", + "dynamic": false, + "id": "innodb_api_disable_rowlock", + "name": "innodb_api_disable_rowlock", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-api-enable-binlog=#", + "default": "OFF", + "dynamic": false, + "id": "innodb_api_enable_binlog", + "name": "innodb_api_enable_binlog", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-api-enable-mdl=#", + "default": "OFF", + "dynamic": false, + "id": "innodb_api_enable_mdl", + "name": "innodb_api_enable_mdl", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-api-trx-level=#", + "default": "0", + "dynamic": true, + "id": "innodb_api_trx_level", + "name": "innodb_api_trx_level", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-auto-lru-dump=#", + "id": "innodb_auto_lru_dump", + "name": "innodb_auto_lru_dump" + }, + { + "cli": "--innodb-autoextend-increment=#", + "default": "64 (from MariaDB 10.0) 8 (before MariaDB 10.0),", + "dynamic": true, + "id": "innodb_autoextend_increment", + "name": "innodb_autoextend_increment", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-autoinc-lock-mode=#", + "default": "1", + "dynamic": false, + "id": "innodb_autoinc_lock_mode", + "name": "innodb_autoinc_lock_mode", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-background-scrub-data-check-interval=#", + "default": "3600", + "dynamic": true, + "id": "innodb_background_scrub_data_check_interval", + "name": "innodb_background_scrub_data_check_interval", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-background-scrub-data-compressed={0|1}", + "default": "0", + "dynamic": true, + "id": "innodb_background_scrub_data_compressed", + "name": "innodb_background_scrub_data_compressed", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-background-scrub-data-interval=#", + "default": "604800", + "dynamic": true, + "id": "innodb_background_scrub_data_interval", + "name": "innodb_background_scrub_data_interval", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-background-scrub-data-uncompressed={0|1}", + "default": "0", + "dynamic": true, + "id": "innodb_background_scrub_data_uncompressed", + "name": "innodb_background_scrub_data_uncompressed", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-blocking-buffer-pool-restore={1|2}", + "default": "OFF", + "dynamic": false, + "id": "innodb_blocking_buffer_pool_restore", + "name": "innodb_blocking_buffer_pool_restore", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buf-dump-status-frequency=#", + "default": "0", + "dynamic": true, + "id": "innodb_buf_dump_status_frequency", + "name": "innodb_buf_dump_status_frequency", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-buffer-pool-chunk-size=#", + "default": "134217728", + "dynamic": false, + "id": "innodb_buffer_pool_chunk_size", + "name": "innodb_buffer_pool_chunk_size", + "range": { + "from": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-buffer-pool-dump-at-shutdown=#", + "default": "ON (>= MariaDB 10.2.2), OFF (<= MariaDB 10.2.1)", + "dynamic": true, + "id": "innodb_buffer_pool_dump_at_shutdown", + "name": "innodb_buffer_pool_dump_at_shutdown", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-dump-now=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_buffer_pool_dump_now", + "name": "innodb_buffer_pool_dump_now", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-dump-pct=#", + "default": "25 (>= MariaDB 10.2.2), 100 (<= MariaDB 10.2.1)", + "dynamic": true, + "id": "innodb_buffer_pool_dump_pct", + "name": "innodb_buffer_pool_dump_pct", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-evict=#", + "default": "\"\"", + "dynamic": true, + "id": "innodb_buffer_pool_evict", + "name": "innodb_buffer_pool_evict", + "scope": [ + "global" + ], + "type": "string", + "validValues": [] + }, + { + "cli": "--innodb-buffer-pool-filename=file", + "default": "ib_buffer_pool", + "dynamic": true, + "id": "innodb_buffer_pool_filename", + "name": "innodb_buffer_pool_filename", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-buffer-pool-instances=#", + "default": ">= MariaDB 10.0.4: 8, 1 (>= MariaDB 10.2.2 if innodb_buffer_pool_size < 1GB), or dependent on innodb_buffer_pool_size (Windows 32-bit)", + "dynamic": false, + "id": "innodb_buffer_pool_instances", + "name": "innodb_buffer_pool_instances", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-buffer-pool-load-abort=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_buffer_pool_load_abort", + "name": "innodb_buffer_pool_load_abort", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-load-at-startup=#", + "default": "ON (>= MariaDB 10.2.2), OFF (<= MariaDB 10.2.1)", + "dynamic": false, + "id": "innodb_buffer_pool_load_at_startup", + "name": "innodb_buffer_pool_load_at_startup", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-load-now=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_buffer_pool_load_now", + "name": "innodb_buffer_pool_load_now", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-buffer-pool-populate={0|1}", + "default": "OFF", + "dynamic": false, + "id": "innodb_buffer_pool_populate", + "name": "innodb_buffer_pool_populate", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-buffer-pool-restore-at-startup", + "default": "0", + "dynamic": true, + "id": "innodb_buffer_pool_restore_at_startup", + "name": "innodb_buffer_pool_restore_at_startup", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-buffer-pool-shm-checksum={0|1}", + "default": "ON", + "dynamic": false, + "id": "innodb_buffer_pool_shm_checksum", + "name": "innodb_buffer_pool_shm_checksum", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-buffer-pool-shm-key={0|1}", + "default": "0", + "dynamic": false, + "id": "innodb_buffer_pool_shm_key", + "name": "innodb_buffer_pool_shm_key", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-size=#", + "default": "134217728 (128MB)", + "dynamic": false, + "id": "innodb_buffer_pool_size", + "name": "innodb_buffer_pool_size", + "range": { + "from": 5242880, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "OFF", + "dynamic": false, + "id": "innodb_change_buffer_dump", + "name": "innodb_change_buffer_dump", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-change-buffer-max-size=#", + "default": "25", + "dynamic": true, + "id": "innodb_change_buffer_max_size", + "name": "innodb_change_buffer_max_size", + "range": { + "from": 0, + "to": 50 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-change-buffering=#", + "dynamic": true, + "id": "innodb_change_buffering", + "name": "innodb_change_buffering", + "scope": [ + "global" + ], + "type": "enumeration" + }, + { + "cli": "--innodb-change-buffering-debug=#", + "default": "0", + "dynamic": true, + "id": "innodb_change_buffering_debug", + "name": "innodb_change_buffering_debug", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-checkpoint-age-target=#", + "default": "0", + "dynamic": true, + "id": "innodb_checkpoint_age_target", + "name": "innodb_checkpoint_age_target", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-checksum-algorithm=#", + "default": "full_crc32 (>= MariaDB 10.5.0), crc32 (>= MariaDB 10.2.2), innodb (<= MariaDB 10.2.1)", + "dynamic": true, + "id": "innodb_checksum_algorithm", + "name": "innodb_checksum_algorithm", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "innodb", + "crc32", + "full_crc32", + "none", + "strict_innodb", + "strict_crc32", + "strict_none", + "strict_full_crc32" + ] + }, + { + "cli": "--innodb-checksums, --skip-innodb-checksums", + "default": "ON", + "dynamic": false, + "id": "innodb_checksums", + "name": "innodb_checksums", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-cleaner-lsn-age-factor=value", + "default": "deprecated (>= MariaDB 10.2.6), high_checkpoint (<= MariaDB 10.1)", + "dynamic": true, + "id": "innodb_cleaner_lsn_age_factor", + "name": "innodb_cleaner_lsn_age_factor", + "scope": [ + "global" + ], + "validValues": [ + "high_checkpoint", + "legacy", + "deprecated", + "high_checkpoint", + "legacy" + ] + }, + { + "cli": "--innodb-cmp-per-index-enabled=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_cmp_per_index_enabled", + "name": "innodb_cmp_per_index_enabled", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-commit-concurrency=#", + "default": "0", + "dynamic": true, + "id": "innodb_commit_concurrency", + "name": "innodb_commit_concurrency", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-compression-algorithm=value", + "default": "zlib (>= MariaDB 10.2.4, MariaDB 10.1.22), none (<= MariaDB 10.2.3, MariaDB 10.1.21)", + "dynamic": true, + "id": "innodb_compression_algorithm", + "name": "innodb_compression_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "none", + "zlib", + "lz4", + "lzo", + "lzma", + "bzip2", + "snappy" + ] + }, + { + "cli": "--innodb-compression-default={0|1}", + "default": "OFF", + "dynamic": true, + "id": "innodb_compression_default", + "name": "innodb_compression_default", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--innodb-compression-failure-threshold-pct=#", + "default": "5", + "dynamic": true, + "id": "innodb_compression_failure_threshold_pct", + "name": "innodb_compression_failure_threshold_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-compression-level=#", + "default": "6", + "dynamic": true, + "id": "innodb_compression_level", + "name": "innodb_compression_level", + "range": { + "from": 1, + "to": 9 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-compression-pad-pct-max=#", + "default": "50", + "dynamic": true, + "id": "innodb_compression_pad_pct_max", + "name": "innodb_compression_pad_pct_max", + "range": { + "from": 0, + "to": 75 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-concurrency-tickets=#", + "default": "5000 (from MariaDB 10.0), 500 (before mariaDB 10,0)", + "dynamic": true, + "id": "innodb_concurrency_tickets", + "name": "innodb_concurrency_tickets", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-corrupt-table-action=value", + "default": "assert (<= MariaDB 10.1), deprecated (<= MariaDB 10.2.6)", + "dynamic": true, + "id": "innodb_corrupt_table_action", + "name": "innodb_corrupt_table_action", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "deprecated", + "assert", + "warn", + "salvage", + "assert", + "warn", + "salvage" + ] + }, + { + "cli": "--innodb-data-file-path=name", + "default": "ibdata1:12M:autoextend (from MariaDB 10.0), ibdata1:10M:autoextend (before MariaDB 10.0)", + "dynamic": false, + "id": "innodb_data_file_path", + "name": "innodb_data_file_path", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-data-home-dir=path", + "default": "(the MariaDB data directory)", + "dynamic": false, + "id": "innodb_data_home_dir", + "name": "innodb_data_home_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--innodb-deadlock-detect", + "default": "1", + "dynamic": true, + "id": "innodb_deadlock_detect", + "name": "innodb_deadlock_detect", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-default-page-encryption-key=#", + "default": "1", + "dynamic": true, + "id": "innodb_default_page_encryption_key", + "name": "innodb_default_page_encryption_key", + "range": { + "from": 1, + "to": 255 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-default-encryption-key-id=#", + "default": "1", + "dynamic": true, + "id": "innodb_default_encryption_key_id", + "name": "innodb_default_encryption_key_id", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--innodb-default-row-format=value", + "default": "dynamic (>= MariaDB 10.2.2), compact (>= MariaDB 10.1.32)", + "dynamic": true, + "id": "innodb_default_row_format", + "name": "innodb_default_row_format", + "scope": [ + "global" + ], + "validValues": [ + "redundant", + "compact", + "dynamic" + ] + }, + { + "cli": "--innodb-defragment=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_defragment", + "name": "innodb_defragment", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-defragment-fill-factor=#", + "default": "0.9", + "dynamic": true, + "id": "innodb_defragment_fill_factor", + "name": "innodb_defragment_fill_factor", + "range": { + "from": 0.7, + "to": 1 + }, + "scope": [ + "global" + ] + }, + { + "cli": "--innodb-defragment-fill-factor-n-recs=#", + "default": "20", + "dynamic": true, + "id": "innodb_defragment_fill_factor_n_recs", + "name": "innodb_defragment_fill_factor_n_recs", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-defragment-frequency=#", + "default": "40", + "dynamic": true, + "id": "innodb_defragment_frequency", + "name": "innodb_defragment_frequency", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-defragment-n-pages=#", + "default": "7", + "dynamic": true, + "id": "innodb_defragment_n_pages", + "name": "innodb_defragment_n_pages", + "range": { + "from": 2, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-defragment-stats-accuracy=#", + "default": "0", + "dynamic": true, + "id": "innodb_defragment_stats_accuracy", + "name": "innodb_defragment_stats_accuracy", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-dict-size-limit=#", + "default": "0", + "dynamic": true, + "id": "innodb_dict_size_limit", + "name": "innodb_dict_size_limit", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-disable-sort-file-cache=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_disable_sort_file_cache", + "name": "innodb_disable_sort_file_cache", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": true, + "id": "innodb_disallow_writes", + "name": "innodb_disallow_writes", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-doublewrite, --skip-innodb-doublewrite", + "default": "ON", + "dynamic": false, + "id": "innodb_doublewrite", + "name": "innodb_doublewrite", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-doublewrite-file=filename", + "default": "NULL", + "dynamic": false, + "id": "innodb_doublewrite_file", + "name": "innodb_doublewrite_file", + "scope": [ + "global" + ] + }, + { + "cli": "innodb-empty-free-list-algorithm=value", + "default": "deprecated (>= MariaDB 10.2.6), legacy (>= MariaDB 10.1.24), backoff (<= MariaDB 10.1.23)", + "dynamic": true, + "id": "innodb_empty_free_list_algorithm", + "name": "innodb_empty_free_list_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "deprecated", + "backoff", + "legacy", + "backoff", + "legacy" + ] + }, + { + "cli": "--innodb-enable-unsafe-group-commit", + "default": "0", + "dynamic": true, + "id": "innodb_enable_unsafe_group_commit", + "name": "innodb_enable_unsafe_group_commit", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-encrypt-log", + "default": "OFF", + "dynamic": false, + "id": "innodb_encrypt_log", + "name": "innodb_encrypt_log", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-encrypt-tables=value", + "default": "OFF", + "dynamic": true, + "id": "innodb_encrypt_tables", + "name": "innodb_encrypt_tables", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF", + "FORCE" + ] + }, + { + "cli": "--innodb-encrypt-temporary-tables=value", + "default": "OFF", + "dynamic": false, + "id": "innodb_encrypt_temporary_tables", + "name": "innodb_encrypt_temporary_tables", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ] + }, + { + "cli": "--innodb-encryption-rotate-key-age=#", + "default": "1", + "dynamic": true, + "id": "innodb_encryption_rotate_key_age", + "name": "innodb_encryption_rotate_key_age", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-encryption-rotation_iops=#", + "default": "100", + "dynamic": true, + "id": "innodb_encryption_rotation_iops", + "name": "innodb_encryption_rotation_iops", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-encryption-threads=#", + "default": "0", + "dynamic": true, + "id": "innodb_encryption_threads", + "name": "innodb_encryption_threads", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-extra-rsegments=#", + "default": "0", + "dynamic": false, + "id": "innodb_extra_rsegments", + "name": "innodb_extra_rsegments", + "range": { + "from": 0, + "to": 126 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-extra-undoslots=#", + "default": "OFF", + "dynamic": false, + "id": "innodb_extra_undoslots", + "name": "innodb_extra_undoslots", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-fake-changes={0|1}", + "default": "OFF", + "dynamic": true, + "id": "innodb_fake_changes", + "name": "innodb_fake_changes", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--innodb-fast-checksum={0|1}", + "default": "OFF", + "dynamic": false, + "id": "innodb_fast_checksum", + "name": "innodb_fast_checksum", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-fast-shutdown[=#]", + "default": "1", + "dynamic": true, + "id": "innodb_fast_shutdown", + "name": "innodb_fast_shutdown", + "range": { + "from": 0, + "to": 3 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-fatal-semaphore-wait-threshold=#", + "default": "600", + "dynamic": false, + "id": "innodb_fatal_semaphore_wait_threshold", + "name": "innodb_fatal_semaphore_wait_threshold", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-file-format=value", + "default": "Barracuda (>= MariaDB 10.2.2), Antelope (<= MariaDB 10.2.1)", + "dynamic": true, + "id": "innodb_file_format", + "name": "innodb_file_format", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "Antelope", + "Barracuda" + ] + }, + { + "cli": "--innodb-file-format-check=#", + "default": "ON (>= MariaDB 5.5)", + "dynamic": false, + "id": "innodb_file_format_check", + "name": "innodb_file_format_check", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-file-format-max=value", + "default": "Antelope", + "dynamic": true, + "id": "innodb_file_format_max", + "name": "innodb_file_format_max", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "Antelope", + "Barracuda" + ] + }, + { + "cli": "--innodb-file-per-table", + "default": "ON (>= MariaDB 5.5), OFF (<= MariaDB 5.3)", + "dynamic": true, + "id": "innodb_file_per_table", + "name": "innodb_file_per_table", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-fill-factor=#", + "dynamic": true, + "id": "innodb_fill_factor", + "name": "innodb_fill_factor", + "range": { + "from": 10, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "1", + "dynamic": true, + "id": "innodb_flush_log_at_timeout", + "name": "innodb_flush_log_at_timeout", + "range": { + "from": 0, + "to": 2700 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-flush-log-at-trx-commit[=#]", + "default": "1", + "dynamic": true, + "id": "innodb_flush_log_at_trx_commit", + "name": "innodb_flush_log_at_trx_commit", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "0", + "1", + "2", + "3" + ] + }, + { + "cli": "--innodb-flush-method=name", + "default": "fsync (>= MariaDB 10.3.7), Not set (<= MariaDB 10.3.6)", + "dynamic": false, + "id": "innodb_flush_method", + "name": "innodb_flush_method", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "fsync", + "O_DSYNC", + "O_DIRECT", + "O_DIRECT_NO_FSYNC", + "ALL_O_DIRECT", + "unbuffered", + "async_unbuffered", + "normal" + ] + }, + { + "cli": "innodb-flush-neighbor-pages=value", + "default": "area", + "dynamic": true, + "id": "innodb_flush_neighbor_pages", + "name": "innodb_flush_neighbor_pages", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "0", + "area", + "1", + "cont", + "2" + ] + }, + { + "cli": "--innodb-flush-neighbors=#", + "default": "1", + "dynamic": true, + "id": "innodb_flush_neighbors", + "name": "innodb_flush_neighbors", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "0", + "1", + "2" + ] + }, + { + "cli": "--innodb-flush-sync={0|1}", + "dynamic": true, + "id": "innodb_flush_sync", + "name": "innodb_flush_sync", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-flushing-avg-loops=#", + "default": "30", + "dynamic": true, + "id": "innodb_flushing_avg_loops", + "name": "innodb_flushing_avg_loops", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-force-load-corrupted", + "default": "OFF", + "dynamic": false, + "id": "innodb_force_load_corrupted", + "name": "innodb_force_load_corrupted", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-force-primary-key", + "default": "OFF", + "dynamic": true, + "id": "innodb_force_primary_key", + "name": "innodb_force_primary_key", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-force-recovery=#", + "default": "0", + "dynamic": false, + "id": "innodb_force_recovery", + "name": "innodb_force_recovery", + "range": { + "from": 0, + "to": 6 + }, + "scope": [ + "global" + ], + "type": "enumeration" + }, + { + "cli": "innodb-foreground-preflush=value", + "default": "deprecated (>= MariaDB 10.2.6), exponential_backoff (<= MariaDB 10.1)", + "dynamic": true, + "id": "innodb_foreground_preflush", + "name": "innodb_foreground_preflush", + "scope": [ + "global" + ], + "validValues": [ + "deprecated", + "exponential_backoff", + "sync_preflush", + "exponential_backoff", + "sync_preflush" + ] + }, + { + "cli": "--innodb-ft-aux-table=value", + "dynamic": true, + "id": "innodb_ft_aux_table", + "name": "innodb_ft_aux_table", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-ft-cache-size=#", + "default": "8000000", + "dynamic": false, + "id": "innodb_ft_cache_size", + "name": "innodb_ft_cache_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-enable-diag-print=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_ft_enable_diag_print", + "name": "innodb_ft_enable_diag_print", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-ft-enable-stopword=#", + "default": "ON", + "dynamic": true, + "id": "innodb_ft_enable_stopword", + "name": "innodb_ft_enable_stopword", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-ft-max-token-size=#", + "default": "84", + "dynamic": false, + "id": "innodb_ft_max_token_size", + "name": "innodb_ft_max_token_size", + "range": { + "from": 10, + "to": 252 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-min-token-size=#", + "default": "3", + "dynamic": false, + "id": "innodb_ft_min_token_size", + "name": "innodb_ft_min_token_size", + "range": { + "from": 0, + "to": 16 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-num-word-optimize=#", + "default": "2000", + "dynamic": true, + "id": "innodb_ft_num_word_optimize", + "name": "innodb_ft_num_word_optimize", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-result-cache-limit=#", + "default": "2000000000", + "dynamic": true, + "id": "innodb_ft_result_cache_limit", + "name": "innodb_ft_result_cache_limit", + "range": { + "from": 1000000, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-server-stopword-table=db_name/table_name", + "default": "Empty", + "dynamic": true, + "id": "innodb_ft_server_stopword_table", + "name": "innodb_ft_server_stopword_table", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-ft-sort-pll-degree=#", + "default": "2", + "dynamic": false, + "id": "innodb_ft_sort_pll_degree", + "name": "innodb_ft_sort_pll_degree", + "range": { + "from": 1, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-total-cache-size=#", + "default": "640000000", + "dynamic": false, + "id": "innodb_ft_total_cache_size", + "name": "innodb_ft_total_cache_size", + "range": { + "from": 32000000, + "to": 1600000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-user-stopword-table=db_name/table_name", + "default": "Empty", + "dynamic": true, + "id": "innodb_ft_user_stopword_table", + "name": "innodb_ft_user_stopword_table", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "innodb-ibuf-accel-rate=#", + "default": "100", + "dynamic": true, + "id": "innodb_ibuf_accel_rate", + "name": "innodb_ibuf_accel_rate", + "range": { + "from": 100, + "to": 999999999 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-ibuf-active-contract=#", + "default": "1", + "dynamic": true, + "id": "innodb_ibuf_active_contract", + "name": "innodb_ibuf_active_contract", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-ibuf-max-size=#", + "default": "1/2 the size of the InnoDB buffer pool", + "dynamic": false, + "id": "innodb_ibuf_max_size", + "name": "innodb_ibuf_max_size", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-idle-flush-pct=#", + "default": "100", + "dynamic": true, + "id": "innodb_idle_flush_pct", + "name": "innodb_idle_flush_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-immediate-scrub-data-uncompressed=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_immediate_scrub_data_uncompressed", + "name": "innodb_immediate_scrub_data_uncompressed", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-import-table-from-xtrabackup=#", + "default": "0", + "dynamic": true, + "id": "innodb_import_table_from_xtrabackup", + "name": "innodb_import_table_from_xtrabackup", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-instrument-semaphores={0|1}", + "default": "OFF", + "dynamic": true, + "id": "innodb_instrument_semaphores", + "name": "innodb_instrument_semaphores", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-io-capacity=#", + "default": "200", + "dynamic": true, + "id": "innodb_io_capacity", + "name": "innodb_io_capacity", + "range": { + "from": 100, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-io-capacity-max=#", + "default": "2000", + "dynamic": true, + "id": "innodb_io_capacity_max", + "name": "innodb_io_capacity_max", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "0", + "dynamic": true, + "id": "innodb_kill_idle_transaction", + "name": "innodb_kill_idle_transaction", + "range": { + "from": 0, + "to": 9223372036854776000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-large-prefix", + "default": "ON (>= MariaDB 10.2.2), OFF (<= MariaDB 10.2.1)", + "dynamic": true, + "id": "innodb_large_prefix", + "name": "innodb_large_prefix", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-lazy-drop-table={0|1}", + "default": "0", + "dynamic": true, + "id": "innodb_lazy_drop_table", + "name": "innodb_lazy_drop_table", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-lock-schedule-algorithm=#", + "default": "VATS (10.2), FCFS (10.1)", + "dynamic": false, + "id": "innodb_lock_schedule_algorithm", + "name": "innodb_lock_schedule_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "FCFS", + "VATS" + ] + }, + { + "cli": "--innodb-lock-wait-timeout=#", + "default": "50", + "dynamic": true, + "id": "innodb_lock_wait_timeout", + "name": "innodb_lock_wait_timeout", + "range": { + "from": 0, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--innodb-locking-fake-changes", + "default": "ON", + "dynamic": true, + "id": "innodb_locking_fake_changes", + "name": "innodb_locking_fake_changes", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-locks-unsafe-for-binlog", + "default": "OFF", + "dynamic": false, + "id": "innodb_locks_unsafe_for_binlog", + "name": "innodb_locks_unsafe_for_binlog", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-log-arch-dir=name", + "default": "./", + "dynamic": false, + "id": "innodb_log_arch_dir", + "name": "innodb_log_arch_dir", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-log-arch-expire-sec=#", + "default": "0", + "dynamic": true, + "id": "innodb_log_arch_expire_sec", + "name": "innodb_log_arch_expire_sec", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-log-archive=value", + "default": "OFF", + "dynamic": true, + "id": "innodb_log_archive", + "name": "innodb_log_archive", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-log-block-size=#", + "default": "512", + "dynamic": false, + "id": "innodb_log_block_size", + "name": "innodb_log_block_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-log-buffer-size=#", + "default": "16777216 (16MB) >= MariaDB 10.1.9, 8388608 (8MB) <= MariaDB 10.1.8", + "dynamic": false, + "id": "innodb_log_buffer_size", + "name": "innodb_log_buffer_size", + "range": { + "from": 262144, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-log-checksum-algorithm=value", + "default": "deprecated (>= MariaDB 10.2.6), innodb (<= MariaDB 10.1)", + "dynamic": true, + "id": "innodb_log_checksum_algorithm", + "name": "innodb_log_checksum_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "deprecated", + "innodb", + "none", + "crc32", + "strict_none", + "strict_innodb", + "strict_crc32", + "innodb", + "none", + "crc32", + "strict_none", + "strict_innodb", + "strict_crc32" + ] + }, + { + "cli": "innodb-log-checksums={0|1}", + "default": "ON", + "dynamic": true, + "id": "innodb_log_checksums", + "name": "innodb_log_checksums", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-log-compressed-pages=#", + "default": "ON (>= MariaDB 10.2.4, >= MariaDB 10.1.26, <= MariaDB 10.1.1), OFF (MariaDB 10.2.0 - MariaDB 10.2.3, MariaDB 10.1.2 - MariaDB 10.1.25)", + "dynamic": true, + "id": "innodb_log_compressed_pages", + "name": "innodb_log_compressed_pages", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-log-file-size=#", + "default": "50331648 (48MB) (from MariaDB 10.0), 5242880 (5MB) (before MariaDB 10.0)", + "dynamic": false, + "id": "innodb_log_file_size", + "name": "innodb_log_file_size", + "range": { + "from": 1048576, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-log-files-in-group=#", + "default": "2", + "dynamic": false, + "id": "innodb_log_files_in_group", + "name": "innodb_log_files_in_group", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-log-group-home-dir=path", + "dynamic": false, + "id": "innodb_log_group_home_dir", + "name": "innodb_log_group_home_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--innodb-log-optimize-ddl={0|1}", + "default": "ON", + "dynamic": true, + "id": "innodb_log_optimize_ddl", + "name": "innodb_log_optimize_ddl", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-log-write-ahead-size=#", + "default": "8192", + "dynamic": true, + "id": "innodb_log_write_ahead_size", + "name": "innodb_log_write_ahead_size", + "range": { + "from": 512 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-lru-scan-depth=#", + "default": "1024", + "dynamic": true, + "id": "innodb_lru_scan_depth", + "name": "innodb_lru_scan_depth", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-max-bitmap-file-size=#", + "default": "4096 (4KB)", + "dynamic": true, + "id": "innodb_max_bitmap_file_size", + "name": "innodb_max_bitmap_file_size", + "range": { + "from": 4096, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-max-changed-pages=#", + "default": "1000000", + "dynamic": true, + "id": "innodb_max_changed_pages", + "name": "innodb_max_changed_pages", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-max-dirty-pages-pct=#", + "default": "75", + "dynamic": false, + "id": "innodb_max_dirty_pages_pct", + "name": "innodb_max_dirty_pages_pct", + "range": { + "from": 0, + "to": 99.999 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-max-dirty-pages-pct-lwm=#", + "default": "0 (>= MariaDB 10.2.2, <= MariaDB 10.0.14), 0.001000 (>= MariaDB 10.0.15, <= MariaDB 10.2.1)", + "dynamic": true, + "id": "innodb_max_dirty_pages_pct_lwm", + "name": "innodb_max_dirty_pages_pct_lwm", + "range": { + "from": 0, + "to": 99.999 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-max-purge-lag=#", + "default": "0", + "dynamic": true, + "id": "innodb_max_purge_lag", + "name": "innodb_max_purge_lag", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-max-purge-lag-delay=#", + "default": "0", + "dynamic": true, + "id": "innodb_max_purge_lag_delay", + "name": "innodb_max_purge_lag_delay", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-max-undo-log-size=#", + "default": "10485760 (>= MariaDB 10.2.6), 1073741824 (<= MariaDB 10.2.5)", + "dynamic": true, + "id": "innodb_max_undo_log_size", + "name": "innodb_max_undo_log_size", + "range": { + "from": 10485760, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-merge-sort-block-size=#", + "default": "1048576 (1M)", + "dynamic": true, + "id": "innodb_merge_sort_block_size", + "name": "innodb_merge_sort_block_size", + "range": { + "from": 1048576, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "innodb_mirrored_log_groups", + "name": "innodb_mirrored_log_groups" + }, + { + "cli": "--innodb-mtflush-threads=#", + "default": "8", + "dynamic": false, + "id": "innodb_mtflush_threads", + "name": "innodb_mtflush_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-monitor-disable=string", + "dynamic": true, + "id": "innodb_monitor_disable", + "name": "innodb_monitor_disable", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-monitor-enable=string", + "dynamic": true, + "id": "innodb_monitor_enable", + "name": "innodb_monitor_enable", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-monitor-reset=string", + "dynamic": true, + "id": "innodb_monitor_reset", + "name": "innodb_monitor_reset", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "---innodb-monitor-reset-all=string", + "dynamic": true, + "id": "innodb_monitor_reset_all", + "name": "innodb_monitor_reset_all", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "innodb-numa-interleave={0|1}", + "default": "OFF", + "dynamic": false, + "id": "innodb_numa_interleave", + "name": "innodb_numa_interleave", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-old-blocks-pct=#", + "default": "37", + "dynamic": true, + "id": "innodb_old_blocks_pct", + "name": "innodb_old_blocks_pct", + "range": { + "from": 5, + "to": 95 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-old-blocks-time=#", + "default": "1000 (from MariaDB 10.0), 0 (before MariaDB 10.0)", + "dynamic": true, + "id": "innodb_old_blocks_time", + "name": "innodb_old_blocks_time", + "range": { + "from": 0, + "to": 232 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-online-alter-log-max-size=#", + "default": "134217728", + "dynamic": true, + "id": "innodb_online_alter_log_max_size", + "name": "innodb_online_alter_log_max_size", + "range": { + "from": 65536, + "to": 264 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-open-files=#", + "default": "autosized (from MariaDB 10.0), 300 (before MariaDB 10.0)", + "dynamic": false, + "id": "innodb_open_files", + "name": "innodb_open_files", + "range": { + "from": 10, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-optimize-fulltext-only=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_optimize_fulltext_only", + "name": "innodb_optimize_fulltext_only", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-page-cleaners=#", + "default": "4 (or set to innodb_buffer_pool_instances if lower)", + "dynamic": false, + "id": "innodb_page_cleaners", + "name": "innodb_page_cleaners", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-page-size=#", + "default": "16384", + "dynamic": false, + "id": "innodb_page_size", + "name": "innodb_page_size", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "4k", + "4096", + "8k", + "8192", + "16k", + "16384", + "32k", + "64k" + ] + }, + { + "id": "innodb_pass_corrupt_table", + "name": "innodb_pass_corrupt_table" + }, + { + "cli": "--innodb-prefix-index-cluster-optimization=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_prefix_index_cluster_optimization", + "name": "innodb_prefix_index_cluster_optimization", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-print-all-deadlocks=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_print_all_deadlocks", + "name": "innodb_print_all_deadlocks", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-purge-batch-size=#", + "default": "20", + "dynamic": false, + "id": "innodb_purge_batch_size", + "name": "innodb_purge_batch_size", + "range": { + "from": 1, + "to": 5000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "-- innodb-purge-rseg-truncate-frequency=#", + "default": "128", + "dynamic": true, + "id": "innodb_purge_rseg_truncate_frequency", + "name": "innodb_purge_rseg_truncate_frequency", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-purge-threads=#", + "default": "4 (>= MariaDB 10.2.2), 1 (>=MariaDB 10.0 to <= MariaDB 10.2.1), 0 (MariaDB 5.5)", + "dynamic": false, + "id": "innodb_purge_threads", + "name": "innodb_purge_threads", + "range": { + "from": 1, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-random-read-ahead=#", + "default": "OFF", + "dynamic": true, + "id": "innodb_random_read_ahead", + "name": "innodb_random_read_ahead", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-read-ahead=value", + "default": "linear", + "dynamic": true, + "id": "innodb_read_ahead", + "name": "innodb_read_ahead", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "random", + "linear", + "both" + ] + }, + { + "cli": "--innodb-read-ahead-threshold=#", + "default": "56", + "dynamic": true, + "id": "innodb_read_ahead_threshold", + "name": "innodb_read_ahead_threshold", + "range": { + "from": 0, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-read-io-threads=#", + "default": "4", + "dynamic": false, + "id": "innodb_read_io_threads", + "name": "innodb_read_io_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-read-only=#", + "default": "OFF", + "dynamic": false, + "id": "innodb_read_only", + "name": "innodb_read_only", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": false, + "id": "innodb_recovery_stats", + "name": "innodb_recovery_stats", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-recovery-update-relay-log={0|1}", + "default": "OFF", + "dynamic": false, + "id": "innodb_recovery_update_relay_log", + "name": "innodb_recovery_update_relay_log", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-replication-delay=#", + "default": "0", + "dynamic": true, + "id": "innodb_replication_delay", + "name": "innodb_replication_delay", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-rollback-on-timeout", + "default": "0", + "dynamic": false, + "id": "innodb_rollback_on_timeout", + "name": "innodb_rollback_on_timeout", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-rollback-segments=#", + "default": "128", + "dynamic": true, + "id": "innodb_rollback_segments", + "name": "innodb_rollback_segments", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-safe-truncate={0|1}", + "default": "ON", + "dynamic": false, + "id": "innodb_safe_truncate", + "name": "innodb_safe_truncate", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-scrub-log", + "default": "OFF", + "dynamic": false, + "id": "innodb_scrub_log", + "name": "innodb_scrub_log", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-scrub-log-interval=#", + "default": "56", + "dynamic": true, + "id": "innodb_scrub_log_interval", + "name": "innodb_scrub_log_interval", + "range": { + "from": 0, + "to": 50000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-scrub-log-speed=#", + "default": "256", + "dynamic": true, + "id": "innodb_scrub_log_speed", + "name": "innodb_scrub_log_speed", + "range": { + "from": 1, + "to": 50000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-sched-priority-cleaner=#", + "default": "19", + "dynamic": true, + "id": "innodb_sched_priority_cleaner", + "name": "innodb_sched_priority_cleaner", + "range": { + "from": 0, + "to": 39 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-show-locks-held=#", + "default": "10", + "dynamic": true, + "id": "innodb_show_locks_held", + "name": "innodb_show_locks_held", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-show-verbose-locks=#", + "default": "0", + "dynamic": true, + "id": "innodb_show_verbose_locks", + "name": "innodb_show_verbose_locks", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "0", + "dynamic": true, + "id": "innodb_simulate_comp_failures", + "name": "innodb_simulate_comp_failures", + "range": { + "from": 0, + "to": 99 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-sort-buffer-size=#", + "default": "1048576 (1M)", + "dynamic": false, + "id": "innodb_sort_buffer_size", + "name": "innodb_sort_buffer_size", + "range": { + "from": 65536, + "to": 67108864 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-spin-wait-delay=#", + "default": "4 (>= MariaDB 10.3.5), 6 (<= MariaDB 10.3.4)", + "dynamic": true, + "id": "innodb_spin_wait_delay", + "name": "innodb_spin_wait_delay", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-stats-auto-recalc=#", + "default": "ON", + "dynamic": true, + "id": "innodb_stats_auto_recalc", + "name": "innodb_stats_auto_recalc", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "1", + "dynamic": true, + "id": "innodb_stats_auto_update", + "name": "innodb_stats_auto_update", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": true, + "id": "innodb_stats_include_delete_marked", + "name": "innodb_stats_include_delete_marked", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-stats-method=name", + "default": "nulls_equal", + "dynamic": true, + "id": "innodb_stats_method", + "name": "innodb_stats_method", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ] + }, + { + "cli": "--innodb-stats-modified-counter=#", + "default": "0", + "dynamic": true, + "id": "innodb_stats_modified_counter", + "name": "innodb_stats_modified_counter", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-stats-on-metadata", + "default": "OFF (from MariaDB 10.0), ON (before MariaDB 10.0)", + "dynamic": true, + "id": "innodb_stats_on_metadata", + "name": "innodb_stats_on_metadata", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-stats-persistent=#", + "default": "ON", + "dynamic": true, + "id": "innodb_stats_persistent", + "name": "innodb_stats_persistent", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-stats-persistent-sample-pages=#", + "default": "20", + "dynamic": true, + "id": "innodb_stats_persistent_sample_pages", + "name": "innodb_stats_persistent_sample_pages", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-stats-sample-pages=#", + "default": "8", + "dynamic": true, + "id": "innodb_stats_sample_pages", + "name": "innodb_stats_sample_pages", + "range": { + "from": 1, + "to": 264 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-stats-traditional=#", + "default": "ON", + "dynamic": true, + "id": "innodb_stats_traditional", + "name": "innodb_stats_traditional", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-stats-transient-sample-pages=#", + "default": "8", + "dynamic": true, + "id": "innodb_stats_transient_sample_pages", + "name": "innodb_stats_transient_sample_pages", + "range": { + "from": 1, + "to": 264 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "1", + "dynamic": true, + "id": "innodb_stats_update_need_lock", + "name": "innodb_stats_update_need_lock", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-status-output={0|1}", + "default": "OFF", + "dynamic": true, + "id": "innodb_status_output", + "name": "innodb_status_output", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-status-output-locks={0|1}", + "default": "OFF", + "dynamic": true, + "id": "innodb_status_output_locks", + "name": "innodb_status_output_locks", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-strict-mode=#", + "default": "ON (>= MariaDB 10.2.2), OFF (<= MariaDB 10.2.1)", + "dynamic": true, + "id": "innodb_strict_mode", + "name": "innodb_strict_mode", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--innodb-support-xa", + "default": "ON", + "dynamic": true, + "id": "innodb_support_xa", + "name": "innodb_support_xa", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--innodb-sync-array-size=#", + "default": "1", + "dynamic": false, + "id": "innodb_sync_array_size", + "name": "innodb_sync_array_size", + "range": { + "from": 1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-sync-spin-loops=#", + "default": "30", + "dynamic": true, + "id": "innodb_sync_spin_loops", + "name": "innodb_sync_spin_loops", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-table-locks", + "default": "ON", + "dynamic": true, + "id": "innodb_table_locks", + "name": "innodb_table_locks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--innodb-thread-concurrency=#", + "default": "0", + "dynamic": true, + "id": "innodb_thread_concurrency", + "name": "innodb_thread_concurrency", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-thread-concurrency-timer-based={0|1}", + "default": "OFF", + "dynamic": false, + "id": "innodb_thread_concurrency_timer_based", + "name": "innodb_thread_concurrency_timer_based", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-thread-sleep-delay=#", + "default": "10000", + "dynamic": true, + "id": "innodb_thread_sleep_delay", + "name": "innodb_thread_sleep_delay", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-temp-data-file-path=path", + "default": "ibtmp1:12M:autoextend", + "dynamic": false, + "id": "innodb_temp_data_file_path", + "name": "innodb_temp_data_file_path", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-tmpdir=path", + "default": "Empty", + "dynamic": true, + "id": "innodb_tmpdir", + "name": "innodb_tmpdir", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "innodb-track-changed-pages={0|1}", + "default": "OFF", + "dynamic": false, + "id": "innodb_track_changed_pages", + "name": "innodb_track_changed_pages", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-track-redo-log-now={0|1}", + "default": "OFF", + "dynamic": true, + "id": "innodb_track_redo_log_now", + "name": "innodb_track_redo_log_now", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-undo-directory=name", + "default": "NULL (>= 10.2.2), . (<= 10.2.1)", + "dynamic": false, + "id": "innodb_undo_directory", + "name": "innodb_undo_directory", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-undo-log-truncate[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "innodb_undo_log_truncate", + "name": "innodb_undo_log_truncate", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-undo-logs=#", + "default": "128", + "dynamic": true, + "id": "innodb_undo_logs", + "name": "innodb_undo_logs", + "range": { + "from": 0, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-undo-tablespaces=#", + "default": "0", + "dynamic": false, + "id": "innodb_undo_tablespaces", + "name": "innodb_undo_tablespaces", + "range": { + "from": 0, + "to": 95 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "innodb-use-atomic-writes={0|1}", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": false, + "id": "innodb_use_atomic_writes", + "name": "innodb_use_atomic_writes", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-use-fallocate={0|1}", + "default": "OFF", + "dynamic": false, + "id": "innodb_use_fallocate", + "name": "innodb_use_fallocate", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-use-global-flush-log-at-trx_commit={0|1}", + "default": "ON", + "dynamic": true, + "id": "innodb_use_global_flush_log_at_trx_commit", + "name": "innodb_use_global_flush_log_at_trx_commit", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-use-mtflush=#", + "default": "OFF", + "dynamic": false, + "id": "innodb_use_mtflush", + "name": "innodb_use_mtflush", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-use-native-aio=#", + "default": "ON", + "dynamic": false, + "id": "innodb_use_native_aio", + "name": "innodb_use_native_aio", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-use-purge-thread=#", + "default": "1", + "dynamic": false, + "id": "innodb_use_purge_thread", + "name": "innodb_use_purge_thread", + "range": { + "from": 0, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-use-stacktrace=#", + "default": "OFF", + "dynamic": false, + "id": "innodb_use_stacktrace", + "name": "innodb_use_stacktrace", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-use-sys-malloc=#", + "default": "ON", + "dynamic": false, + "id": "innodb_use_sys_malloc", + "name": "innodb_use_sys_malloc", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "innodb-use-sys-stats-table={0|1}", + "default": "0", + "dynamic": false, + "id": "innodb_use_sys_stats_table", + "name": "innodb_use_sys_stats_table", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-use-trim=#", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": false, + "id": "innodb_use_trim", + "name": "innodb_use_trim", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "innodb_version", + "name": "innodb_version", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-write-io-threads=#", + "default": "4", + "dynamic": false, + "id": "innodb_write_io_threads", + "name": "innodb_write_io_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "xtradbinnodb-server-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-audit-log-reference.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-audit-log-reference.json new file mode 100644 index 0000000..54513f4 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-audit-log-reference.json @@ -0,0 +1,244 @@ +{ + "data": [ + { + "cli": "--audit-log[=value]", + "default": "ON", + "id": "option_mysqld_audit-log", + "name": "audit_log", + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "FORCE", + "FORCE_PLUS_PERMANENT" + ] + }, + { + "cli": "--audit-log-buffer-size=#", + "default": "1048576", + "dynamic": false, + "id": "sysvar_audit_log_buffer_size", + "name": "audit_log_buffer_size", + "range": { + "from": 4096 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--audit-log-compression=value", + "default": "NONE", + "dynamic": false, + "id": "sysvar_audit_log_compression", + "name": "audit_log_compression", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NONE", + "GZIP" + ] + }, + { + "cli": "--audit-log-connection-policy=value", + "default": "ALL", + "dynamic": true, + "id": "sysvar_audit_log_connection_policy", + "name": "audit_log_connection_policy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ALL", + "ERRORS", + "NONE" + ] + }, + { + "default": "depends on filtering policy", + "dynamic": false, + "id": "sysvar_audit_log_current_session", + "name": "audit_log_current_session", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--audit-log-encryption=value", + "default": "NONE", + "dynamic": false, + "id": "sysvar_audit_log_encryption", + "name": "audit_log_encryption", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NONE", + "AES" + ] + }, + { + "cli": "--audit-log-exclude-accounts=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_audit_log_exclude_accounts", + "name": "audit_log_exclude_accounts", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--audit-log-file=file_name", + "default": "audit.log", + "dynamic": false, + "id": "sysvar_audit_log_file", + "name": "audit_log_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "dynamic": false, + "id": "sysvar_audit_log_filter_id", + "name": "audit_log_filter_id", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "OFF", + "dynamic": true, + "id": "sysvar_audit_log_flush", + "name": "audit_log_flush", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--audit-log-format=value", + "default": "NEW", + "dynamic": false, + "id": "sysvar_audit_log_format", + "name": "audit_log_format", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OLD", + "NEW", + "JSON" + ] + }, + { + "cli": "--audit-log-include-accounts=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_audit_log_include_accounts", + "name": "audit_log_include_accounts", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--audit-log-password-history-keep-days=#", + "default": "0", + "dynamic": true, + "id": "sysvar_audit_log_password_history_keep_days", + "name": "audit_log_password_history_keep_days", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--audit-log-policy=value", + "default": "ALL", + "dynamic": false, + "id": "sysvar_audit_log_policy", + "name": "audit_log_policy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ALL", + "LOGINS", + "QUERIES", + "NONE" + ] + }, + { + "cli": "--audit-log-read-buffer-size=#", + "id": "sysvar_audit_log_read_buffer_size", + "name": "audit_log_read_buffer_size", + "range": { + "to": 4194304 + }, + "type": "integer" + }, + { + "cli": "--audit-log-rotate-on-size=#", + "default": "0", + "dynamic": true, + "id": "sysvar_audit_log_rotate_on_size", + "name": "audit_log_rotate_on_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--audit-log-statement-policy=value", + "default": "ALL", + "dynamic": true, + "id": "sysvar_audit_log_statement_policy", + "name": "audit_log_statement_policy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ALL", + "ERRORS", + "NONE" + ] + }, + { + "cli": "--audit-log-strategy=value", + "default": "ASYNCHRONOUS", + "dynamic": false, + "id": "sysvar_audit_log_strategy", + "name": "audit_log_strategy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ASYNCHRONOUS", + "PERFORMANCE", + "SEMISYNCHRONOUS", + "SYNCHRONOUS" + ] + } + ], + "name": "audit-log-reference", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-innodb-parameters.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-innodb-parameters.json new file mode 100644 index 0000000..710794c --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-innodb-parameters.json @@ -0,0 +1,2133 @@ +{ + "data": [ + { + "cli": "--innodb[=value]", + "default": "ON", + "id": "option_mysqld_innodb", + "name": "innodb", + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "FORCE" + ] + }, + { + "cli": "--innodb-status-file[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_innodb-status-file", + "name": "innodb_status_file", + "type": "boolean" + }, + { + "cli": "--daemon-memcached-enable-binlog[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_daemon_memcached_enable_binlog", + "name": "daemon_memcached_enable_binlog", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--daemon-memcached-engine-lib-name=file_name", + "default": "innodb_engine.so", + "dynamic": false, + "id": "sysvar_daemon_memcached_engine_lib_name", + "name": "daemon_memcached_engine_lib_name", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--daemon-memcached-engine-lib-path=dir_name", + "default": "NULL", + "dynamic": false, + "id": "sysvar_daemon_memcached_engine_lib_path", + "name": "daemon_memcached_engine_lib_path", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--daemon-memcached-option=options", + "default": "", + "dynamic": false, + "id": "sysvar_daemon_memcached_option", + "name": "daemon_memcached_option", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--daemon-memcached-r-batch-size=#", + "default": "1", + "dynamic": false, + "id": "sysvar_daemon_memcached_r_batch_size", + "name": "daemon_memcached_r_batch_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--daemon-memcached-w-batch-size=#", + "default": "1", + "dynamic": false, + "id": "sysvar_daemon_memcached_w_batch_size", + "name": "daemon_memcached_w_batch_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ignore-builtin-innodb[={OFF|ON}]", + "dynamic": false, + "id": "sysvar_ignore_builtin_innodb", + "name": "ignore_builtin_innodb", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-adaptive-flushing[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_adaptive_flushing", + "name": "innodb_adaptive_flushing", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-adaptive-flushing-lwm=#", + "default": "10", + "dynamic": true, + "id": "sysvar_innodb_adaptive_flushing_lwm", + "name": "innodb_adaptive_flushing_lwm", + "range": { + "from": 0, + "to": 70 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-adaptive-hash-index[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_adaptive_hash_index", + "name": "innodb_adaptive_hash_index", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-adaptive-hash-index-parts=#", + "default": "8", + "dynamic": false, + "id": "sysvar_innodb_adaptive_hash_index_parts", + "name": "innodb_adaptive_hash_index_parts", + "range": { + "from": 1, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "numeric" + }, + { + "cli": "--innodb-adaptive-max-sleep-delay=#", + "default": "150000", + "dynamic": true, + "id": "sysvar_innodb_adaptive_max_sleep_delay", + "name": "innodb_adaptive_max_sleep_delay", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-api-bk-commit-interval=#", + "default": "5", + "dynamic": true, + "id": "sysvar_innodb_api_bk_commit_interval", + "name": "innodb_api_bk_commit_interval", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-api-disable-rowlock[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_innodb_api_disable_rowlock", + "name": "innodb_api_disable_rowlock", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-api-enable-binlog[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_innodb_api_enable_binlog", + "name": "innodb_api_enable_binlog", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-api-enable-mdl[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_innodb_api_enable_mdl", + "name": "innodb_api_enable_mdl", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-api-trx-level=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_api_trx_level", + "name": "innodb_api_trx_level", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-autoextend-increment=#", + "default": "64", + "dynamic": true, + "id": "sysvar_innodb_autoextend_increment", + "name": "innodb_autoextend_increment", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-autoinc-lock-mode=#", + "dynamic": false, + "id": "sysvar_innodb_autoinc_lock_mode", + "name": "innodb_autoinc_lock_mode", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "1", + "2" + ] + }, + { + "cli": "--innodb-background-drop-list-empty[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_background_drop_list_empty", + "name": "innodb_background_drop_list_empty", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-chunk-size=#", + "default": "134217728", + "dynamic": false, + "id": "sysvar_innodb_buffer_pool_chunk_size", + "name": "innodb_buffer_pool_chunk_size", + "range": { + "from": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-buffer-pool-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_innodb_buffer_pool_debug", + "name": "innodb_buffer_pool_debug", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-dump-at-shutdown[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_buffer_pool_dump_at_shutdown", + "name": "innodb_buffer_pool_dump_at_shutdown", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-dump-now[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_buffer_pool_dump_now", + "name": "innodb_buffer_pool_dump_now", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-dump-pct=#", + "default": "25", + "dynamic": true, + "id": "sysvar_innodb_buffer_pool_dump_pct", + "name": "innodb_buffer_pool_dump_pct", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-buffer-pool-filename=file_name", + "default": "ib_buffer_pool", + "dynamic": true, + "id": "sysvar_innodb_buffer_pool_filename", + "name": "innodb_buffer_pool_filename", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--innodb-buffer-pool-in-core-file[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_buffer_pool_in_core_file", + "name": "innodb_buffer_pool_in_core_file", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-instances=#", + "dynamic": false, + "id": "sysvar_innodb_buffer_pool_instances", + "name": "innodb_buffer_pool_instances", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-buffer-pool-load-abort[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_buffer_pool_load_abort", + "name": "innodb_buffer_pool_load_abort", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-load-at-startup[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_innodb_buffer_pool_load_at_startup", + "name": "innodb_buffer_pool_load_at_startup", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-load-now[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_buffer_pool_load_now", + "name": "innodb_buffer_pool_load_now", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-buffer-pool-size=#", + "default": "134217728", + "dynamic": true, + "id": "sysvar_innodb_buffer_pool_size", + "name": "innodb_buffer_pool_size", + "range": { + "from": 5242880 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-change-buffer-max-size=#", + "default": "25", + "dynamic": true, + "id": "sysvar_innodb_change_buffer_max_size", + "name": "innodb_change_buffer_max_size", + "range": { + "from": 0, + "to": 50 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-change-buffering=value", + "default": "all", + "dynamic": true, + "id": "sysvar_innodb_change_buffering", + "name": "innodb_change_buffering", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "inserts", + "deletes", + "changes", + "purges", + "all" + ] + }, + { + "cli": "--innodb-change-buffering-debug=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_change_buffering_debug", + "name": "innodb_change_buffering_debug", + "range": { + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-checkpoint-disabled[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_checkpoint_disabled", + "name": "innodb_checkpoint_disabled", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-checksum-algorithm=value", + "default": "crc32", + "dynamic": true, + "id": "sysvar_innodb_checksum_algorithm", + "name": "innodb_checksum_algorithm", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "innodb", + "crc32", + "none", + "strict_innodb", + "strict_crc32", + "strict_none" + ] + }, + { + "cli": "--innodb-cmp-per-index-enabled[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_cmp_per_index_enabled", + "name": "innodb_cmp_per_index_enabled", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-commit-concurrency=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_commit_concurrency", + "name": "innodb_commit_concurrency", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-compress-debug=value", + "default": "none", + "dynamic": true, + "id": "sysvar_innodb_compress_debug", + "name": "innodb_compress_debug", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "zlib", + "lz4", + "lz4hc" + ] + }, + { + "cli": "--innodb-compression-failure-threshold-pct=#", + "default": "5", + "dynamic": true, + "id": "sysvar_innodb_compression_failure_threshold_pct", + "name": "innodb_compression_failure_threshold_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-compression-level=#", + "default": "6", + "dynamic": true, + "id": "sysvar_innodb_compression_level", + "name": "innodb_compression_level", + "range": { + "from": 0, + "to": 9 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-compression-pad-pct-max=#", + "default": "50", + "dynamic": true, + "id": "sysvar_innodb_compression_pad_pct_max", + "name": "innodb_compression_pad_pct_max", + "range": { + "from": 0, + "to": 75 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-concurrency-tickets=#", + "default": "5000", + "dynamic": true, + "id": "sysvar_innodb_concurrency_tickets", + "name": "innodb_concurrency_tickets", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-data-file-path=file_name", + "default": "ibdata1:12M:autoextend", + "dynamic": false, + "id": "sysvar_innodb_data_file_path", + "name": "innodb_data_file_path", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-data-home-dir=dir_name", + "dynamic": false, + "id": "sysvar_innodb_data_home_dir", + "name": "innodb_data_home_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--innodb-ddl-log-crash-reset-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_ddl_log_crash_reset_debug", + "name": "innodb_ddl_log_crash_reset_debug", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-deadlock-detect[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_deadlock_detect", + "name": "innodb_deadlock_detect", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-dedicated-server[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_innodb_dedicated_server", + "name": "innodb_dedicated_server", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-default-row-format=value", + "default": "DYNAMIC", + "dynamic": true, + "id": "sysvar_innodb_default_row_format", + "name": "innodb_default_row_format", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "DYNAMIC", + "COMPACT", + "REDUNDANT" + ] + }, + { + "cli": "--innodb-directories=dir_name", + "dynamic": false, + "id": "sysvar_innodb_directories", + "name": "innodb_directories", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--innodb-disable-sort-file-cache[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_disable_sort_file_cache", + "name": "innodb_disable_sort_file_cache", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-doublewrite[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_innodb_doublewrite", + "name": "innodb_doublewrite", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-fast-shutdown=#", + "default": "1", + "dynamic": true, + "id": "sysvar_innodb_fast_shutdown", + "name": "innodb_fast_shutdown", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "1", + "2" + ] + }, + { + "cli": "--innodb-fil-make-page-dirty-debug=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_fil_make_page_dirty_debug", + "name": "innodb_fil_make_page_dirty_debug", + "range": { + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-file-per-table[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_file_per_table", + "name": "innodb_file_per_table", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-fill-factor=#", + "default": "100", + "dynamic": true, + "id": "sysvar_innodb_fill_factor", + "name": "innodb_fill_factor", + "range": { + "from": 10, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-flush-log-at-timeout=#", + "default": "1", + "dynamic": true, + "id": "sysvar_innodb_flush_log_at_timeout", + "name": "innodb_flush_log_at_timeout", + "range": { + "from": 1, + "to": 2700 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-flush-log-at-trx-commit=#", + "default": "1", + "dynamic": true, + "id": "sysvar_innodb_flush_log_at_trx_commit", + "name": "innodb_flush_log_at_trx_commit", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "0", + "1", + "2" + ] + }, + { + "cli": "--innodb-flush-method=value", + "dynamic": false, + "id": "sysvar_innodb_flush_method", + "name": "innodb_flush_method", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-flush-neighbors=#", + "dynamic": true, + "id": "sysvar_innodb_flush_neighbors", + "name": "innodb_flush_neighbors", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "0", + "1", + "2" + ] + }, + { + "cli": "--innodb-flush-sync[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_flush_sync", + "name": "innodb_flush_sync", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-flushing-avg-loops=#", + "default": "30", + "dynamic": true, + "id": "sysvar_innodb_flushing_avg_loops", + "name": "innodb_flushing_avg_loops", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-force-load-corrupted[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_innodb_force_load_corrupted", + "name": "innodb_force_load_corrupted", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-force-recovery=#", + "default": "0", + "dynamic": false, + "id": "sysvar_innodb_force_recovery", + "name": "innodb_force_recovery", + "range": { + "from": 0, + "to": 6 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-fsync-threshold=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_fsync_threshold", + "name": "innodb_fsync_threshold", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "sysvar_innodb_ft_aux_table", + "name": "innodb_ft_aux_table", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-ft-cache-size=#", + "default": "8000000", + "dynamic": false, + "id": "sysvar_innodb_ft_cache_size", + "name": "innodb_ft_cache_size", + "range": { + "from": 1600000, + "to": 80000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-enable-diag-print[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_ft_enable_diag_print", + "name": "innodb_ft_enable_diag_print", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-ft-enable-stopword[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_ft_enable_stopword", + "name": "innodb_ft_enable_stopword", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--innodb-ft-max-token-size=#", + "default": "84", + "dynamic": false, + "id": "sysvar_innodb_ft_max_token_size", + "name": "innodb_ft_max_token_size", + "range": { + "from": 10, + "to": 84 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-min-token-size=#", + "default": "3", + "dynamic": false, + "id": "sysvar_innodb_ft_min_token_size", + "name": "innodb_ft_min_token_size", + "range": { + "from": 0, + "to": 16 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-num-word-optimize=#", + "default": "2000", + "dynamic": true, + "id": "sysvar_innodb_ft_num_word_optimize", + "name": "innodb_ft_num_word_optimize", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-result-cache-limit=#", + "default": "2000000000", + "dynamic": true, + "id": "sysvar_innodb_ft_result_cache_limit", + "name": "innodb_ft_result_cache_limit", + "range": { + "from": 1000000, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-server-stopword-table=db_name/table_name", + "default": "NULL", + "dynamic": true, + "id": "sysvar_innodb_ft_server_stopword_table", + "name": "innodb_ft_server_stopword_table", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-ft-sort-pll-degree=#", + "default": "2", + "dynamic": false, + "id": "sysvar_innodb_ft_sort_pll_degree", + "name": "innodb_ft_sort_pll_degree", + "range": { + "from": 1, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-total-cache-size=#", + "default": "640000000", + "dynamic": false, + "id": "sysvar_innodb_ft_total_cache_size", + "name": "innodb_ft_total_cache_size", + "range": { + "from": 32000000, + "to": 1600000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-ft-user-stopword-table=db_name/table_name", + "default": "NULL", + "dynamic": true, + "id": "sysvar_innodb_ft_user_stopword_table", + "name": "innodb_ft_user_stopword_table", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--innodb-idle-flush-pct=#", + "default": "100", + "dynamic": true, + "id": "sysvar_innodb_idle_flush_pct", + "name": "innodb_idle_flush_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-io-capacity=#", + "default": "200", + "dynamic": true, + "id": "sysvar_innodb_io_capacity", + "name": "innodb_io_capacity", + "range": { + "from": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-io-capacity-max=#", + "default": "see description", + "dynamic": true, + "id": "sysvar_innodb_io_capacity_max", + "name": "innodb_io_capacity_max", + "range": { + "from": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-limit-optimistic-insert-debug=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_limit_optimistic_insert_debug", + "name": "innodb_limit_optimistic_insert_debug", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-lock-wait-timeout=#", + "default": "50", + "dynamic": true, + "id": "sysvar_innodb_lock_wait_timeout", + "name": "innodb_lock_wait_timeout", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--innodb-log-buffer-size=#", + "default": "16777216", + "id": "sysvar_innodb_log_buffer_size", + "name": "innodb_log_buffer_size", + "range": { + "from": 1048576, + "to": 4294967295 + }, + "type": "integer" + }, + { + "cli": "--innodb-log-checkpoint-fuzzy-now[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_log_checkpoint_fuzzy_now", + "name": "innodb_log_checkpoint_fuzzy_now", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-log-checkpoint-now[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_log_checkpoint_now", + "name": "innodb_log_checkpoint_now", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-log-checksums[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_log_checksums", + "name": "innodb_log_checksums", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-log-compressed-pages[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_log_compressed_pages", + "name": "innodb_log_compressed_pages", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-log-file-size=#", + "default": "50331648", + "dynamic": false, + "id": "sysvar_innodb_log_file_size", + "name": "innodb_log_file_size", + "range": { + "from": 4194304, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-log-files-in-group=#", + "default": "2", + "dynamic": false, + "id": "sysvar_innodb_log_files_in_group", + "name": "innodb_log_files_in_group", + "range": { + "from": 2, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-log-group-home-dir=dir_name", + "dynamic": false, + "id": "sysvar_innodb_log_group_home_dir", + "name": "innodb_log_group_home_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--innodb-log-spin-cpu-abs-lwm=#", + "default": "80", + "dynamic": true, + "id": "sysvar_innodb_log_spin_cpu_abs_lwm", + "name": "innodb_log_spin_cpu_abs_lwm", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-log-spin-cpu-pct-hwm=#", + "default": "50", + "dynamic": true, + "id": "sysvar_innodb_log_spin_cpu_pct_hwm", + "name": "innodb_log_spin_cpu_pct_hwm", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-log-wait-for-flush-spin-hwm=#", + "default": "400", + "dynamic": true, + "id": "sysvar_innodb_log_wait_for_flush_spin_hwm", + "name": "innodb_log_wait_for_flush_spin_hwm", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-log-write-ahead-size=#", + "default": "8192", + "dynamic": true, + "id": "sysvar_innodb_log_write_ahead_size", + "name": "innodb_log_write_ahead_size", + "range": { + "from": 512 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-lru-scan-depth=#", + "default": "1024", + "dynamic": true, + "id": "sysvar_innodb_lru_scan_depth", + "name": "innodb_lru_scan_depth", + "range": { + "from": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-max-dirty-pages-pct=#", + "dynamic": true, + "id": "sysvar_innodb_max_dirty_pages_pct", + "name": "innodb_max_dirty_pages_pct", + "range": { + "from": 0, + "to": 99.99 + }, + "scope": [ + "global" + ], + "type": "numeric" + }, + { + "cli": "--innodb-max-dirty-pages-pct-lwm=#", + "dynamic": true, + "id": "sysvar_innodb_max_dirty_pages_pct_lwm", + "name": "innodb_max_dirty_pages_pct_lwm", + "range": { + "from": 0, + "to": 99.99 + }, + "scope": [ + "global" + ], + "type": "numeric" + }, + { + "cli": "--innodb-max-purge-lag=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_max_purge_lag", + "name": "innodb_max_purge_lag", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-max-purge-lag-delay=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_max_purge_lag_delay", + "name": "innodb_max_purge_lag_delay", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-max-undo-log-size=#", + "default": "1073741824", + "dynamic": true, + "id": "sysvar_innodb_max_undo_log_size", + "name": "innodb_max_undo_log_size", + "range": { + "from": 10485760, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-merge-threshold-set-all-debug=#", + "default": "50", + "dynamic": true, + "id": "sysvar_innodb_merge_threshold_set_all_debug", + "name": "innodb_merge_threshold_set_all_debug", + "range": { + "from": 1, + "to": 50 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-monitor-disable={counter|module|pattern|all}", + "dynamic": true, + "id": "sysvar_innodb_monitor_disable", + "name": "innodb_monitor_disable", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-monitor-enable={counter|module|pattern|all}", + "dynamic": true, + "id": "sysvar_innodb_monitor_enable", + "name": "innodb_monitor_enable", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-monitor-reset={counter|module|pattern|all}", + "default": "empty string", + "dynamic": true, + "id": "sysvar_innodb_monitor_reset", + "name": "innodb_monitor_reset", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "counter", + "module", + "pattern", + "all" + ] + }, + { + "cli": "--innodb-monitor-reset-all={counter|module|pattern|all}", + "default": "empty string", + "dynamic": true, + "id": "sysvar_innodb_monitor_reset_all", + "name": "innodb_monitor_reset_all", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "counter", + "module", + "pattern", + "all" + ] + }, + { + "cli": "--innodb-numa-interleave[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_innodb_numa_interleave", + "name": "innodb_numa_interleave", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-old-blocks-pct=#", + "default": "37", + "dynamic": true, + "id": "sysvar_innodb_old_blocks_pct", + "name": "innodb_old_blocks_pct", + "range": { + "from": 5, + "to": 95 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-old-blocks-time=#", + "default": "1000", + "dynamic": true, + "id": "sysvar_innodb_old_blocks_time", + "name": "innodb_old_blocks_time", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-online-alter-log-max-size=#", + "default": "134217728", + "dynamic": true, + "id": "sysvar_innodb_online_alter_log_max_size", + "name": "innodb_online_alter_log_max_size", + "range": { + "from": 65536, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-open-files=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_innodb_open_files", + "name": "innodb_open_files", + "range": { + "from": 10, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-optimize-fulltext-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_optimize_fulltext_only", + "name": "innodb_optimize_fulltext_only", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-page-cleaners=#", + "default": "4", + "dynamic": false, + "id": "sysvar_innodb_page_cleaners", + "name": "innodb_page_cleaners", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-page-size=#", + "default": "16384", + "dynamic": false, + "id": "sysvar_innodb_page_size", + "name": "innodb_page_size", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "4096", + "8192", + "16384", + "32768", + "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[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_print_all_deadlocks", + "name": "innodb_print_all_deadlocks", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-print-ddl-logs[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_print_ddl_logs", + "name": "innodb_print_ddl_logs", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-purge-batch-size=#", + "default": "300", + "dynamic": true, + "id": "sysvar_innodb_purge_batch_size", + "name": "innodb_purge_batch_size", + "range": { + "from": 1, + "to": 5000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-purge-threads=#", + "default": "4", + "dynamic": false, + "id": "sysvar_innodb_purge_threads", + "name": "innodb_purge_threads", + "range": { + "from": 1, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-purge-rseg-truncate-frequency=#", + "default": "128", + "dynamic": true, + "id": "sysvar_innodb_purge_rseg_truncate_frequency", + "name": "innodb_purge_rseg_truncate_frequency", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-random-read-ahead[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_random_read_ahead", + "name": "innodb_random_read_ahead", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-read-ahead-threshold=#", + "default": "56", + "dynamic": true, + "id": "sysvar_innodb_read_ahead_threshold", + "name": "innodb_read_ahead_threshold", + "range": { + "from": 0, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-read-io-threads=#", + "default": "4", + "dynamic": false, + "id": "sysvar_innodb_read_io_threads", + "name": "innodb_read_io_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_innodb_read_only", + "name": "innodb_read_only", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-redo-log-archive-dirs", + "default": "NULL", + "dynamic": true, + "id": "sysvar_innodb_redo_log_archive_dirs", + "name": "innodb_redo_log_archive_dirs", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-redo-log-encrypt[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_redo_log_encrypt", + "name": "innodb_redo_log_encrypt", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-replication-delay=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_replication_delay", + "name": "innodb_replication_delay", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-rollback-on-timeout[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_innodb_rollback_on_timeout", + "name": "innodb_rollback_on_timeout", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-rollback-segments=#", + "default": "128", + "dynamic": true, + "id": "sysvar_innodb_rollback_segments", + "name": "innodb_rollback_segments", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-scan-directories=dir_name", + "default": "NULL", + "dynamic": false, + "id": "sysvar_innodb_scan_directories", + "name": "innodb_scan_directories", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--innodb-saved-page-number-debug=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_saved_page_number_debug", + "name": "innodb_saved_page_number_debug", + "range": { + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-sort-buffer-size=#", + "default": "1048576", + "dynamic": false, + "id": "sysvar_innodb_sort_buffer_size", + "name": "innodb_sort_buffer_size", + "range": { + "from": 65536, + "to": 67108864 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-spin-wait-delay=#", + "default": "6", + "dynamic": true, + "id": "sysvar_innodb_spin_wait_delay", + "name": "innodb_spin_wait_delay", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "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[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_stats_auto_recalc", + "name": "innodb_stats_auto_recalc", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-stats-include-delete-marked[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_stats_include_delete_marked", + "name": "innodb_stats_include_delete_marked", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-stats-method=value", + "default": "nulls_equal", + "dynamic": true, + "id": "sysvar_innodb_stats_method", + "name": "innodb_stats_method", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ] + }, + { + "cli": "--innodb-stats-on-metadata[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_stats_on_metadata", + "name": "innodb_stats_on_metadata", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-stats-persistent[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_stats_persistent", + "name": "innodb_stats_persistent", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-stats-persistent-sample-pages=#", + "default": "20", + "dynamic": true, + "id": "sysvar_innodb_stats_persistent_sample_pages", + "name": "innodb_stats_persistent_sample_pages", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-stats-transient-sample-pages=#", + "default": "8", + "dynamic": true, + "id": "sysvar_innodb_stats_transient_sample_pages", + "name": "innodb_stats_transient_sample_pages", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-status-output[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_status_output", + "name": "innodb_status_output", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-status-output-locks[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_status_output_locks", + "name": "innodb_status_output_locks", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-strict-mode[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_strict_mode", + "name": "innodb_strict_mode", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--innodb-sync-array-size=#", + "default": "1", + "dynamic": false, + "id": "sysvar_innodb_sync_array_size", + "name": "innodb_sync_array_size", + "range": { + "from": 1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-sync-spin-loops=#", + "default": "30", + "dynamic": true, + "id": "sysvar_innodb_sync_spin_loops", + "name": "innodb_sync_spin_loops", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-sync-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_innodb_sync_debug", + "name": "innodb_sync_debug", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-table-locks[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_innodb_table_locks", + "name": "innodb_table_locks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--innodb-temp-data-file-path=file_name", + "default": "ibtmp1:12M:autoextend", + "dynamic": false, + "id": "sysvar_innodb_temp_data_file_path", + "name": "innodb_temp_data_file_path", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--innodb-temp-tablespaces-dir=dir_name", + "default": "#innodb_temp", + "dynamic": false, + "id": "sysvar_innodb_temp_tablespaces_dir", + "name": "innodb_temp_tablespaces_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--innodb-thread-concurrency=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_thread_concurrency", + "name": "innodb_thread_concurrency", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-thread-sleep-delay=#", + "default": "10000", + "dynamic": true, + "id": "sysvar_innodb_thread_sleep_delay", + "name": "innodb_thread_sleep_delay", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-tmpdir=dir_name", + "default": "NULL", + "dynamic": true, + "id": "sysvar_innodb_tmpdir", + "name": "innodb_tmpdir", + "scope": [ + "global", + "session" + ], + "type": "directory name" + }, + { + "cli": "--innodb-trx-purge-view-update-only-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_trx_purge_view_update_only_debug", + "name": "innodb_trx_purge_view_update_only_debug", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-trx-rseg-n-slots-debug=#", + "default": "0", + "dynamic": true, + "id": "sysvar_innodb_trx_rseg_n_slots_debug", + "name": "innodb_trx_rseg_n_slots_debug", + "range": { + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-undo-directory=dir_name", + "dynamic": false, + "id": "sysvar_innodb_undo_directory", + "name": "innodb_undo_directory", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--innodb-undo-log-encrypt[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_innodb_undo_log_encrypt", + "name": "innodb_undo_log_encrypt", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-undo-log-truncate[={OFF|ON}]", + "dynamic": true, + "id": "sysvar_innodb_undo_log_truncate", + "name": "innodb_undo_log_truncate", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-undo-logs=#", + "default": "128", + "dynamic": true, + "id": "sysvar_innodb_undo_logs", + "name": "innodb_undo_logs", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-undo-tablespaces=#", + "id": "sysvar_innodb_undo_tablespaces", + "name": "innodb_undo_tablespaces", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--innodb-use-native-aio[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_innodb_use_native_aio", + "name": "innodb_use_native_aio", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--innodb-write-io-threads=#", + "default": "4", + "dynamic": false, + "id": "sysvar_innodb_write_io_threads", + "name": "innodb_write_io_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "innodb-parameters", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-mysql-cluster-options-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-mysql-cluster-options-variables.json new file mode 100644 index 0000000..e0d12af --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-mysql-cluster-options-variables.json @@ -0,0 +1,714 @@ +{ + "data": [ + { + "cli": "--ndbcluster", + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndbcluster", + "name": "ndbcluster" + }, + { + "cli": "--ndb-allow-copying-alter-table=[ON|OFF]", + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "option_mysqld_ndb-allow-copying-alter-table", + "name": "ndb-allow-copying-alter-table", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "--ndb-batch-size=#", + "default": "32768 / 0 - 31536000 (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndb-batch-size", + "name": "ndb-batch-size", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-cluster-connection-pool=#", + "default": "1 / 1 - 63 (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndb-cluster-connection-pool", + "name": "ndb-cluster-connection-pool", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-cluster-connection-pool-nodeids=list", + "default": "/ (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndb-cluster-connection-pool-nodeids", + "name": "ndb-cluster-connection-pool-nodeids", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-blob-read-batch-bytes=bytes", + "default": "65536 / 0 - 4294967295 (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "option_mysqld_ndb-blob-read-batch-bytes", + "name": "ndb-blob-read-batch-bytes", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "--ndb-blob-write-batch-bytes=bytes", + "default": "65536 / 0 - 4294967295 (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "option_mysqld_ndb-blob-write-batch-bytes", + "name": "ndb-blob-write-batch-bytes", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "--ndb-connectstring=connection_string", + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndb-connectstring", + "name": "ndb-connectstring" + }, + { + "cli": "--ndb-default-column-format=[FIXED|DYNAMIC]", + "default": "FIXED / FIXED, DYNAMIC (Version: 5.7.16-ndb-7.5.4)", + "dynamic": true, + "id": "option_mysqld_ndb-default-column-format", + "name": "ndb-default-column-format", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-deferred-constraints=[0|1]", + "default": "0 / 0 - 1 (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "option_mysqld_ndb-deferred-constraints", + "name": "ndb-deferred-constraints", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "--ndb-distribution=[KEYHASH|LINHASH]", + "default": "KEYHASH / LINHASH, KEYHASH (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "option_mysqld_ndb-distribution", + "name": "ndb-distribution", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-log-apply-status", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndb-log-apply-status", + "name": "ndb-log-apply-status", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-log-empty-epochs=[ON|OFF]", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "option_mysqld_ndb-log-empty-epochs", + "name": "ndb-log-empty-epochs", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-log-empty-update=[ON|OFF]", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "option_mysqld_ndb-log-empty-update", + "name": "ndb-log-empty-update", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-log-exclusive-reads=[0|1]", + "default": "0 (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "option_mysqld_ndb-log-exclusive-reads", + "name": "ndb-log-exclusive-reads", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "--ndb-log-orig", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndb-log-orig", + "name": "ndb-log-orig", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-log-transaction-id", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndb-log-transaction-id", + "name": "ndb-log-transaction-id", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-log-update-minimal", + "default": "OFF (Version: 5.7.18-ndb-7.6.3)", + "dynamic": true, + "id": "option_mysqld_ndb-log-update-minimal", + "name": "ndb-log-update-minimal", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-mgmd-host=host[:port]", + "default": "localhost:1186 (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndb-mgmd-host", + "name": "ndb-mgmd-host" + }, + { + "cli": "--ndb-nodeid=#", + "default": "/ 1 - 255 (Version: 5.1.5)", + "dynamic": false, + "id": "option_mysqld_ndb-nodeid", + "name": "ndb-nodeid", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-optimization-delay=milliseconds", + "default": "10 / 0 - 100000 (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "option_mysqld_ndb-optimization-delay", + "name": "ndb-optimization-delay", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-recv-thread-activation-threshold=threshold", + "default": "8 / 0 (MIN_ACTIVATION_THRESHOLD) - 16 (MAX_ACTIVATION_THRESHOLD), (Version: 5.6.10-ndb-7.3.1)", + "dynamic": false, + "id": "option_mysqld_ndb-recv-thread-activation-threshold", + "name": "ndb-recv-thread-activation-threshold" + }, + { + "cli": "--ndb-recv-thread-cpu-mask=bitmask", + "default": "[empty] (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndb-recv-thread-cpu-mask", + "name": "ndb-recv-thread-cpu-mask" + }, + { + "cli": "ndb-transid-mysql-connection-map=state", + "default": "ON / ON, OFF, FORCE (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "option_mysqld_ndb-transid-mysql-connection-map", + "name": "ndb-transid-mysql-connection-map" + }, + { + "cli": "--ndb-wait-connected=seconds", + "default": "30 / 0 - 31536000 (Version: 5.1.56-ndb-7.1.16)", + "dynamic": false, + "id": "option_mysqld_ndb-wait-connected", + "name": "ndb-wait-connected", + "scope": [ + "global" + ] + }, + { + "cli": "--ndb-wait-setup=seconds", + "default": "30 / 0 - 31536000 (Version: 5.1.56-ndb-7.1.16)", + "dynamic": false, + "id": "option_mysqld_ndb-wait-setup", + "name": "ndb-wait-setup", + "scope": [ + "global" + ] + }, + { + "cli": "--skip-ndbcluster", + "dynamic": false, + "id": "option_mysqld_skip-ndbcluster", + "name": "skip-ndbcluster" + }, + { + "default": "1 / 1 - 256 (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_autoincrement_prefetch_sz", + "name": "ndb_autoincrement_prefetch_sz", + "scope": [ + "global", + "session" + ] + }, + { + "default": "0 / - (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_cache_check_time", + "name": "ndb_cache_check_time", + "scope": [ + "global" + ] + }, + { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_clear_apply_status", + "name": "ndb_clear_apply_status", + "scope": [ + "global" + ] + }, + { + "default": "0 / 0 - 255 (Version: 5.7.12-ndb-7.5.2)", + "dynamic": true, + "id": "sysvar_ndb_data_node_neighbour", + "name": "ndb_data_node_neighbour", + "scope": [ + "global" + ] + }, + { + "default": "FIXED / FIXED, DYNAMIC (Version: 5.7.16-ndb-7.5.4)", + "dynamic": true, + "id": "sysvar_ndb_default_column_format", + "name": "ndb_default_column_format", + "scope": [ + "global" + ] + }, + { + "default": "0 / 0 - 1 (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_deferred_constraints", + "name": "ndb_deferred_constraints", + "scope": [ + "global", + "session" + ] + }, + { + "default": "KEYHASH / LINHASH, KEYHASH (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_distribution", + "name": "ndb_distribution", + "scope": [ + "global" + ] + }, + { + "default": "20 / 1 - 99 (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_eventbuffer_free_percent", + "name": "ndb_eventbuffer_free_percent", + "scope": [ + "global" + ] + }, + { + "default": "0 / 0 - 4294967295 (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_eventbuffer_max_alloc", + "name": "ndb_eventbuffer_max_alloc", + "scope": [ + "global" + ] + }, + { + "default": "1 / - (Version: 5.1.19-ndb-6.3.0)", + "dynamic": true, + "id": "sysvar_ndb_extra_logging", + "name": "ndb_extra_logging", + "scope": [ + "global" + ] + }, + { + "default": "TRUE (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_force_send", + "name": "ndb_force_send", + "scope": [ + "global", + "session" + ] + }, + { + "default": "OFF (Version: 5.7.12-ndb-7-5-2)", + "dynamic": true, + "id": "sysvar_ndb_fully_replicated", + "name": "ndb_fully_replicated", + "scope": [ + "global", + "session" + ] + }, + { + "default": "ON (Version: 5.5.15-ndb-7.2.1)", + "dynamic": true, + "id": "sysvar_ndb_index_stat_enable", + "name": "ndb_index_stat_enable", + "scope": [ + "global", + "session" + ] + }, + { + "default": "loop_checkon=1000ms,loop_idle=1000ms,loop_busy=100ms,, update_batch=1,read_batch=4,idle_batch=32,check_batch=32,, check_delay=1m,delete_batch=8,clean_delay=0,error_batch=4,, error_delay=1m,evict_batch=8,evict_delay=1m,cache_limit=32M,, cache_lowpct=90 (Version: 5.1.56-ndb-7.1.17)", + "dynamic": true, + "id": "sysvar_ndb_index_stat_option", + "name": "ndb_index_stat_option", + "scope": [ + "global", + "session" + ] + }, + { + "default": "TRUE (Version: 5.1.51-ndb-7.2.0)", + "dynamic": true, + "id": "sysvar_ndb_join_pushdown", + "name": "ndb_join_pushdown", + "scope": [ + "global", + "session" + ] + }, + { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "sysvar_ndb_log_apply_status", + "name": "ndb_log_apply_status", + "scope": [ + "global" + ] + }, + { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_log_bin", + "name": "ndb_log_bin", + "scope": [ + "global", + "session" + ] + }, + { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_log_binlog_index", + "name": "ndb_log_binlog_index", + "scope": [ + "global" + ] + }, + { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_log_empty_epochs", + "name": "ndb_log_empty_epochs", + "scope": [ + "global" + ] + }, + { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_log_empty_update", + "name": "ndb_log_empty_update", + "scope": [ + "global" + ] + }, + { + "default": "0 (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_log_exclusive_reads", + "name": "ndb_log_exclusive_reads", + "scope": [ + "global", + "session" + ] + }, + { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "sysvar_ndb_log_orig", + "name": "ndb_log_orig", + "scope": [ + "global" + ] + }, + { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "sysvar_ndb_log_transaction_id", + "name": "ndb_log_transaction_id", + "scope": [ + "global" + ] + }, + { + "default": "3 / 0 - 3 (Version: 5.1.22-ndb-6.3.4)", + "dynamic": false, + "id": "sysvar_ndb_optimized_node_selection", + "name": "ndb_optimized_node_selection", + "scope": [ + "global" + ] + }, + { + "default": "OFF (Version: 5.7.12-ndb-7.5.2)", + "dynamic": true, + "id": "sysvar_ndb_read_backup", + "name": "ndb_read_backup", + "scope": [ + "global" + ] + }, + { + "default": "8 / 0 (MIN_ACTIVATION_THRESHOLD) - 16 (MAX_ACTIVATION_THRESHOLD), (Version: 5.6.10-ndb-7.3.1)", + "dynamic": false, + "id": "sysvar_ndb_recv_thread_activation_threshold", + "name": "ndb_recv_thread_activation_threshold" + }, + { + "default": "[empty] (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_recv_thread_cpu_mask", + "name": "ndb_recv_thread_cpu_mask", + "scope": [ + "global" + ] + }, + { + "default": "10 / 0 - 256 (Version: 5.7.16-ndb-7.5.4)", + "dynamic": true, + "id": "sysvar_ndb_report_thresh_binlog_epoch_slip", + "name": "ndb_report_thresh_binlog_epoch_slip", + "scope": [ + "global" + ] + }, + { + "default": "1 / 0 - 1 (Version: NDB 7.6.8)", + "dynamic": true, + "id": "sysvar_ndb_report_thresh_binlog_mem_usage", + "name": "ndb_report_thresh_binlog_mem_usage", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "1 / 0 - 1 (Version: NDB 7.6.8)", + "dynamic": true, + "id": "sysvar_ndb_row_checksum", + "name": "ndb_row_checksum", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_show_foreign_key_mock_tables", + "name": "ndb_show_foreign_key_mock_tables", + "scope": [ + "global" + ] + }, + { + "default": "NONE / NONE, PRIMARY, SECONDARY, PASS (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_slave_conflict_role", + "name": "ndb_slave_conflict_role", + "scope": [ + "global" + ] + }, + { + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_table_no_logging", + "name": "ndb_table_no_logging", + "scope": [ + "session" + ] + }, + { + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_table_temporary", + "name": "ndb_table_temporary", + "scope": [ + "session" + ] + }, + { + "dynamic": false, + "id": "sysvar_ndb_use_copying_alter_table", + "name": "ndb_use_copying_alter_table", + "scope": [ + "global", + "session" + ] + }, + { + "default": "OFF (Version: 5.1.47-ndb-7.1.8)", + "dynamic": true, + "id": "sysvar_ndb_use_exact_count", + "name": "ndb_use_exact_count", + "scope": [ + "global", + "session" + ] + }, + { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndb_use_transactions", + "name": "ndb_use_transactions", + "scope": [ + "global", + "session" + ] + }, + { + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "sysvar_ndb_version", + "name": "ndb_version", + "scope": [ + "global" + ] + }, + { + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "sysvar_ndb_version_string", + "name": "ndb_version_string", + "scope": [ + "global" + ] + }, + { + "default": "32 / 7 - 32 (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "sysvar_server_id_bits", + "name": "server_id_bits", + "scope": [ + "global" + ] + }, + { + "default": "off (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_slave_allow_batching", + "name": "slave_allow_batching", + "scope": [ + "global" + ] + }, + { + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_transaction_allow_batching", + "name": "transaction_allow_batching", + "scope": [ + "session" + ] + }, + { + "default": "ndbinfo (Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "sysvar_ndbinfo_database", + "name": "ndbinfo_database", + "scope": [ + "global" + ] + }, + { + "default": "0 / - (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndbinfo_max_bytes", + "name": "ndbinfo_max_bytes", + "scope": [ + "global", + "session" + ] + }, + { + "default": "10 / - (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndbinfo_max_rows", + "name": "ndbinfo_max_rows", + "scope": [ + "global", + "session" + ] + }, + { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndbinfo_offline", + "name": "ndbinfo_offline", + "scope": [ + "global" + ] + }, + { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndbinfo_show_hidden", + "name": "ndbinfo_show_hidden", + "scope": [ + "global", + "session" + ] + }, + { + "default": "ndb$ (Version: NDB 7.5-7.6)", + "dynamic": true, + "id": "sysvar_ndbinfo_table_prefix", + "name": "ndbinfo_table_prefix", + "scope": [ + "global", + "session" + ] + }, + { + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "id": "sysvar_ndbinfo_version", + "name": "ndbinfo_version", + "scope": [ + "global" + ] + } + ], + "name": "mysql-cluster-options-variables", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-performance-schema-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-performance-schema-system-variables.json new file mode 100644 index 0000000..6a8ec5c --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-performance-schema-system-variables.json @@ -0,0 +1,544 @@ +{ + "data": [ + { + "cli": "--performance-schema[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_performance_schema", + "name": "performance_schema", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--performance-schema-accounts-size=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_accounts_size", + "name": "performance_schema_accounts_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-digests-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_digests_size", + "name": "performance_schema_digests_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-error-size=#", + "default": "number of server error codes", + "dynamic": false, + "id": "sysvar_performance_schema_error_size", + "name": "performance_schema_error_size", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-stages-history-long-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_events_stages_history_long_size", + "name": "performance_schema_events_stages_history_long_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-stages-history-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_events_stages_history_size", + "name": "performance_schema_events_stages_history_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-statements-history-long-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_events_statements_history_long_size", + "name": "performance_schema_events_statements_history_long_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-statements-history-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_events_statements_history_size", + "name": "performance_schema_events_statements_history_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-transactions-history-long-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_events_transactions_history_long_size", + "name": "performance_schema_events_transactions_history_long_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-transactions-history-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_events_transactions_history_size", + "name": "performance_schema_events_transactions_history_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-waits-history-long-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_events_waits_history_long_size", + "name": "performance_schema_events_waits_history_long_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-waits-history-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_events_waits_history_size", + "name": "performance_schema_events_waits_history_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-hosts-size=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_hosts_size", + "name": "performance_schema_hosts_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-cond-classes=#", + "default": "80", + "dynamic": false, + "id": "sysvar_performance_schema_max_cond_classes", + "name": "performance_schema_max_cond_classes", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-cond-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_cond_instances", + "name": "performance_schema_max_cond_instances", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-digest-length=#", + "default": "1024", + "dynamic": false, + "id": "sysvar_performance_schema_max_digest_length", + "name": "performance_schema_max_digest_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-digest-sample-age=#", + "default": "60", + "dynamic": true, + "id": "sysvar_performance_schema_max_digest_sample_age", + "name": "performance_schema_max_digest_sample_age", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-file-classes=#", + "default": "80", + "dynamic": false, + "id": "sysvar_performance_schema_max_file_classes", + "name": "performance_schema_max_file_classes", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-file-handles=#", + "default": "32768", + "dynamic": false, + "id": "sysvar_performance_schema_max_file_handles", + "name": "performance_schema_max_file_handles", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-file-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_file_instances", + "name": "performance_schema_max_file_instances", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-index-stat=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_index_stat", + "name": "performance_schema_max_index_stat", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-memory-classes=#", + "dynamic": false, + "id": "sysvar_performance_schema_max_memory_classes", + "name": "performance_schema_max_memory_classes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-metadata-locks=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_metadata_locks", + "name": "performance_schema_max_metadata_locks", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-mutex-classes=#", + "dynamic": false, + "id": "sysvar_performance_schema_max_mutex_classes", + "name": "performance_schema_max_mutex_classes", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-mutex-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_mutex_instances", + "name": "performance_schema_max_mutex_instances", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-prepared-statements-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_prepared_statements_instances", + "name": "performance_schema_max_prepared_statements_instances", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-rwlock-classes=#", + "default": "40", + "dynamic": false, + "id": "sysvar_performance_schema_max_rwlock_classes", + "name": "performance_schema_max_rwlock_classes", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-program-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_program_instances", + "name": "performance_schema_max_program_instances", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-rwlock-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_rwlock_instances", + "name": "performance_schema_max_rwlock_instances", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-socket-classes=#", + "default": "10", + "dynamic": false, + "id": "sysvar_performance_schema_max_socket_classes", + "name": "performance_schema_max_socket_classes", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-socket-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_socket_instances", + "name": "performance_schema_max_socket_instances", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-sql-text-length=#", + "default": "1024", + "dynamic": false, + "id": "sysvar_performance_schema_max_sql_text_length", + "name": "performance_schema_max_sql_text_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-stage-classes=#", + "default": "150", + "dynamic": false, + "id": "sysvar_performance_schema_max_stage_classes", + "name": "performance_schema_max_stage_classes", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-statement-classes=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_statement_classes", + "name": "performance_schema_max_statement_classes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-statement-stack=#", + "default": "10", + "dynamic": false, + "id": "sysvar_performance_schema_max_statement_stack", + "name": "performance_schema_max_statement_stack", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-table-handles=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_table_handles", + "name": "performance_schema_max_table_handles", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-table-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_table_instances", + "name": "performance_schema_max_table_instances", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-table-lock-stat=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_table_lock_stat", + "name": "performance_schema_max_table_lock_stat", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-thread-classes=#", + "dynamic": false, + "id": "sysvar_performance_schema_max_thread_classes", + "name": "performance_schema_max_thread_classes", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-thread-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_max_thread_instances", + "name": "performance_schema_max_thread_instances", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-session-connect-attrs-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_session_connect_attrs_size", + "name": "performance_schema_session_connect_attrs_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-setup-actors-size=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_setup_actors_size", + "name": "performance_schema_setup_actors_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-setup-objects-size=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_setup_objects_size", + "name": "performance_schema_setup_objects_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-users-size=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "id": "sysvar_performance_schema_users_size", + "name": "performance_schema_users_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "performance-schema-system-variables", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-pluggable-authentication-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-pluggable-authentication-system-variables.json new file mode 100644 index 0000000..77db2d7 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-pluggable-authentication-system-variables.json @@ -0,0 +1,342 @@ +{ + "data": [ + { + "cli": "--authentication-ldap-sasl-auth-method-name=value", + "default": "SCRAM-SHA-1", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_auth_method_name", + "name": "authentication_ldap_sasl_auth_method_name", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-sasl-bind-base-dn=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_bind_base_dn", + "name": "authentication_ldap_sasl_bind_base_dn", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-sasl-bind-root-dn=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_bind_root_dn", + "name": "authentication_ldap_sasl_bind_root_dn", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-sasl-bind-root-pwd=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_bind_root_pwd", + "name": "authentication_ldap_sasl_bind_root_pwd", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-sasl-ca-path=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_ca_path", + "name": "authentication_ldap_sasl_ca_path", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-sasl-group-search-attr=value", + "default": "cn", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_group_search_attr", + "name": "authentication_ldap_sasl_group_search_attr", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-sasl-group-search-filter=value", + "default": "(|(&(objectClass=posixGroup)(memberUid=%s))(&(objectClass=group)(member=%s)))", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_group_search_filter", + "name": "authentication_ldap_sasl_group_search_filter", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-sasl-init-pool-size=#", + "default": "10", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_init_pool_size", + "name": "authentication_ldap_sasl_init_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-ldap-sasl-log-status=#", + "default": "1", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_log_status", + "name": "authentication_ldap_sasl_log_status", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-ldap-sasl-max-pool-size=#", + "default": "1000", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_max_pool_size", + "name": "authentication_ldap_sasl_max_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-ldap-sasl-server-host=host_name", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_server_host", + "name": "authentication_ldap_sasl_server_host", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-sasl-server-port=port_num", + "default": "389", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_server_port", + "name": "authentication_ldap_sasl_server_port", + "range": { + "from": 1, + "to": 32376 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-ldap-sasl-tls[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_tls", + "name": "authentication_ldap_sasl_tls", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--authentication-ldap-sasl-user-search-attr=value", + "default": "uid", + "dynamic": true, + "id": "sysvar_authentication_ldap_sasl_user_search_attr", + "name": "authentication_ldap_sasl_user_search_attr", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-simple-auth-method-name=value", + "default": "SIMPLE", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_auth_method_name", + "name": "authentication_ldap_simple_auth_method_name", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-simple-bind-base-dn=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_bind_base_dn", + "name": "authentication_ldap_simple_bind_base_dn", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-simple-bind-root-dn=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_bind_root_dn", + "name": "authentication_ldap_simple_bind_root_dn", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-simple-bind-root-pwd=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_bind_root_pwd", + "name": "authentication_ldap_simple_bind_root_pwd", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-simple-ca-path=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_ca_path", + "name": "authentication_ldap_simple_ca_path", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-simple-group-search-attr=value", + "default": "cn", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_group_search_attr", + "name": "authentication_ldap_simple_group_search_attr", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-simple-group-search-filter=value", + "default": "(|(&(objectClass=posixGroup)(memberUid=%s))(&(objectClass=group)(member=%s)))", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_group_search_filter", + "name": "authentication_ldap_simple_group_search_filter", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-simple-init-pool-size=#", + "default": "10", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_init_pool_size", + "name": "authentication_ldap_simple_init_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-ldap-simple-log-status=#", + "default": "1", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_log_status", + "name": "authentication_ldap_simple_log_status", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-ldap-simple-max-pool-size=#", + "default": "1000", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_max_pool_size", + "name": "authentication_ldap_simple_max_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-ldap-simple-server-host=host_name", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_server_host", + "name": "authentication_ldap_simple_server_host", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--authentication-ldap-simple-server-port=port_num", + "default": "389", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_server_port", + "name": "authentication_ldap_simple_server_port", + "range": { + "from": 1, + "to": 32376 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-ldap-simple-tls[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_tls", + "name": "authentication_ldap_simple_tls", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--authentication-ldap-simple-user-search-attr=value", + "default": "uid", + "dynamic": true, + "id": "sysvar_authentication_ldap_simple_user_search_attr", + "name": "authentication_ldap_simple_user_search_attr", + "scope": [ + "global" + ], + "type": "string" + } + ], + "name": "pluggable-authentication-system-variables", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-binary-log.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-binary-log.json new file mode 100644 index 0000000..188370a --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-binary-log.json @@ -0,0 +1,551 @@ +{ + "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-encryption[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_binlog_encryption", + "name": "binlog_encryption", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--binlog-error-action[=value]", + "default": "ABORT_SERVER", + "dynamic": true, + "id": "sysvar_binlog_error_action", + "name": "binlog_error_action", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IGNORE_ERROR", + "ABORT_SERVER" + ] + }, + { + "cli": "--binlog-expire-logs-seconds=#", + "dynamic": true, + "id": "sysvar_binlog_expire_logs_seconds", + "name": "binlog_expire_logs_seconds", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--binlog-format=format", + "default": "ROW", + "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": "--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-rotate-encryption-master-key-at-startup[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_binlog_rotate_encryption_master_key_at_startup", + "name": "binlog_rotate_encryption_master_key_at_startup", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--binlog-row-event-max-size=#", + "default": "8192", + "id": "sysvar_binlog_row_event_max_size", + "name": "binlog_row_event_max_size", + "range": { + "from": 256 + }, + "type": "integer" + }, + { + "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-row-metadata=metadata_type", + "default": "MINIMAL", + "dynamic": true, + "id": "sysvar_binlog_row_metadata", + "name": "binlog_row_metadata", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "FULL", + "MINIMAL" + ] + }, + { + "cli": "--binlog-row-value-options=#", + "default": "''", + "dynamic": true, + "id": "sysvar_binlog_row_value_options", + "name": "binlog_row_value_options", + "scope": [ + "global", + "session" + ], + "type": "set", + "validValues": [ + "PARTIAL_JSON" + ] + }, + { + "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=#", + "dynamic": true, + "id": "sysvar_expire_logs_days", + "name": "expire_logs_days", + "range": { + "from": 0, + "to": 99 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "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}]", + "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" + }, + { + "dynamic": true, + "id": "sysvar_original_commit_timestamp", + "name": "original_commit_timestamp", + "scope": [ + "session" + ], + "type": "numeric" + }, + { + "default": "ON", + "dynamic": true, + "id": "sysvar_sql_log_bin", + "name": "sql_log_bin", + "scope": [ + "session" + ], + "type": "boolean" + }, + { + "cli": "--sync-binlog=#", + "default": "1", + "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", + "validValues": [ + "OFF", + "MURMUR32", + "XXHASH64" + ] + } + ], + "name": "replication-options-binary-log", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" +} 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" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-gtids.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-gtids.json new file mode 100644 index 0000000..bda6474 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-gtids.json @@ -0,0 +1,109 @@ +{ + "data": [ + { + "cli": "--binlog-gtid-simple-recovery[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_binlog_gtid_simple_recovery", + "name": "binlog_gtid_simple_recovery", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--enforce-gtid-consistency[=value]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_enforce_gtid_consistency", + "name": "enforce_gtid_consistency", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "WARN" + ] + }, + { + "dynamic": false, + "id": "sysvar_gtid_executed", + "name": "gtid_executed", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--gtid-executed-compression-period=#", + "default": "1000", + "dynamic": true, + "id": "sysvar_gtid_executed_compression_period", + "name": "gtid_executed_compression_period", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--gtid-mode=MODE", + "default": "OFF", + "dynamic": true, + "id": "sysvar_gtid_mode", + "name": "gtid_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "OFF_PERMISSIVE", + "ON_PERMISSIVE", + "ON" + ] + }, + { + "default": "AUTOMATIC", + "dynamic": true, + "id": "sysvar_gtid_next", + "name": "gtid_next", + "scope": [ + "session" + ], + "type": "enumeration", + "validValues": [ + "AUTOMATIC", + "ANONYMOUS", + "UUID:NUMBER" + ] + }, + { + "dynamic": false, + "id": "sysvar_gtid_owned", + "name": "gtid_owned", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_gtid_purged", + "name": "gtid_purged", + "scope": [ + "global" + ], + "type": "string" + } + ], + "name": "replication-options-gtids", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html" +} 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" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-slave.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-slave.json new file mode 100644 index 0000000..42b8570 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-slave.json @@ -0,0 +1,676 @@ +{ + "data": [ + { + "cli": "--master-info-file=file_name", + "default": "master.info", + "id": "option_mysqld_master-info-file", + "name": "master_info_file", + "type": "file name" + }, + { + "cli": "--master-retry-count=#", + "default": "86400", + "id": "option_mysqld_master-retry-count", + "name": "master_retry_count", + "range": { + "from": 0 + }, + "type": "integer" + }, + { + "cli": "--max-relay-log-size=#", + "default": "0", + "dynamic": true, + "id": "option_mysqld_max-relay-log-size", + "name": "max_relay_log_size", + "range": { + "from": 0, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--relay-log-purge[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "option_mysqld_relay-log-purge", + "name": "relay_log_purge", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--relay-log-space-limit=#", + "default": "0", + "dynamic": false, + "id": "option_mysqld_relay-log-space-limit", + "name": "relay_log_space_limit", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--replicate-do-db=name", + "id": "option_mysqld_replicate-do-db", + "name": "replicate_do_db", + "type": "string" + }, + { + "cli": "--replicate-ignore-db=name", + "id": "option_mysqld_replicate-ignore-db", + "name": "replicate_ignore_db", + "type": "string" + }, + { + "cli": "--replicate-do-table=name", + "id": "option_mysqld_replicate-do-table", + "name": "replicate_do_table", + "type": "string" + }, + { + "cli": "--replicate-ignore-table=name", + "id": "option_mysqld_replicate-ignore-table", + "name": "replicate_ignore_table", + "type": "string" + }, + { + "cli": "--replicate-rewrite-db=old_name->new_name", + "id": "option_mysqld_replicate-rewrite-db", + "name": "replicate_rewrite_db", + "type": "string" + }, + { + "cli": "--replicate-same-server-id[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_replicate-same-server-id", + "name": "replicate_same_server_id", + "type": "boolean" + }, + { + "cli": "--replicate-wild-do-table=name", + "id": "option_mysqld_replicate-wild-do-table", + "name": "replicate_wild_do_table", + "type": "string" + }, + { + "cli": "--replicate-wild-ignore-table=name", + "id": "option_mysqld_replicate-wild-ignore-table", + "name": "replicate_wild_ignore_table", + "type": "string" + }, + { + "cli": "--skip-slave-start[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_skip-slave-start", + "name": "skip_slave_start", + "type": "boolean" + }, + { + "cli": "--slave-skip-errors=name", + "default": "OFF", + "dynamic": false, + "id": "option_mysqld_slave-skip-errors", + "name": "slave_skip_errors", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "OFF", + "[list of error codes]", + "all", + "ddl_exist_errors" + ] + }, + { + "cli": "--slave-sql-verify-checksum[={OFF|ON}]", + "default": "ON", + "id": "option_mysqld_slave-sql-verify-checksum", + "name": "slave_sql_verify_checksum", + "type": "boolean" + }, + { + "cli": "--abort-slave-event-count=#", + "default": "0", + "id": "option_mysqld_abort-slave-event-count", + "name": "abort_slave_event_count", + "range": { + "from": 0 + }, + "type": "integer" + }, + { + "cli": "--disconnect-slave-event-count=#", + "default": "0", + "id": "option_mysqld_disconnect-slave-event-count", + "name": "disconnect_slave_event_count", + "type": "integer" + }, + { + "cli": "--init-slave=name", + "dynamic": true, + "id": "sysvar_init_slave", + "name": "init_slave", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-slow-slave-statements[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_log_slow_slave_statements", + "name": "log_slow_slave_statements", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--master-info-repository={FILE|TABLE}", + "dynamic": true, + "id": "sysvar_master_info_repository", + "name": "master_info_repository", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "FILE", + "TABLE" + ] + }, + { + "cli": "--max-relay-log-size=#", + "default": "0", + "dynamic": true, + "id": "sysvar_max_relay_log_size", + "name": "max_relay_log_size", + "range": { + "from": 0, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--relay-log=file_name", + "dynamic": false, + "id": "sysvar_relay_log", + "name": "relay_log", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "default": "datadir + '/' + hostname + '-relay-bin'", + "dynamic": false, + "id": "sysvar_relay_log_basename", + "name": "relay_log_basename", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--relay-log-index=file_name", + "default": "*host_name*-relay-bin.index", + "dynamic": false, + "id": "sysvar_relay_log_index", + "name": "relay_log_index", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--relay-log-info-file=file_name", + "default": "relay-log.info", + "dynamic": false, + "id": "sysvar_relay_log_info_file", + "name": "relay_log_info_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--relay-log-info-repository=value", + "dynamic": true, + "id": "sysvar_relay_log_info_repository", + "name": "relay_log_info_repository", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "FILE", + "TABLE" + ] + }, + { + "cli": "--relay-log-purge[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_relay_log_purge", + "name": "relay_log_purge", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--relay-log-recovery[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_relay_log_recovery", + "name": "relay_log_recovery", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--relay-log-space-limit=#", + "default": "0", + "dynamic": false, + "id": "sysvar_relay_log_space_limit", + "name": "relay_log_space_limit", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--report-host=host_name", + "dynamic": false, + "id": "sysvar_report_host", + "name": "report_host", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--report-password=name", + "dynamic": false, + "id": "sysvar_report_password", + "name": "report_password", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--report-port=port_num", + "default": "[slave_port]", + "dynamic": false, + "id": "sysvar_report_port", + "name": "report_port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--report-user=name", + "dynamic": false, + "id": "sysvar_report_user", + "name": "report_user", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--rpl-read-size=#", + "default": "8192", + "dynamic": true, + "id": "sysvar_rpl_read_size", + "name": "rpl_read_size", + "range": { + "from": 8192, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rpl-semi-sync-slave-enabled[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_rpl_semi_sync_slave_enabled", + "name": "rpl_semi_sync_slave_enabled", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--rpl-semi-sync-slave-trace-level=#", + "default": "32", + "dynamic": true, + "id": "sysvar_rpl_semi_sync_slave_trace_level", + "name": "rpl_semi_sync_slave_trace_level", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--rpl-stop-slave-timeout=seconds", + "default": "31536000", + "dynamic": true, + "id": "sysvar_rpl_stop_slave_timeout", + "name": "rpl_stop_slave_timeout", + "range": { + "from": 2, + "to": 31536000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-checkpoint-group=#", + "default": "512", + "dynamic": true, + "id": "sysvar_slave_checkpoint_group", + "name": "slave_checkpoint_group", + "range": { + "from": 32, + "to": 524280 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-checkpoint-period=#", + "default": "300", + "dynamic": true, + "id": "sysvar_slave_checkpoint_period", + "name": "slave_checkpoint_period", + "range": { + "from": 1, + "to": 4 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-compressed-protocol[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_slave_compressed_protocol", + "name": "slave_compressed_protocol", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--slave-exec-mode=mode", + "default": "IDEMPOTENT (NDB)STRICT (Other)", + "dynamic": true, + "id": "sysvar_slave_exec_mode", + "name": "slave_exec_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IDEMPOTENT", + "STRICT" + ] + }, + { + "cli": "--slave-load-tmpdir=dir_name", + "default": "Value of --tmpdir", + "dynamic": false, + "id": "sysvar_slave_load_tmpdir", + "name": "slave_load_tmpdir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--slave-max-allowed-packet=#", + "default": "1073741824", + "dynamic": true, + "id": "sysvar_slave_max_allowed_packet", + "name": "slave_max_allowed_packet", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-net-timeout=#", + "default": "60", + "dynamic": true, + "id": "sysvar_slave_net_timeout", + "name": "slave_net_timeout", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-parallel-type=value", + "default": "DATABASE", + "dynamic": true, + "id": "sysvar_slave_parallel_type", + "name": "slave_parallel_type", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "DATABASE", + "LOGICAL_CLOCK" + ] + }, + { + "cli": "--slave-parallel-workers=#", + "default": "0", + "dynamic": true, + "id": "sysvar_slave_parallel_workers", + "name": "slave_parallel_workers", + "range": { + "from": 0, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-pending-jobs-size-max=#", + "dynamic": true, + "id": "sysvar_slave_pending_jobs_size_max", + "name": "slave_pending_jobs_size_max", + "range": { + "from": 1024, + "to": 16 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-preserve-commit-order[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_slave_preserve_commit_order", + "name": "slave_preserve_commit_order", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--slave-rows-search-algorithms=value", + "dynamic": true, + "id": "sysvar_slave_rows_search_algorithms", + "name": "slave_rows_search_algorithms", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "TABLE_SCAN,INDEX_SCAN", + "INDEX_SCAN,HASH_SCAN", + "TABLE_SCAN,HASH_SCAN", + "TABLE_SCAN,INDEX_SCAN,HASH_SCAN" + ] + }, + { + "cli": "--slave-skip-errors=name", + "default": "OFF", + "dynamic": false, + "id": "sysvar_slave_skip_errors", + "name": "slave_skip_errors", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "OFF", + "[list of error codes]", + "all", + "ddl_exist_errors" + ] + }, + { + "cli": "--slave-sql-verify-checksum[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_slave_sql_verify_checksum", + "name": "slave_sql_verify_checksum", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--slave-transaction-retries=#", + "default": "10", + "dynamic": true, + "id": "sysvar_slave_transaction_retries", + "name": "slave_transaction_retries", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slave-type-conversions=set", + "default": "", + "dynamic": false, + "id": "sysvar_slave_type_conversions", + "name": "slave_type_conversions", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "ALL_LOSSY", + "ALL_NON_LOSSY", + "ALL_SIGNED", + "ALL_UNSIGNED" + ] + }, + { + "dynamic": true, + "id": "sysvar_sql_slave_skip_counter", + "name": "sql_slave_skip_counter", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--sync-master-info=#", + "default": "10000", + "dynamic": true, + "id": "sysvar_sync_master_info", + "name": "sync_master_info", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--sync-relay-log=#", + "default": "10000", + "dynamic": true, + "id": "sysvar_sync_relay_log", + "name": "sync_relay_log", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--sync-relay-log-info=#", + "default": "10000", + "dynamic": true, + "id": "sysvar_sync_relay_log_info", + "name": "sync_relay_log_info", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "replication-options-slave", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options.json new file mode 100644 index 0000000..080e543 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options.json @@ -0,0 +1,29 @@ +{ + "data": [ + { + "cli": "--server-id=#", + "dynamic": true, + "id": "sysvar_server_id", + "name": "server_id", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "sysvar_server_uuid", + "name": "server_uuid", + "scope": [ + "global" + ], + "type": "string" + } + ], + "name": "replication-options", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options.html" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-options.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-options.json new file mode 100644 index 0000000..34f3439 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-options.json @@ -0,0 +1,535 @@ +{ + "data": [ + { + "cli": "--help", + "id": "option_mysqld_help", + "name": "help" + }, + { + "cli": "--allow-suspicious-udfs[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_allow-suspicious-udfs", + "name": "allow_suspicious_udfs", + "type": "boolean" + }, + { + "cli": "--ansi", + "id": "option_mysqld_ansi", + "name": "ansi" + }, + { + "cli": "--basedir=dir_name", + "dynamic": false, + "id": "sysvar_basedir", + "name": "basedir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--character-set-client-handshake[={OFF|ON}]", + "default": "ON", + "id": "option_mysqld_character-set-client-handshake", + "name": "character_set_client_handshake", + "type": "boolean" + }, + { + "cli": "--chroot=dir_name", + "id": "option_mysqld_chroot", + "name": "chroot", + "type": "directory name" + }, + { + "cli": "--console", + "id": "option_mysqld_console", + "name": "console" + }, + { + "cli": "--core-file[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_core-file", + "name": "core_file", + "type": "boolean" + }, + { + "cli": "--daemonize[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_daemonize", + "name": "daemonize", + "type": "boolean" + }, + { + "cli": "--datadir=dir_name", + "dynamic": false, + "id": "sysvar_datadir", + "name": "datadir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--debug[=debug_options]", + "dynamic": true, + "id": "option_mysqld_debug", + "name": "debug", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--debug-sync-timeout[=#]", + "id": "option_mysqld_debug-sync-timeout", + "name": "debug_sync_timeout", + "type": "integer" + }, + { + "cli": "--default-time-zone=name", + "id": "option_mysqld_default-time-zone", + "name": "default_time_zone", + "type": "string" + }, + { + "cli": "--des-key-file=file_name", + "id": "option_mysqld_des-key-file", + "name": "des_key_file" + }, + { + "cli": "--early-plugin-load=plugin_list", + "default": "empty string", + "id": "option_mysqld_early-plugin-load", + "name": "early_plugin_load", + "type": "string" + }, + { + "cli": "--exit-info[=flags]", + "id": "option_mysqld_exit-info", + "name": "exit_info", + "type": "integer" + }, + { + "cli": "--external-locking[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_external-locking", + "name": "external_locking", + "type": "boolean" + }, + { + "cli": "--flush[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "option_mysqld_flush", + "name": "flush", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--gdb[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_gdb", + "name": "gdb", + "type": "boolean" + }, + { + "cli": "--initialize[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_initialize", + "name": "initialize", + "type": "boolean" + }, + { + "cli": "--initialize-insecure[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_initialize-insecure", + "name": "initialize_insecure", + "type": "boolean" + }, + { + "cli": "--install [service_name]", + "id": "option_mysqld_install", + "name": "install" + }, + { + "cli": "--install-manual [service_name]", + "id": "option_mysqld_install-manual", + "name": "install_manual" + }, + { + "cli": "--language=name", + "default": "/usr/local/mysql/share/mysql/english/", + "dynamic": false, + "id": "option_mysqld_language", + "name": "language", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--large-pages[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "option_mysqld_large-pages", + "name": "large_pages", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--lc-messages=name", + "default": "en_US", + "dynamic": true, + "id": "option_mysqld_lc-messages", + "name": "lc_messages", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--lc-messages-dir=dir_name", + "dynamic": false, + "id": "option_mysqld_lc-messages-dir", + "name": "lc_messages_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--local-service", + "id": "option_mysqld_local-service", + "name": "local_service" + }, + { + "cli": "--log-error[=file_name]", + "dynamic": false, + "id": "option_mysqld_log-error", + "name": "log_error", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--log-isam[=file_name]", + "id": "option_mysqld_log-isam", + "name": "log_isam", + "type": "file name" + }, + { + "cli": "--log-raw[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_log-raw", + "name": "log_raw", + "type": "boolean" + }, + { + "cli": "--log-short-format[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_log-short-format", + "name": "log_short_format", + "type": "boolean" + }, + { + "cli": "--log-tc=file_name", + "default": "tc.log", + "id": "option_mysqld_log-tc", + "name": "log_tc", + "type": "file name" + }, + { + "cli": "--log-tc-size=#", + "default": "6 * page size", + "id": "option_mysqld_log-tc-size", + "name": "log_tc_size", + "range": { + "from": 6 + }, + "type": "integer" + }, + { + "cli": "--log-warnings[=#]", + "default": "2", + "dynamic": true, + "id": "option_mysqld_log-warnings", + "name": "log_warnings", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--memlock[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_memlock", + "name": "memlock", + "type": "boolean" + }, + { + "cli": "--myisam-block-size=#", + "default": "1024", + "id": "option_mysqld_myisam-block-size", + "name": "myisam_block_size", + "range": { + "from": 1024, + "to": 16384 + }, + "type": "integer" + }, + { + "cli": "--no-dd-upgrade[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_no-dd-upgrade", + "name": "no_dd_upgrade", + "type": "boolean" + }, + { + "cli": "--no-monitor[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_no-monitor", + "name": "no_monitor", + "type": "boolean" + }, + { + "cli": "--old-style-user-limits[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_old-style-user-limits", + "name": "old_style_user_limits", + "type": "boolean" + }, + { + "cli": "--plugin-load=plugin_list", + "dynamic": false, + "id": "option_mysqld_plugin-load", + "name": "plugin_load", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--plugin-load-add=plugin_list", + "dynamic": false, + "id": "option_mysqld_plugin-load-add", + "name": "plugin_load_add", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--port=port_num", + "default": "3306", + "dynamic": false, + "id": "option_mysqld_port", + "name": "port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--port-open-timeout=#", + "default": "0", + "id": "option_mysqld_port-open-timeout", + "name": "port_open_timeout", + "type": "integer" + }, + { + "cli": "--remove [service_name]", + "id": "option_mysqld_remove", + "name": "remove" + }, + { + "cli": "--safe-user-create[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_safe-user-create", + "name": "safe_user_create", + "type": "boolean" + }, + { + "cli": "--skip-grant-tables[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_skip-grant-tables", + "name": "skip_grant_tables", + "type": "boolean" + }, + { + "cli": "--skip-host-cache", + "id": "option_mysqld_skip-host-cache", + "name": "skip_host_cache" + }, + { + "cli": "--skip-new", + "id": "option_mysqld_skip-new", + "name": "skip_new" + }, + { + "cli": "--skip-show-database", + "dynamic": false, + "id": "option_mysqld_skip-show-database", + "name": "skip_show_database", + "scope": [ + "global" + ] + }, + { + "cli": "--skip-stack-trace", + "id": "option_mysqld_skip-stack-trace", + "name": "skip_stack_trace" + }, + { + "cli": "--slow-start-timeout=#", + "default": "15000", + "id": "option_mysqld_slow-start-timeout", + "name": "slow_start_timeout", + "type": "integer" + }, + { + "cli": "--socket={file_name|pipe_name}", + "dynamic": false, + "id": "option_mysqld_socket", + "name": "socket", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--sql-mode=name", + "dynamic": true, + "id": "option_mysqld_sql-mode", + "name": "sql_mode", + "scope": [ + "global", + "session" + ], + "type": "set" + }, + { + "cli": "--standalone", + "id": "option_mysqld_standalone", + "name": "standalone" + }, + { + "cli": "--super-large-pages[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_super-large-pages", + "name": "super_large_pages", + "type": "boolean" + }, + { + "cli": "--symbolic-links[={OFF|ON}]", + "id": "option_mysqld_symbolic-links", + "name": "symbolic_links", + "type": "boolean" + }, + { + "cli": "--sysdate-is-now[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_sysdate-is-now", + "name": "sysdate_is_now", + "type": "boolean" + }, + { + "cli": "--tc-heuristic-recover=name", + "default": "COMMIT", + "id": "option_mysqld_tc-heuristic-recover", + "name": "tc_heuristic_recover", + "type": "enumeration", + "validValues": [ + "COMMIT", + "ROLLBACK" + ] + }, + { + "cli": "--temp-pool[={OFF|ON}]", + "id": "option_mysqld_temp-pool", + "name": "temp_pool", + "type": "boolean" + }, + { + "cli": "--transaction-isolation=name", + "default": "REPEATABLE-READ", + "dynamic": true, + "id": "option_mysqld_transaction-isolation", + "name": "transaction_isolation", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "READ-UNCOMMITTED", + "READ-COMMITTED", + "REPEATABLE-READ", + "SERIALIZABLE" + ] + }, + { + "cli": "--transaction-read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "option_mysqld_transaction-read-only", + "name": "transaction_read_only", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--tmpdir=dir_name", + "dynamic": false, + "id": "option_mysqld_tmpdir", + "name": "tmpdir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--upgrade=value", + "default": "AUTO", + "id": "option_mysqld_upgrade", + "name": "upgrade", + "type": "enumeration", + "validValues": [ + "AUTO", + "NONE", + "MINIMAL", + "FORCE" + ] + }, + { + "cli": "--user=name", + "id": "option_mysqld_user", + "name": "user", + "type": "string" + }, + { + "cli": "--validate-config[={OFF|ON}]", + "default": "OFF", + "id": "option_mysqld_validate-config", + "name": "validate_config", + "type": "boolean" + } + ], + "name": "server-options", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-system-variables.json new file mode 100644 index 0000000..30c6b0a --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-system-variables.json @@ -0,0 +1,3804 @@ +{ + "data": [ + { + "cli": "--activate-all-roles-on-login[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_activate_all_roles_on_login", + "name": "activate_all_roles_on_login", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--admin-address=addr", + "dynamic": false, + "id": "sysvar_admin_address", + "name": "admin_address", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--admin-port=port_num", + "default": "33062", + "dynamic": false, + "id": "sysvar_admin_port", + "name": "admin_port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-windows-log-level=#", + "default": "2", + "dynamic": false, + "id": "sysvar_authentication_windows_log_level", + "name": "authentication_windows_log_level", + "range": { + "from": 0, + "to": 4 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-windows-use-principal-name[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_authentication_windows_use_principal_name", + "name": "authentication_windows_use_principal_name", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--autocommit[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_autocommit", + "name": "autocommit", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--automatic-sp-privileges[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_automatic_sp_privileges", + "name": "automatic_sp_privileges", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--auto-generate-certs[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_auto_generate_certs", + "name": "auto_generate_certs", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--avoid-temporal-upgrade[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_avoid_temporal_upgrade", + "name": "avoid_temporal_upgrade", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--back-log=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_back_log", + "name": "back_log", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--basedir=dir_name", + "dynamic": false, + "id": "sysvar_basedir", + "name": "basedir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--big-tables[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_big_tables", + "name": "big_tables", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--bind-address=addr", + "default": "*", + "dynamic": false, + "id": "sysvar_bind_address", + "name": "bind_address", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--block-encryption-mode=#", + "default": "aes-128-ecb", + "dynamic": true, + "id": "sysvar_block_encryption_mode", + "name": "block_encryption_mode", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--bulk-insert-buffer-size=#", + "default": "8388608", + "dynamic": true, + "id": "sysvar_bulk_insert_buffer_size", + "name": "bulk_insert_buffer_size", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--caching-sha2-password-auto-generate-rsa-keys[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_caching_sha2_password_auto_generate_rsa_keys", + "name": "caching_sha2_password_auto_generate_rsa_keys", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--caching-sha2-password-private-key-path=file_name", + "default": "private_key.pem", + "dynamic": false, + "id": "sysvar_caching_sha2_password_private_key_path", + "name": "caching_sha2_password_private_key_path", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--caching-sha2-password-public-key-path=file_name", + "default": "public_key.pem", + "dynamic": false, + "id": "sysvar_caching_sha2_password_public_key_path", + "name": "caching_sha2_password_public_key_path", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "dynamic": true, + "id": "sysvar_character_set_client", + "name": "character_set_client", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_character_set_connection", + "name": "character_set_connection", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_character_set_database", + "name": "character_set_database", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--character-set-filesystem=name", + "default": "binary", + "dynamic": true, + "id": "sysvar_character_set_filesystem", + "name": "character_set_filesystem", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_character_set_results", + "name": "character_set_results", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--character-set-server=name", + "dynamic": true, + "id": "sysvar_character_set_server", + "name": "character_set_server", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "utf8", + "dynamic": false, + "id": "sysvar_character_set_system", + "name": "character_set_system", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--character-sets-dir=dir_name", + "dynamic": false, + "id": "sysvar_character_sets_dir", + "name": "character_sets_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--check-proxy-users[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_check_proxy_users", + "name": "check_proxy_users", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "sysvar_collation_connection", + "name": "collation_connection", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_collation_database", + "name": "collation_database", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--collation-server=name", + "dynamic": true, + "id": "sysvar_collation_server", + "name": "collation_server", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--completion-type=#", + "default": "NO_CHAIN", + "dynamic": true, + "id": "sysvar_completion_type", + "name": "completion_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "NO_CHAIN", + "CHAIN", + "RELEASE", + "0", + "1", + "2" + ] + }, + { + "cli": "--concurrent-insert[=value]", + "default": "AUTO", + "dynamic": true, + "id": "sysvar_concurrent_insert", + "name": "concurrent_insert", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NEVER", + "AUTO", + "ALWAYS", + "0", + "1", + "2" + ] + }, + { + "cli": "--connect-timeout=#", + "default": "10", + "dynamic": true, + "id": "sysvar_connect_timeout", + "name": "connect_timeout", + "range": { + "from": 2, + "to": 31536000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "OFF", + "dynamic": false, + "id": "sysvar_core_file", + "name": "core_file", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--create-admin-listener-thread[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_create_admin_listener_thread", + "name": "create_admin_listener_thread", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--cte-max-recursion-depth=#", + "default": "1000", + "dynamic": true, + "id": "sysvar_cte_max_recursion_depth", + "name": "cte_max_recursion_depth", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--datadir=dir_name", + "dynamic": false, + "id": "sysvar_datadir", + "name": "datadir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--debug[=debug_options]", + "dynamic": true, + "id": "sysvar_debug", + "name": "debug", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_debug_sync", + "name": "debug_sync", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--default-authentication-plugin=plugin_name", + "dynamic": false, + "id": "sysvar_default_authentication_plugin", + "name": "default_authentication_plugin", + "scope": [ + "global" + ], + "type": "enumeration" + }, + { + "dynamic": true, + "id": "sysvar_default_collation_for_utf8mb4", + "name": "default_collation_for_utf8mb4", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "utf8mb4_0900_ai_ci", + "utf8mb4_general_ci" + ] + }, + { + "cli": "--default-password-lifetime=#", + "default": "0", + "dynamic": true, + "id": "sysvar_default_password_lifetime", + "name": "default_password_lifetime", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--default-storage-engine=name", + "default": "InnoDB", + "dynamic": true, + "id": "sysvar_default_storage_engine", + "name": "default_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration" + }, + { + "cli": "--default-table-encryption[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_default_table_encryption", + "name": "default_table_encryption", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--default-tmp-storage-engine=name", + "default": "InnoDB", + "dynamic": true, + "id": "sysvar_default_tmp_storage_engine", + "name": "default_tmp_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration" + }, + { + "cli": "--default-week-format=#", + "default": "0", + "dynamic": true, + "id": "sysvar_default_week_format", + "name": "default_week_format", + "range": { + "from": 0, + "to": 7 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--delay-key-write[={OFF|ON|ALL}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_delay_key_write", + "name": "delay_key_write", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "ALL" + ] + }, + { + "cli": "--delayed-insert-limit=#", + "default": "100", + "dynamic": true, + "id": "sysvar_delayed_insert_limit", + "name": "delayed_insert_limit", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--delayed-insert-timeout=#", + "default": "300", + "dynamic": true, + "id": "sysvar_delayed_insert_timeout", + "name": "delayed_insert_timeout", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--delayed-queue-size=#", + "default": "1000", + "dynamic": true, + "id": "sysvar_delayed_queue_size", + "name": "delayed_queue_size", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--disabled-storage-engines=engine[,engine]...", + "default": "empty string", + "dynamic": false, + "id": "sysvar_disabled_storage_engines", + "name": "disabled_storage_engines", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--disconnect-on-expired-password[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_disconnect_on_expired_password", + "name": "disconnect_on_expired_password", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--div-precision-increment=#", + "default": "4", + "dynamic": true, + "id": "sysvar_div_precision_increment", + "name": "div_precision_increment", + "range": { + "from": 0, + "to": 30 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--dragnet.log-error-filter-rules=value", + "default": "IF prio>=INFORMATION THEN drop. IF EXISTS source_line THEN unset source_line.", + "dynamic": true, + "id": "sysvar_dragnet.log_error_filter_rules", + "name": "dragnet.log_error_filter_rules", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--end-markers-in-json[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_end_markers_in_json", + "name": "end_markers_in_json", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--eq-range-index-dive-limit=#", + "default": "200", + "dynamic": true, + "id": "sysvar_eq_range_index_dive_limit", + "name": "eq_range_index_dive_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--event-scheduler[=value]", + "dynamic": true, + "id": "sysvar_event_scheduler", + "name": "event_scheduler", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "DISABLED" + ] + }, + { + "cli": "--explicit-defaults-for-timestamp[={OFF|ON}]", + "dynamic": true, + "id": "sysvar_explicit_defaults_for_timestamp", + "name": "explicit_defaults_for_timestamp", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "sysvar_external_user", + "name": "external_user", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--flush[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_flush", + "name": "flush", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--flush-time=#", + "default": "0", + "dynamic": true, + "id": "sysvar_flush_time", + "name": "flush_time", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "ON", + "dynamic": true, + "id": "sysvar_foreign_key_checks", + "name": "foreign_key_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--ft-boolean-syntax=name", + "default": "+ -><()~*:\"\"&|", + "dynamic": true, + "id": "sysvar_ft_boolean_syntax", + "name": "ft_boolean_syntax", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--ft-max-word-len=#", + "dynamic": false, + "id": "sysvar_ft_max_word_len", + "name": "ft_max_word_len", + "range": { + "from": 10 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-min-word-len=#", + "default": "4", + "dynamic": false, + "id": "sysvar_ft_min_word_len", + "name": "ft_min_word_len", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-query-expansion-limit=#", + "default": "20", + "dynamic": false, + "id": "sysvar_ft_query_expansion_limit", + "name": "ft_query_expansion_limit", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-stopword-file=file_name", + "dynamic": false, + "id": "sysvar_ft_stopword_file", + "name": "ft_stopword_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--general-log[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_general_log", + "name": "general_log", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--general-log-file=file_name", + "default": "host_name.log", + "dynamic": true, + "id": "sysvar_general_log_file", + "name": "general_log_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--generated-random-password-length=#", + "default": "20", + "dynamic": true, + "id": "sysvar_generated_random_password_length", + "name": "generated_random_password_length", + "range": { + "from": 5, + "to": 255 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--group-concat-max-len=#", + "default": "1024", + "dynamic": true, + "id": "sysvar_group_concat_max_len", + "name": "group_concat_max_len", + "range": { + "from": 4 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "sysvar_have_ssl", + "name": "have_ssl", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "YES", + "DISABLED" + ] + }, + { + "dynamic": false, + "id": "sysvar_have_statement_timeout", + "name": "have_statement_timeout", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--histogram-generation-max-mem-size=#", + "default": "20000000", + "dynamic": true, + "id": "sysvar_histogram_generation_max_mem_size", + "name": "histogram_generation_max_mem_size", + "range": { + "from": 1000000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--host-cache-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": true, + "id": "sysvar_host_cache_size", + "name": "host_cache_size", + "range": { + "from": 0, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "sysvar_hostname", + "name": "hostname", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--init-connect=name", + "dynamic": true, + "id": "sysvar_init_connect", + "name": "init_connect", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--information-schema-stats-expiry=#", + "default": "86400", + "dynamic": true, + "id": "sysvar_information_schema_stats_expiry", + "name": "information_schema_stats_expiry", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--init-file=file_name", + "dynamic": false, + "id": "sysvar_init_file", + "name": "init_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--interactive-timeout=#", + "default": "28800", + "dynamic": true, + "id": "sysvar_interactive_timeout", + "name": "interactive_timeout", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--internal-tmp-disk-storage-engine=#", + "default": "INNODB", + "dynamic": true, + "id": "sysvar_internal_tmp_disk_storage_engine", + "name": "internal_tmp_disk_storage_engine", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "MYISAM", + "INNODB" + ] + }, + { + "cli": "--internal-tmp-mem-storage-engine=#", + "default": "TempTable", + "dynamic": true, + "id": "sysvar_internal_tmp_mem_storage_engine", + "name": "internal_tmp_mem_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "TempTable", + "MEMORY" + ] + }, + { + "cli": "--join-buffer-size=#", + "default": "262144", + "dynamic": true, + "id": "sysvar_join_buffer_size", + "name": "join_buffer_size", + "range": { + "from": 128 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--keep-files-on-create[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_keep_files_on_create", + "name": "keep_files_on_create", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--key-buffer-size=#", + "default": "8388608", + "dynamic": true, + "id": "sysvar_key_buffer_size", + "name": "key_buffer_size", + "range": { + "from": 8 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-age-threshold=#", + "default": "300", + "dynamic": true, + "id": "sysvar_key_cache_age_threshold", + "name": "key_cache_age_threshold", + "range": { + "from": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-block-size=#", + "default": "1024", + "dynamic": true, + "id": "sysvar_key_cache_block_size", + "name": "key_cache_block_size", + "range": { + "from": 512, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-division-limit=#", + "default": "100", + "dynamic": true, + "id": "sysvar_key_cache_division_limit", + "name": "key_cache_division_limit", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "sysvar_large_files_support", + "name": "large_files_support", + "scope": [ + "global" + ] + }, + { + "cli": "--large-pages[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_large_pages", + "name": "large_pages", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "0", + "dynamic": false, + "id": "sysvar_large_page_size", + "name": "large_page_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--lc-messages=name", + "default": "en_US", + "dynamic": true, + "id": "sysvar_lc_messages", + "name": "lc_messages", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--lc-messages-dir=dir_name", + "dynamic": false, + "id": "sysvar_lc_messages_dir", + "name": "lc_messages_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--lc-time-names=value", + "dynamic": true, + "id": "sysvar_lc_time_names", + "name": "lc_time_names", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "GPL", + "dynamic": false, + "id": "sysvar_license", + "name": "license", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--local-infile[={OFF|ON}]", + "dynamic": true, + "id": "sysvar_local_infile", + "name": "local_infile", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--lock-wait-timeout=#", + "default": "31536000", + "dynamic": true, + "id": "sysvar_lock_wait_timeout", + "name": "lock_wait_timeout", + "range": { + "from": 1, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "sysvar_locked_in_memory", + "name": "locked_in_memory", + "scope": [ + "global" + ] + }, + { + "cli": "--log-error[=file_name]", + "dynamic": false, + "id": "sysvar_log_error", + "name": "log_error", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--log-error-filter-rules=value", + "default": "set by server", + "dynamic": true, + "id": "sysvar_log_error_filter_rules", + "name": "log_error_filter_rules", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-error-services=value", + "default": "log_filter_internal; log_sink_internal", + "dynamic": true, + "id": "sysvar_log_error_services", + "name": "log_error_services", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-error-suppression-list=value", + "default": "empty string", + "dynamic": true, + "id": "sysvar_log_error_suppression_list", + "name": "log_error_suppression_list", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-error-verbosity=#", + "dynamic": true, + "id": "sysvar_log_error_verbosity", + "name": "log_error_verbosity", + "range": { + "from": 1, + "to": 3 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--log-output=name", + "default": "FILE", + "dynamic": true, + "id": "sysvar_log_output", + "name": "log_output", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "TABLE", + "FILE", + "NONE" + ] + }, + { + "cli": "--log-queries-not-using-indexes[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_log_queries_not_using_indexes", + "name": "log_queries_not_using_indexes", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-raw[={OFF|ON}]", + "default": "OFF", + "id": "sysvar_log_raw", + "name": "log_raw", + "type": "boolean" + }, + { + "cli": "--log-slow-admin-statements[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_log_slow_admin_statements", + "name": "log_slow_admin_statements", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-slow-extra[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_log_slow_extra", + "name": "log_slow_extra", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-syslog[={OFF|ON}]", + "dynamic": true, + "id": "sysvar_log_syslog", + "name": "log_syslog", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-syslog-facility=value", + "default": "daemon", + "dynamic": true, + "id": "sysvar_log_syslog_facility", + "name": "log_syslog_facility", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-syslog-include-pid[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_log_syslog_include_pid", + "name": "log_syslog_include_pid", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-syslog-tag=tag", + "default": "empty string", + "dynamic": true, + "id": "sysvar_log_syslog_tag", + "name": "log_syslog_tag", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-timestamps=#", + "default": "UTC", + "dynamic": true, + "id": "sysvar_log_timestamps", + "name": "log_timestamps", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "UTC", + "SYSTEM" + ] + }, + { + "cli": "--log-throttle-queries-not-using-indexes=#", + "default": "0", + "dynamic": true, + "id": "sysvar_log_throttle_queries_not_using_indexes", + "name": "log_throttle_queries_not_using_indexes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--log-warnings[=#]", + "default": "2", + "dynamic": true, + "id": "sysvar_log_warnings", + "name": "log_warnings", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--long-query-time=#", + "default": "10", + "dynamic": true, + "id": "sysvar_long_query_time", + "name": "long_query_time", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "numeric" + }, + { + "cli": "--low-priority-updates[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_low_priority_updates", + "name": "low_priority_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "sysvar_lower_case_file_system", + "name": "lower_case_file_system", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--lower-case-table-names[=#]", + "default": "0", + "dynamic": false, + "id": "sysvar_lower_case_table_names", + "name": "lower_case_table_names", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mandatory-roles=value", + "default": "empty string", + "dynamic": true, + "id": "sysvar_mandatory_roles", + "name": "mandatory_roles", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--max-allowed-packet=#", + "dynamic": true, + "id": "sysvar_max_allowed_packet", + "name": "max_allowed_packet", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-connect-errors=#", + "default": "100", + "dynamic": true, + "id": "sysvar_max_connect_errors", + "name": "max_connect_errors", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-connections=#", + "default": "151", + "dynamic": true, + "id": "sysvar_max_connections", + "name": "max_connections", + "range": { + "from": 1, + "to": 100000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-delayed-threads=#", + "default": "20", + "dynamic": true, + "id": "sysvar_max_delayed_threads", + "name": "max_delayed_threads", + "range": { + "from": 0, + "to": 16384 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-digest-length=#", + "default": "1024", + "dynamic": false, + "id": "sysvar_max_digest_length", + "name": "max_digest_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-error-count=#", + "dynamic": true, + "id": "sysvar_max_error_count", + "name": "max_error_count", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-execution-time=#", + "default": "0", + "dynamic": true, + "id": "sysvar_max_execution_time", + "name": "max_execution_time", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-heap-table-size=#", + "default": "16777216", + "dynamic": true, + "id": "sysvar_max_heap_table_size", + "name": "max_heap_table_size", + "range": { + "from": 16384 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "sysvar_max_insert_delayed_threads", + "name": "max_insert_delayed_threads", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-join-size=#", + "default": "18446744073709551615", + "dynamic": true, + "id": "sysvar_max_join_size", + "name": "max_join_size", + "range": { + "from": 1, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-length-for-sort-data=#", + "dynamic": true, + "id": "sysvar_max_length_for_sort_data", + "name": "max_length_for_sort_data", + "range": { + "from": 4, + "to": 8388608 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-points-in-geometry=#", + "default": "65536", + "dynamic": true, + "id": "sysvar_max_points_in_geometry", + "name": "max_points_in_geometry", + "range": { + "from": 3, + "to": 1048576 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-prepared-stmt-count=#", + "default": "16382", + "dynamic": true, + "id": "sysvar_max_prepared_stmt_count", + "name": "max_prepared_stmt_count", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--max-seeks-for-key=#", + "dynamic": true, + "id": "sysvar_max_seeks_for_key", + "name": "max_seeks_for_key", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-sort-length=#", + "default": "1024", + "dynamic": true, + "id": "sysvar_max_sort_length", + "name": "max_sort_length", + "range": { + "from": 4, + "to": 8388608 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-sp-recursion-depth[=#]", + "default": "0", + "dynamic": true, + "id": "sysvar_max_sp_recursion_depth", + "name": "max_sp_recursion_depth", + "range": { + "to": 255 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-user-connections=#", + "default": "0", + "dynamic": true, + "id": "sysvar_max_user_connections", + "name": "max_user_connections", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--max-write-lock-count=#", + "dynamic": true, + "id": "sysvar_max_write_lock_count", + "name": "max_write_lock_count", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mecab-rc-file=file_name", + "dynamic": false, + "id": "sysvar_mecab_rc_file", + "name": "mecab_rc_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--metadata-locks-cache-size=#", + "default": "1024", + "dynamic": false, + "id": "sysvar_metadata_locks_cache_size", + "name": "metadata_locks_cache_size", + "range": { + "from": 1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--metadata-locks-hash-instances=#", + "default": "8", + "dynamic": false, + "id": "sysvar_metadata_locks_hash_instances", + "name": "metadata_locks_hash_instances", + "range": { + "from": 1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--min-examined-row-limit=#", + "default": "0", + "dynamic": true, + "id": "sysvar_min_examined_row_limit", + "name": "min_examined_row_limit", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--multi-range-count=#", + "default": "256", + "dynamic": true, + "id": "sysvar_multi_range_count", + "name": "multi_range_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--myisam-data-pointer-size=#", + "default": "6", + "dynamic": true, + "id": "sysvar_myisam_data_pointer_size", + "name": "myisam_data_pointer_size", + "range": { + "from": 2, + "to": 7 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--myisam-max-sort-file-size=#", + "dynamic": true, + "id": "sysvar_myisam_max_sort_file_size", + "name": "myisam_max_sort_file_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--myisam-mmap-size=#", + "dynamic": false, + "id": "sysvar_myisam_mmap_size", + "name": "myisam_mmap_size", + "range": { + "from": 7 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--myisam-recover-options[=list]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_myisam_recover_options", + "name": "myisam_recover_options", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "DEFAULT", + "BACKUP", + "FORCE", + "QUICK" + ] + }, + { + "cli": "--myisam-repair-threads=#", + "default": "1", + "dynamic": true, + "id": "sysvar_myisam_repair_threads", + "name": "myisam_repair_threads", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--myisam-sort-buffer-size=#", + "default": "8388608", + "dynamic": true, + "id": "sysvar_myisam_sort_buffer_size", + "name": "myisam_sort_buffer_size", + "range": { + "from": 4096 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--myisam-stats-method=name", + "default": "nulls_unequal", + "dynamic": true, + "id": "sysvar_myisam_stats_method", + "name": "myisam_stats_method", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ] + }, + { + "cli": "--myisam-use-mmap[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_myisam_use_mmap", + "name": "myisam_use_mmap", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--mysql-native-password-proxy-users[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_mysql_native_password_proxy_users", + "name": "mysql_native_password_proxy_users", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--named-pipe[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_named_pipe", + "name": "named_pipe", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--named-pipe-full-access-group=value", + "default": "*everyone*", + "dynamic": false, + "id": "sysvar_named_pipe_full_access_group", + "name": "named_pipe_full_access_group", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "*everyone*", + "empty string" + ] + }, + { + "cli": "--net-buffer-length=#", + "default": "16384", + "dynamic": true, + "id": "sysvar_net_buffer_length", + "name": "net_buffer_length", + "range": { + "from": 1024, + "to": 1048576 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--net-read-timeout=#", + "default": "30", + "dynamic": true, + "id": "sysvar_net_read_timeout", + "name": "net_read_timeout", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--net-retry-count=#", + "default": "10", + "dynamic": true, + "id": "sysvar_net_retry_count", + "name": "net_retry_count", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--net-write-timeout=#", + "default": "60", + "dynamic": true, + "id": "sysvar_net_write_timeout", + "name": "net_write_timeout", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--new[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_new", + "name": "new", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--ngram-token-size=#", + "default": "2", + "dynamic": false, + "id": "sysvar_ngram_token_size", + "name": "ngram_token_size", + "range": { + "from": 1, + "to": 10 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--offline-mode[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_offline_mode", + "name": "offline_mode", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--old[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_old", + "name": "old", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--old-alter-table[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_old_alter_table", + "name": "old_alter_table", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--old-passwords=value", + "default": "0", + "dynamic": true, + "id": "sysvar_old_passwords", + "name": "old_passwords", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "0", + "2" + ] + }, + { + "cli": "--open-files-limit=#", + "default": "5000, with possible adjustment", + "dynamic": false, + "id": "sysvar_open_files_limit", + "name": "open_files_limit", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--optimizer-prune-level=#", + "default": "1", + "dynamic": true, + "id": "sysvar_optimizer_prune_level", + "name": "optimizer_prune_level", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--optimizer-search-depth=#", + "default": "62", + "dynamic": true, + "id": "sysvar_optimizer_search_depth", + "name": "optimizer_search_depth", + "range": { + "from": 0, + "to": 62 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--optimizer-switch=value", + "dynamic": true, + "id": "sysvar_optimizer_switch", + "name": "optimizer_switch", + "scope": [ + "global", + "session" + ], + "type": "set" + }, + { + "cli": "--optimizer-trace=value", + "dynamic": true, + "id": "sysvar_optimizer_trace", + "name": "optimizer_trace", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--optimizer-trace-features=value", + "dynamic": true, + "id": "sysvar_optimizer_trace_features", + "name": "optimizer_trace_features", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--optimizer-trace-limit=#", + "default": "1", + "dynamic": true, + "id": "sysvar_optimizer_trace_limit", + "name": "optimizer_trace_limit", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--optimizer-trace-max-mem-size=#", + "dynamic": true, + "id": "sysvar_optimizer_trace_max_mem_size", + "name": "optimizer_trace_max_mem_size", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--optimizer-trace-offset=#", + "default": "-1", + "dynamic": true, + "id": "sysvar_optimizer_trace_offset", + "name": "optimizer_trace_offset", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--parser-max-mem-size=#", + "dynamic": true, + "id": "sysvar_parser_max_mem_size", + "name": "parser_max_mem_size", + "range": { + "from": 10000000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--partial-revokes[={OFF|ON}]", + "default": "OFF (if partial revokes do not exist)ON (if partial revokes exist)", + "dynamic": true, + "id": "sysvar_partial_revokes", + "name": "partial_revokes", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--password-history=#", + "default": "0", + "dynamic": true, + "id": "sysvar_password_history", + "name": "password_history", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--password-require-current[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_password_require_current", + "name": "password_require_current", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--password-reuse-interval=#", + "default": "0", + "dynamic": true, + "id": "sysvar_password_reuse_interval", + "name": "password_reuse_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--persisted-globals-load[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_persisted_globals_load", + "name": "persisted_globals_load", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--persist-only-admin-x509-subject=string", + "default": "empty string", + "dynamic": false, + "id": "sysvar_persist_only_admin_x509_subject", + "name": "persist_only_admin_x509_subject", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--pid-file=file_name", + "dynamic": false, + "id": "sysvar_pid_file", + "name": "pid_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--plugin-dir=dir_name", + "default": "BASEDIR/lib/plugin", + "dynamic": false, + "id": "sysvar_plugin_dir", + "name": "plugin_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--port=port_num", + "default": "3306", + "dynamic": false, + "id": "sysvar_port", + "name": "port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--preload-buffer-size=#", + "default": "32768", + "dynamic": true, + "id": "sysvar_preload_buffer_size", + "name": "preload_buffer_size", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--print-identified-with-as-hex[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_print_identified_with_as_hex", + "name": "print_identified_with_as_hex", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--protocol-compression-algorithms=value", + "default": "zlib,zstd,uncompressed", + "dynamic": true, + "id": "sysvar_protocol_compression_algorithms", + "name": "protocol_compression_algorithms", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "zlib", + "zstd", + "uncompressed" + ] + }, + { + "dynamic": false, + "id": "sysvar_protocol_version", + "name": "protocol_version", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "sysvar_proxy_user", + "name": "proxy_user", + "scope": [ + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_pseudo_slave_mode", + "name": "pseudo_slave_mode", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "sysvar_pseudo_thread_id", + "name": "pseudo_thread_id", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--query-alloc-block-size=#", + "default": "8192", + "dynamic": true, + "id": "sysvar_query_alloc_block_size", + "name": "query_alloc_block_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--query-cache-limit=#", + "default": "1048576", + "dynamic": true, + "id": "sysvar_query_cache_limit", + "name": "query_cache_limit", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--query-cache-min-res-unit=#", + "default": "4096", + "dynamic": true, + "id": "sysvar_query_cache_min_res_unit", + "name": "query_cache_min_res_unit", + "range": { + "from": 512 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--query-cache-size=#", + "dynamic": true, + "id": "sysvar_query_cache_size", + "name": "query_cache_size", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--query-cache-type=#", + "default": "0", + "dynamic": true, + "id": "sysvar_query_cache_type", + "name": "query_cache_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "0", + "1", + "2" + ] + }, + { + "cli": "--query-cache-wlock-invalidate[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_query_cache_wlock_invalidate", + "name": "query_cache_wlock_invalidate", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--query-prealloc-size=#", + "default": "8192", + "dynamic": true, + "id": "sysvar_query_prealloc_size", + "name": "query_prealloc_size", + "range": { + "from": 8192 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "sysvar_rand_seed1", + "name": "rand_seed1", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--range-alloc-block-size=#", + "default": "4096", + "dynamic": true, + "id": "sysvar_range_alloc_block_size", + "name": "range_alloc_block_size", + "range": { + "from": 4096, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--range-optimizer-max-mem-size=#", + "default": "8388608", + "dynamic": true, + "id": "sysvar_range_optimizer_max_mem_size", + "name": "range_optimizer_max_mem_size", + "range": { + "from": 0, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "STRICT", + "dynamic": true, + "id": "sysvar_rbr_exec_mode", + "name": "rbr_exec_mode", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "IDEMPOTENT", + "STRICT" + ] + }, + { + "cli": "--read-buffer-size=#", + "default": "131072", + "dynamic": true, + "id": "sysvar_read_buffer_size", + "name": "read_buffer_size", + "range": { + "from": 8200, + "to": 2147479552 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_read_only", + "name": "read_only", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--read-rnd-buffer-size=#", + "default": "262144", + "dynamic": true, + "id": "sysvar_read_rnd_buffer_size", + "name": "read_rnd_buffer_size", + "range": { + "from": 1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--regexp-stack-limit=#", + "default": "8000000", + "dynamic": true, + "id": "sysvar_regexp_stack_limit", + "name": "regexp_stack_limit", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--regexp-time-limit=#", + "default": "32", + "dynamic": true, + "id": "sysvar_regexp_time_limit", + "name": "regexp_time_limit", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--require-secure-transport[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_require_secure_transport", + "name": "require_secure_transport", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "FULL", + "dynamic": true, + "id": "sysvar_resultset_metadata", + "name": "resultset_metadata", + "scope": [ + "session" + ], + "type": "enumeration", + "validValues": [ + "FULL", + "NONE" + ] + }, + { + "default": "100000.000000", + "dynamic": true, + "id": "sysvar_secondary_engine_cost_threshold", + "name": "secondary_engine_cost_threshold", + "range": { + "from": 0 + }, + "scope": [ + "session" + ], + "type": "numeric" + }, + { + "cli": "--schema-definition-cache=#", + "default": "256", + "dynamic": true, + "id": "sysvar_schema_definition_cache", + "name": "schema_definition_cache", + "range": { + "from": 256, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--secure-auth[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_secure_auth", + "name": "secure_auth", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON" + ] + }, + { + "cli": "--secure-file-priv=dir_name", + "default": "platform specific", + "dynamic": false, + "id": "sysvar_secure_file_priv", + "name": "secure_file_priv", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "empty string", + "dirname", + "NULL" + ] + }, + { + "cli": "--session-track-gtids=value", + "default": "OFF", + "dynamic": true, + "id": "sysvar_session_track_gtids", + "name": "session_track_gtids", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "OWN_GTID", + "ALL_GTIDS" + ] + }, + { + "cli": "--session-track-schema[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_session_track_schema", + "name": "session_track_schema", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--session-track-state-change[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_session_track_state_change", + "name": "session_track_state_change", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--session-track-system-variables=#", + "default": "time_zone, autocommit, character_set_client, character_set_results, character_set_connection", + "dynamic": true, + "id": "sysvar_session_track_system_variables", + "name": "session_track_system_variables", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--session-track-transaction-info=value", + "default": "OFF", + "dynamic": true, + "id": "sysvar_session_track_transaction_info", + "name": "session_track_transaction_info", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "STATE", + "CHARACTERISTICS" + ] + }, + { + "cli": "--sha256-password-auto-generate-rsa-keys[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_sha256_password_auto_generate_rsa_keys", + "name": "sha256_password_auto_generate_rsa_keys", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--sha256-password-private-key-path=file_name", + "default": "private_key.pem", + "dynamic": false, + "id": "sysvar_sha256_password_private_key_path", + "name": "sha256_password_private_key_path", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--sha256-password-proxy-users[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_sha256_password_proxy_users", + "name": "sha256_password_proxy_users", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--sha256-password-public-key-path=file_name", + "default": "public_key.pem", + "dynamic": false, + "id": "sysvar_sha256_password_public_key_path", + "name": "sha256_password_public_key_path", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--shared-memory[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_shared_memory", + "name": "shared_memory", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--shared-memory-base-name=name", + "default": "MYSQL", + "dynamic": false, + "id": "sysvar_shared_memory_base_name", + "name": "shared_memory_base_name", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--show-compatibility-56[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_show_compatibility_56", + "name": "show_compatibility_56", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--show-create-table-skip-secondary-engine[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_show_create_table_skip_secondary_engine", + "name": "show_create_table_skip_secondary_engine", + "scope": [ + "session" + ], + "type": "boolean" + }, + { + "cli": "--show-create-table-verbosity[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_show_create_table_verbosity", + "name": "show_create_table_verbosity", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--show-old-temporals[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_show_old_temporals", + "name": "show_old_temporals", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--skip-external-locking[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_skip_external_locking", + "name": "skip_external_locking", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--skip-name-resolve[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_skip_name_resolve", + "name": "skip_name_resolve", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--skip-networking[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_skip_networking", + "name": "skip_networking", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--skip-show-database", + "dynamic": false, + "id": "sysvar_skip_show_database", + "name": "skip_show_database", + "scope": [ + "global" + ] + }, + { + "cli": "--slow-launch-time=#", + "default": "2", + "dynamic": true, + "id": "sysvar_slow_launch_time", + "name": "slow_launch_time", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--slow-query-log[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_slow_query_log", + "name": "slow_query_log", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--slow-query-log-file=file_name", + "default": "host_name-slow.log", + "dynamic": true, + "id": "sysvar_slow_query_log_file", + "name": "slow_query_log_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--socket={file_name|pipe_name}", + "dynamic": false, + "id": "sysvar_socket", + "name": "socket", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--sort-buffer-size=#", + "default": "262144", + "dynamic": true, + "id": "sysvar_sort_buffer_size", + "name": "sort_buffer_size", + "range": { + "from": 32768 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "OFF", + "dynamic": true, + "id": "sysvar_sql_auto_is_null", + "name": "sql_auto_is_null", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "ON", + "dynamic": true, + "id": "sysvar_sql_big_selects", + "name": "sql_big_selects", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": true, + "id": "sysvar_sql_buffer_result", + "name": "sql_buffer_result", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": true, + "id": "sysvar_sql_log_off", + "name": "sql_log_off", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "validValues": [ + "OFF", + "ON" + ] + }, + { + "cli": "--sql-mode=name", + "dynamic": true, + "id": "sysvar_sql_mode", + "name": "sql_mode", + "scope": [ + "global", + "session" + ], + "type": "set" + }, + { + "default": "ON", + "dynamic": true, + "id": "sysvar_sql_notes", + "name": "sql_notes", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "ON", + "dynamic": true, + "id": "sysvar_sql_quote_show_create", + "name": "sql_quote_show_create", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--sql-require-primary-key[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_sql_require_primary_key", + "name": "sql_require_primary_key", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "OFF", + "dynamic": true, + "id": "sysvar_sql_safe_updates", + "name": "sql_safe_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "sysvar_sql_select_limit", + "name": "sql_select_limit", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "OFF", + "dynamic": true, + "id": "sysvar_sql_warnings", + "name": "sql_warnings", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--ssl-ca=file_name", + "id": "sysvar_ssl_ca", + "name": "ssl_ca", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--ssl-capath=dir_name", + "id": "sysvar_ssl_capath", + "name": "ssl_capath", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--ssl-cert=file_name", + "id": "sysvar_ssl_cert", + "name": "ssl_cert", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--ssl-cipher=name", + "id": "sysvar_ssl_cipher", + "name": "ssl_cipher", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--ssl-crl=file_name", + "id": "sysvar_ssl_crl", + "name": "ssl_crl", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--ssl-crlpath=dir_name", + "id": "sysvar_ssl_crlpath", + "name": "ssl_crlpath", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--ssl-fips-mode={OFF|ON|STRICT}", + "default": "OFF", + "dynamic": true, + "id": "sysvar_ssl_fips_mode", + "name": "ssl_fips_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "STRICT" + ] + }, + { + "cli": "--ssl-key=file_name", + "id": "sysvar_ssl_key", + "name": "ssl_key", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--stored-program-cache=#", + "default": "256", + "dynamic": true, + "id": "sysvar_stored_program_cache", + "name": "stored_program_cache", + "range": { + "from": 16, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--stored-program-definition-cache=#", + "default": "256", + "dynamic": true, + "id": "sysvar_stored_program_definition_cache", + "name": "stored_program_definition_cache", + "range": { + "from": 256, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--super-read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_super_read_only", + "name": "super_read_only", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--syseventlog.facility=value", + "default": "daemon", + "dynamic": true, + "id": "sysvar_syseventlog.facility", + "name": "syseventlog.facility", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--syseventlog.include-pid[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_syseventlog.include_pid", + "name": "syseventlog.include_pid", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--syseventlog.tag=tag", + "default": "empty string", + "dynamic": true, + "id": "sysvar_syseventlog.tag", + "name": "syseventlog.tag", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "sysvar_system_time_zone", + "name": "system_time_zone", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--table-definition-cache=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": true, + "id": "sysvar_table_definition_cache", + "name": "table_definition_cache", + "range": { + "from": 400, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--table-encryption-privilege-check[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_table_encryption_privilege_check", + "name": "table_encryption_privilege_check", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--table-open-cache=#", + "dynamic": true, + "id": "sysvar_table_open_cache", + "name": "table_open_cache", + "range": { + "from": 1, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--table-open-cache-instances=#", + "default": "16", + "dynamic": false, + "id": "sysvar_table_open_cache_instances", + "name": "table_open_cache_instances", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--tablespace-definition-cache=#", + "default": "256", + "dynamic": true, + "id": "sysvar_tablespace_definition_cache", + "name": "tablespace_definition_cache", + "range": { + "from": 256, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--temptable-max-ram=#", + "default": "1073741824", + "dynamic": true, + "id": "sysvar_temptable_max_ram", + "name": "temptable_max_ram", + "range": { + "from": 2097152, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--temptable-use-mmap[={OFF|ON}]", + "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 use -1)", + "dynamic": true, + "id": "sysvar_thread_cache_size", + "name": "thread_cache_size", + "range": { + "from": 0, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-handling=name", + "default": "one-thread-per-connection", + "dynamic": false, + "id": "sysvar_thread_handling", + "name": "thread_handling", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "no-threads", + "one-thread-per-connection", + "loaded-dynamically" + ] + }, + { + "cli": "--thread-pool-algorithm=#", + "default": "0", + "dynamic": false, + "id": "sysvar_thread_pool_algorithm", + "name": "thread_pool_algorithm", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-pool-high-priority-connection=#", + "default": "0", + "dynamic": true, + "id": "sysvar_thread_pool_high_priority_connection", + "name": "thread_pool_high_priority_connection", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--thread-pool-max-active-query-threads", + "default": "0", + "dynamic": true, + "id": "sysvar_thread_pool_max_active_query_threads", + "name": "thread_pool_max_active_query_threads", + "range": { + "from": 0, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-pool-max-unused-threads=#", + "default": "0", + "dynamic": true, + "id": "sysvar_thread_pool_max_unused_threads", + "name": "thread_pool_max_unused_threads", + "range": { + "from": 0, + "to": 4096 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-pool-prio-kickup-timer=#", + "default": "1000", + "dynamic": true, + "id": "sysvar_thread_pool_prio_kickup_timer", + "name": "thread_pool_prio_kickup_timer", + "range": { + "from": 0, + "to": 4294967294 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--thread-pool-size=#", + "default": "16", + "dynamic": false, + "id": "sysvar_thread_pool_size", + "name": "thread_pool_size", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-pool-stall-limit=#", + "default": "6", + "dynamic": true, + "id": "sysvar_thread_pool_stall_limit", + "name": "thread_pool_stall_limit", + "range": { + "from": 4, + "to": 600 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--thread-stack=#", + "dynamic": false, + "id": "sysvar_thread_stack", + "name": "thread_stack", + "range": { + "from": 131072 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "sysvar_time_zone", + "name": "time_zone", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_timestamp", + "name": "timestamp", + "scope": [ + "session" + ], + "type": "numeric" + }, + { + "cli": "--tls-ciphersuites=ciphersuite_list", + "default": "empty string", + "dynamic": true, + "id": "sysvar_tls_ciphersuites", + "name": "tls_ciphersuites", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--tls-version=protocol_list", + "id": "sysvar_tls_version", + "name": "tls_version", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--tmp-table-size=#", + "default": "16777216", + "dynamic": true, + "id": "sysvar_tmp_table_size", + "name": "tmp_table_size", + "range": { + "from": 1024, + "to": 18446744073709552000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--tmpdir=dir_name", + "dynamic": false, + "id": "sysvar_tmpdir", + "name": "tmpdir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--transaction-alloc-block-size=#", + "default": "8192", + "dynamic": true, + "id": "sysvar_transaction_alloc_block_size", + "name": "transaction_alloc_block_size", + "range": { + "from": 1024, + "to": 131072 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--transaction-isolation=name", + "default": "REPEATABLE-READ", + "dynamic": true, + "id": "sysvar_transaction_isolation", + "name": "transaction_isolation", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "READ-UNCOMMITTED", + "READ-COMMITTED", + "REPEATABLE-READ", + "SERIALIZABLE" + ] + }, + { + "cli": "--transaction-prealloc-size=#", + "default": "4096", + "dynamic": true, + "id": "sysvar_transaction_prealloc_size", + "name": "transaction_prealloc_size", + "range": { + "from": 1024, + "to": 131072 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--transaction-read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_transaction_read_only", + "name": "transaction_read_only", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "REPEATABLE-READ", + "dynamic": true, + "id": "sysvar_tx_isolation", + "name": "tx_isolation", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "READ-UNCOMMITTED", + "READ-COMMITTED", + "REPEATABLE-READ", + "SERIALIZABLE" + ] + }, + { + "default": "OFF", + "dynamic": true, + "id": "sysvar_tx_read_only", + "name": "tx_read_only", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "ON", + "dynamic": true, + "id": "sysvar_unique_checks", + "name": "unique_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--updatable-views-with-limit[={OFF|ON}]", + "default": "1", + "dynamic": true, + "id": "sysvar_updatable_views_with_limit", + "name": "updatable_views_with_limit", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "default": "ON", + "dynamic": true, + "id": "sysvar_use_secondary_engine", + "name": "use_secondary_engine", + "scope": [ + "session" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "FORCED" + ] + }, + { + "cli": "--validate-user-plugins[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_validate_user_plugins", + "name": "validate_user_plugins", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "sysvar_version_comment", + "name": "version_comment", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "sysvar_version_compile_machine", + "name": "version_compile_machine", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "sysvar_version_compile_os", + "name": "version_compile_os", + "scope": [ + "global" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "sysvar_version_compile_zlib", + "name": "version_compile_zlib", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--wait-timeout=#", + "default": "28800", + "dynamic": true, + "id": "sysvar_wait_timeout", + "name": "wait_timeout", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--windowing-use-high-precision[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_windowing_use_high_precision", + "name": "windowing_use_high_precision", + "scope": [ + "global", + "session" + ], + "type": "boolean" + } + ], + "name": "server-system-variables", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-version-tokens-reference.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-version-tokens-reference.json new file mode 100644 index 0000000..ffa3f3f --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-version-tokens-reference.json @@ -0,0 +1,30 @@ +{ + "data": [ + { + "cli": "--version-tokens-session=value", + "default": "NULL", + "dynamic": true, + "id": "sysvar_version_tokens_session", + "name": "version_tokens_session", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--version-tokens-session-number=#", + "default": "0", + "dynamic": false, + "id": "sysvar_version_tokens_session_number", + "name": "version_tokens_session_number", + "scope": [ + "global", + "session" + ], + "type": "integer" + } + ], + "name": "version-tokens-reference", + "url": "https://dev.mysql.com/doc/refman/8.0/en/version-tokens-reference.html" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-x-plugin-options-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-x-plugin-options-system-variables.json new file mode 100644 index 0000000..5599dad --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-x-plugin-options-system-variables.json @@ -0,0 +1,302 @@ +{ + "data": [ + { + "cli": "--mysqlx[=value]", + "default": "ON", + "id": "option_mysqld_mysqlx", + "name": "mysqlx", + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "FORCE", + "FORCE_PLUS_PERMANENT" + ] + }, + { + "cli": "--mysqlx-bind-address=addr", + "default": "*", + "dynamic": false, + "id": "sysvar_mysqlx_bind_address", + "name": "mysqlx_bind_address", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--mysqlx-connect-timeout=#", + "default": "30", + "dynamic": true, + "id": "sysvar_mysqlx_connect_timeout", + "name": "mysqlx_connect_timeout", + "range": { + "from": 1, + "to": 1000000000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-document-id-unique-prefix=#", + "default": "0", + "dynamic": true, + "id": "sysvar_mysqlx_document_id_unique_prefix", + "name": "mysqlx_document_id_unique_prefix", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-enable-hello-notice[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_mysqlx_enable_hello_notice", + "name": "mysqlx_enable_hello_notice", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--mysqlx-idle-worker-thread-timeout=#", + "default": "60", + "dynamic": true, + "id": "sysvar_mysqlx_idle_worker_thread_timeout", + "name": "mysqlx_idle_worker_thread_timeout", + "range": { + "from": 0, + "to": 3600 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-interactive-timeout=#", + "default": "28800", + "dynamic": true, + "id": "sysvar_mysqlx_interactive_timeout", + "name": "mysqlx_interactive_timeout", + "range": { + "from": 1, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-max-allowed-packet=#", + "default": "67108864", + "dynamic": true, + "id": "sysvar_mysqlx_max_allowed_packet", + "name": "mysqlx_max_allowed_packet", + "range": { + "from": 512, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-max-connections=#", + "default": "100", + "dynamic": true, + "id": "sysvar_mysqlx_max_connections", + "name": "mysqlx_max_connections", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-min-worker-threads=#", + "default": "2", + "dynamic": true, + "id": "sysvar_mysqlx_min_worker_threads", + "name": "mysqlx_min_worker_threads", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-port=port_num", + "default": "33060", + "dynamic": false, + "id": "sysvar_mysqlx_port", + "name": "mysqlx_port", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-port-open-timeout=#", + "default": "0", + "dynamic": false, + "id": "sysvar_mysqlx_port_open_timeout", + "name": "mysqlx_port_open_timeout", + "range": { + "from": 0, + "to": 120 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-read-timeout=#", + "default": "28800", + "dynamic": true, + "id": "sysvar_mysqlx_read_timeout", + "name": "mysqlx_read_timeout", + "range": { + "from": 30, + "to": 2147483 + }, + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-socket=file_name", + "default": "/tmp/mysqlx.sock", + "dynamic": false, + "id": "sysvar_mysqlx_socket", + "name": "mysqlx_socket", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--mysqlx-ssl-ca=file_name", + "dynamic": false, + "id": "sysvar_mysqlx_ssl_ca", + "name": "mysqlx_ssl_ca", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--mysqlx-ssl-capath=dir_name", + "dynamic": false, + "id": "sysvar_mysqlx_ssl_capath", + "name": "mysqlx_ssl_capath", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--mysqlx-ssl-cert=name", + "dynamic": false, + "id": "sysvar_mysqlx_ssl_cert", + "name": "mysqlx_ssl_cert", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--mysqlx-ssl-cipher=name", + "dynamic": false, + "id": "sysvar_mysqlx_ssl_cipher", + "name": "mysqlx_ssl_cipher", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--mysqlx-ssl-crl=file_name", + "dynamic": false, + "id": "sysvar_mysqlx_ssl_crl", + "name": "mysqlx_ssl_crl", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--mysqlx-ssl-crlpath=dir_name", + "dynamic": false, + "id": "sysvar_mysqlx_ssl_crlpath", + "name": "mysqlx_ssl_crlpath", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--mysqlx-ssl-key=file_name", + "dynamic": false, + "id": "sysvar_mysqlx_ssl_key", + "name": "mysqlx_ssl_key", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--mysqlx-wait-timeout=#", + "default": "28800", + "dynamic": true, + "id": "sysvar_mysqlx_wait_timeout", + "name": "mysqlx_wait_timeout", + "range": { + "from": 1, + "to": 2147483 + }, + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--mysqlx-write-timeout=#", + "default": "60", + "dynamic": true, + "id": "sysvar_mysqlx_write_timeout", + "name": "mysqlx_write_timeout", + "range": { + "from": 1, + "to": 2147483 + }, + "scope": [ + "session" + ], + "type": "integer" + } + ], + "name": "x-plugin-options-system-variables", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" +} |
