From 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Jan 2020 10:55:03 +0100 Subject: phpmyadmin working --- .../data/mariadb-aria-server-status-variables.json | 70 + .../data/mariadb-aria-system-variables.json | 362 ++ .../data/mariadb-cassandra-status-variables.json | 78 + .../data/mariadb-cassandra-system-variables.json | 113 + .../data/mariadb-connect-system-variables.json | 188 + .../mariadb-galera-cluster-status-variables.json | 276 ++ .../mariadb-galera-cluster-system-variables.json | 626 ++++ .../data/mariadb-gtid-system-variables.json | 115 + ...iadb-mariadb-audit-plugin-status-variables.json | 27 + ...iadb-mariadb-audit-plugin-system-variables.json | 244 ++ .../data/mariadb-mroonga-status-variables.json | 16 + .../data/mariadb-mroonga-system-variables.json | 256 ++ .../data/mariadb-myisam-system-variables.json | 222 ++ .../data/mariadb-myrocks-system-variables.json | 1732 +++++++++ ...ariadb-oqgraph-system-and-status-variables.json | 43 + ...ariadb-performance-schema-system-variables.json | 482 +++ ...ion-and-binary-log-server-system-variables.json | 988 +++++ ...eplication-and-binary-log-status-variables.json | 328 ++ ...ronous-replication-plugin-status-variables.json | 81 + ...misynchronous-replication-system-variables.json | 148 + .../data/mariadb-server-status-variables.json | 3001 +++++++++++++++ .../data/mariadb-server-system-variables.json | 3338 +++++++++++++++++ .../data/mariadb-sphinx-status-variables.json | 60 + .../mariadb-spider-server-status-variables.json | 42 + .../mariadb-spider-server-system-variables.json | 1419 ++++++++ .../data/mariadb-ssltls-status-variables.json | 215 ++ .../data/mariadb-ssltls-system-variables.json | 123 + ...db-thread-pool-system-and-status-variables.json | 191 + .../data/mariadb-tokudb-status-variables.json | 856 +++++ .../data/mariadb-tokudb-system-variables.json | 594 +++ .../mariadb-versioned-tables-system-variables.json | 43 + ...riadb-xtradbinnodb-server-status-variables.json | 1282 +++++++ ...riadb-xtradbinnodb-server-system-variables.json | 3088 ++++++++++++++++ .../data/mysql-audit-log-reference.json | 244 ++ .../data/mysql-innodb-parameters.json | 2133 +++++++++++ .../mysql-mysql-cluster-options-variables.json | 714 ++++ .../mysql-performance-schema-system-variables.json | 544 +++ ...-pluggable-authentication-system-variables.json | 342 ++ .../data/mysql-replication-options-binary-log.json | 551 +++ .../mysql-replication-options-binary-log_5.7.json | 487 +++ .../data/mysql-replication-options-gtids.json | 109 + .../data/mysql-replication-options-master.json | 137 + .../data/mysql-replication-options-slave.json | 676 ++++ .../data/mysql-replication-options.json | 29 + .../data/mysql-server-options.json | 535 +++ .../data/mysql-server-system-variables.json | 3804 ++++++++++++++++++++ .../data/mysql-version-tokens-reference.json | 30 + .../mysql-x-plugin-options-system-variables.json | 302 ++ 48 files changed, 31284 insertions(+) create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-cassandra-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-cassandra-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-connect-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-galera-cluster-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-galera-cluster-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-gtid-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mariadb-audit-plugin-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mariadb-audit-plugin-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mroonga-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-mroonga-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-myisam-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-myrocks-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-oqgraph-system-and-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-performance-schema-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-replication-and-binary-log-server-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-replication-and-binary-log-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-semisynchronous-replication-plugin-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-semisynchronous-replication-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-spider-server-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-spider-server-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-ssltls-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-thread-pool-system-and-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-tokudb-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-tokudb-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-versioned-tables-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-status-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-audit-log-reference.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-innodb-parameters.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-mysql-cluster-options-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-performance-schema-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-pluggable-authentication-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-binary-log.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-binary-log_5.7.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-gtids.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-master.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options-slave.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-replication-options.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-options.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-system-variables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-version-tokens-reference.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-x-plugin-options-system-variables.json (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data') 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": "", + "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" +