From 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Jan 2020 10:55:03 +0100 Subject: phpmyadmin working --- .../mariadb-mysql-kbs/.dependabot/config.yml | 14 + .../williamdes/mariadb-mysql-kbs/.editorconfig | 8 + .../williamdes/mariadb-mysql-kbs/.gitmodules | 3 + .../williamdes/mariadb-mysql-kbs/.jshintignore | 9 + .../vendor/williamdes/mariadb-mysql-kbs/.jshintrc | 11 + .../vendor/williamdes/mariadb-mysql-kbs/.npmignore | 30 + .../williamdes/mariadb-mysql-kbs/.prettierignore | 8 + .../williamdes/mariadb-mysql-kbs/.travis.yml | 174 + .../williamdes/mariadb-mysql-kbs/CHANGELOG.md | 424 + .../vendor/williamdes/mariadb-mysql-kbs/CODEOWNERS | 5 + .../vendor/williamdes/mariadb-mysql-kbs/LICENSE | 373 + .../vendor/williamdes/mariadb-mysql-kbs/README.md | 46 + .../williamdes/mariadb-mysql-kbs/SECURITY.md | 12 + .../williamdes/mariadb-mysql-kbs/composer.json | 89 + .../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 + .../mariadb-mysql-kbs/dist/merged-raw.json | 38229 +++++++++++++++++++ .../mariadb-mysql-kbs/dist/merged-raw.md | 32426 ++++++++++++++++ .../mariadb-mysql-kbs/dist/merged-slim.json | 29711 ++++++++++++++ .../mariadb-mysql-kbs/dist/merged-ultraslim.json | 1 + .../mariadb-mysql-kbs/dist/merged-ultraslim.php | 2 + .../williamdes/mariadb-mysql-kbs/package-lock.json | 3330 ++ .../williamdes/mariadb-mysql-kbs/package.json | 83 + .../vendor/williamdes/mariadb-mysql-kbs/phpcs.xml | 155 + .../williamdes/mariadb-mysql-kbs/phpstan.neon | 9 + .../mariadb-mysql-kbs/schemas/doc-url.json | 8 + .../mariadb-mysql-kbs/schemas/doc-version.json | 15 + .../schemas/linked-key-var-url.json | 8 + .../mariadb-mysql-kbs/schemas/linked-key-var.json | 12 + .../mariadb-mysql-kbs/schemas/merged-raw.json | 112 + .../mariadb-mysql-kbs/schemas/merged-slim.json | 101 + .../schemas/merged-ultraslim.json | 63 + .../mariadb-mysql-kbs/scripts/CHANGELOG.twig | 72 + .../mariadb-mysql-kbs/scripts/apidoc-generate.sh | 6 + .../mariadb-mysql-kbs/scripts/ci/changelog.sh | 4 + .../mariadb-mysql-kbs/scripts/ci/ci-cron.sh | 65 + .../mariadb-mysql-kbs/scripts/ci/ci-lint.sh | 14 + .../mariadb-mysql-kbs/scripts/ci/ci-mocha.sh | 5 + .../mariadb-mysql-kbs/scripts/ci/ci-phpcs.sh | 4 + .../mariadb-mysql-kbs/scripts/ci/ci-phpcsbf.sh | 4 + .../mariadb-mysql-kbs/scripts/ci/ci-phpstan.sh | 4 + .../mariadb-mysql-kbs/scripts/ci/ci-phpunit.sh | 4 + .../scripts/ci/install-reporters.sh | 27 + .../mariadb-mysql-kbs/scripts/ci/install.sh | 4 + .../mariadb-mysql-kbs/scripts/release.php | 165 + .../mariadb-mysql-kbs/scripts/sami-config.php | 19 + .../scripts/sudo-bot/.sudobotignore | 3 + .../scripts/sudo-bot/keys.tar.enc | Bin 0 -> 30736 bytes .../mariadb-mysql-kbs/scripts/sudo-bot/pubkey.asc | 186 + .../mariadb-mysql-kbs/scripts/sudo-bot/template.js | 89 + .../mariadb-mysql-kbs/src/KBDocumentation.php | 75 + .../williamdes/mariadb-mysql-kbs/src/KBEntry.php | 151 + .../mariadb-mysql-kbs/src/KBException.php | 12 + .../williamdes/mariadb-mysql-kbs/src/MariaDB.js | 271 + .../williamdes/mariadb-mysql-kbs/src/MySQL.js | 251 + .../williamdes/mariadb-mysql-kbs/src/Search.php | 167 + .../williamdes/mariadb-mysql-kbs/src/SlimData.php | 162 + .../williamdes/mariadb-mysql-kbs/src/cleaner.js | 128 + .../williamdes/mariadb-mysql-kbs/src/common.js | 113 + .../williamdes/mariadb-mysql-kbs/src/index.js | 13 + .../williamdes/mariadb-mysql-kbs/src/merge.php | 472 + .../williamdes/mariadb-mysql-kbs/test/DataTest.php | 74 + .../mariadb-mysql-kbs/test/RefProvider.php | 50 + .../mariadb-mysql-kbs/test/SearchTest.php | 178 + .../mariadb-mysql-kbs/test/SlimDataTest.php | 59 + .../williamdes/mariadb-mysql-kbs/test/cleaner.js | 193 + .../test/data/mysql_test_case_1.html | 235 + .../test/data/mysql_test_case_2.html | 1211 + .../test/data/mysql_test_case_3.html | 339 + .../test/data/ultraSlimDataTestWithVariables.json | 51 + .../williamdes/mariadb-mysql-kbs/test/index.js | 12 + .../williamdes/mariadb-mysql-kbs/test/parser.js | 129 + .../williamdes/mariadb-mysql-kbs/test/phpunit.xml | 27 + .../williamdes/mariadb-mysql-kbs/test/templates.js | 218 + 120 files changed, 142021 insertions(+) create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.dependabot/config.yml create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.editorconfig create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.gitmodules create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.jshintignore create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.jshintrc create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.npmignore create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.prettierignore create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.travis.yml create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/CHANGELOG.md create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/CODEOWNERS create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/LICENSE create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/README.md create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/SECURITY.md create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/composer.json 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 create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-raw.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-raw.md create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-slim.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-ultraslim.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-ultraslim.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package-lock.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/phpcs.xml create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/phpstan.neon create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/doc-url.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/doc-version.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/linked-key-var-url.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/linked-key-var.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-raw.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-slim.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-ultraslim.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/CHANGELOG.twig create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/apidoc-generate.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/changelog.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-cron.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-lint.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-mocha.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpcs.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpcsbf.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpstan.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpunit.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/install-reporters.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/install.sh create mode 100755 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/release.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sami-config.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/.sudobotignore create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/keys.tar.enc create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/pubkey.asc create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/template.js create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBDocumentation.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBEntry.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBException.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/MariaDB.js create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/MySQL.js create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/Search.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/SlimData.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/cleaner.js create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/common.js create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/index.js create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/merge.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/DataTest.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/RefProvider.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/SearchTest.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/SlimDataTest.php create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/cleaner.js create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_1.html create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_2.html create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_3.html create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/ultraSlimDataTestWithVariables.json create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/index.js create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/parser.js create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/phpunit.xml create mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/templates.js (limited to 'srcs/phpmyadmin/vendor/williamdes') diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.dependabot/config.yml b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.dependabot/config.yml new file mode 100644 index 0000000..9b4a5b8 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.dependabot/config.yml @@ -0,0 +1,14 @@ +version: 1 +update_configs: + - package_manager: 'javascript' + directory: '/' + update_schedule: 'monthly' + default_reviewers: + - 'williamdes' + + - package_manager: 'php:composer' + directory: '/' + update_schedule: 'monthly' + default_reviewers: + - 'williamdes' + diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.editorconfig b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.editorconfig new file mode 100644 index 0000000..f9366fa --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.gitmodules b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.gitmodules new file mode 100644 index 0000000..d63a336 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.gitmodules @@ -0,0 +1,3 @@ +[submodule "docs"] + path = docs + url = git@github.com:williamdes/mariadb-mysql-kbs diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.jshintignore b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.jshintignore new file mode 100644 index 0000000..3788ae8 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.jshintignore @@ -0,0 +1,9 @@ +/tmp +/build +/docs +vendor +scripts/vendor +node_modules +dist +data +/.nyc_output diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.jshintrc b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.jshintrc new file mode 100644 index 0000000..227f9ca --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.jshintrc @@ -0,0 +1,11 @@ +{ + "strict": true, + "curly": true, + "quotmark": "simple", + "esversion": 6, + "browser": false, + "mocha": true, + "node": true, + "noempty": true, + "debug": false +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.npmignore b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.npmignore new file mode 100644 index 0000000..10ef25b --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.npmignore @@ -0,0 +1,30 @@ +/scripts +/data +/dist/merged-raw.json +/test +*.php +/composer.json +/composer.lock +/.prettierignore +/.gitignore +/phpcs.xml +/phpstan.neon +/.travis.yml +/dist/merged-raw.md +/docs +/vendor +/tmp +/.gitmodules +/build +/schemas +CODEOWNERS +/coverage +/coverage.lcov +/.nyc_output +/.editorconfig +/.jshintrc +/.dependabot +/.git +/williamdes-mariadb-mysql-kbs-*.tar +/.jshintignore +/.phpunit.result.cache diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.prettierignore b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.prettierignore new file mode 100644 index 0000000..4c741f5 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.prettierignore @@ -0,0 +1,8 @@ +/tmp +/build +/docs +vendor +node_modules +dist +data +/.nyc_output diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.travis.yml b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.travis.yml new file mode 100644 index 0000000..fe33e14 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/.travis.yml @@ -0,0 +1,174 @@ +language: php + +before_install: + - openssl aes-256-cbc -K $encrypted_ab8f92ccaef0_key -iv $encrypted_ab8f92ccaef0_iv -in scripts/sudo-bot/keys.tar.enc -out scripts/sudo-bot/keys.tar -d + - tar -C scripts/sudo-bot/ -xvf scripts/sudo-bot/keys.tar +before_script: + - './scripts/ci/install-reporters.sh' + - './scripts/ci/install.sh' +script: + - ./scripts/ci/ci-$CI_TYPE.sh +install: + - if [ "$CI_COMPOSER" = "yes" ]; then composer install --ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress; fi + - if [ "$CI_NPM" = "yes" ]; then npm ci; fi + - if [ "$CI_OLD_NPM" = "yes" ]; then npm install; fi +after_script: + - if [ "$TRAVIS_BUILD_STAGE_NAME" = "tests" ] && [ "$CI_TYPE" != "mocha" ]; then ./codacy-coverage.phar clover build/logs/clover.xml; else echo "skipped codacy"; fi +stages: + - name: lint + if: NOT type = cron + - name: tests + if: NOT type = cron + - name: robot + if: type = cron +jobs: + include: + - stage: lint + php: '7.3' + env: + - CI_TYPE=phpstan + - CI_COMPOSER=yes + name: 'PHPSTAN - PHP 7.3' + - stage: lint + php: '7.3' + env: + - CI_TYPE=phpcs + - CI_COMPOSER=yes + name: 'PHPCS - PHP 7.3' + - stage: tests + php: '7.1' + env: + - CI_TYPE=phpunit + - CI_COMPOSER=yes + name: 'PHPUNIT - PHP 7.1' + after_success: + - bash <(curl -s https://codecov.io/bash) -cF php + - stage: tests + php: '7.2' + env: + - CI_TYPE=phpunit + - CI_COMPOSER=yes + name: 'PHPUNIT - PHP 7.2' + after_success: + - bash <(curl -s https://codecov.io/bash) -cF php + - stage: tests + php: '7.3' + env: + - CI_TYPE=phpunit + - CI_COMPOSER=yes + name: 'PHPUNIT - PHP 7.3' + after_success: + - bash <(curl -s https://codecov.io/bash) -cF php + - stage: tests + os: osx + language: node_js + node_js: '10' + env: + - CI_TYPE=phpunit + - CI_COMPOSER=yes + name: 'PHPUNIT - PHP 7.1' + addons: + homebrew: + update: true + packages: + - php@7.1 + - composer + before_install: + - mkdir ~/.homebrew_logs + - export HOMEBREW_LOGS="~/.homebrew_logs" + - export HOMEBREW_TEMP="/tmp" + - export HOMEBREW_INSTALL_BADGE="🌻" + after_success: + - bash <(curl -s https://codecov.io/bash) -cF php + - stage: tests + os: osx + language: node_js + node_js: '10' + env: + - CI_TYPE=phpunit + - CI_COMPOSER=yes + name: 'PHPUNIT - PHP 7.2' + addons: + homebrew: + update: true + packages: + - php@7.2 + - composer + before_install: + - mkdir ~/.homebrew_logs + - export HOMEBREW_LOGS="~/.homebrew_logs" + - export HOMEBREW_TEMP="/tmp" + - export HOMEBREW_INSTALL_BADGE="🌻" + after_success: + - bash <(curl -s https://codecov.io/bash) -cF php + - stage: tests + os: osx + language: node_js + node_js: '10' + env: + - CI_TYPE=phpunit + - CI_COMPOSER=yes + name: 'PHPUNIT - PHP 7.3' + addons: + homebrew: + update: true + packages: + - php@7.3 + - composer + before_install: + - echo "memory_limit=-1" > /usr/local/etc/php/7.3/conf.d/50-travis-ci.ini + - echo "pcre.jit=0" >> /usr/local/etc/php/7.3/conf.d/50-travis-ci.ini + - mkdir ~/.homebrew_logs + - export HOMEBREW_LOGS="~/.homebrew_logs" + - export HOMEBREW_TEMP="/tmp" + - export HOMEBREW_INSTALL_BADGE="🌻" + after_success: + - bash <(curl -s https://codecov.io/bash) -cF php + - stage: robot + php: '7.2' + node_js: 'stable' + env: + - CI_TYPE=cron + - CI_OLD_NPM=yes + - CI_COMPOSER=yes + name: 'Create a pull-request to update data' + - stage: tests + language: node_js + node_js: 'stable' + env: + - CI_TYPE=mocha + - CI_NPM=yes + name: 'MOCHA - NODE stable' + after_success: + - bash <(curl -s https://codecov.io/bash) -cF javascript + - stage: lint + language: node_js + node_js: 'stable' + env: + - CI_TYPE=lint + - CI_NPM=yes + name: 'LINT - NODE stable' + - stage: lint + language: php + php: '7.3' + env: + - CI_TYPE=lint + - CI_COMPOSER=yes + name: 'LINT - PHP 7.3' + script: composer run phpcs +cache: + ccache: true + directories: + - $HOME/.composer/cache/ + - $HOME/.cache/bower + - $HOME/.npm + - $HOME/.cache/ci + - /var/cache/apt + - $HOME/Library/Caches/Homebrew +before_cache: + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cleanup; fi +addons: + apt: + update: false +git: + submodules: false diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/CHANGELOG.md b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/CHANGELOG.md new file mode 100644 index 0000000..afb48fb --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/CHANGELOG.md @@ -0,0 +1,424 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] +## [v1.2.8] + +### Added + +- [8ca6999](https://github.com/williamdes/mariadb-mysql-kbs/commit/8ca6999e1487a9f43846530a3cc241ef7109b5bf) add: .gitattributes file + +### Changed + +- [b4afbca](https://github.com/williamdes/mariadb-mysql-kbs/commit/b4afbcabc7b40ebfb5b072de568f60063cf86adb) update: dependencies +- [856b39c](https://github.com/williamdes/mariadb-mysql-kbs/commit/856b39cbc7027bfee0f22c661960f694bbf08b32) update: [MySQL] updates +- [9d7b3c3](https://github.com/williamdes/mariadb-mysql-kbs/commit/9d7b3c3b973a3b0fa8fae5adc25f5ef02909203d) update: .gitattributes file +- [9eab800](https://github.com/williamdes/mariadb-mysql-kbs/commit/9eab8008ee3fc91c8817e744fc3755e7815cee47) update: .gitattributes file +- [530c6a6](https://github.com/williamdes/mariadb-mysql-kbs/commit/530c6a68d0f12eca9f1b0f4fd0f7d55f825847ae) update: [MariaDB] updates +- [53bae92](https://github.com/williamdes/mariadb-mysql-kbs/commit/53bae92f735f39271c881858074961fe3bc2e39e) update: [MariaDB] && [MySQL] updates +- [aeb2ffd](https://github.com/williamdes/mariadb-mysql-kbs/commit/aeb2ffd26fb7810d16a92330978f87f06da280a7) update: [MariaDB] && [MySQL] updates +- [fd9ac5e](https://github.com/williamdes/mariadb-mysql-kbs/commit/fd9ac5e27e321e4625150e70dac8cb645fcfbfb6) update: [MariaDB] && [MySQL] updates +- [0860955](https://github.com/williamdes/mariadb-mysql-kbs/commit/0860955d111d44d4e0a6ee3e8392724cbfc32e2a) update: dependencies +- [215fcf3](https://github.com/williamdes/mariadb-mysql-kbs/commit/215fcf3849a0441c55abd64d7f56119428994218) update: [MySQL] updates +- [0434d0a](https://github.com/williamdes/mariadb-mysql-kbs/commit/0434d0a918087e1f0f3679ba007ab12d06b6c00d) update: [MySQL] updates +- [9a65d87](https://github.com/williamdes/mariadb-mysql-kbs/commit/9a65d879cbb67aaf34450d518b6df3d651ee23f5) update: [MariaDB] && [MySQL] updates +- [6f6f19f](https://github.com/williamdes/mariadb-mysql-kbs/commit/6f6f19fd404bee47239fe6648bca607ceb0b97e0) update: dependencies + +### Fixed + +- [baee0c0](https://github.com/williamdes/mariadb-mysql-kbs/commit/baee0c02d1428d8d1c8d7e0824bdb5463e68cc7f) fix: some MySQL and MariaDB fixes +- [185ebb2](https://github.com/williamdes/mariadb-mysql-kbs/commit/185ebb223ba0904e65395f226a13b3bc708014fb) fix: cleanCli undefined + +## [v1.2.7] + +### Changed + +- [6416780](https://github.com/williamdes/mariadb-mysql-kbs/commit/64167803686aff4090f72a6d89826364b1d88d7d) update: package version to 1.2.7 +- [520d89c](https://github.com/williamdes/mariadb-mysql-kbs/commit/520d89cbe75a088444e3536e7a2f0be31449efba) update: [security] bump lodash from 4.17.11 to 4.17.14 +- [cf60c43](https://github.com/williamdes/mariadb-mysql-kbs/commit/cf60c43cc4e7d7c284fa5181707343145f2d88f5) update: [security] bump lodash.merge from 4.6.1 to 4.6.2 +- [dfda544](https://github.com/williamdes/mariadb-mysql-kbs/commit/dfda544ecf47bf8cd995e3aebfb445d07f25bf5c) update: [MariaDB] && [MySQL] updates +- [4b31b18](https://github.com/williamdes/mariadb-mysql-kbs/commit/4b31b18c50a25f3e32a19d2b13218ef18166daa8) update: [MariaDB] && [MySQL] updates and other changes + +## [v1.2.6] + +### Added + +- [1c5ccf2](https://github.com/williamdes/mariadb-mysql-kbs/commit/1c5ccf288d2f96e8e18451bf17964de4bc8f38f4) add: SECURITY.md +- [61a933f](https://github.com/williamdes/mariadb-mysql-kbs/commit/61a933f6e0d67f4287ba73243f2d69417b76f609) added: dependencies up to date badge +- [a55aa0c](https://github.com/williamdes/mariadb-mysql-kbs/commit/a55aa0c33ed0f9a70921a5b5ee205f3a79442413) added: php lint to CI and removed apt cache key +- [b3edac6](https://github.com/williamdes/mariadb-mysql-kbs/commit/b3edac617d653623b1840f7dbc89bac9276c3f82) add: .phpunit.result.cache to ignores +- [77830b6](https://github.com/williamdes/mariadb-mysql-kbs/commit/77830b64be3803c7880702e0ba900d5946a11501) add: test command to composer.json +- [0daf1a8](https://github.com/williamdes/mariadb-mysql-kbs/commit/0daf1a866d8ae22033297df652e6795052ab2ebe) added: jshint to dev dependencies +- [3987131](https://github.com/williamdes/mariadb-mysql-kbs/commit/398713113a0387a3b666d52c55766a8dbb8bbad5) added: .jshintignore + +### Changed + +- [09de4e1](https://github.com/williamdes/mariadb-mysql-kbs/commit/09de4e1288b236fb38686f926c5567b88d2bb661) update: prettier from 1.17.1 to 1.18.2 +- [e4a96c9](https://github.com/williamdes/mariadb-mysql-kbs/commit/e4a96c94f85ca7e1fefe3a93761d20895790f857) update: package version to 1.2.6 +- [57a2f9c](https://github.com/williamdes/mariadb-mysql-kbs/commit/57a2f9cac2a45792cdc1ae214bc33308614cf9f2) update: [MariaDB] && [MySQL] updates +- [1ba2bdd](https://github.com/williamdes/mariadb-mysql-kbs/commit/1ba2bdd21b634d29aff5dd4dd0620e24b4fee2c7) update: [MariaDB] && [MySQL] updates +- [10e8854](https://github.com/williamdes/mariadb-mysql-kbs/commit/10e88548866862ef2c4313ec591c075ac7d70fa6) update: .travis.yml +- [414e4a6](https://github.com/williamdes/mariadb-mysql-kbs/commit/414e4a670f64056824c9712d6d3f067fcd27c6bc) update: @sudo-bot from 1.1.7 to 1.1.8 +- [2f8f42c](https://github.com/williamdes/mariadb-mysql-kbs/commit/2f8f42c8ceeae3c3cfdaeebd93d5ac299fad2c0e) update: @sudo-bot from 1.1.6 to 1.1.7 +- [9477c48](https://github.com/williamdes/mariadb-mysql-kbs/commit/9477c4866349d8e997ffd534a53297bd88e4b690) update: @sudo-bot from 1.1.5 to 1.1.6 +- [824f4f0](https://github.com/williamdes/mariadb-mysql-kbs/commit/824f4f01517dbf5e0654d486402545001d3f2015) update: [MySQL] data +- [55d6f72](https://github.com/williamdes/mariadb-mysql-kbs/commit/55d6f72913e24c2f32f2c9c3df285ba117f10f8a) update: [MariaDB] data +- [f679d22](https://github.com/williamdes/mariadb-mysql-kbs/commit/f679d2207b5c8d99044471de6e492b3ccd5b4a78) updated: dependencies and package-lock.json +- [46f52d8](https://github.com/williamdes/mariadb-mysql-kbs/commit/46f52d8c91a332480b7f5907d28fea3e391662df) update: [MySQL] data +- [22a609b](https://github.com/williamdes/mariadb-mysql-kbs/commit/22a609b4072296a943102965f79b6e9a2be61fc2) updated: swaggest/json-schema from 0.12.3+ to 0.12.9+ & phpunit command +- [18d2e32](https://github.com/williamdes/mariadb-mysql-kbs/commit/18d2e3237f3ed8a316fe3c4c2683012196b2ac9d) update: [MySQL] data +- [c5cafc6](https://github.com/williamdes/mariadb-mysql-kbs/commit/c5cafc66b59aee56e0db8ca42a0ddb8e0fc14f7e) update: [MariaDB] && [MySQL] updates +- [b2f66ca](https://github.com/williamdes/mariadb-mysql-kbs/commit/b2f66ca3851a5908d491769cacb4cbc726c558bd) updated: dependencies and package-lock.json +- [ac490c2](https://github.com/williamdes/mariadb-mysql-kbs/commit/ac490c2c6f3b7267fb72cb06d7990e547dd435d3) update: @sudo-bot cron script and README.md +- [13b93dc](https://github.com/williamdes/mariadb-mysql-kbs/commit/13b93dc37cb2f2e1d5ebfe6cc990a1065920da7a) update: [MariaDB] && [MySQL] updates +- [a9ddf62](https://github.com/williamdes/mariadb-mysql-kbs/commit/a9ddf62d554500b04a52ca0d425cceab955a656a) updated: prettier and mocha dependencies +- [1df9f60](https://github.com/williamdes/mariadb-mysql-kbs/commit/1df9f6031d72257f4b2e5223ed78d3ded32bfa6a) update: [MariaDB] && [MySQL] updates +- [1862d41](https://github.com/williamdes/mariadb-mysql-kbs/commit/1862d4158b6b285da798b9919af39686de683205) updated: sudo-bot and codecov npm dependencies +- [d2c8b8e](https://github.com/williamdes/mariadb-mysql-kbs/commit/d2c8b8ebdcdc603084c4235e78f93fd4c9f24c8d) update: [MySQL] updates + +### Removed + +- [f2d43b0](https://github.com/williamdes/mariadb-mysql-kbs/commit/f2d43b099df2442e5599130c86a72200811c4dbf) removed: spy script (useless) + +### Fixed + +- [4277ed2](https://github.com/williamdes/mariadb-mysql-kbs/commit/4277ed250f2500cb4c47253796f35dfba69d88b2) fix: alert detected by lgtm +- [6d386ce](https://github.com/williamdes/mariadb-mysql-kbs/commit/6d386ce5f1a7f225dd8b38f82f7a0c4aa2f3bdd2) fix: CI @sudo-bot script +- [b8ab559](https://github.com/williamdes/mariadb-mysql-kbs/commit/b8ab5592c5d54a35a6767b3a10c26d7fd53a7689) fix: MariaDB script +- [2362512](https://github.com/williamdes/mariadb-mysql-kbs/commit/2362512aa8da242158303620d4d2509229769e85) fix: move crawler to dev-dependencies +- [f106ca1](https://github.com/williamdes/mariadb-mysql-kbs/commit/f106ca1f2e2e6ba92bbae29bf343de90b0292717) fix: CI and .gitignore and phpstan command +- [ba2631e](https://github.com/williamdes/mariadb-mysql-kbs/commit/ba2631e1fd3265e58764ee06ce1a8bc37ab11813) fix: cleaner and add tests +- [e80c410](https://github.com/williamdes/mariadb-mysql-kbs/commit/e80c410f72cb8f899cab74eb72026db1026e6457) fix: @sudo-bot CI +- [a7cf7bd](https://github.com/williamdes/mariadb-mysql-kbs/commit/a7cf7bdf0a9ce4e49d6f7b56e26a58c71fa79ec0) fix: remove renamed file +- [8fd2d9f](https://github.com/williamdes/mariadb-mysql-kbs/commit/8fd2d9fc7a0507f35a44266a0c1a84f927f1a770) fix: @sudo-bot CI +- [cc7aac7](https://github.com/williamdes/mariadb-mysql-kbs/commit/cc7aac74f2ba0341661b65ab49b65ebd1afd1e41) fixed: CI reporting for non mocha tests +- [b40a61b](https://github.com/williamdes/mariadb-mysql-kbs/commit/b40a61bd0c0d3a2ecf3bdf6532bee02009fc1245) fix: @sudo-bot use 'npm ci' when package-lock.json exists +- [43b8e95](https://github.com/williamdes/mariadb-mysql-kbs/commit/43b8e95d27bfdba9a242b04c7e105e418a7fc816) fix: CI rename style to lint +- [7bb4a5b](https://github.com/williamdes/mariadb-mysql-kbs/commit/7bb4a5b6f6e062e775b6a54ab30a6d86528916a0) fixed: jshint setup +- [9143014](https://github.com/williamdes/mariadb-mysql-kbs/commit/91430143cc7687ca6650761b66f20ea39ff9ebc8) fixed: .npmignore + +### Improvements + +- [b4d600b](https://github.com/williamdes/mariadb-mysql-kbs/commit/b4d600b77993743c52b2f962b444a54be34b1107) improved: Improved extraction process and fixed bugs +- [7e81a29](https://github.com/williamdes/mariadb-mysql-kbs/commit/7e81a2943dd7bb6bfa369f056548b3239b9fbbaf) improved: move MariaDB and MySQL script to crawler and jquery +- [8190342](https://github.com/williamdes/mariadb-mysql-kbs/commit/8190342314ab1fa767c25b3960d2f8c17660a145) improved: Replace jsdom by crawler +- [be05dea](https://github.com/williamdes/mariadb-mysql-kbs/commit/be05dea67bb8cbc8f0ebb766d6236fdcfd89fea3) improved: CI install of npm and composer packages +- [e4b65db](https://github.com/williamdes/mariadb-mysql-kbs/commit/e4b65dbc851f623564afb3464014dc4ff49ada52) improved: Moved phpcs and phpcbf commands to composer +- [53bd313](https://github.com/williamdes/mariadb-mysql-kbs/commit/53bd31394c5b4a3f42692a54933f083d94347e9b) improved: Use namespace for tests +- [97f6095](https://github.com/williamdes/mariadb-mysql-kbs/commit/97f609580f412cdcd38ff61b20bfa69507661e60) improved: schemas testing +- [ed45a4d](https://github.com/williamdes/mariadb-mysql-kbs/commit/ed45a4db9216193a1e9ef42ea06a11fdd1c089ab) improved: added tests for each .json file format +- [5b51377](https://github.com/williamdes/mariadb-mysql-kbs/commit/5b51377f96821bb8778cf301f05d8573ea873c52) improved: Use phpunit for exception expectations +- [e646cd4](https://github.com/williamdes/mariadb-mysql-kbs/commit/e646cd4118a57131b99bdd8ac3d4d15b700b0ca4) improved: Move spy to cleaner and add tests +- [bc65814](https://github.com/williamdes/mariadb-mysql-kbs/commit/bc658145bde334580b3b495211081aa361099a4f) improved: extract scripts and use Promise and callbacks + +## [v1.2.5] + +### Added + +- [046c3fe](https://github.com/williamdes/mariadb-mysql-kbs/commit/046c3fe15cbf57d89e283b62f5a8b03c576a0337) added: php7.3 and osx php7.3 to test matrix +- [2491c41](https://github.com/williamdes/mariadb-mysql-kbs/commit/2491c415adaa65ab37b47d52cfb322d95fe7767d) added: snyk and dependabot to README.md +- [3fa4313](https://github.com/williamdes/mariadb-mysql-kbs/commit/3fa43131b44f8b5407bb63411589ffa61dcb75b9) added: dependabot config +- [571ccf3](https://github.com/williamdes/mariadb-mysql-kbs/commit/571ccf3edc1b3b5cfa0245d5518063a9434d0835) added: LGTM and fixed changelog +- [a068fde](https://github.com/williamdes/mariadb-mysql-kbs/commit/a068fde4a0421f96d4e1897170b409d638f9aabe) added: merged data and tests to PR template +- [effd148](https://github.com/williamdes/mariadb-mysql-kbs/commit/effd1487a0227d1092455838abd73e145808fd01) added: template for sudo-bot and mocha +- [d17883b](https://github.com/williamdes/mariadb-mysql-kbs/commit/d17883bc5b41d187f9c3132a8577fd470fb3213e) added: sudo-bot + +### Changed + +- [44264b0](https://github.com/williamdes/mariadb-mysql-kbs/commit/44264b03e02d0908749b696f68721fac99cbd133) update: package version to 1.2.5 +- [97ec035](https://github.com/williamdes/mariadb-mysql-kbs/commit/97ec035605cca060e3b7abf92d46ada85465a6d2) update: [MySQL] updates +- [9eb743f](https://github.com/williamdes/mariadb-mysql-kbs/commit/9eb743f65f4a1fbc80abab0247fe6e3896c98930) update: commit message format +- [5366e10](https://github.com/williamdes/mariadb-mysql-kbs/commit/5366e10a0625fa9f95f7eac7a43dfb9af43f72b6) updated: package-lock.json and package.json and changelog +- [2786d1a](https://github.com/williamdes/mariadb-mysql-kbs/commit/2786d1a5c98dd3b93bfca8706cc9d7e92b1770a7) updated: MySQL data +- [9cffbf6](https://github.com/williamdes/mariadb-mysql-kbs/commit/9cffbf64046836229d9c3f83674b213848833036) updated: MariaDB data +- [13d7ba4](https://github.com/williamdes/mariadb-mysql-kbs/commit/13d7ba4510e9957352790a02551eb247f4b17ad6) updated: composer.json && updated: composer.lock +- [7e80648](https://github.com/williamdes/mariadb-mysql-kbs/commit/7e80648f583ce760ab717a0a942bd6f576ede4bc) updated: composer.lock +- [affedaf](https://github.com/williamdes/mariadb-mysql-kbs/commit/affedaf9c5762fc01c5b6084b31f321de5e50140) updated: package-lock.json and dependabot config +- [0f8b1a0](https://github.com/williamdes/mariadb-mysql-kbs/commit/0f8b1a05978fc5d0573c0eacc23a97df17cc032e) updated: changelog πŸ“– +- [e031ee1](https://github.com/williamdes/mariadb-mysql-kbs/commit/e031ee1af193878dfccf7892c2aa553bc76f4f00) updated: package.json & package-lock.json +- [b4675f3](https://github.com/williamdes/mariadb-mysql-kbs/commit/b4675f313ad67ef4bee7a661014d0ffcf9911bd2) updated: sudo-bot +- [dd0ff5c](https://github.com/williamdes/mariadb-mysql-kbs/commit/dd0ff5c9448f65dde6d5ef829589e2115292aa20) updated: [MySQL] & [MariaDB] data +- [852b3a2](https://github.com/williamdes/mariadb-mysql-kbs/commit/852b3a2a527f620310fe2b90877d15ef315a60c9) updated: composer.lock and package-lock.json and updated package.json +- [ef766fd](https://github.com/williamdes/mariadb-mysql-kbs/commit/ef766fd9991e4fd1e80bb7b14abb2a352ecd4689) updated: changelog πŸ“– + +### Removed + +- [16a3d25](https://github.com/williamdes/mariadb-mysql-kbs/commit/16a3d259263d00eab648fa9bce2249e993be0aeb) removed: composer.lock +- [b0f997d](https://github.com/williamdes/mariadb-mysql-kbs/commit/b0f997d2abc033740a35d14cf16982356b207f16) removed: old changelog script +- [ab83775](https://github.com/williamdes/mariadb-mysql-kbs/commit/ab83775286f122b186526c106079e798525ca307) removed: deploy on tag + +### Fixed + +- [741b07e](https://github.com/williamdes/mariadb-mysql-kbs/commit/741b07e927b55cf35e918085462e0052153ff8dc) fix: .npmignore .gitignore and composer archive ignore +- [3e5ca71](https://github.com/williamdes/mariadb-mysql-kbs/commit/3e5ca71a782aeedd4e6a726ae1737905ca74d7e6) fix: composer non feature branches and nyc coverage +- [b00a8b0](https://github.com/williamdes/mariadb-mysql-kbs/commit/b00a8b09496f193c3289bf6f3c2ece4cd3a95967) fix: osx CI +- [9ac6e9b](https://github.com/williamdes/mariadb-mysql-kbs/commit/9ac6e9bf898de7760f7f53ddabdc28a2c5a548bb) fixed: changelog +- [127889d](https://github.com/williamdes/mariadb-mysql-kbs/commit/127889df59911291084b8b7815b98519002abd04) fixed: changelog +- [2b23349](https://github.com/williamdes/mariadb-mysql-kbs/commit/2b23349f867450f308a37045486ac6b61eb25a99) fixed: Travis CI +- [5377cec](https://github.com/williamdes/mariadb-mysql-kbs/commit/5377cec845b0cc0888a23a8185e24553f7c2a476) fixed: NPM package name in README.md +- [1b433f8](https://github.com/williamdes/mariadb-mysql-kbs/commit/1b433f8f30c6f1cb4ad42540f869614f13239fbb) fixed: nyc coverage +- [2f24409](https://github.com/williamdes/mariadb-mysql-kbs/commit/2f244099934d2d125d01d55dbe5c2388c09693ff) fixed: Coverage report and ignore files +- [8bee75a](https://github.com/williamdes/mariadb-mysql-kbs/commit/8bee75af85dc02e8be72fae9ff9e29c0670c7b77) fixed: CI coverage +- [ae75ce8](https://github.com/williamdes/mariadb-mysql-kbs/commit/ae75ce8c4fd44cdae42748f3ab769cdd0401868c) fixed: CI & mocha tests installation +- [8fa12ea](https://github.com/williamdes/mariadb-mysql-kbs/commit/8fa12eaab4a917677828a4f12f0b07f936c8a023) fixed: composer namespace +- [ee2c058](https://github.com/williamdes/mariadb-mysql-kbs/commit/ee2c05800e170ed0743b5905db43450359ca10e6) fixed: travis CI and other files +- [a4974c5](https://github.com/williamdes/mariadb-mysql-kbs/commit/a4974c5050132cd38945d2c639fdd614fb080d11) fix: OSX CI +- [a6a9ed8](https://github.com/williamdes/mariadb-mysql-kbs/commit/a6a9ed8d17fc672413bbebc5908928a1ad80a679) fix: OSX on CI +- [4762da9](https://github.com/williamdes/mariadb-mysql-kbs/commit/4762da9723c8da0378d990a3a9062b89ac71f4f6) fixed: npm ignore + +### Improvements + +- [f4cd7a0](https://github.com/williamdes/mariadb-mysql-kbs/commit/f4cd7a000f32939649796c8880f34dc2c8ceee93) style: prettier +- [40ca56a](https://github.com/williamdes/mariadb-mysql-kbs/commit/40ca56af22aafc5fc314e1c1dee7520ae2cf69b9) style: prettier on changelog.js + +## [v1.2.4] + +### Added + +- [5c00bb6](https://github.com/williamdes/mariadb-mysql-kbs/commit/5c00bb63e8423d092b5e21689e14ee83e9fc918f) added: deploy on tag +- [83b9b19](https://github.com/williamdes/mariadb-mysql-kbs/commit/83b9b19fe47b2a62065c5c3f3f67d1582b6554f1) added: Travis CI labels +- [00a10ea](https://github.com/williamdes/mariadb-mysql-kbs/commit/00a10eab8e00aaa0d073062957de291a02a472e5) added: sudo-bot cron script :factory: +- [071ef1d](https://github.com/williamdes/mariadb-mysql-kbs/commit/071ef1d991a718e972cf551f962e9a5f7b2f51c3) added: CODEOWNERS :lock: +- [4f71020](https://github.com/williamdes/mariadb-mysql-kbs/commit/4f7102047f310df55c85b0967aa872ada8d9fec5) added: [MariaDB] system-versioned-tables + +### Changed + +- [3092bc0](https://github.com/williamdes/mariadb-mysql-kbs/commit/3092bc0a3d03d580466b86de4036130e644ec94d) updated: composer.json & package.json - version 1.2.4 +- [797b1f3](https://github.com/williamdes/mariadb-mysql-kbs/commit/797b1f304443c18076cfa5e910af8c5f23703601) updated: [MySQL] & [MariaDB] data +- [c999377](https://github.com/williamdes/mariadb-mysql-kbs/commit/c9993779f679c7b02161977b6733706b7e793f08) updated: [MySQL] data +- [03d5d6e](https://github.com/williamdes/mariadb-mysql-kbs/commit/03d5d6ea73e29023466449021cb5441b67ffeea6) updated: [MariaDB] data +- [68f2187](https://github.com/williamdes/mariadb-mysql-kbs/commit/68f2187842df8cba506394ccbbb3ddcc7bc401fc) updated: changelog :book: + +### Fixed + +- [247f98b](https://github.com/williamdes/mariadb-mysql-kbs/commit/247f98b3d21ddd43d336e9f62af5808980bc3806) fixed: OSX tests +- [10e4ff6](https://github.com/williamdes/mariadb-mysql-kbs/commit/10e4ff6ff34c65248815d64c2699e5f2f7847c24) fixed: typo +- [cb792c8](https://github.com/williamdes/mariadb-mysql-kbs/commit/cb792c8133d5c48116d940a3e92657c51f8b4f64) fixed: npm ignore + +## [v1.2.3] + +### Added + +- [03cb762](https://github.com/williamdes/mariadb-mysql-kbs/commit/03cb7629b06f8d64e7b6ebced942a10d3d59c410) added: json schema validation for merged-ultraslim.json +- [fd46f68](https://github.com/williamdes/mariadb-mysql-kbs/commit/fd46f68ba96ffe28c53eeda1c2e41bb9e157d936) added: swaggest/json-schema + +### Changed + +- [8076644](https://github.com/williamdes/mariadb-mysql-kbs/commit/80766444c4443ba3101e4da6d0b3cfeef3c06351) updated: composer.json & package.json - version 1.2.3 +- [9bd0602](https://github.com/williamdes/mariadb-mysql-kbs/commit/9bd06026ca172822f806a7d0625b2ddf85e47e54) updated: api docs :book: +- [fb2f2f6](https://github.com/williamdes/mariadb-mysql-kbs/commit/fb2f2f6f6cdba32d4518529a272cbbf3ed37391f) updated: changelog :book: +- [6696ca7](https://github.com/williamdes/mariadb-mysql-kbs/commit/6696ca745ce172a24d1fb5ae1fefe82ae10b222a) updated: merged data +- [143e1f2](https://github.com/williamdes/mariadb-mysql-kbs/commit/143e1f24f559469f2f13bab7da5366d59d54e2fd) updated: [MariaDB] data +- [c99e2f7](https://github.com/williamdes/mariadb-mysql-kbs/commit/c99e2f7e07faedef1db039c5fc5c7c44f5dc8c52) updated: [MySQL] data +- [c2903a2](https://github.com/williamdes/mariadb-mysql-kbs/commit/c2903a29e2f2f60988276f21dc1f23464133ac4b) updated: composer.lock :lock: +- [5378614](https://github.com/williamdes/mariadb-mysql-kbs/commit/53786144f25bf89d0a040f3be6bc0378a17661f0) updated: changelog :book: + +### Removed + +- [2ab9b3c](https://github.com/williamdes/mariadb-mysql-kbs/commit/2ab9b3ce7aa43af77c47d0c096b3c7363203a053) removed: validate file +- [84fe040](https://github.com/williamdes/mariadb-mysql-kbs/commit/84fe040254d39f239286bbe77427298d590e5547) removed: testbench file + +### Fixed + +- [8abb014](https://github.com/williamdes/mariadb-mysql-kbs/commit/8abb01492af0b8c054cb878fa79560b774a637be) fixed: npm ignore + +### Improvements + +- [c920fd8](https://github.com/williamdes/mariadb-mysql-kbs/commit/c920fd8ea1c9a4be5d01237dd93ab3aef8caaa4e) improved: Tests :rocket: :package: + +## [v1.2.2] + +### Added + +- [e95b8dc](https://github.com/williamdes/mariadb-mysql-kbs/commit/e95b8dc10379bf00236ed0ee24abc0723b6a743a) added: phpcs rules +- [e402e0c](https://github.com/williamdes/mariadb-mysql-kbs/commit/e402e0c03086b8712b68d084bca1f5118ec282af) added: getVariable +- [4e7ae6f](https://github.com/williamdes/mariadb-mysql-kbs/commit/4e7ae6f4e2b349f25f68c028b1e5c3dab171b8b5) added: badges and install intructions :book: +- [9bed254](https://github.com/williamdes/mariadb-mysql-kbs/commit/9bed254abc3ac85b46aa8f6ddd3eb0fd03f32008) added: npm ignore +- [47c5d56](https://github.com/williamdes/mariadb-mysql-kbs/commit/47c5d56b7549050fc7b71da971cc5fc64f5790fb) added: changelog :book: +- [bbeed46](https://github.com/williamdes/mariadb-mysql-kbs/commit/bbeed466908936e25fa7685509e4b0834d2636f6) added: changelog generator :book: +- [5cf8a17](https://github.com/williamdes/mariadb-mysql-kbs/commit/5cf8a17fe58762591da828de2aeb930d55d70027) added: [MariaDB] more documentation + +### Changed + +- [5b6a4bd](https://github.com/williamdes/mariadb-mysql-kbs/commit/5b6a4bdca787a6204fd8ce9fdfffa3ea7cd43ee7) updated: composer.json & package.json + :lock: - version 1.2.2 +- [aa546c7](https://github.com/williamdes/mariadb-mysql-kbs/commit/aa546c73a3cd940d01f0866663c3a0ea99f1be4e) updated: changelog :book: +- [1777f13](https://github.com/williamdes/mariadb-mysql-kbs/commit/1777f13df5866179ce749ecb5b5c00988897f757) updated: prettier +- [e94a9db](https://github.com/williamdes/mariadb-mysql-kbs/commit/e94a9db838d678ccc3db039dccf116eb38586b2a) updated: [MySQL] & [MariaDB] data +- [59e5baa](https://github.com/williamdes/mariadb-mysql-kbs/commit/59e5baa7a31ac72c2ff4a17b5aefec40f98ed6a1) updated: release script +- [5140d06](https://github.com/williamdes/mariadb-mysql-kbs/commit/5140d062bb32ea80fe9155843d99f6a32e178782) updated: api docs +- [2bc0164](https://github.com/williamdes/mariadb-mysql-kbs/commit/2bc016434ed62141a45f3890cf5711bbd0f8755f) updated: composer.lock :lock: +- [c6cb704](https://github.com/williamdes/mariadb-mysql-kbs/commit/c6cb704b8711f2510769494362c60c63cc7cab6f) updated: composer.json & package.json +- [e2c6706](https://github.com/williamdes/mariadb-mysql-kbs/commit/e2c6706c74d9274f63f4185b108e6b335ecff14f) updated: changelog generator :book: +- [fb4cabe](https://github.com/williamdes/mariadb-mysql-kbs/commit/fb4cabe90393f1a7ec863f759be3795cdea36f84) updated: submodule commit hash + +### Fixed + +- [06737df](https://github.com/williamdes/mariadb-mysql-kbs/commit/06737dfb47665487ce9fb5cf7b490f54614fc0b2) fixed: phpcs rule +- [9acaab8](https://github.com/williamdes/mariadb-mysql-kbs/commit/9acaab87b15b2e9be1a21d9a3703faeb04bcaaf8) fixes: @throws is allowed in phpdoc +- [d4870a6](https://github.com/williamdes/mariadb-mysql-kbs/commit/d4870a6d02ff314001403cc1a1c45b93cce734ea) fixes: dataType bug + +### Improvements + +- [8af998f](https://github.com/williamdes/mariadb-mysql-kbs/commit/8af998fec0d2e95ddcedb3c586b44bd4df46eead) style: composer.json & package.json +- [5241c13](https://github.com/williamdes/mariadb-mysql-kbs/commit/5241c1338a87293d25ed25413aac50a801c1bcb2) style: phpcs & prettier +- [e5d987c](https://github.com/williamdes/mariadb-mysql-kbs/commit/e5d987c475b64bc002ffac46daab7068a8d7f506) style: phpcs & prettier + +## [v1.2.1] + +### Added + +- [fe488b8](https://github.com/williamdes/mariadb-mysql-kbs/commit/fe488b8008f153ba71e7b4a30432182db9c78e29) added: KBException>Exception +- [016346b](https://github.com/williamdes/mariadb-mysql-kbs/commit/016346bb53487b9761475468b35bffa1d73103f1) added: markdown format :package: :book: +- [8742aa0](https://github.com/williamdes/mariadb-mysql-kbs/commit/8742aa0cb2cb669b6df9e8d3637f18b12fc1fab7) added: markdown format in data :package: +- [5c01220](https://github.com/williamdes/mariadb-mysql-kbs/commit/5c0122006d029180bf358ece53c94194f8b58035) added: API docs :book: + +### Changed + +- [057b23f](https://github.com/williamdes/mariadb-mysql-kbs/commit/057b23face95ef95e977d7e145e58cb4b68aac3f) updated: composer.json & package.* - version 1.2.1 +- [bdaf01a](https://github.com/williamdes/mariadb-mysql-kbs/commit/bdaf01ae451c3b221b65ac7fe6462a17532055cd) updated: prettier ignore & composer archive & phpcs +- [f8786b2](https://github.com/williamdes/mariadb-mysql-kbs/commit/f8786b2d0519aaa1d37d4a74631830e360347975) updated: [MySQL] & [MariaDB] data +- [f64d72c](https://github.com/williamdes/mariadb-mysql-kbs/commit/f64d72c8db530449f3b72e9a71e3819518a5374d) updated: travis config +- [7df7e60](https://github.com/williamdes/mariadb-mysql-kbs/commit/7df7e60acf154fada34f3346669672b12f885732) updated: README :book: +- [bdf4e22](https://github.com/williamdes/mariadb-mysql-kbs/commit/bdf4e22b2d75523a63cc03c91b640485aceed1be) updated: phpcs & phpstan config + +### Fixed + +- [c16e655](https://github.com/williamdes/mariadb-mysql-kbs/commit/c16e655bd9ed2eebdb0cb8292184911794f3f808) fixes: command line bug in data +- [3637458](https://github.com/williamdes/mariadb-mysql-kbs/commit/3637458d2df6c1642ec323a405e73fc403aa693e) fixes: bug in validValues + +### Improvements + +- [08a29f0](https://github.com/williamdes/mariadb-mysql-kbs/commit/08a29f07bb2f600a06cf552fdca8426d95f9ba96) style: phpcs fixes + +## [v1.2.0] + +### Added + +- [1928c75](https://github.com/williamdes/mariadb-mysql-kbs/commit/1928c755602b21f6f80b6480216b2defed345950) added: getVariableType in API :rocket: +- [94b083c](https://github.com/williamdes/mariadb-mysql-kbs/commit/94b083cea9e669693d1be369fb454ae002a2a40b) added: variable type & ultraslim php :package: +- [e7368b7](https://github.com/williamdes/mariadb-mysql-kbs/commit/e7368b75acf63b22c87fa311b7bf784ddbf56540) added: spy script :eye: +- [ab2594e](https://github.com/williamdes/mariadb-mysql-kbs/commit/ab2594e07a2c7fdfb246f6a63c7f8a79eca47db8) added: [MySQL] documentation +- [e16eb29](https://github.com/williamdes/mariadb-mysql-kbs/commit/e16eb29a36a1cdc94e18041c6cd0fda1e468bda8) added: [MySQL] documentation +- [4e86741](https://github.com/williamdes/mariadb-mysql-kbs/commit/4e86741f2fc5d91f3011569ad78e6cafb63f4462) added: [MySQL] documentations +- [e156e4f](https://github.com/williamdes/mariadb-mysql-kbs/commit/e156e4f1301a9368e7ce4c63e631a4d6cd57911a) added: [MySQL] documentations +- [58751e1](https://github.com/williamdes/mariadb-mysql-kbs/commit/58751e1ebc7ada1a958886ce6ec9c572848a1572) added: JSON key sorter +- [0a66b68](https://github.com/williamdes/mariadb-mysql-kbs/commit/0a66b680e8ad0eddb88a683dc8dea9a148eb3740) added: [MySQL] data +- [f744088](https://github.com/williamdes/mariadb-mysql-kbs/commit/f744088ae963d7d060e120102465750fc5d7ab06) added: [MySQL] replication options documentation + +### Changed + +- [bf3be0f](https://github.com/williamdes/mariadb-mysql-kbs/commit/bf3be0f2f91e4299e23665cfe97df9e2489b578c) updated: composer.* & package.* - version 1.2.0 +- [599dee7](https://github.com/williamdes/mariadb-mysql-kbs/commit/599dee7e07f72826e339442d00fe0ee1ace42cc0) updated: phpcs & phpstan config +- [0dee19e](https://github.com/williamdes/mariadb-mysql-kbs/commit/0dee19efb1081b196b2fd9100b52b2174bbed786) updated: composer.json archive +- [a7f947e](https://github.com/williamdes/mariadb-mysql-kbs/commit/a7f947efc9ca76126482c052937b1e6bbc332457) updated: merged data +- [414021d](https://github.com/williamdes/mariadb-mysql-kbs/commit/414021daa725c39190cbc402ccee2f0b1740b132) updated: [MySQL] & [MariaDB] data +- [84fe8e7](https://github.com/williamdes/mariadb-mysql-kbs/commit/84fe8e7d46006f7b25e087f953b6db0ed3f5c07c) updated: phpstan config +- [e8eb1d4](https://github.com/williamdes/mariadb-mysql-kbs/commit/e8eb1d4b8400ea54efbc1a82217dc1af26c115df) updated: [MySQL] data +- [9d78bfc](https://github.com/williamdes/mariadb-mysql-kbs/commit/9d78bfc93c86776418591bb66242c867bedca8fb) updated: merged data +- [17370d6](https://github.com/williamdes/mariadb-mysql-kbs/commit/17370d6c621cda7008775bbaa2bfc5be4c9b66b2) updated: [MySQL] data +- [5e57001](https://github.com/williamdes/mariadb-mysql-kbs/commit/5e5700191aab19fc29411b7ecda0b0d597433a84) updated: merged data +- [c6badc1](https://github.com/williamdes/mariadb-mysql-kbs/commit/c6badc1a999df9d8b1b04fa9ba96800023d19348) updated: merged data +- [76281af](https://github.com/williamdes/mariadb-mysql-kbs/commit/76281af259455b8efd2b1a91597fb738afd2d607) updated: merged data +- [89ae61b](https://github.com/williamdes/mariadb-mysql-kbs/commit/89ae61bf3c68f0217167b4002fe0771620330558) updated: [MySQL] data +- [93f47a5](https://github.com/williamdes/mariadb-mysql-kbs/commit/93f47a54eedaef85b4b581ee5062d7eb7139f3f6) updated: [MySQL] & [MariaDB] data +- [9519e64](https://github.com/williamdes/mariadb-mysql-kbs/commit/9519e64c826e823599cbcb8f2054ee7fc19105a0) updated: merged data + +### Removed + +- [0c37939](https://github.com/williamdes/mariadb-mysql-kbs/commit/0c37939a1ac2fc5b206b0b4954ee48b3cef089d8) removed: :bug: dataType from data, now type + +### Fixed + +- [d33d2a1](https://github.com/williamdes/mariadb-mysql-kbs/commit/d33d2a1e7a99b77ef9aa2c37b2c06a52c9942c24) fixes: reported errors +- [34a58da](https://github.com/williamdes/mariadb-mysql-kbs/commit/34a58daba6097f2ad7ca4790b6afd51a81fcd3ef) fixes: dataType bug in spy :eye +- [42720e2](https://github.com/williamdes/mariadb-mysql-kbs/commit/42720e214b4821063636822e49d8dc8326d8dfa2) fixes: type bug +- [6e012b3](https://github.com/williamdes/mariadb-mysql-kbs/commit/6e012b3e511de60f2ebfb43e49a166762e0806a5) fixes: not array bug in merge +- [69484ae](https://github.com/williamdes/mariadb-mysql-kbs/commit/69484ae383825aa464895fd15190c057834ea498) fixes: key does not exist + +### Improvements + +- [0335da9](https://github.com/williamdes/mariadb-mysql-kbs/commit/0335da9b73afa5a8be956efc7766b1687225bb0e) improved: API :rocket: +- [362e136](https://github.com/williamdes/mariadb-mysql-kbs/commit/362e136166d6fbdaee17a4a409f9bcfc2a37920c) improved: [MySQL] extract script +- [042d762](https://github.com/williamdes/mariadb-mysql-kbs/commit/042d762b739bf8d84790246fedb6f04d1d0d3d2a) style: phpstan & prettier + +## [v1.1.0] + +### Added + +- [1dc3bf7](https://github.com/williamdes/mariadb-mysql-kbs/commit/1dc3bf7a651060398b9b6a28e1cb3b99cdf1f71e) added: prettier +- [797487a](https://github.com/williamdes/mariadb-mysql-kbs/commit/797487abd268ad01f6ecf05b8c3577d147ca5083) added: Search & phpcs & phpstan & travis & phpunit & test +- [ccb19a2](https://github.com/williamdes/mariadb-mysql-kbs/commit/ccb19a2a9a8c9d453ae8fec4c1b3d36771edd370) added: data from data builder +- [5586808](https://github.com/williamdes/mariadb-mysql-kbs/commit/55868083a95b6e7926e1fb4f51cde2cd08129fac) added: data builder + +### Changed + +- [0a0b691](https://github.com/williamdes/mariadb-mysql-kbs/commit/0a0b6913a40827ca9a9f4c094f7788a16c154436) updated: composer.json - version 1.1.0 +- [d5a006d](https://github.com/williamdes/mariadb-mysql-kbs/commit/d5a006dbee72acc89feb60a867a7c8342cff6f61) updated: merge script +- [d891c83](https://github.com/williamdes/mariadb-mysql-kbs/commit/d891c83d44039bd9b74ea9b490b22a0d3c1e24da) updated: [MariaDB] kb url +- [5879b6f](https://github.com/williamdes/mariadb-mysql-kbs/commit/5879b6fa1ee361c7ede73b76f8939bde26033797) updated: .gitignore +- [29523ef](https://github.com/williamdes/mariadb-mysql-kbs/commit/29523efca1f4e65d8df7516a4dc004292511b365) updated: composer.json +- [1d0bcea](https://github.com/williamdes/mariadb-mysql-kbs/commit/1d0bcea1d4df934e7ac019826274e6705cb89eb5) updated: [MariaDB] data +- [39d5440](https://github.com/williamdes/mariadb-mysql-kbs/commit/39d54407d4ee11d76b6f074ba525a49d89466e1c) updated: [MySQL] & [MariaDB] data + +### Fixed + +- [8adc939](https://github.com/williamdes/mariadb-mysql-kbs/commit/8adc939a8128c20f11e806b97231d083cb5a9af0) fixed: phpcs config +- [e1bd1e6](https://github.com/williamdes/mariadb-mysql-kbs/commit/e1bd1e6a188f37780c988c58a929bae979d6c4ef) fixed: composer.json autoload +- [04865bb](https://github.com/williamdes/mariadb-mysql-kbs/commit/04865bb1f58c16d2faa74ebf516ebda64a4c4623) fixed: scope bug + +### Improvements + +- [bbd013e](https://github.com/williamdes/mariadb-mysql-kbs/commit/bbd013e4fbf23ea437e0e5cbde05af471906ef49) style: phpstan & prettier + +## [v1.0.0] + +### Added + +- [7a8fb1b](https://github.com/williamdes/mariadb-mysql-kbs/commit/7a8fb1ba9b28671c73b2f1cea54ce52bb3d7048b) added: composer.json +- [9719ee0](https://github.com/williamdes/mariadb-mysql-kbs/commit/9719ee02f688922ce43643035d93d4a93151cea2) added: [MySQL] data +- [d5b9751](https://github.com/williamdes/mariadb-mysql-kbs/commit/d5b975183c319a5ac0a9f341e69afe4eb15cfb8b) added: more MySQL documentations +- [b536a33](https://github.com/williamdes/mariadb-mysql-kbs/commit/b536a33ff4a3d95fa996aa269eb02687a5761c65) added: [MariaDB] data +- [951a927](https://github.com/williamdes/mariadb-mysql-kbs/commit/951a9272f1880f666425e4c1742778ef5bdd4f00) added: more MariaDB system variables +- [c03f2a6](https://github.com/williamdes/mariadb-mysql-kbs/commit/c03f2a63c002b28cae44d8f060ac09d2969e229c) added: [MariaDB] data +- [f45ad15](https://github.com/williamdes/mariadb-mysql-kbs/commit/f45ad15cfff626159a60396abbb5ff085514ccd1) added: [MariaDB] server status variables documentation +- [dc2e800](https://github.com/williamdes/mariadb-mysql-kbs/commit/dc2e800d6d493c30be62bc1e78e84404f994e8d3) added: [MySQL] data +- [4a1e8da](https://github.com/williamdes/mariadb-mysql-kbs/commit/4a1e8da123a15738288bdac1504333ef69df1ebf) added: more documentations for MySQL +- [b35e824](https://github.com/williamdes/mariadb-mysql-kbs/commit/b35e824cc58be1f2b3c7fece095e0a331fb09a9d) added: support for command line +- [6404ab5](https://github.com/williamdes/mariadb-mysql-kbs/commit/6404ab5ad48a2f76702dcbd2fbf40bf7c8976fde) added: [MySQL] data +- [3d7fec8](https://github.com/williamdes/mariadb-mysql-kbs/commit/3d7fec83c1debca9ef636d32c51073e56b354ea6) added: MySQL script +- [cb6e800](https://github.com/williamdes/mariadb-mysql-kbs/commit/cb6e800fd15eb7e2a582d489a17bf86dec079d58) test: Added test for common.js +- [ecccb66](https://github.com/williamdes/mariadb-mysql-kbs/commit/ecccb6694c6b80b3a14b707fdda2318e68c9f5da) added: [MariaDB] data +- [b99b2b5](https://github.com/williamdes/mariadb-mysql-kbs/commit/b99b2b5482c9d089092a6106080299574629443c) added: files +- [e05b05a](https://github.com/williamdes/mariadb-mysql-kbs/commit/e05b05aa96895dee2c3222e93cdddfcb4055d950) added: package.json & :lock: +- [9783044](https://github.com/williamdes/mariadb-mysql-kbs/commit/9783044b051820a9ae893da2d7e488bc4a3f37c6) added: .gitignore & README +- [28e9e01](https://github.com/williamdes/mariadb-mysql-kbs/commit/28e9e010dc027dee17a55f5eedad776dcf983e95) added: LICENSE + +### Changed + +- [c0c22b9](https://github.com/williamdes/mariadb-mysql-kbs/commit/c0c22b92e6f8bd77addeae4a5e097f56cb4cc88e) updated: data +- [1f61c63](https://github.com/williamdes/mariadb-mysql-kbs/commit/1f61c634686785d7cca3d291368c9a3e737ebff8) updated: data +- [4f7f893](https://github.com/williamdes/mariadb-mysql-kbs/commit/4f7f893870fe295e698b4f6df91b5ba9ae1e88ea) updated: [MariaDB] data +- [0a95903](https://github.com/williamdes/mariadb-mysql-kbs/commit/0a95903495d9f293b419b41e763845ee3146f989) changed: Moved code in common.js + +### Fixed + +- [dded735](https://github.com/williamdes/mariadb-mysql-kbs/commit/dded735a2f1a16a31973fa623a29000c6e8e0fea) fixed: [MySQL] link +- [d9cd2a8](https://github.com/williamdes/mariadb-mysql-kbs/commit/d9cd2a8123a67d6adfddf0414988b98fcac9f082) fixed: bug in MariaDB script + + +[Unreleased]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.2.8...HEAD +[v1.2.8]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.2.7...v1.2.8 +[v1.2.7]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.2.6...v1.2.7 +[v1.2.6]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.2.5...v1.2.6 +[v1.2.5]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.2.4...v1.2.5 +[v1.2.4]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.2.3...v1.2.4 +[v1.2.3]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.2.2...v1.2.3 +[v1.2.2]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.2.1...v1.2.2 +[v1.2.1]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.2.0...v1.2.1 +[v1.2.0]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.1.0...v1.2.0 +[v1.1.0]: https://github.com/williamdes/mariadb-mysql-kbs/compare/v1.0.0...v1.1.0 +[v1.0.0]: https://github.com/williamdes/mariadb-mysql-kbs/compare/28e9e010dc027dee17a55f5eedad776dcf983e95...v1.0.0 + diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/CODEOWNERS b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/CODEOWNERS new file mode 100644 index 0000000..d4ced25 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/CODEOWNERS @@ -0,0 +1,5 @@ +data/* @williamdes +dist/* @williamdes +.travis.yml @williamdes +LICENCE @williamdes + diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/LICENSE b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/LICENSE new file mode 100644 index 0000000..14e2f77 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/LICENSE @@ -0,0 +1,373 @@ +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/README.md b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/README.md new file mode 100644 index 0000000..b4ce614 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/README.md @@ -0,0 +1,46 @@ +# An index of the MariaDB and MySQL Knowledge bases + +[![Build Status](https://travis-ci.com/williamdes/mariadb-mysql-kbs.svg?branch=master)](https://travis-ci.com/williamdes/mariadb-mysql-kbs) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e89ffd4b2c8a4f14ae98c282c8934f31)](https://www.codacy.com/app/williamdes/mariadb-mysql-kbs?utm_source=github.com&utm_medium=referral&utm_content=williamdes/mariadb-mysql-kbs&utm_campaign=Badge_Grade) +[![codecov](https://codecov.io/gh/williamdes/mariadb-mysql-kbs/branch/master/graph/badge.svg)](https://codecov.io/gh/williamdes/mariadb-mysql-kbs) +[![License](https://poser.pugx.org/williamdes/mariadb-mysql-kbs/license)](https://packagist.org/packages/williamdes/mariadb-mysql-kbs) +[![Latest Stable Version](https://poser.pugx.org/williamdes/mariadb-mysql-kbs/v/stable)](https://packagist.org/packages/williamdes/mariadb-mysql-kbs) +[![npm version](https://badge.fury.io/js/mariadb-mysql-kbs.svg)](https://badge.fury.io/js/mariadb-mysql-kbs) +[![Total alerts](https://img.shields.io/lgtm/alerts/g/williamdes/mariadb-mysql-kbs.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/williamdes/mariadb-mysql-kbs/alerts/) +[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/williamdes/mariadb-mysql-kbs.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/williamdes/mariadb-mysql-kbs/context:javascript) +[![Known Vulnerabilities](https://snyk.io/test/github/williamdes/mariadb-mysql-kbs/badge.svg)](https://snyk.io/test/github/williamdes/mariadb-mysql-kbs) +[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/) +[![dependencies Status](https://david-dm.org/williamdes/mariadb-mysql-kbs/status.svg)](https://david-dm.org/williamdes/mariadb-mysql-kbs) + +[API doc](https://williamdes.github.io/mariadb-mysql-kbs/Williamdes/MariaDBMySQLKBS.html) + +### In this respository you can find some data from knowledge bases + +Raw extracted data : `/data/` + +Merged data : `/dist/` + +### Merged data +- JSON format (raw, slim, ultraslim) +- PHP format (ultraslim) + +### Update the data + +```bash +npm run build +``` + +```bash +composer run build +``` + +### Install + +```bash +composer require williamdes/mariadb-mysql-kbs +``` + +```bash +npm install --save mariadb-mysql-kbs +``` + diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/SECURITY.md b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/SECURITY.md new file mode 100644 index 0000000..6fa9ca9 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policy + +## Supported Versions + + +| Version | Supported | +| ------- | ------------------ | +| 1.2.x | :white_check_mark: | + +## Reporting a Vulnerability + +Send an email to : williamdes [at] wdes [dot] fr diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/composer.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/composer.json new file mode 100644 index 0000000..a0eed1e --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/composer.json @@ -0,0 +1,89 @@ +{ + "name": "williamdes/mariadb-mysql-kbs", + "description": "An index of the MariaDB and MySQL Knowledge bases", + "homepage": "https://github.com/williamdes/mariadb-mysql-kbs", + "type": "library", + "readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/master/README.md", + "license": "MPL-2.0", + "version": "1.2.8", + "keywords": [ + "mariadb", + "mysql", + "dataset", + "kb", + "knowledge-base", + "json", + "library", + "mysql-knowledge-bases", + "mariadb-knowledge-bases", + "composer-package", + "npm-package" + ], + "support": { + "email": "williamdes@wdes.fr", + "issues": "https://github.com/williamdes/mariadb-mysql-kbs/issues", + "source": "https://github.com/williamdes/mariadb-mysql-kbs" + }, + "authors": [ + { + "name": "William Desportes", + "email": "williamdes@wdes.fr" + } + ], + "scripts": { + "build": "php src/merge.php", + "test": "phpunit --testdox --configuration ./test/phpunit.xml", + "phpstan": "phpstan analyse src test --configuration=phpstan.neon --level=max --memory-limit=100M", + "phpcs": "phpcs --standard=phpcs.xml --no-cache --colors -p -n", + "phpcbf": "phpcbf --standard=phpcs.xml" + }, + "require": { + "php": "^7.1" + }, + "require-dev": { + "phpunit/phpunit": "^7.0 || ^8.0", + "phpstan/phpstan": "^0.11.3", + "slevomat/coding-standard": "^5.0", + "squizlabs/php_codesniffer": "^3.3", + "php-school/cli-menu": "^3.0", + "swaggest/json-schema": "^0.12.9" + }, + "archive": { + "exclude": [ + "/scripts", + "/data", + "/dist/merged-raw.json", + "/test", + "*.js", + "/.dependabot", + "/.jshintrc", + "/.npmignore", + "/.editorconfig", + "/.gitmodules", + "/CODEOWNERS", + "/williamdes-mariadb-mysql-kbs-*.tar", + "/docs", + "/package.json", + "/package-lock.json", + "/.prettierignore", + "/.gitignore", + "/phpcs.xml", + "/phpstan.neon", + "/.travis.yml", + "/dist/merged-raw.md", + "/.jshintignore", + "/.phpunit.result.cache" + ] + }, + "autoload": { + "psr-4": { + "Williamdes\\MariaDBMySQLKBS\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Williamdes\\MariaDBMySQLKBS\\Test\\": "test/" + } + }, + "non-feature-branches": ["update/*"] +} 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" + ], + "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 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" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-raw.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-raw.json new file mode 100644 index 0000000..f038776 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-raw.json @@ -0,0 +1,38229 @@ +{ + "vars": { + "Aria_pagecache_blocks_not_flushed": { + "name": "Aria_pagecache_blocks_not_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_blocks_not_flushed", + "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/" + } + ] + }, + "Aria_pagecache_blocks_unused": { + "name": "Aria_pagecache_blocks_unused", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_blocks_unused", + "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/" + } + ] + }, + "Aria_pagecache_blocks_used": { + "name": "Aria_pagecache_blocks_used", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_blocks_used", + "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/" + } + ] + }, + "Aria_pagecache_read_requests": { + "name": "Aria_pagecache_read_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_read_requests", + "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/" + } + ] + }, + "Aria_pagecache_reads": { + "name": "Aria_pagecache_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_reads", + "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/" + } + ] + }, + "Aria_pagecache_write_requests": { + "name": "Aria_pagecache_write_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_write_requests", + "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/" + } + ] + }, + "Aria_pagecache_writes": { + "name": "Aria_pagecache_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_writes", + "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/" + } + ] + }, + "Aria_transaction_log_syncs": { + "name": "Aria_transaction_log_syncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_transaction_log_syncs", + "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/" + } + ] + }, + "aria_block_size": { + "cli": "--aria-block-size=#", + "default": "8192", + "dynamic": false, + "name": "aria_block_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_checkpoint_interval": { + "cli": "--aria-checkpoint-interval=#", + "default": "30", + "dynamic": true, + "name": "aria_checkpoint_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_checkpoint_interval", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_checkpoint_log_activity": { + "cli": "aria-checkpoint-log-activity=#", + "default": "1048576", + "dynamic": true, + "name": "aria_checkpoint_log_activity", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_checkpoint_log_activity", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_encrypt_tables": { + "cli": "aria-encrypt-tables={0|1}", + "default": "OFF", + "dynamic": true, + "name": "aria_encrypt_tables", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "aria_encrypt_tables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_force_start_after_recovery_failures": { + "cli": "--aria-force-start-after-recovery-failures=#", + "default": "0", + "dynamic": false, + "name": "aria_force_start_after_recovery_failures", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_force_start_after_recovery_failures", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_group_commit": { + "cli": "--aria_group_commit=\"value\"", + "default": "none", + "dynamic": false, + "name": "aria_group_commit", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "none", + "hard", + "soft" + ], + "ids": [ + { + "anchor": "aria_group_commit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_group_commit_interval": { + "cli": "--aria_group_commit_interval=#", + "default": "0 (no waiting)", + "dynamic": false, + "name": "aria_group_commit_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_group_commit_interval", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_log_file_size": { + "cli": "--aria-log-file-size=#", + "default": "1073741824", + "dynamic": true, + "name": "aria_log_file_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_log_file_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_log_purge_type": { + "cli": "--aria-log-purge-type=name", + "default": "immediate", + "dynamic": true, + "name": "aria_log_purge_type", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "immediate", + "external", + "at_flush" + ], + "ids": [ + { + "anchor": "aria_log_purge_type", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_max_sort_file_size": { + "cli": "--aria-max-sort-file-size=#", + "default": "9223372036853727232", + "dynamic": true, + "name": "aria_max_sort_file_size", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_max_sort_file_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_page_checksum": { + "cli": "--aria-page-checksum=#", + "default": "ON", + "dynamic": true, + "name": "aria_page_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "aria_page_checksum", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_pagecache_age_threshold": { + "cli": "--aria-pagecache-age-threshold=#", + "default": "300", + "dynamic": true, + "name": "aria_pagecache_age_threshold", + "range": { + "from": 100, + "to": 9999900 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_age_threshold", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_pagecache_buffer_size": { + "cli": "--aria-pagecache-buffer-size=#", + "default": "134217720 (128MB)", + "dynamic": false, + "name": "aria_pagecache_buffer_size", + "range": { + "from": 131072, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_pagecache_division_limit": { + "cli": "--aria-pagecache-division-limit=#", + "default": "100", + "dynamic": true, + "name": "aria_pagecache_division_limit", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_division_limit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_pagecache_file_hash_size": { + "cli": "--aria-pagecache-file-hash-size=#", + "default": "512", + "dynamic": false, + "name": "aria_pagecache_file_hash_size", + "range": { + "from": 128, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_pagecache_file_hash_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_recover": { + "name": "aria_recover", + "ids": [ + { + "anchor": "aria_recover", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_recover_options": { + "cli": "--aria-recover-options[=#]", + "default": "BACKUP,QUICK (>= MariaDB 10.2.4), NORMAL (<= MariaDB 10.2.3)", + "dynamic": true, + "name": "aria_recover_options", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NORMAL", + "BACKUP", + "FORCE", + "QUICK", + "OFF" + ], + "ids": [ + { + "anchor": "aria_recover_options", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_repair_threads": { + "cli": "--aria-repair-threads=#", + "default": "1", + "dynamic": true, + "name": "aria_repair_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_repair_threads", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_sort_buffer_size": { + "cli": "--aria-sort-buffer-size=#", + "default": "268434432 (from MariaDB 10.0.3), 134217728 (before MariaDB 10.0.3)", + "dynamic": true, + "name": "aria_sort_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "aria_sort_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_stats_method": { + "cli": "--aria-stats-method=#", + "default": "nulls_unequal", + "dynamic": true, + "name": "aria_stats_method", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ], + "ids": [ + { + "anchor": "aria_stats_method", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_sync_log_dir": { + "cli": "--aria-sync-log-dir=#", + "default": "NEWFILE", + "dynamic": true, + "name": "aria_sync_log_dir", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NEWFILE", + "NEVER", + "ALWAYS" + ], + "ids": [ + { + "anchor": "aria_sync_log_dir", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "aria_used_for_temp_tables": { + "default": "ON", + "dynamic": false, + "name": "aria_used_for_temp_tables", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "aria_used_for_temp_tables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "deadlock_search_depth_long": { + "cli": "--deadlock-search-depth-long=#", + "default": "15", + "dynamic": true, + "name": "deadlock_search_depth_long", + "range": { + "from": 0, + "to": 33 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "deadlock_search_depth_long", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "deadlock_search_depth_short": { + "cli": "--deadlock-search-depth-short=#", + "default": "4", + "dynamic": true, + "name": "deadlock_search_depth_short", + "range": { + "from": 0, + "to": 32 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "deadlock_search_depth_short", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "deadlock_timeout_long": { + "cli": "--deadlock-timeout-long=#", + "default": "50000000", + "dynamic": true, + "name": "deadlock_timeout_long", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "deadlock_timeout_long", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "deadlock_timeout_short": { + "cli": "--deadlock-timeout-short=#", + "default": "10000", + "dynamic": true, + "name": "deadlock_timeout_short", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "deadlock_timeout_short", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/" + } + ] + }, + "Cassandra_multiget_keys_scanned": { + "name": "Cassandra_multiget_keys_scanned", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "cassandra_multiget_keys_scanned", + "url": "https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/" + } + ] + }, + "Cassandra_multiget_reads": { + "name": "Cassandra_multiget_reads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "cassandra_multiget_reads", + "url": "https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/" + } + ] + }, + "Cassandra_multiget_rows_read": { + "name": "Cassandra_multiget_rows_read", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "cassandra_multiget_rows_read", + "url": "https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/" + } + ] + }, + "Cassandra_network_exceptions": { + "name": "Cassandra_network_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "cassandra_network_exceptions", + "url": "https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/" + } + ] + }, + "Cassandra_row_insert_batches": { + "name": "Cassandra_row_insert_batches", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "cassandra_row_insert_batches", + "url": "https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/" + } + ] + }, + "Cassandra_row_inserts": { + "name": "Cassandra_row_inserts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "cassandra_row_inserts", + "url": "https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/" + } + ] + }, + "Cassandra_timeout_exceptions": { + "name": "Cassandra_timeout_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "cassandra_timeout_exceptions", + "url": "https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/" + } + ] + }, + "Cassandra_unavailable_exceptions": { + "name": "Cassandra_unavailable_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "cassandra_unavailable_exceptions", + "url": "https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/" + } + ] + }, + "cassandra_default_thrift_host": { + "dynamic": true, + "name": "cassandra_default_thrift_host", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "cassandra_default_thrift_host", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/" + } + ] + }, + "cassandra_failure_retries": { + "default": "3", + "dynamic": true, + "name": "cassandra_failure_retries", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + { + "anchor": "cassandra_failure_retries", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/" + } + ] + }, + "cassandra_insert_batch_size": { + "default": "100", + "dynamic": true, + "name": "cassandra_insert_batch_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + { + "anchor": "cassandra_insert_batch_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/" + } + ] + }, + "cassandra_multiget_batch_size": { + "default": "100", + "dynamic": true, + "name": "cassandra_multiget_batch_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + { + "anchor": "cassandra_multiget_batch_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/" + } + ] + }, + "cassandra_read_consistency": { + "default": "ONE", + "name": "cassandra_read_consistency", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ONE", + "TWO", + "THREE", + "ANY", + "ALL", + "QUORUM", + "EACH_QUORUM", + "LOCAL_QUORUM", + "\n" + ], + "ids": [ + { + "anchor": "cassandra_read_consistency", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/" + } + ] + }, + "cassandra_rnd_batch_size": { + "default": "10000", + "name": "cassandra_rnd_batch_size", + "scope": [ + "global", + "session" + ], + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + { + "anchor": "cassandra_rnd_batch_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/" + } + ] + }, + "cassandra_write_consistency": { + "default": "ONE", + "name": "cassandra_write_consistency", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ONE", + "TWO", + "THREE", + "ANY", + "ALL", + "QUORUM", + "EACH_QUORUM", + "LOCAL_QUORUM", + "\n" + ], + "ids": [ + { + "anchor": "cassandra_write_consistency", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/" + } + ] + }, + "connect_class_path": { + "cli": "--connect-class-path=value", + "default": "", + "dynamic": false, + "name": "connect_class_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "connect_class_path", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_cond_push": { + "cli": "--connect-cond-push={0|1}", + "default": "ON", + "dynamic": true, + "name": "connect_cond_push", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "connect_cond_push", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_conv_size": { + "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, + "name": "connect_conv_size", + "range": { + "from": 0, + "to": 65500 + }, + "scope": [ + "session", + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "connect_conv_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_enable_mongo": { + "cli": "--connect-enable-mongo={0|1}", + "default": "OFF", + "dynamic": false, + "name": "connect_enable_mongo", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "connect_enable_mongo", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_exact_info": { + "cli": "--connect-exact-info=#", + "default": "OFF", + "dynamic": true, + "name": "connect_exact_info", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "connect_exact_info", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_indx_map": { + "cli": "--connect-indx-map=#", + "default": "OFF", + "dynamic": true, + "name": "connect_indx_map", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "connect_indx_map", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_java_wrapper": { + "cli": "--connect-java-wrapper=val", + "default": "wrappers/JdbcInterface", + "dynamic": true, + "name": "connect_java_wrapper", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "connect_java_wrapper", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_json_grp_size": { + "cli": "--connect-json-grp-size=#", + "default": "10", + "dynamic": true, + "name": "connect_json_grp_size", + "range": { + "from": 1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "connect_json_grp_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_json_null": { + "cli": "--connect-json-null=value", + "default": "", + "dynamic": true, + "name": "connect_json_null", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "connect_json_null", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_jvm_path": { + "cli": "--connect-jvm_path=value", + "default": "", + "dynamic": false, + "name": "connect_jvm_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "connect_jvm_path", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_type_conv": { + "cli": "--connect-type-conv=#", + "default": "YES (>= Connect 1.06.006), NO (<= Connect 1.06.005)", + "dynamic": true, + "name": "connect_type_conv", + "scope": [ + "session", + "global" + ], + "validValues": [ + "NO", + "YES", + "SKIP" + ], + "ids": [ + { + "anchor": "connect_type_conv", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_use_tempfile": { + "cli": "--connect-use-tempfile=#", + "default": "AUTO", + "dynamic": true, + "name": "connect_use_tempfile", + "scope": [ + "session" + ], + "ids": [ + { + "anchor": "connect_use_tempfile", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_work_size": { + "cli": "--connect-work-size=#", + "default": "67108864", + "dynamic": true, + "name": "connect_work_size", + "range": { + "from": 4194304, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "connect_work_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "connect_xtrace": { + "cli": "--connect-xtrace=#", + "default": "0", + "dynamic": true, + "name": "connect_xtrace", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "set", + "validValues": [], + "ids": [ + { + "anchor": "connect_xtrace", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/" + } + ] + }, + "wsrep_apply_oooe": { + "name": "wsrep_apply_oooe", + "ids": [ + { + "anchor": "wsrep_apply_oooe", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_apply_oool": { + "name": "wsrep_apply_oool", + "ids": [ + { + "anchor": "wsrep_apply_oool", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_apply_window": { + "name": "wsrep_apply_window", + "ids": [ + { + "anchor": "wsrep_apply_window", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_cert_deps_distance": { + "name": "wsrep_cert_deps_distance", + "ids": [ + { + "anchor": "wsrep_cert_deps_distance", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_cert_index_size": { + "name": "wsrep_cert_index_size", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_cert_index_size", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_cert_interval": { + "name": "wsrep_cert_interval", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_cert_interval", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_cluster_capabilities": { + "name": "wsrep_cluster_capabilities", + "ids": [ + { + "anchor": "wsrep_cluster_capabilities", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_cluster_conf_id": { + "name": "wsrep_cluster_conf_id", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_cluster_conf_id", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_cluster_size": { + "name": "wsrep_cluster_size", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_cluster_size", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_cluster_state_uuid": { + "name": "wsrep_cluster_state_uuid", + "ids": [ + { + "anchor": "wsrep_cluster_state_uuid", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_cluster_status": { + "name": "wsrep_cluster_status", + "ids": [ + { + "anchor": "wsrep_cluster_status", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_cluster_weight": { + "name": "wsrep_cluster_weight", + "ids": [ + { + "anchor": "wsrep_cluster_weight", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_commit_oooe": { + "name": "wsrep_commit_oooe", + "ids": [ + { + "anchor": "wsrep_commit_oooe", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_commit_oool": { + "name": "wsrep_commit_oool", + "ids": [ + { + "anchor": "wsrep_commit_oool", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_commit_window": { + "name": "wsrep_commit_window", + "ids": [ + { + "anchor": "wsrep_commit_window", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_connected": { + "name": "wsrep_connected", + "ids": [ + { + "anchor": "wsrep_connected", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_desync_count": { + "name": "wsrep_desync_count", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_desync_count", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_evs_delayed": { + "name": "wsrep_evs_delayed", + "ids": [ + { + "anchor": "wsrep_evs_delayed", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_evs_evict_list": { + "name": "wsrep_evs_evict_list", + "ids": [ + { + "anchor": "wsrep_evs_evict_list", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_evs_repl_latency": { + "name": "wsrep_evs_repl_latency", + "ids": [ + { + "anchor": "wsrep_evs_repl_latency", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_evs_state": { + "name": "wsrep_evs_state", + "ids": [ + { + "anchor": "wsrep_evs_state", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_flow_control_paused": { + "name": "wsrep_flow_control_paused", + "ids": [ + { + "anchor": "wsrep_flow_control_paused", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_flow_control_paused_ns": { + "name": "wsrep_flow_control_paused_ns", + "ids": [ + { + "anchor": "wsrep_flow_control_paused_ns", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_flow_control_recv": { + "name": "wsrep_flow_control_recv", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_flow_control_recv", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_flow_control_sent": { + "name": "wsrep_flow_control_sent", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_flow_control_sent", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_gcomm_uuid": { + "name": "wsrep_gcomm_uuid", + "ids": [ + { + "anchor": "wsrep_gcomm_uuid", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_incoming_addresses": { + "name": "wsrep_incoming_addresses", + "ids": [ + { + "anchor": "wsrep_incoming_addresses", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_last_committed": { + "name": "wsrep_last_committed", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_last_committed", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_bf_aborts": { + "name": "wsrep_local_bf_aborts", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_local_bf_aborts", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_cached_downto": { + "name": "wsrep_local_cached_downto", + "ids": [ + { + "anchor": "wsrep_local_cached_downto", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_cert_failures": { + "name": "wsrep_local_cert_failures", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_local_cert_failures", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_commits": { + "name": "wsrep_local_commits", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_local_commits", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_index": { + "name": "wsrep_local_index", + "ids": [ + { + "anchor": "wsrep_local_index", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_recv_queue": { + "name": "wsrep_local_recv_queue", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_local_recv_queue", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_recv_queue_avg": { + "name": "wsrep_local_recv_queue_avg", + "ids": [ + { + "anchor": "wsrep_local_recv_queue_avg", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_recv_queue_max": { + "name": "wsrep_local_recv_queue_max", + "ids": [ + { + "anchor": "wsrep_local_recv_queue_max", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_recv_queue_min": { + "name": "wsrep_local_recv_queue_min", + "ids": [ + { + "anchor": "wsrep_local_recv_queue_min", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_replays": { + "name": "wsrep_local_replays", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_local_replays", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_send_queue": { + "name": "wsrep_local_send_queue", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_local_send_queue", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_send_queue_avg": { + "name": "wsrep_local_send_queue_avg", + "ids": [ + { + "anchor": "wsrep_local_send_queue_avg", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_send_queue_max": { + "name": "wsrep_local_send_queue_max", + "ids": [ + { + "anchor": "wsrep_local_send_queue_max", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_send_queue_min": { + "name": "wsrep_local_send_queue_min", + "ids": [ + { + "anchor": "wsrep_local_send_queue_min", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_state": { + "name": "wsrep_local_state", + "ids": [ + { + "anchor": "wsrep_local_state", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_state_comment": { + "name": "wsrep_local_state_comment", + "ids": [ + { + "anchor": "wsrep_local_state_comment", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_local_state_uuid": { + "name": "wsrep_local_state_uuid", + "ids": [ + { + "anchor": "wsrep_local_state_uuid", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_open_connections": { + "name": "wsrep_open_connections", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_open_connections", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_open_transactions": { + "name": "wsrep_open_transactions", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_open_transactions", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_protocol_version": { + "name": "wsrep_protocol_version", + "ids": [ + { + "anchor": "wsrep_protocol_version", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_provider_name": { + "name": "wsrep_provider_name", + "ids": [ + { + "anchor": "wsrep_provider_name", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_provider_vendor": { + "name": "wsrep_provider_vendor", + "ids": [ + { + "anchor": "wsrep_provider_vendor", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_provider_version": { + "name": "wsrep_provider_version", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_provider_version", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_ready": { + "name": "wsrep_ready", + "ids": [ + { + "anchor": "wsrep_ready", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_received": { + "name": "wsrep_received", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_received", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_received_bytes": { + "name": "wsrep_received_bytes", + "type": "byte", + "ids": [ + { + "anchor": "wsrep_received_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_repl_data_bytes": { + "name": "wsrep_repl_data_bytes", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_repl_data_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_repl_keys": { + "name": "wsrep_repl_keys", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_repl_keys", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_repl_keys_bytes": { + "name": "wsrep_repl_keys_bytes", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_repl_keys_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_repl_other_bytes": { + "name": "wsrep_repl_other_bytes", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_repl_other_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_replicated": { + "name": "wsrep_replicated", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_replicated", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_replicated_bytes": { + "name": "wsrep_replicated_bytes", + "type": "byte", + "ids": [ + { + "anchor": "wsrep_replicated_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_thread_count": { + "name": "wsrep_thread_count", + "type": "integer", + "ids": [ + { + "anchor": "wsrep_thread_count", + "url": "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/" + } + ] + }, + "wsrep_auto_increment_control": { + "cli": "--wsrep-auto-increment-control[={0|1}]", + "default": "ON", + "dynamic": true, + "name": "wsrep_auto_increment_control", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_auto_increment_control", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_causal_reads": { + "cli": "--wsrep-causal-reads[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_causal_reads", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_causal_reads", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_certification_rules": { + "cli": "--wsrep-certifcation-rules", + "default": "strict", + "dynamic": true, + "name": "wsrep_certification_rules", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "strict", + "optimized" + ], + "ids": [ + { + "anchor": "wsrep_certification_rules", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_certify_nonPK": { + "cli": "--wsrep-certify-nonPK[={0|1}]", + "default": "ON", + "dynamic": true, + "name": "wsrep_certify_nonPK", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_certify_nonpk", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_cluster_address": { + "cli": "--wsrep-cluster-address=value", + "dynamic": false, + "name": "wsrep_cluster_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_cluster_address", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_cluster_name": { + "cli": "--wsrep-cluster-name=value", + "default": "my_wsrep_cluster", + "dynamic": true, + "name": "wsrep_cluster_name", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_cluster_name", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_convert_LOCK_to_trx": { + "cli": "--wsrep-convert-LOCK-to-trx[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_convert_LOCK_to_trx", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_convert_lock_to_trx", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_data_home_dir": { + "cli": "--wsrep-data-home-dir=value", + "default": "The datadir variable value.", + "dynamic": false, + "name": "wsrep_data_home_dir", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_data_home_dir", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_dbug_option": { + "cli": "--wsrep-dbug-option=value", + "dynamic": true, + "name": "wsrep_dbug_option", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_dbug_option", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_debug": { + "cli": "--wsrep-debug[={0|1}]", + "default": "NONE (>= MariaDB 10.4.3), OFF (<= MariaDB 10.4.2)", + "dynamic": true, + "name": "wsrep_debug", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "wsrep_debug", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_desync": { + "cli": "--wsrep-desync[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_desync", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_desync", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_dirty_reads": { + "cli": "--wsrep-dirty-reads[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_dirty_reads", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ], + "ids": [ + { + "anchor": "wsrep_dirty_reads", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_drupal_282555_workaround": { + "cli": "--wsrep-drupal-282555-workaround[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_drupal_282555_workaround", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_drupal_282555_workaround", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_forced_binlog_format": { + "cli": "--wsrep-forced-binlog-format=value", + "default": "NONE", + "dynamic": true, + "name": "wsrep_forced_binlog_format", + "scope": [ + "global" + ], + "validValues": [ + "STATEMENT", + "ROW", + "MIXED", + "NONE" + ], + "ids": [ + { + "anchor": "wsrep_forced_binlog_format", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_gtid_domain_id": { + "cli": "--wsrep-gtid-domain-id=#", + "default": "0", + "dynamic": true, + "name": "wsrep_gtid_domain_id", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "wsrep_gtid_domain_id", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_gtid_mode": { + "cli": "--wsrep-gtid-mode[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_gtid_mode", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_gtid_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_ignore_apply_errors": { + "cli": "--wsrep-ignore-apply-errors", + "default": "0", + "dynamic": true, + "name": "wsrep_ignore_apply_errors", + "range": { + "from": 0, + "to": 7 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "wsrep_ignore_apply_errors", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_load_data_splitting": { + "cli": "--wsrep-load-data-splitting[={0|1}]", + "default": "OFF (>= MariaDB 10.4.3), ON (<= MariaDB 10.4.2)", + "dynamic": true, + "name": "wsrep_load_data_splitting", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_load_data_splitting", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_log_conflicts": { + "cli": "--wsrep-log-conflicts[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_log_conflicts", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_log_conflicts", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_max_ws_rows": { + "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, + "name": "wsrep_max_ws_rows", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "wsrep_max_ws_rows", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_max_ws_size": { + "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, + "name": "wsrep_max_ws_size", + "range": { + "from": 1024, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "wsrep_max_ws_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_mysql_replication_bundle": { + "cli": "--wsrep-mysql-replication-bundle=#", + "default": "0", + "dynamic": false, + "name": "wsrep_mysql_replication_bundle", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "wsrep_mysql_replication_bundle", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_node_address": { + "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, + "name": "wsrep_node_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_node_address", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_node_incoming_address": { + "cli": "--wsrep-node-incoming-address=value", + "default": "AUTO", + "dynamic": false, + "name": "wsrep_node_incoming_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_node_incoming_address", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_node_name": { + "cli": "--wsrep-node-name=value", + "default": "The server's hostname.", + "dynamic": true, + "name": "wsrep_node_name", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_node_name", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_notify_cmd": { + "cli": "--wsrep-notify-command=value", + "default": "Empty", + "dynamic": true, + "name": "wsrep_notify_cmd", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_notify_cmd", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_on": { + "cli": "--wsrep-on[={0|1}]", + "default": "OFF (>= MariaDB 10.1), ON (<= MariaDB Galera Cluster 10.0),", + "dynamic": true, + "name": "wsrep_on", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ], + "ids": [ + { + "anchor": "wsrep_on", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_OSU_method": { + "cli": "--wsrep-OSU-method[=value]", + "default": "TOI", + "dynamic": true, + "name": "wsrep_OSU_method", + "scope": [ + "global", + "session" + ], + "validValues": [ + "TOI", + "RSU" + ], + "ids": [ + { + "anchor": "wsrep_osu_method", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_patch_version": { + "default": "None", + "dynamic": false, + "name": "wsrep_patch_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_patch_version", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_provider": { + "cli": "--wsrep-provider=value", + "default": "None", + "dynamic": true, + "name": "wsrep_provider", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_provider", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_provider_options": { + "cli": "--wsrep-provider-options=value", + "default": "Empty", + "dynamic": false, + "name": "wsrep_provider_options", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_provider_options", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_recover": { + "cli": "--wsrep-recover[={0|1}]", + "default": "OFF", + "dynamic": false, + "name": "wsrep_recover", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_recover", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_reject_queries": { + "cli": "--wsrep-reject-queries[=value]", + "default": "NONE", + "dynamic": true, + "name": "wsrep_reject_queries", + "scope": [ + "global" + ], + "validValues": [ + "NONE", + "ALL", + "ALL_KILL" + ], + "ids": [ + { + "anchor": "wsrep_reject_queries", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_replicate_myisam": { + "cli": "--wsrep-replicate-myisam[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_replicate_myisam", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ], + "ids": [ + { + "anchor": "wsrep_replicate_myisam", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_restart_slave": { + "cli": "--wsrep-restart-slave[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_restart_slave", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_restart_slave", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_retry_autocommit": { + "cli": "--wsrep-retry-autocommit=value", + "default": "1", + "dynamic": false, + "name": "wsrep_retry_autocommit", + "range": { + "from": 0, + "to": 10000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "wsrep_retry_autocommit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_slave_FK_checks": { + "cli": "--wsrep-slave-FK-checks[={0|1}]", + "default": "ON", + "dynamic": true, + "name": "wsrep_slave_FK_checks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_slave_fk_checks", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_slave_threads": { + "cli": "--wsrep-slave-threads=#", + "default": "1", + "dynamic": true, + "name": "wsrep_slave_threads", + "range": { + "from": 1, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "wsrep_slave_threads", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_slave_UK_checks": { + "cli": "--wsrep-slave-UK-checks[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_slave_UK_checks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_slave_uk_checks", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_sr_store": { + "cli": "--wsrep-sr-store=val", + "default": "table", + "dynamic": false, + "name": "wsrep_sr_store", + "scope": [ + "global" + ], + "validValues": [ + "table", + "none" + ], + "ids": [ + { + "anchor": "wsrep_sr_store", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_sst_auth": { + "cli": "--wsrep-sst-auth=value", + "default": "(Empty)", + "dynamic": true, + "name": "wsrep_sst_auth", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_sst_auth", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_sst_donor": { + "cli": "--wsrep-sst-donor=value", + "default": "", + "dynamic": true, + "name": "wsrep_sst_donor", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_sst_donor", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_sst_donor_rejects_queries": { + "cli": "--wsrep-sst-donor-rejects-queries[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_sst_donor_rejects_queries", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "wsrep_sst_donor_rejects_queries", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_sst_method": { + "cli": "--wsrep-sst-method=value", + "default": "rsync", + "dynamic": true, + "name": "wsrep_sst_method", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "rsync", + "mysqldump", + "xtrabackup", + "xtrabackup-v2", + "mariabackup" + ], + "ids": [ + { + "anchor": "wsrep_sst_method", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_sst_receive_address": { + "cli": "--wsrep-sst-receive-address=value", + "default": "AUTO", + "dynamic": true, + "name": "wsrep_sst_receive_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_sst_receive_address", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_start_position": { + "cli": "--wsrep-start-position=value", + "default": "00000000-0000-0000-0000-000000000000:-1", + "dynamic": true, + "name": "wsrep_start_position", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "wsrep_start_position", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_sync_wait": { + "cli": "--wsrep-sync-wait=#", + "default": "0", + "dynamic": true, + "name": "wsrep_sync_wait", + "range": { + "from": 0, + "to": 15 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "wsrep_sync_wait", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_trx_fragment_size": { + "cli": "--wsrep-trx-fragment-size=#", + "default": "0", + "dynamic": true, + "name": "wsrep_trx_fragment_size", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "wsrep_trx_fragment_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "wsrep_trx_fragment_unit": { + "cli": "--wsrep-trx-fragment-unit=value", + "default": "bytes", + "dynamic": true, + "name": "wsrep_trx_fragment_unit", + "scope": [ + "global", + "session" + ], + "validValues": [ + "bytes", + "rows", + "statements" + ], + "ids": [ + { + "anchor": "wsrep_trx_fragment_unit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/" + } + ] + }, + "gtid_binlog_pos": { + "default": "Null", + "dynamic": false, + "name": "gtid_binlog_pos", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "gtid_binlog_pos", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" + } + ] + }, + "gtid_binlog_state": { + "default": "Null", + "dynamic": true, + "name": "gtid_binlog_state", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "gtid_binlog_state", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" + } + ] + }, + "gtid_current_pos": { + "default": "Null", + "dynamic": false, + "name": "gtid_current_pos", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "gtid_current_pos", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" + } + ] + }, + "gtid_domain_id": { + "cli": "--gtid-domain-id=#", + "default": "0", + "dynamic": true, + "name": "gtid_domain_id", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "gtid_domain_id", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" + } + ] + }, + "last_gtid": { + "dynamic": false, + "name": "last_gtid", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "last_gtid", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" + } + ] + }, + "server_id": { + "dynamic": true, + "name": "server_id", + "type": "integer", + "ids": [ + { + "anchor": "server_id", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" + }, + { + "anchor": "server_id", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_server_id", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options.html" + } + ] + }, + "gtid_seq_no": { + "default": "Null", + "dynamic": true, + "name": "gtid_seq_no", + "scope": [ + "session" + ], + "ids": [ + { + "anchor": "gtid_seq_no", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" + } + ] + }, + "gtid_ignore_duplicates": { + "cli": "--gtid-ignore-duplicates=#", + "default": "OFF", + "dynamic": true, + "name": "gtid_ignore_duplicates", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "gtid_ignore_duplicates", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" + } + ] + }, + "gtid_pos_auto_engines": { + "cli": "--gtid-pos-auto-engines=value", + "default": "empty", + "dynamic": true, + "name": "gtid_pos_auto_engines", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "gtid_pos_auto_engines", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" + } + ] + }, + "gtid_cleanup_batch_size": { + "cli": "--gtid-cleanup-batch-size=#", + "default": "64", + "dynamic": true, + "name": "gtid_cleanup_batch_size", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "gtid_cleanup_batch_size", + "url": "https://mariadb.com/kb/en/library/documentation/gtid/" + } + ] + }, + "Server_audit_active": { + "name": "Server_audit_active", + "type": "boolean", + "ids": [ + { + "anchor": "server_audit_active", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/" + } + ] + }, + "Server_audit_current_log": { + "name": "Server_audit_current_log", + "type": "string", + "ids": [ + { + "anchor": "server_audit_current_log", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/" + } + ] + }, + "Server_audit_last_error": { + "name": "Server_audit_last_error", + "type": "string", + "ids": [ + { + "anchor": "server_audit_last_error", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/" + } + ] + }, + "Server_audit_writes_failed": { + "default": "0", + "name": "Server_audit_writes_failed", + "type": "integer", + "ids": [ + { + "anchor": "server_audit_writes_failed", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/" + } + ] + }, + "server_audit_events": { + "cli": "--server-audit-events=value", + "default": "Empty string", + "dynamic": true, + "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" + ], + "ids": [ + { + "anchor": "server_audit_events", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_excl_users": { + "cli": "--server-audit-excl-users=value", + "default": "Empty string", + "dynamic": true, + "name": "server_audit_excl_users", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "server_audit_excl_users", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_file_path": { + "cli": "--server-audit-file-path=value", + "default": "server_audit.log", + "dynamic": true, + "name": "server_audit_file_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "server_audit_file_path", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_file_rotate_now": { + "cli": "--server-audit-rotate-now[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "server_audit_file_rotate_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "server_audit_file_rotate_now", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_file_rotate_size": { + "cli": "--server-audit-rotate-size=#", + "default": "1000000", + "dynamic": true, + "name": "server_audit_file_rotate_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "server_audit_file_rotate_size", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_file_rotations": { + "cli": "--server-audit-rotations=#", + "default": "9", + "dynamic": true, + "name": "server_audit_file_rotations", + "range": { + "from": 0, + "to": 999 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "server_audit_file_rotations", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_incl_users": { + "cli": "--server-audit-incl-users=value", + "default": "Empty string", + "dynamic": true, + "name": "server_audit_incl_users", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "server_audit_incl_users", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_loc_info": { + "default": "Empty string", + "dynamic": false, + "name": "server_audit_loc_info", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "server_audit_loc_info", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_logging": { + "cli": "--server-audit-logging[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "server_audit_logging", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "server_audit_logging", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_mode": { + "cli": "--server-audit-mode[=#]", + "name": "server_audit_mode", + "ids": [ + { + "anchor": "server_audit_mode", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_output_type": { + "cli": "--server-audit-output-type=value", + "default": "file", + "dynamic": true, + "name": "server_audit_output_type", + "scope": [ + "global" + ], + "validValues": [ + "SYSLOG", + "FILE" + ], + "ids": [ + { + "anchor": "server_audit_output_type", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_query_log_limit": { + "cli": "--server-audit-query-log-limit=#", + "default": "1024", + "dynamic": true, + "name": "server_audit_query_log_limit", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "server_audit_query_log_limit", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_syslog_facility": { + "cli": "--server-audit-syslog-facility=value", + "default": "LOG_USER", + "dynamic": true, + "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" + ], + "ids": [ + { + "anchor": "server_audit_syslog_facility", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_syslog_ident": { + "cli": "--server-audit-syslog-ident=value", + "default": "mysql-server_auditing", + "dynamic": true, + "name": "server_audit_syslog_ident", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "server_audit_syslog_ident", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_syslog_info": { + "cli": "--server-audit-syslog-info=value", + "default": "Empty string", + "dynamic": true, + "name": "server_audit_syslog_info", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "server_audit_syslog_info", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit_syslog_priority": { + "cli": "--server-audit-syslog-priority=value", + "default": "LOG_INFO", + "dynamic": true, + "name": "server_audit_syslog_priority", + "scope": [ + "global" + ], + "validValues": [ + "LOG_EMERG", + "LOG_ALERT", + "LOG_CRIT", + "LOG_ERR", + "LOG_WARNING", + "LOG_NOTICE", + "LOG_INFO", + "LOG_DEBUG" + ], + "ids": [ + { + "anchor": "server_audit_syslog_priority", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "server_audit": { + "cli": "--server-audit=val", + "default": "ON", + "name": "server_audit", + "validValues": [ + "OFF", + "ON", + "FORCE", + "FORCE_PLUS_PERMANENT" + ], + "ids": [ + { + "anchor": "server_audit", + "url": "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/" + } + ] + }, + "Mroonga_count_skip": { + "name": "Mroonga_count_skip", + "type": "integer", + "ids": [ + { + "anchor": "mroonga_count_skip", + "url": "https://mariadb.com/kb/en/library/documentation/mroonga-status-variables/" + } + ] + }, + "Mroonga_fast_order_limit": { + "name": "Mroonga_fast_order_limit", + "type": "integer", + "ids": [ + { + "anchor": "mroonga_fast_order_limit", + "url": "https://mariadb.com/kb/en/library/documentation/mroonga-status-variables/" + } + ] + }, + "mroonga_action_on_fulltext_query_error": { + "cli": "--mroonga-action-on-fulltext-query-error=value", + "default": "ERROR_AND_LOG", + "dynamic": true, + "name": "mroonga_action_on_fulltext_query_error", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "mroonga_action_on_fulltext_query_error", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_boolean_mode_syntax_flags": { + "cli": "--mroonga-boolean-mode-syntax-flags=value", + "default": "DEFAULT", + "dynamic": true, + "name": "mroonga_boolean_mode_syntax_flags", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "mroonga_boolean_mode_syntax_flags", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_database_path_prefix": { + "cli": "--mroonga-database-path-prefix=value", + "default": "(Empty)", + "dynamic": true, + "name": "mroonga_database_path_prefix", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "mroonga_database_path_prefix", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_default_parser": { + "cli": "--mroonga-default-parser=value", + "default": "TokenBigram", + "dynamic": true, + "name": "mroonga_default_parser", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "mroonga_default_parser", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_default_tokenizer": { + "cli": "--mroonga-default-tokenizer=value", + "default": "TokenBigram", + "dynamic": true, + "name": "mroonga_default_tokenizer", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "mroonga_default_tokenizer", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_default_wrapper_engine": { + "cli": "--mroonga-default-wrapper-engine=value", + "default": "(Empty)", + "dynamic": false, + "name": "mroonga_default_wrapper_engine", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "mroonga_default_wrapper_engine", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_dry_write": { + "cli": "--mroonga-dry-write[={0|1}]", + "default": "off", + "dynamic": true, + "name": "mroonga_dry_write", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "mroonga_dry_write", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_enable_operations_recording": { + "cli": "--mroonga-enable-operations-recording={0|1}", + "default": "ON", + "dynamic": true, + "name": "mroonga_enable_operations_recording", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "mroonga_enable_operations_recording", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_enable_optimization": { + "cli": "--mroonga-enable-optimization={0|1}", + "default": "on", + "dynamic": true, + "name": "mroonga_enable_optimization", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "mroonga_enable_optimization", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_libgroonga_embedded": { + "default": "ON", + "dynamic": false, + "name": "mroonga_libgroonga_embedded", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "mroonga_libgroonga_embedded", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_libgroonga_support_lz4": { + "default": "OFF", + "dynamic": false, + "name": "mroonga_libgroonga_support_lz4", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "mroonga_libgroonga_support_lz4", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_libgroonga_support_zlib": { + "default": "ON", + "dynamic": false, + "name": "mroonga_libgroonga_support_zlib", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "mroonga_libgroonga_support_zlib", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_libgroonga_support_zstd": { + "default": "OFF", + "dynamic": false, + "name": "mroonga_libgroonga_support_zstd", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "mroonga_libgroonga_support_zstd", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_libgroonga_version": { + "dynamic": false, + "name": "mroonga_libgroonga_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "mroonga_libgroonga_version", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_lock_timeout": { + "cli": "--mroonga-lock-timeout=#", + "default": "900000", + "dynamic": true, + "name": "mroonga_lock_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "mroonga_lock_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_log_file": { + "cli": "--mroonga-log-file=value", + "default": "groonga.log", + "dynamic": true, + "name": "mroonga_log_file", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "mroonga_log_file", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_log_level": { + "cli": "--mroonga-log-level=value", + "default": "NOTICE", + "dynamic": true, + "name": "mroonga_log_level", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "mroonga_log_level", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_match_escalation_threshold": { + "cli": "--mroonga-match-escalation-threshold=#", + "default": "0", + "dynamic": true, + "name": "mroonga_match_escalation_threshold", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "mroonga_match_escalation_threshold", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_max_n_records_for_estimate": { + "cli": "--mroonga-max-n-records-for-estimate=#", + "default": "1000", + "dynamic": true, + "name": "mroonga_max_n_records_for_estimate", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "mroonga_max_n_records_for_estimate", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_query_log_file": { + "cli": "--mroonga-query-log-file=filename", + "default": "(Empty string)", + "dynamic": true, + "name": "mroonga_query_log_file", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "mroonga_query_log_file", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_vector_column_delimiter": { + "cli": "--mroonga-vector-column-delimiter=value", + "default": "(white space)", + "dynamic": true, + "name": "mroonga_vector_column_delimiter", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "mroonga_vector_column_delimiter", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "mroonga_version": { + "dynamic": false, + "name": "mroonga_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "mroonga_version", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/" + } + ] + }, + "key_buffer_size": { + "cli": "--key-buffer-size=#", + "dynamic": true, + "name": "key_buffer_size", + "range": { + "from": 8, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_key_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "key_cache_age_threshold": { + "cli": "--key-cache-age-threshold=#", + "default": "300", + "dynamic": true, + "name": "key_cache_age_threshold", + "range": { + "from": 100, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_cache_age_threshold", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_key_cache_age_threshold", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "key_cache_block_size": { + "cli": "--key-cache-block-size=#", + "default": "1024", + "dynamic": true, + "name": "key_cache_block_size", + "range": { + "from": 512, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_cache_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_key_cache_block_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "key_cache_division_limit": { + "cli": "--key-cache-division-limit=#", + "default": "100", + "dynamic": true, + "name": "key_cache_division_limit", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_cache_division_limit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_key_cache_division_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "key_cache_file_hash_size": { + "cli": "--key-cache-file-hash-size=#", + "default": "512", + "dynamic": true, + "name": "key_cache_file_hash_size", + "range": { + "from": 128, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_cache_file_hash_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + } + ] + }, + "key_cache_segments": { + "cli": "--key-cache-segments=#", + "default": "0 (non-segmented)", + "dynamic": true, + "name": "key_cache_segments", + "range": { + "from": 0, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_cache_segments", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + } + ] + }, + "myisam_block_size": { + "cli": "--myisam-block-size=#", + "default": "1024", + "name": "myisam_block_size", + "range": { + "from": 1024, + "to": 16384 + }, + "type": "integer", + "ids": [ + { + "anchor": "myisam_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "option_mysqld_myisam-block-size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "myisam_data_pointer_size": { + "cli": "--myisam-data-pointer-size=#", + "default": "6", + "dynamic": true, + "name": "myisam_data_pointer_size", + "range": { + "from": 2, + "to": 7 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "myisam_data_pointer_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_myisam_data_pointer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "myisam_max_extra_sort_file_size": { + "name": "myisam_max_extra_sort_file_size", + "ids": [ + { + "anchor": "myisam_max_extra_sort_file_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + } + ] + }, + "myisam_max_sort_file_size": { + "cli": "--myisam-max-sort-file-size=#", + "dynamic": true, + "name": "myisam_max_sort_file_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "myisam_max_sort_file_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_myisam_max_sort_file_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "myisam_mmap_size": { + "cli": "--myisam-mmap-size=#", + "name": "myisam_mmap_size", + "range": { + "from": 7 + }, + "type": "integer", + "ids": [ + { + "anchor": "myisam_mmap_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_myisam_mmap_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "myisam_recover_options": { + "default": "0", + "dynamic": false, + "name": "myisam_recover_options", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "DEFAULT", + "BACKUP", + "BACKUP_ALL", + "FORCE", + "QUICK" + ], + "ids": [ + { + "anchor": "myisam_recover_options", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_myisam_recover_options", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "myisam_repair_threads": { + "cli": "--myisam-repair-threads=#", + "default": "1", + "dynamic": true, + "name": "myisam_repair_threads", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "myisam_repair_threads", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_myisam_repair_threads", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "myisam_sort_buffer_size": { + "cli": "--myisam-sort-buffer-size=#", + "dynamic": true, + "name": "myisam_sort_buffer_size", + "range": { + "from": 4096, + "to": 1.8446744073709548e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "myisam_sort_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_myisam_sort_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "myisam_stats_method": { + "cli": "--myisam-stats-method=name", + "default": "nulls_unequal", + "dynamic": true, + "name": "myisam_stats_method", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ], + "ids": [ + { + "anchor": "myisam_stats_method", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_myisam_stats_method", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "myisam_use_mmap": { + "cli": "--myisam-use-mmap[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "myisam_use_mmap", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "myisam_use_mmap", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/" + }, + { + "anchor": "sysvar_myisam_use_mmap", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "rocksdb_access_hint_on_compaction_start": { + "cli": "--rocksdb-access-hint-on-compaction-start=#", + "default": "1", + "dynamic": false, + "name": "rocksdb_access_hint_on_compaction_start", + "range": { + "from": 0, + "to": 3 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_access_hint_on_compaction_start", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_advise_random_on_open": { + "cli": "--rocksdb-advise-random-on-open={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_advise_random_on_open", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_advise_random_on_open", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_allow_concurrent_memtable_write": { + "cli": "--rocksdb-allow-concurrent-memtable-write={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_allow_concurrent_memtable_write", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_allow_concurrent_memtable_write", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_allow_mmap_reads": { + "cli": "--rocksdb-allow-mmap-reads={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_allow_mmap_reads", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_allow_mmap_reads", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_allow_mmap_writes": { + "cli": "--rocksdb-allow-mmap-writes={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_allow_mmap_writes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_allow_mmap_writes", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_background_sync": { + "cli": "--rocksdb-background-sync={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_background_sync", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_background_sync", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_base_background_compactions": { + "cli": "--rocksdb-base-background-compactions=#", + "default": "1", + "dynamic": false, + "name": "rocksdb_base_background_compactions", + "range": { + "from": -1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_base_background_compactions", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_blind_delete_primary_key": { + "cli": "--rocksdb-blind-delete-primary-key={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_blind_delete_primary_key", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_blind_delete_primary_key", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_block_cache_size": { + "cli": "--rocksdb-block-cache-size=#", + "default": "536870912", + "dynamic": false, + "name": "rocksdb_block_cache_size", + "range": { + "from": 1024, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_block_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_block_restart_interval": { + "cli": "--rocksdb-block-restart-interval=#", + "default": "16", + "dynamic": false, + "name": "rocksdb_block_restart_interval", + "range": { + "from": 1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_block_restart_interval", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_block_size": { + "cli": "--rocksdb-block-size=#", + "default": "4096", + "dynamic": false, + "name": "rocksdb_block_size", + "range": { + "from": 1, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_block_size_deviation": { + "cli": "--rocksdb-block-size-deviation=#", + "default": "10", + "dynamic": false, + "name": "rocksdb_block_size_deviation", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_block_size_deviation", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_bulk_load": { + "cli": "--rocksdb-bulk-load={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_bulk_load", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_bulk_load", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_bulk_load_allow_unsorted": { + "cli": "--rocksdb-bulk-load_allow_unsorted={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_bulk_load_allow_unsorted", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_bulk_load_allow_unsorted", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_bulk_load_size": { + "cli": "--rocksdb-bulk-load-size=#", + "default": "1000", + "dynamic": true, + "name": "rocksdb_bulk_load_size", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_bulk_load_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_bytes_per_sync": { + "cli": "--rocksdb-bytes-per-sync=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_bytes_per_sync", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_bytes_per_sync", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_cache_index_and_filter_blocks": { + "cli": "--rocksdb-cache-index-and-filter_blocks={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_cache_index_and_filter_blocks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_cache_index_and_filter_blocks", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_checksums_pct": { + "cli": "--rocksdb-checksums-pct=#", + "default": "100", + "dynamic": true, + "name": "rocksdb_checksums_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_checksums_pct", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_collect_sst_properties": { + "cli": "--rocksdb-collect-sst-properties={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_collect_sst_properties", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_collect_sst_properties", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_commit_in_the_middle": { + "cli": "--rocksdb-commit-in-the-middle={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_commit_in_the_middle", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_commit_in_the_middle", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_compact_cf": { + "cli": "--rocksdb-compact-cf=value", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_compact_cf", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_compact_cf", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_compaction_readahead_size": { + "cli": "--rocksdb-compaction-readahead-size=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_compaction_readahead_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_compaction_readahead_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_compaction_sequential_deletes": { + "cli": "--rocksdb-compaction-sequential-deletes=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_compaction_sequential_deletes", + "range": { + "from": 0, + "to": 2000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_compaction_sequential_deletes", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_compaction_sequential_deletes_count_sd": { + "cli": "--rocksdb-compaction-sequential-deletes-count-sd={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_compaction_sequential_deletes_count_sd", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_compaction_sequential_deletes_count_sd", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_compaction_sequential_deletes_file_size": { + "cli": "--rocksdb-compaction-sequential-deletes-file-size=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_compaction_sequential_deletes_file_size", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_compaction_sequential_deletes_file_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_compaction_sequential_deletes_window": { + "cli": "--rocksdb-compaction-sequential-deletes-window=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_compaction_sequential_deletes_window", + "range": { + "from": 0, + "to": 2000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_compaction_sequential_deletes_window", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_concurrent_prepare": { + "cli": "--rocksdb-coconcurrent-prepare={0|1}", + "default": "1", + "dynamic": false, + "name": "rocksdb_concurrent_prepare", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_concurrent_prepare", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_create_checkpoint": { + "cli": "--rocksdb-create-checkpoint=value", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_create_checkpoint", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_create_checkpoint", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_create_if_missing": { + "cli": "--rocksdb-create-if-missing={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_create_if_missing", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_create_if_missing", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_create_missing_column_families": { + "cli": "--rocksdb-create-missing-column-families={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_create_missing_column_families", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_create_missing_column_families", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_datadir": { + "cli": "--rocksdb-datadir[=value]", + "default": "./.rocksdb", + "dynamic": false, + "name": "rocksdb_datadir", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_datadir", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_db_write_buffer_size": { + "cli": "--rocksdb-db-write-buffer-size=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_db_write_buffer_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_db_write_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_deadlock_detect": { + "cli": "--rocksdb-deadlock-detect={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_deadlock_detect", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_deadlock_detect", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_deadlock_detect_depth": { + "cli": "--rocksdb-deadlock-detect-depth=#", + "default": "50", + "dynamic": true, + "name": "rocksdb_deadlock_detect_depth", + "range": { + "from": 2, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_deadlock_detect_depth", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_debug_optimizer_no_zero_cardinality": { + "cli": "--rocksdb-debug-optimizer-no-zero-cardinality={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_debug_optimizer_no_zero_cardinality", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_debug_optimizer_no_zero_cardinality", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_debug_ttl_ignore_pk": { + "cli": "--rocksdb-debug-ttl-ignore-pk={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_debug_ttl_ignore_pk", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_debug_ttl_ignore_pk", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_debug_ttl_read_filter_ts": { + "cli": "--rocksdb-debug-ttl-read-filter-ts=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_debug_ttl_read_filter_ts", + "range": { + "from": -3600, + "to": 3600 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_debug_ttl_read_filter_ts", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_debug_ttl_rec_ts": { + "cli": "--rocksdb-debug-ttl-read-filter-ts=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_debug_ttl_rec_ts", + "range": { + "from": -3600, + "to": 3600 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_debug_ttl_rec_ts", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_debug_ttl_snapshot_ts": { + "cli": "--rocksdb-debug-ttl-snapshot-ts=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_debug_ttl_snapshot_ts", + "range": { + "from": -3600, + "to": 3600 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_debug_ttl_snapshot_ts", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_default_cf_options": { + "cli": "--rocksdb-default-cf-options=value", + "default": "(Empty)", + "dynamic": false, + "name": "rocksdb_default_cf_options", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_default_cf_options", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_delayed_write_rate": { + "cli": "--rocksdb-delayed-write-rate=#", + "default": "16777216", + "dynamic": true, + "name": "rocksdb_delayed_write_rate", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_delayed_write_rate", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_delete_obsolete_files_period_micros": { + "cli": "--rocksdb-delete-obsolete-files-period-micros=#", + "default": "21600000000", + "dynamic": false, + "name": "rocksdb_delete_obsolete_files_period_micros", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_delete_obsolete_files_period_micros", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_enable_2pc": { + "cli": "--rocksdb-enable-2pc={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_enable_2pc", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_enable_2pc", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_enable_bulk_load_api": { + "cli": "--rocksdb-enable-bulk-load-api={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_enable_bulk_load_api", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_enable_bulk_load_api", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_enable_thread_tracking": { + "cli": "--rocksdb-enable-thread-tracking={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_enable_thread_tracking", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_enable_thread_tracking", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_enable_ttl": { + "cli": "--rocksdb-enable-ttl={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_enable_ttl", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_enable_ttl", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_enable_ttl_read_filtering": { + "cli": "--rocksdb-enable-ttl-read-filtering={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_enable_ttl_read_filtering", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_enable_ttl_read_filtering", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_enable_write_thread_adaptive_yield": { + "cli": "--rocksdb-enable-write-thread-adaptive-yield={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_enable_write_thread_adaptive_yield", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_enable_write_thread_adaptive_yield", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_error_if_exists": { + "cli": "--rocksdb-error-if-exists={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_error_if_exists", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_error_if_exists", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_flush_log_at_trx_commit": { + "cli": "--rocksdb-flush-log-at-trx-commit=#", + "default": "1", + "dynamic": true, + "name": "rocksdb_flush_log_at_trx_commit", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_flush_log_at_trx_commit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_flush_memtable_on_analyze": { + "cli": "--rocksdb-flush-memtable-on-analyze={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_flush_memtable_on_analyze", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_flush_memtable_on_analyze", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_force_compute_memtable_stats": { + "cli": "--rocksdb-force-compute-memtable-stats={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_force_compute_memtable_stats", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_force_compute_memtable_stats", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_force_compute_memtable_stats_cachetime": { + "cli": "--rocksdb-force-compute-memtable-stats-cachetime=#", + "default": "60000000", + "dynamic": true, + "name": "rocksdb_force_compute_memtable_stats_cachetime", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_force_compute_memtable_stats_cachetime", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_force_flush_memtable_and_lzero_now": { + "cli": "--rocksdb-force-flush-memtable-and-lzero-now={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_force_flush_memtable_and_lzero_now", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_force_flush_memtable_and_lzero_now", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_force_flush_memtable_now": { + "cli": "--rocksdb-force-flush-memtable-now={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_force_flush_memtable_now", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_force_flush_memtable_now", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_force_index_records_in_range": { + "cli": "--rocksdb-force-index-records-in-range=#", + "default": "1", + "dynamic": true, + "name": "rocksdb_force_index_records_in_range", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_force_index_records_in_range", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_git_hash": { + "cli": "--rocksdb-git-hash=value=#", + "default": "As per git revision.", + "dynamic": false, + "name": "rocksdb_git_hash", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_git_hash", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_hash_index_allow_collision": { + "cli": "--rocksdb-hash-index-allow-collision={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_hash_index_allow_collision", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_hash_index_allow_collision", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_index_type": { + "cli": "--rocksdb-index-type=value", + "default": "kBinarySearch", + "dynamic": false, + "name": "rocksdb_index_type", + "scope": [ + "global" + ], + "validValues": [ + "kBinarySearch", + "kHashSearch" + ], + "ids": [ + { + "anchor": "rocksdb_index_type", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_info_log_level": { + "cli": "--rocksdb-info-log-level=value", + "default": "error_level", + "dynamic": true, + "name": "rocksdb_info_log_level", + "scope": [ + "global" + ], + "validValues": [ + "error_level", + "debug_level", + "info_level", + "warn_level", + "fatal_level" + ], + "ids": [ + { + "anchor": "rocksdb_info_log_level", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_io_write_timeout": { + "cli": "--rocksdb-io-write-timeout=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_io_write_timeout", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "4294967295" + ], + "ids": [ + { + "anchor": "rocksdb_io_write_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_is_fd_close_on_exec": { + "cli": "--rocksdb-is-fd-close-on-exec={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_is_fd_close_on_exec", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_is_fd_close_on_exec", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_keep_log_file_num": { + "cli": "--rocksdb-keep-log-file-num=#", + "default": "1000", + "dynamic": false, + "name": "rocksdb_keep_log_file_num", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_keep_log_file_num", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_large_prefix": { + "cli": "--rocksdb-large_prefix={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_large_prefix", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_large_prefix", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_lock_scanned_rows": { + "cli": "--rocksdb-lock-scanned-rows={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_lock_scanned_rows", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_lock_scanned_rows", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_lock_wait_timeout": { + "cli": "--rocksdb-lock-wait-timeout=#", + "default": "1", + "dynamic": true, + "name": "rocksdb_lock_wait_timeout", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_lock_wait_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_log_file_time_to_roll": { + "cli": "--rocksdb-log-file-time-to_roll=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_log_file_time_to_roll", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_log_file_time_to_roll", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_manifest_preallocation_size": { + "cli": "--rocksdb-manifest-preallocation-size=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_manifest_preallocation_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_manifest_preallocation_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_manual_wal_flush": { + "cli": "--rocksdb-manual-wal-flush={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_manual_wal_flush", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_manual_wal_flush", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_master_skip_tx_api": { + "cli": "--rocksdb-master-skip-tx-api={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_master_skip_tx_api", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_master_skip_tx_api", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_max_background_compactions": { + "cli": "--rocksdb-max-background-compactions=#", + "default": "1", + "dynamic": true, + "name": "rocksdb_max_background_compactions", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_max_background_compactions", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_max_background_flushes": { + "cli": "--rocksdb-max-background-flushes=#", + "default": "1", + "dynamic": false, + "name": "rocksdb_max_background_flushes", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_max_background_flushes", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_max_background_jobs": { + "cli": "--rocksdb-max-background-jobs=#", + "default": "2", + "dynamic": true, + "name": "rocksdb_max_background_jobs", + "range": { + "from": -1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_max_background_jobs", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_max_latest_deadlocks": { + "cli": "--rocksdb-max-latest-deadlocks=#", + "default": "5", + "dynamic": true, + "name": "rocksdb_max_latest_deadlocks", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_max_latest_deadlocks", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_max_log_file_size": { + "cli": "--rocksdb-max-log-file-size=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_max_log_file_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_max_log_file_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_max_manifest_file_size": { + "cli": "--rocksdb-manifest-log-file-size=#", + "default": "18446744073709551615", + "dynamic": false, + "name": "rocksdb_max_manifest_file_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_max_manifest_file_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_max_open_files": { + "cli": "--rocksdb-max-open-files=#", + "default": "-1", + "dynamic": false, + "name": "rocksdb_max_open_files", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_max_open_files", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_max_row_locks": { + "cli": "--rocksdb-max-row-locks=#", + "default": "1048576", + "dynamic": true, + "name": "rocksdb_max_row_locks", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_max_row_locks", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_max_subcompactions": { + "cli": "--rocksdb-max-subcompactions=#", + "default": "1", + "dynamic": false, + "name": "rocksdb_max_subcompactions", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_max_subcompactions", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_max_total_wal_size": { + "cli": "--rocksdb-max-total-wal-size=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_max_total_wal_size", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_max_total_wal_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_merge_buf_size": { + "cli": "--rocksdb-merge-buf-size=#", + "default": "67108864", + "dynamic": true, + "name": "rocksdb_merge_buf_size", + "range": { + "from": 100, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_merge_buf_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_merge_combine_read_size": { + "cli": "--rocksdb-merge-combine-read-size=#", + "default": "1073741824", + "dynamic": true, + "name": "rocksdb_merge_combine_read_size", + "range": { + "from": 100, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_merge_combine_read_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_merge_tmp_file_removal_delay_ms": { + "cli": "--rocksdb-merge-tmp-file-removal-delay-ms=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_merge_tmp_file_removal_delay_ms", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_merge_tmp_file_removal_delay_ms", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_new_table_reader_for_compaction_inputs": { + "cli": "--rocksdb-new-table-reader-for-compaction-inputs={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_new_table_reader_for_compaction_inputs", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_new_table_reader_for_compaction_inputs", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_no_block_cache": { + "cli": "--rocksdb-no-block-cache={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_no_block_cache", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_no_block_cache", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_override_cf_options": { + "cli": "--rocksdb-override-cf-options=value", + "default": "(Empty)", + "dynamic": false, + "name": "rocksdb_override_cf_options", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_override_cf_options", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_paranoid_checks": { + "cli": "--rocksdb-paranoid-checks={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_paranoid_checks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_paranoid_checks", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_pause_background_work": { + "cli": "--rocksdb-pause-background-work={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_pause_background_work", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_pause_background_work", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_perf_context_level": { + "cli": "--rocksdb-perf-context-level=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_perf_context_level", + "range": { + "from": 0, + "to": 4 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_perf_context_level", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_persistent_cache_path": { + "cli": "--rocksdb-persistent-cache-path=value", + "default": "(Empty)", + "dynamic": false, + "name": "rocksdb_persistent_cache_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_persistent_cache_path", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_persistent_cache_size_mb": { + "cli": "--rocksdb-persistent-cache-size-mb=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_persistent_cache_size_mb", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_persistent_cache_size_mb", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_pin_l0_filter_and_index_blocks_in_cache": { + "cli": "--rocksdb-pin-l0-filter-and-index-blocks-in-cache={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_pin_l0_filter_and_index_blocks_in_cache", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_pin_l0_filter_and_index_blocks_in_cache", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_print_snapshot_conflict_queries": { + "cli": "--rocksdb-print-snapshot-conflict-queries={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_print_snapshot_conflict_queries", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_print_snapshot_conflict_queries", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_rate_limiter_bytes_per_sec": { + "cli": "--rocksdb-rate-limiter-bytes-per-sec=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_rate_limiter_bytes_per_sec", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_rate_limiter_bytes_per_sec", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_read_free_rpl_tables": { + "cli": "--rocksdb-read-free-rpl-tables=value", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_read_free_rpl_tables", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_read_free_rpl_tables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_records_in_range": { + "cli": "--rocksdb-records-in-range=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_records_in_range", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_records_in_range", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_reset_stats": { + "cli": "--rocksdb-reset-stats={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_reset_stats", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_reset_stats", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_seconds_between_stat_computes": { + "cli": "--rocksdb-seconds-between-stat-computes=#", + "default": "3600", + "dynamic": true, + "name": "rocksdb_seconds_between_stat_computes", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_seconds_between_stat_computes", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_signal_drop_index_thread": { + "cli": "--rocksdb-signal-drop-index-thread={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_signal_drop_index_thread", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_signal_drop_index_thread", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_sim_cache_size": { + "cli": "--rocksdb-sim-cache-size=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_sim_cache_size", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_sim_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_skip_bloom_filter_on_read": { + "cli": "--rocksdb-skip-bloom-filter-on_read={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_skip_bloom_filter_on_read", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_skip_bloom_filter_on_read", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_skip_fill_cache": { + "cli": "--rocksdb-skip-fill-cache={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_skip_fill_cache", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_skip_fill_cache", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_skip_unique_check_tables": { + "cli": "--rocksdb-skip-unique-check-tables=value", + "default": ".*", + "dynamic": true, + "name": "rocksdb_skip_unique_check_tables", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_skip_unique_check_tables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_sst_mgr_rate_bytes_per_sec": { + "cli": "--rocksdb-sst-mgr-rate-bytes-per-sec=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_sst_mgr_rate_bytes_per_sec", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_sst_mgr_rate_bytes_per_sec", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_stats_dump_period_sec": { + "cli": "--rocksdb-stats-dump-period-sec=#", + "default": "600", + "dynamic": false, + "name": "rocksdb_stats_dump_period_sec", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_stats_dump_period_sec", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_store_row_debug_checksums": { + "cli": "--rocksdb-store-row-debug-checksums={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_store_row_debug_checksums", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_store_row_debug_checksums", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_strict_collation_check": { + "cli": "--rocksdb-strict-collation-check={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_strict_collation_check", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_strict_collation_check", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_strict_collation_exceptions": { + "cli": "--rocksdb-strict-collation-exceptions=value", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_strict_collation_exceptions", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_strict_collation_exceptions", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_supported_compression_types": { + "cli": "--rocksdb-supported-compression-types=value", + "default": "Snappy,Zlib", + "dynamic": false, + "name": "rocksdb_supported_compression_types", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_supported_compression_types", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_table_cache_numshardbits": { + "cli": "--rocksdb-table-cache-numshardbits=#", + "default": "6", + "dynamic": false, + "name": "rocksdb_table_cache_numshardbits", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_table_cache_numshardbits", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_table_stats_sampling_pct": { + "cli": "--rocksdb-table-stats-sampling-pct=#", + "default": "10", + "dynamic": true, + "name": "rocksdb_table_stats_sampling_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_table_stats_sampling_pct", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_tmpdir": { + "cli": "--rocksdb-tmpdir[=value]", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_tmpdir", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_tmpdir", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_trace_sst_api": { + "cli": "--rocksdb-trace-sst-api={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_trace_sst_api", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_trace_sst_api", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_unsafe_for_binlog": { + "cli": "--rocksdb-unsafe-for-binlog={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_unsafe_for_binlog", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_unsafe_for_binlog", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_update_cf_options": { + "cli": "--rocksdb-update-cf-options=value", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_update_cf_options", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "rocksdb_update_cf_options", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_use_adaptive_mutex": { + "cli": "--rocksdb-use-adaptive-mutex={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_adaptive_mutex", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_use_adaptive_mutex", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_use_clock_cache": { + "cli": "--rocksdb-use-clock-cache={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_clock_cache", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_use_clock_cache", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_use_direct_io_for_flush_and_compaction": { + "cli": "--rocksdb-use-direct-io-for-flush-and-compaction={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_direct_io_for_flush_and_compaction", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_use_direct_io_for_flush_and_compaction", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_use_direct_reads": { + "cli": "--rocksdb-use-direct-reads={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_direct_reads", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_use_direct_reads", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_use_direct_writes": { + "cli": "--rocksdb-use-direct-reads={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_direct_writes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_use_direct_writes", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_use_fsync": { + "cli": "--rocksdb-use-fsync={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_fsync", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_use_fsync", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_validate_tables": { + "cli": "--rocksdb-validate-tables=#", + "default": "1", + "dynamic": false, + "name": "rocksdb_validate_tables", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_validate_tables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_verify_row_debug_checksums": { + "cli": "--rocksdb-verify-row-debug-checksums={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_verify_row_debug_checksums", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_verify_row_debug_checksums", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_wal_bytes_per_sync": { + "cli": "--rocksdb-wal-bytes-per-sync=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_wal_bytes_per_sync", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_wal_bytes_per_sync", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_wal_dir": { + "cli": "--rocksdb-wal-dir=value", + "default": "(Empty)", + "dynamic": false, + "name": "rocksdb_wal_dir", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "rocksdb_wal_dir", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_wal_recovery_mode": { + "cli": "--rocksdb-wal-recovery-mode=#", + "default": "1", + "dynamic": true, + "name": "rocksdb_wal_recovery_mode", + "range": { + "from": 0, + "to": 3 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_wal_recovery_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_wal_size_limit_mb": { + "cli": "--rocksdb-wal-size-limit-mb=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_wal_size_limit_mb", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_wal_size_limit_mb", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_wal_ttl_seconds": { + "cli": "--rocksdb-wal-ttl-seconds=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_wal_ttl_seconds", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_wal_ttl_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_whole_key_filtering": { + "cli": "--rocksdb-whole-key-filtering={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_whole_key_filtering", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_whole_key_filtering", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_write_batch_max_bytes": { + "cli": "--rocksdb-write-batch-max-bytes=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_write_batch_max_bytes", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rocksdb_write_batch_max_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_write_disable_wal": { + "cli": "--rocksdb-write-disable-wal={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_write_disable_wal", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_write_disable_wal", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "rocksdb_write_ignore_missing_column_families": { + "cli": "--rocksdb-write-ignore-missing-column-familiesl={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_write_ignore_missing_column_families", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rocksdb_write_ignore_missing_column_families", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/" + } + ] + }, + "oqgraph_allow_create_integer_latch": { + "default": "0", + "dynamic": true, + "name": "oqgraph_allow_create_integer_latch", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "oqgraph_allow_create_integer_latch", + "url": "https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/" + } + ] + }, + "Oqgraph_boost_version": { + "name": "Oqgraph_boost_version", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "oqgraph_boost_version", + "url": "https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/" + } + ] + }, + "Oqgraph_compat_mode": { + "name": "Oqgraph_compat_mode", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "oqgraph_compat_mode", + "url": "https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/" + } + ] + }, + "Oqgraph_verbose_debug": { + "name": "Oqgraph_verbose_debug", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "oqgraph_verbose_debug", + "url": "https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/" + } + ] + }, + "performance_schema": { + "dynamic": false, + "name": "performance_schema", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "performance_schema", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_accounts_size": { + "cli": "--performance-schema-accounts-size=#", + "dynamic": false, + "name": "performance_schema_accounts_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_accounts_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_accounts_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_digests_size": { + "cli": "--performance-schema-digests-size=#", + "dynamic": false, + "name": "performance_schema_digests_size", + "range": { + "from": -1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_digests_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_digests_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_events_stages_history_long_size": { + "cli": "--performance-schema-events-stages-history-long-size=#", + "dynamic": false, + "name": "performance_schema_events_stages_history_long_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_events_stages_history_long_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_events_stages_history_long_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_events_stages_history_size": { + "cli": "--performance-schema-events-stages-history-size=#", + "dynamic": false, + "name": "performance_schema_events_stages_history_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_events_stages_history_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_events_stages_history_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_events_statements_history_long_size": { + "cli": "--performance-schema-events-statements-history-long-size=#", + "dynamic": false, + "name": "performance_schema_events_statements_history_long_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_events_statements_history_long_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_events_statements_history_long_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_events_statements_history_size": { + "cli": "--performance-schema-events-statements-history-size=#", + "dynamic": false, + "name": "performance_schema_events_statements_history_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_events_statements_history_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_events_statements_history_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_events_waits_history_long_size": { + "cli": "--performance-schema-events-waits-history-long-size=#", + "dynamic": false, + "name": "performance_schema_events_waits_history_long_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_events_waits_history_long_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_events_waits_history_long_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_events_waits_history_size": { + "cli": "--performance-schema-events-waits-history-size=#", + "dynamic": false, + "name": "performance_schema_events_waits_history_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_events_waits_history_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_events_waits_history_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_hosts_size": { + "cli": "--performance-schema-hosts-size=#", + "dynamic": false, + "name": "performance_schema_hosts_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_hosts_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_hosts_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_cond_classes": { + "cli": "--performance-schema-max-cond-classes=#", + "default": "80", + "dynamic": false, + "name": "performance_schema_max_cond_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_cond_classes", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_cond_classes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_cond_instances": { + "cli": "--performance-schema-max-cond-instances=#", + "dynamic": false, + "name": "performance_schema_max_cond_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_cond_instances", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_cond_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_digest_length": { + "cli": "--performance-schema-max-digest-length=#", + "default": "1024", + "dynamic": false, + "name": "performance_schema_max_digest_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_digest_length", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_digest_length", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_file_classes": { + "cli": "--performance-schema-max-file-classes=#", + "dynamic": false, + "name": "performance_schema_max_file_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_file_classes", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_file_classes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_file_handles": { + "cli": "--performance-schema-max-file-handles=#", + "default": "32768", + "dynamic": false, + "name": "performance_schema_max_file_handles", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_file_handles", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_file_handles", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_file_instances": { + "cli": "--performance-schema-max-file-instances=#", + "dynamic": false, + "name": "performance_schema_max_file_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_file_instances", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_file_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_mutex_classes": { + "cli": "--performance-schema-max-mutex-classes=#", + "dynamic": false, + "name": "performance_schema_max_mutex_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_mutex_classes", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_mutex_classes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_mutex_instances": { + "cli": "--performance-schema-max-mutex-instances=#", + "dynamic": false, + "name": "performance_schema_max_mutex_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_mutex_instances", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_mutex_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_rwlock_classes": { + "cli": "--performance-schema-max-rwlock-classes=#", + "default": "40", + "dynamic": false, + "name": "performance_schema_max_rwlock_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_rwlock_classes", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_rwlock_classes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_rwlock_instances": { + "cli": "--performance-schema-max-rwlock-instances=#", + "dynamic": false, + "name": "performance_schema_max_rwlock_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_rwlock_instances", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_rwlock_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_socket_classes": { + "cli": "--performance-schema-max-socket-classes=#", + "default": "10", + "dynamic": false, + "name": "performance_schema_max_socket_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_socket_classes", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_socket_classes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_socket_instances": { + "cli": "--performance-schema-max-socket-instances=#", + "dynamic": false, + "name": "performance_schema_max_socket_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_socket_instances", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_socket_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_stage_classes": { + "cli": "--performance-schema-max-stage-classes=#", + "dynamic": false, + "name": "performance_schema_max_stage_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_stage_classes", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_stage_classes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_statement_classes": { + "cli": "--performance-schema-max-statement-classes=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_statement_classes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_statement_classes", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_statement_classes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_table_handles": { + "cli": "--performance-schema-max-table-handles=#", + "dynamic": false, + "name": "performance_schema_max_table_handles", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_table_handles", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_table_handles", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_table_instances": { + "cli": "--performance-schema-max-table-instances=#", + "dynamic": false, + "name": "performance_schema_max_table_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_table_instances", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_table_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_thread_classes": { + "cli": "--performance-schema-max-thread-classes=#", + "dynamic": false, + "name": "performance_schema_max_thread_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_thread_classes", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_thread_classes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_thread_instances": { + "cli": "--performance-schema-max-thread-instances=#", + "dynamic": false, + "name": "performance_schema_max_thread_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_max_thread_instances", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_max_thread_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_session_connect_attrs_size": { + "cli": "--performance-schema-session-connect-attrs-size=#", + "dynamic": false, + "name": "performance_schema_session_connect_attrs_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_session_connect_attrs_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_session_connect_attrs_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_setup_actors_size": { + "cli": "--performance-schema-setup-actors-size=#", + "dynamic": false, + "name": "performance_schema_setup_actors_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_setup_actors_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_setup_actors_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_setup_objects_size": { + "cli": "--performance-schema-setup-objects-size=#", + "dynamic": false, + "name": "performance_schema_setup_objects_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_setup_objects_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_setup_objects_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_users_size": { + "cli": "--performance-schema-users-size=#", + "dynamic": false, + "name": "performance_schema_users_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_users_size", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" + }, + { + "anchor": "sysvar_performance_schema_users_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "auto_increment_increment": { + "default": "1", + "dynamic": true, + "name": "auto_increment_increment", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "auto_increment_increment", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_auto_increment_increment", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "auto_increment_offset": { + "default": "1", + "dynamic": true, + "name": "auto_increment_offset", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "auto_increment_offset", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_auto_increment_offset", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "binlog_annotate_row_events": { + "cli": "--binlog-annotate-row-events[={0|1}]", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": true, + "name": "binlog_annotate_row_events", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "binlog_annotate_row_events", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "binlog_cache_size": { + "cli": "--binlog-cache-size=#", + "default": "32768", + "dynamic": true, + "name": "binlog_cache_size", + "range": { + "from": 4096 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_binlog_cache_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_cache_size", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_checksum": { + "cli": "--binlog-checksum=name", + "default": "CRC32", + "dynamic": true, + "name": "binlog_checksum", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "NONE", + "0", + "CRC32", + "1" + ], + "ids": [ + { + "anchor": "binlog_checksum", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_binlog-checksum", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_checksum", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "option_mysqld_binlog-checksum", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_checksum", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_commit_wait_count": { + "cli": "--binlog-commit-wait-count=#]", + "default": "0", + "dynamic": true, + "name": "binlog_commit_wait_count", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_commit_wait_count", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "binlog_commit_wait_usec": { + "cli": "--binlog-commit-wait-usec#", + "default": "100000", + "dynamic": true, + "name": "binlog_commit_wait_usec", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_commit_wait_usec", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "binlog_direct_non_transactional_updates": { + "cli": "--binlog-direct-non-transactional-updates[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "binlog_direct_non_transactional_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "binlog_direct_non_transactional_updates", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_binlog_direct_non_transactional_updates", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_direct_non_transactional_updates", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_file_cache_size": { + "cli": "--binlog-file-cache-size=#", + "default": "16384", + "dynamic": true, + "name": "binlog_file_cache_size", + "range": { + "from": 8192, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_file_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "binlog_format": { + "cli": "--binlog-format=format", + "dynamic": true, + "name": "binlog_format", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "ROW", + "STATEMENT", + "MIXED" + ], + "ids": [ + { + "anchor": "binlog_format", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_binlog_format", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_format", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_optimize_thread_scheduling": { + "cli": "--binlog-optimize-thread-scheduling or --skip-binlog-optimize-thread-scheduling", + "default": "ON", + "dynamic": false, + "name": "binlog_optimize_thread_scheduling", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "binlog_optimize_thread_scheduling", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "binlog_row_image": { + "cli": "--binlog-row-image=image_type", + "default": "full", + "dynamic": true, + "name": "binlog_row_image", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "FULL", + "NOBLOB", + "MINIMAL" + ], + "ids": [ + { + "anchor": "binlog_row_image", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_binlog_row_image", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_row_image", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_row_metadata": { + "default": "MINIMAL", + "dynamic": true, + "name": "binlog_row_metadata", + "type": "enumeration", + "validValues": [ + "NO_LOG", + "MINIMAL", + "FULL" + ], + "ids": [ + { + "anchor": "binlog_row_metadata", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_binlog_row_metadata", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + } + ] + }, + "binlog_stmt_cache_size": { + "cli": "--binlog-stmt-cache-size=#", + "default": "32768", + "dynamic": true, + "name": "binlog_stmt_cache_size", + "range": { + "from": 4096 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_stmt_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_binlog_stmt_cache_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_stmt_cache_size", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "default_master_connection": { + "default": "'' (empty string)", + "dynamic": true, + "name": "default_master_connection", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "default_master_connection", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "encrypt_binlog": { + "cli": "--encrypt-binlog[={0|1}]", + "default": "OFF", + "dynamic": false, + "name": "encrypt_binlog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "encrypt_binlog", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "expire_logs_days": { + "cli": "--expire-logs-days=#", + "default": "0", + "dynamic": true, + "name": "expire_logs_days", + "range": { + "from": 0, + "to": 99 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "expire_logs_days", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_expire_logs_days", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_expire_logs_days", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "init_slave": { + "cli": "--init-slave=name", + "dynamic": true, + "name": "init_slave", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "init_slave", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_init_slave", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "log_bin": { + "dynamic": false, + "name": "log_bin", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "log_bin", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_log-bin", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_log_bin", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "option_mysqld_log-bin", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_log_bin", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "log_bin_basename": { + "dynamic": false, + "name": "log_bin_basename", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "log_bin_basename", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_log_bin_basename", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_log_bin_basename", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "log_bin_compress": { + "cli": "--log-bin-compress", + "default": "OFF", + "dynamic": true, + "name": "log_bin_compress", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "log_bin_compress", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "log_bin_compress_min_len": { + "cli": "--log-bin-compress-min-len", + "default": "256", + "dynamic": true, + "name": "log_bin_compress_min_len", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "log_bin_compress_min_len", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "log_bin_index": { + "cli": "--log-bin-index=file_name", + "dynamic": false, + "name": "log_bin_index", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "log_bin_index", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_log-bin-index", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_log_bin_index", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "option_mysqld_log-bin-index", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_log_bin_index", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "log_bin_trust_function_creators": { + "cli": "--log-bin-trust-function-creators[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "log_bin_trust_function_creators", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "log_bin_trust_function_creators", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_log_bin_trust_function_creators", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_log_bin_trust_function_creators", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "log_slow_slave_statements": { + "cli": "--log-slow-slave-statements[={OFF|ON}]", + "dynamic": true, + "name": "log_slow_slave_statements", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "log_slow_slave_statements", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_log_slow_slave_statements", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "log_slave_updates": { + "cli": "--log-slave-updates[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "log_slave_updates", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "log_slave_updates", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_log_slave_updates", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_log_slave_updates", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "master_verify_checksum": { + "cli": "--master-verify-checksum[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "master_verify_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "master_verify_checksum", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_master_verify_checksum", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_master_verify_checksum", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "max_binlog_cache_size": { + "cli": "--max-binlog-cache-size=#", + "default": "18446744073709551615", + "dynamic": true, + "name": "max_binlog_cache_size", + "range": { + "from": 4096, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_binlog_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_max_binlog_cache_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_max_binlog_cache_size", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "max_binlog_size": { + "cli": "--max-binlog-size=#", + "default": "1073741824", + "dynamic": true, + "name": "max_binlog_size", + "range": { + "from": 4096, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_binlog_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_max_binlog_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_max_binlog_size", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "max_binlog_stmt_cache_size": { + "cli": "--max-binlog-stmt-cache-size=#", + "default": "18446744073709547520", + "dynamic": true, + "name": "max_binlog_stmt_cache_size", + "range": { + "from": 4096, + "to": 1.8446744073709548e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_binlog_stmt_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_max_binlog_stmt_cache_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_max_binlog_stmt_cache_size", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "max_relay_log_size": { + "cli": "--max-relay-log-size=#", + "default": "0", + "dynamic": true, + "name": "max_relay_log_size", + "range": { + "from": 0, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_relay_log_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_max-relay-log-size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + }, + { + "anchor": "sysvar_max_relay_log_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "read_binlog_speed_limit": { + "cli": "--read-binlog-speed-limit=#", + "default": "0 (no limit)", + "dynamic": true, + "name": "read_binlog_speed_limit", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "read_binlog_speed_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "relay_log": { + "cli": "--relay-log=file_name", + "dynamic": false, + "name": "relay_log", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "relay_log", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_relay_log", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "relay_log_basename": { + "default": "datadir + '/' + hostname + '-relay-bin'", + "dynamic": false, + "name": "relay_log_basename", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "relay_log_basename", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_relay_log_basename", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "relay_log_index": { + "default": "*host_name*-relay-bin.index", + "dynamic": false, + "name": "relay_log_index", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "relay_log_index", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_relay_log_index", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "relay_log_info_file": { + "cli": "--relay-log-info-file=file_name", + "default": "relay-log.info", + "dynamic": false, + "name": "relay_log_info_file", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "relay_log_info_file", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_relay_log_info_file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "relay_log_purge": { + "cli": "--relay-log-purge[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "relay_log_purge", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "relay_log_purge", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_relay-log-purge", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + }, + { + "anchor": "sysvar_relay_log_purge", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "relay_log_recovery": { + "cli": "--relay-log-recovery[={OFF|ON}]", + "default": "OFF", + "name": "relay_log_recovery", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "relay_log_recovery", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_relay_log_recovery", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "relay_log_space_limit": { + "cli": "--relay-log-space-limit=#", + "default": "0", + "dynamic": false, + "name": "relay_log_space_limit", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "relay_log_space_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_relay-log-space-limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + }, + { + "anchor": "sysvar_relay_log_space_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "replicate_annotate_row_events": { + "cli": "--replicate-annotate-row-events", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": false, + "name": "replicate_annotate_row_events", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "replicate_annotate_row_events", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "replicate_do_db": { + "cli": "--replicate-do-db=name", + "name": "replicate_do_db", + "type": "string", + "ids": [ + { + "anchor": "replicate_do_db", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_replicate-do-db", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "replicate_do_table": { + "cli": "--replicate-do-table=name", + "name": "replicate_do_table", + "type": "string", + "ids": [ + { + "anchor": "replicate_do_table", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_replicate-do-table", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "replicate_events_marked_for_skip": { + "cli": "--replicate-events-marked-for-skip", + "default": "replicate", + "dynamic": true, + "name": "replicate_events_marked_for_skip", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "REPLICATE", + "FILTER_ON_SLAVE", + "FILTER_ON_MASTER" + ], + "ids": [ + { + "anchor": "replicate_events_marked_for_skip", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "replicate_ignore_db": { + "cli": "--replicate-ignore-db=name", + "name": "replicate_ignore_db", + "type": "string", + "ids": [ + { + "anchor": "replicate_ignore_db", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_replicate-ignore-db", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "replicate_ignore_table": { + "cli": "--replicate-ignore-table=name", + "name": "replicate_ignore_table", + "type": "string", + "ids": [ + { + "anchor": "replicate_ignore_table", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_replicate-ignore-table", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "replicate_rewrite_db": { + "cli": "--replicate-rewrite-db=old_name->new_name", + "name": "replicate_rewrite_db", + "type": "string", + "ids": [ + { + "anchor": "replicate_rewrite_db", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_replicate-rewrite-db", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "replicate_wild_do_table": { + "cli": "--replicate-wild-do-table=name", + "name": "replicate_wild_do_table", + "type": "string", + "ids": [ + { + "anchor": "replicate_wild_do_table", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_replicate-wild-do-table", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "replicate_wild_ignore_table": { + "cli": "--replicate-wild-ignore-table=name", + "name": "replicate_wild_ignore_table", + "type": "string", + "ids": [ + { + "anchor": "replicate_wild_ignore_table", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_replicate-wild-ignore-table", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "report_host": { + "cli": "--report-host=host_name", + "dynamic": false, + "name": "report_host", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "report_host", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_report_host", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "report_password": { + "dynamic": false, + "name": "report_password", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "report_password", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_report_password", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "report_port": { + "cli": "--report-port=port-num", + "default": "[slave_port]", + "dynamic": false, + "name": "report_port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "report_port", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_report_port", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "report_user": { + "cli": "--report-user=name", + "dynamic": false, + "name": "report_user", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "report_user", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_report_user", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "skip_parallel_replication": { + "default": "OFF", + "dynamic": true, + "name": "skip_parallel_replication", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "skip_parallel_replication", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "skip_replication": { + "default": "OFF", + "dynamic": true, + "name": "skip_replication", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "skip_replication", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "slave_compressed_protocol": { + "cli": "--slave-compressed-protocol[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "slave_compressed_protocol", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "slave_compressed_protocol", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_slave_compressed_protocol", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_ddl_exec_mode": { + "cli": "--slave-ddl-exec-mode=name", + "default": "IDEMPOTENT", + "dynamic": true, + "name": "slave_ddl_exec_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IDEMPOTENT", + "STRICT" + ], + "ids": [ + { + "anchor": "slave_ddl_exec_mode", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "slave_domain_parallel_threads": { + "cli": "--slave-domain-parallel-threads=#", + "default": "0", + "dynamic": true, + "name": "slave_domain_parallel_threads", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "16383" + ], + "ids": [ + { + "anchor": "slave_domain_parallel_threads", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "slave_exec_mode": { + "cli": "--slave-exec-mode=mode", + "default": "IDEMPOTENT (NDB)STRICT (Other)", + "dynamic": true, + "name": "slave_exec_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IDEMPOTENT", + "STRICT" + ], + "ids": [ + { + "anchor": "slave_exec_mode", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_slave_exec_mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_load_tmpdir": { + "cli": "--slave-load-tmpdir=path", + "default": "Value of --tmpdir", + "dynamic": false, + "name": "slave_load_tmpdir", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "slave_load_tmpdir", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_slave_load_tmpdir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_max_allowed_packet": { + "cli": "--slave-max-allowed-packet=#", + "default": "1073741824", + "dynamic": true, + "name": "slave_max_allowed_packet", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_max_allowed_packet", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_slave_max_allowed_packet", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_net_timeout": { + "cli": "--slave-net-timeout=#", + "default": "60", + "dynamic": true, + "name": "slave_net_timeout", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_net_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_slave_net_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_parallel_max_queued": { + "cli": "--slave-parallel-max-queued=#", + "default": "131072", + "dynamic": true, + "name": "slave_parallel_max_queued", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_parallel_max_queued", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "slave_parallel_mode": { + "default": "conservative", + "dynamic": false, + "name": "slave_parallel_mode", + "scope": [ + "global" + ], + "validValues": [ + "conservative", + "optimistic", + "none", + "aggressive", + "minimal" + ], + "ids": [ + { + "anchor": "slave_parallel_mode", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "slave_parallel_threads": { + "cli": "--slave-parallel-threads=#", + "default": "0", + "dynamic": true, + "name": "slave_parallel_threads", + "range": { + "from": 0, + "to": 16383 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_parallel_threads", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "slave_parallel_workers": { + "cli": "--slave-parallel-workers=#", + "default": "0", + "dynamic": true, + "name": "slave_parallel_workers", + "range": { + "from": 0, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_parallel_workers", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_slave_parallel_workers", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_run_triggers_for_rbr": { + "cli": "--slave-run-triggers-for-rbr=value", + "default": "NO", + "name": "slave_run_triggers_for_rbr", + "scope": [ + "global" + ], + "validValues": [ + "NO", + "YES", + "LOGGING" + ], + "ids": [ + { + "anchor": "slave_run_triggers_for_rbr", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "slave_skip_errors": { + "cli": "--slave-skip-errors=name", + "default": "OFF", + "dynamic": false, + "name": "slave_skip_errors", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "[list of error codes]", + "ALL", + "OFF" + ], + "ids": [ + { + "anchor": "slave_skip_errors", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_slave-skip-errors", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + }, + { + "anchor": "sysvar_slave_skip_errors", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_sql_verify_checksum": { + "cli": "--slave-sql-verify-checksum[={OFF|ON}]", + "default": "1", + "dynamic": true, + "name": "slave_sql_verify_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "slave_sql_verify_checksum", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "option_mysqld_slave-sql-verify-checksum", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + }, + { + "anchor": "sysvar_slave_sql_verify_checksum", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_transaction_retries": { + "cli": "--slave-transaction-retries=#", + "default": "10", + "dynamic": true, + "name": "slave_transaction_retries", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_transaction_retries", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_slave_transaction_retries", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_transaction_retry_errors": { + "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, + "name": "slave_transaction_retry_errors", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "comma-separated list of error codes" + ], + "ids": [ + { + "anchor": "slave_transaction_retry_errors", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "slave_transaction_retry_interval": { + "cli": "--slave-transaction-retry-interval=#", + "default": "0", + "dynamic": true, + "name": "slave_transaction_retry_interval", + "range": { + "from": 0, + "to": 3600 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_transaction_retry_interval", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + } + ] + }, + "slave_type_conversions": { + "cli": "--slave-type-conversions=set", + "default": "", + "name": "slave_type_conversions", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "ALL_LOSSY", + "ALL_NON_LOSSY" + ], + "ids": [ + { + "anchor": "slave_type_conversions", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_slave_type_conversions", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "sql_log_bin": { + "default": "1", + "dynamic": true, + "name": "sql_log_bin", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sql_log_bin", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_sql_log_bin", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_sql_log_bin", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "sql_slave_skip_counter": { + "dynamic": true, + "name": "sql_slave_skip_counter", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sql_slave_skip_counter", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_sql_slave_skip_counter", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "sync_binlog": { + "cli": "--sync-binlog=#", + "dynamic": true, + "name": "sync_binlog", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sync_binlog", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_sync_binlog", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_sync_binlog", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "sync_master_info": { + "cli": "--sync-master-info=#", + "default": "10000", + "dynamic": true, + "name": "sync_master_info", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sync_master_info", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_sync_master_info", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "sync_relay_log": { + "cli": "--sync-relay-log=#", + "default": "10000", + "dynamic": true, + "name": "sync_relay_log", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sync_relay_log", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_sync_relay_log", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "sync_relay_log_info": { + "cli": "--sync-relay-log-info=#", + "default": "10000", + "dynamic": true, + "name": "sync_relay_log_info", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sync_relay_log_info", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/" + }, + { + "anchor": "sysvar_sync_relay_log_info", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "Binlog_bytes_written": { + "name": "Binlog_bytes_written", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_bytes_written", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_cache_disk_use": { + "name": "Binlog_cache_disk_use", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_cache_disk_use", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_cache_use": { + "name": "Binlog_cache_use", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_cache_use", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_commits": { + "name": "Binlog_commits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_commits", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_group_commit_trigger_count": { + "name": "Binlog_group_commit_trigger_count", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_group_commit_trigger_count", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_group_commit_trigger_lock_wait": { + "name": "Binlog_group_commit_trigger_lock_wait", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_group_commit_trigger_lock_wait", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_group_commit_trigger_timeout": { + "name": "Binlog_group_commit_trigger_timeout", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_group_commit_trigger_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_group_commits": { + "name": "Binlog_group_commits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_group_commits", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_snapshot_file": { + "name": "Binlog_snapshot_file", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "binlog_snapshot_file", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_snapshot_position": { + "name": "Binlog_snapshot_position", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_snapshot_position", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_stmt_cache_disk_use": { + "name": "Binlog_stmt_cache_disk_use", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_stmt_cache_disk_use", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Binlog_stmt_cache_use": { + "name": "Binlog_stmt_cache_use", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "binlog_stmt_cache_use", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_change_master": { + "name": "Com_change_master", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_change_master", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_show_master_status": { + "name": "Com_show_master_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_master_status", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_show_new_master": { + "name": "Com_show_new_master", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_new_master", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_show_slave_hosts": { + "name": "Com_show_slave_hosts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_slave_hosts", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_show_slave_status": { + "name": "Com_show_slave_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_slave_status", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_slave_start": { + "name": "Com_slave_start", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_slave_start", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_slave_stop": { + "name": "Com_slave_stop", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_slave_stop", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_start_all_slaves": { + "name": "Com_start_all_slaves", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_start_all_slaves", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_start_slave": { + "name": "Com_start_slave", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_start_slave", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_stop_all_slaves": { + "name": "Com_stop_all_slaves", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_stop_all_slaves", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Com_stop_slave": { + "name": "Com_stop_slave", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_stop_slave", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Master_gtid_wait_count": { + "name": "Master_gtid_wait_count", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "master_gtid_wait_count", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Master_gtid_wait_time": { + "name": "Master_gtid_wait_time", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "master_gtid_wait_time", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Master_gtid_wait_timeouts": { + "name": "Master_gtid_wait_timeouts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "master_gtid_wait_timeouts", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Rpl_status": { + "name": "Rpl_status", + "ids": [ + { + "anchor": "rpl_status", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Rpl_transactions_multi_engine": { + "name": "Rpl_transactions_multi_engine", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rpl_transactions_multi_engine", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Slave_connections": { + "name": "Slave_connections", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_connections", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Slave_heartbeat_period": { + "name": "Slave_heartbeat_period", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_heartbeat_period", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Slave_open_temp_tables": { + "name": "Slave_open_temp_tables", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_open_temp_tables", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Slave_received_heartbeats": { + "name": "Slave_received_heartbeats", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_received_heartbeats", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Slave_retried_transactions": { + "name": "Slave_retried_transactions", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_retried_transactions", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Slave_running": { + "name": "Slave_running", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_running", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Slave_skipped_errors": { + "name": "Slave_skipped_errors", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slave_skipped_errors", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Slaves_connected": { + "name": "Slaves_connected", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slaves_connected", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Slaves_running": { + "name": "Slaves_running", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slaves_running", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Transactions_gtid_foreign_engine": { + "name": "Transactions_gtid_foreign_engine", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "transactions_gtid_foreign_engine", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Transactions_multi_engine": { + "name": "Transactions_multi_engine", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "transactions_multi_engine", + "url": "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_clients": { + "name": "Rpl_semi_sync_master_clients", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_clients", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_net_avg_wait_time": { + "name": "Rpl_semi_sync_master_net_avg_wait_time", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_net_avg_wait_time", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_net_wait_time": { + "name": "Rpl_semi_sync_master_net_wait_time", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_net_wait_time", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_net_waits": { + "name": "Rpl_semi_sync_master_net_waits", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_net_waits", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_no_times": { + "name": "Rpl_semi_sync_master_no_times", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_no_times", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_no_tx": { + "name": "Rpl_semi_sync_master_no_tx", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_no_tx", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_status": { + "name": "Rpl_semi_sync_master_status", + "type": "boolean", + "ids": [ + { + "anchor": "rpl_semi_sync_master_status", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_timefunc_failures": { + "name": "Rpl_semi_sync_master_timefunc_failures", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_timefunc_failures", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_tx_avg_wait_time": { + "name": "Rpl_semi_sync_master_tx_avg_wait_time", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_tx_avg_wait_time", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_tx_wait_time": { + "name": "Rpl_semi_sync_master_tx_wait_time", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_tx_wait_time", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_tx_waits": { + "name": "Rpl_semi_sync_master_tx_waits", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_tx_waits", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_wait_pos_backtraverse": { + "name": "Rpl_semi_sync_master_wait_pos_backtraverse", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_wait_pos_backtraverse", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_wait_sessions": { + "name": "Rpl_semi_sync_master_wait_sessions", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_wait_sessions", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_master_yes_tx": { + "name": "Rpl_semi_sync_master_yes_tx", + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_yes_tx", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "Rpl_semi_sync_slave_status": { + "name": "Rpl_semi_sync_slave_status", + "type": "boolean", + "ids": [ + { + "anchor": "rpl_semi_sync_slave_status", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/" + } + ] + }, + "rpl_semi_sync_master_enabled": { + "default": "OFF", + "dynamic": true, + "name": "rpl_semi_sync_master_enabled", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rpl_semi_sync_master_enabled", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + }, + { + "anchor": "sysvar_rpl_semi_sync_master_enabled", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "rpl_semi_sync_master_timeout": { + "default": "10000", + "dynamic": true, + "name": "rpl_semi_sync_master_timeout", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + }, + { + "anchor": "sysvar_rpl_semi_sync_master_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "rpl_semi_sync_master_trace_level": { + "default": "32", + "dynamic": true, + "name": "rpl_semi_sync_master_trace_level", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_master_trace_level", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + }, + { + "anchor": "sysvar_rpl_semi_sync_master_trace_level", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "rpl_semi_sync_master_wait_no_slave": { + "default": "ON", + "dynamic": true, + "name": "rpl_semi_sync_master_wait_no_slave", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rpl_semi_sync_master_wait_no_slave", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + }, + { + "anchor": "sysvar_rpl_semi_sync_master_wait_no_slave", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "rpl_semi_sync_master_wait_point": { + "cli": "--rpl-semi-sync-master-wait-point=value", + "default": "AFTER_SYNC", + "dynamic": true, + "name": "rpl_semi_sync_master_wait_point", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "AFTER_SYNC", + "AFTER_COMMIT" + ], + "ids": [ + { + "anchor": "rpl_semi_sync_master_wait_point", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + }, + { + "anchor": "sysvar_rpl_semi_sync_master_wait_point", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "rpl_semi_sync_slave_delay_master": { + "cli": "--rpl-semi-sync-slave-delay-master[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "rpl_semi_sync_slave_delay_master", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rpl_semi_sync_slave_delay_master", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + } + ] + }, + "rpl_semi_sync_slave_enabled": { + "default": "OFF", + "dynamic": true, + "name": "rpl_semi_sync_slave_enabled", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "rpl_semi_sync_slave_enabled", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + }, + { + "anchor": "sysvar_rpl_semi_sync_slave_enabled", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "rpl_semi_sync_slave_kill_conn_timeout": { + "cli": "--rpl-semi-sync-slave-kill-conn-timeout[={0|1}]", + "default": "5", + "dynamic": true, + "name": "rpl_semi_sync_slave_kill_conn_timeout", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_slave_kill_conn_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + } + ] + }, + "rpl_semi_sync_slave_trace_level": { + "default": "32", + "dynamic": true, + "name": "rpl_semi_sync_slave_trace_level", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "rpl_semi_sync_slave_trace_level", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + }, + { + "anchor": "sysvar_rpl_semi_sync_slave_trace_level", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "rpl_semi_sync_master": { + "cli": "--rpl-semi-sync-master=value", + "default": "ON", + "name": "rpl_semi_sync_master", + "validValues": [ + "OFF", + "ON", + "FORCE", + "FORCE_PLUS_PERMANENT" + ], + "ids": [ + { + "anchor": "rpl_semi_sync_master", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + } + ] + }, + "rpl_semi_sync_slave": { + "cli": "--rpl-semi-sync-slave=value", + "default": "ON", + "name": "rpl_semi_sync_slave", + "validValues": [ + "OFF", + "ON", + "FORCE", + "FORCE_PLUS_PERMANENT" + ], + "ids": [ + { + "anchor": "rpl_semi_sync_slave", + "url": "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/" + } + ] + }, + "Aborted_clients": { + "name": "Aborted_clients", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aborted_clients", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Aborted_connects": { + "name": "Aborted_connects", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aborted_connects", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Aborted_connects_preauth": { + "name": "Aborted_connects_preauth", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "aborted_connects_preauth", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Access_denied_errors": { + "name": "Access_denied_errors", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "access_denied_errors", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_column_grants": { + "name": "Acl_column_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_column_grants", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_database_grants": { + "name": "Acl_database_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_database_grants", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_function_grants": { + "name": "Acl_function_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_function_grants", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_package_body_grants": { + "name": "Acl_package_body_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_package_body_grants", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_package_spec_grants": { + "name": "Acl_package_spec_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_package_spec_grants", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_procedure_grants": { + "name": "Acl_procedure_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_procedure_grants", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_proxy_users": { + "name": "Acl_proxy_users", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_proxy_users", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_role_grants": { + "name": "Acl_role_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_role_grants", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_roles": { + "name": "Acl_roles", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_roles", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_table_grants": { + "name": "Acl_table_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_table_grants", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Acl_users": { + "name": "Acl_users", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "acl_users", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Busy_time": { + "name": "Busy_time", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "busy_time", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Bytes_received": { + "name": "Bytes_received", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "bytes_received", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Bytes_sent": { + "name": "Bytes_sent", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "bytes_sent", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_admin_commands": { + "name": "Com_admin_commands", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_admin_commands", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_alter_db": { + "name": "Com_alter_db", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_alter_db", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_alter_db_upgrade": { + "name": "Com_alter_db_upgrade", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_alter_db_upgrade", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_alter_event": { + "name": "Com_alter_event", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_alter_event", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_alter_function": { + "name": "Com_alter_function", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_alter_function", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_alter_procedure": { + "name": "Com_alter_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_alter_procedure", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_alter_sequence": { + "name": "Com_alter_sequence", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_alter_sequence", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_alter_server": { + "name": "Com_alter_server", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_alter_server", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_alter_table": { + "name": "Com_alter_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_alter_table", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_alter_tablespace": { + "name": "Com_alter_tablespace", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_alter_tablespace", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_alter_user": { + "name": "Com_alter_user", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_alter_user", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_analyze": { + "name": "Com_analyze", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_analyze", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_assign_to_keycache": { + "name": "Com_assign_to_keycache", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_assign_to_keycache", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_backup": { + "name": "Com_backup", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_backup", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_backup_lock": { + "name": "Com_backup_lock", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_backup_lock", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_backup_table": { + "name": "Com_backup_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_backup_table", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_begin": { + "name": "Com_begin", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_begin", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_binlog": { + "name": "Com_binlog", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_binlog", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_call_procedure": { + "name": "Com_call_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_call_procedure", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_change_db": { + "name": "Com_change_db", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_change_db", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_check": { + "name": "Com_check", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_check", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_checksum": { + "name": "Com_checksum", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_checksum", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_commit": { + "name": "Com_commit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_commit", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_compound_sql": { + "name": "Com_compound_sql", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_compound_sql", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_db": { + "name": "Com_create_db", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_db", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_event": { + "name": "Com_create_event", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_event", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_function": { + "name": "Com_create_function", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_function", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_index": { + "name": "Com_create_index", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_index", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_package": { + "name": "Com_create_package", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_package", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_package_body": { + "name": "Com_create_package_body", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_package_body", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_procedure": { + "name": "Com_create_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_procedure", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_role": { + "name": "Com_create_role", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_role", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_sequence": { + "name": "Com_create_sequence", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_sequence", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_server": { + "name": "Com_create_server", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_server", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_table": { + "name": "Com_create_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_table", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_temporary_table": { + "name": "Com_create_temporary_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_temporary_table", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_trigger": { + "name": "Com_create_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_trigger", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_udf": { + "name": "Com_create_udf", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_udf", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_user": { + "name": "Com_create_user", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_user", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_create_view": { + "name": "Com_create_view", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_create_view", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_dealloc_sql": { + "name": "Com_dealloc_sql", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_dealloc_sql", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_delete": { + "name": "Com_delete", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_delete", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_delete_multi": { + "name": "Com_delete_multi", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_delete_multi", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_do": { + "name": "Com_do", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_do", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_db": { + "name": "Com_drop_db", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_db", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_event": { + "name": "Com_drop_event", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_event", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_function": { + "name": "Com_drop_function", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_function", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_index": { + "name": "Com_drop_index", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_index", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_package": { + "name": "Com_drop_package", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_package", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_package_body": { + "name": "Com_drop_package_body", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_package_body", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_procedure": { + "name": "Com_drop_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_procedure", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_role": { + "name": "Com_drop_role", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_role", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_sequence": { + "name": "Com_drop_sequence", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_sequence", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_server": { + "name": "Com_drop_server", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_server", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_table": { + "name": "Com_drop_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_table", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_temporary_table": { + "name": "Com_drop_temporary_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_temporary_table", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_trigger": { + "name": "Com_drop_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_trigger", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_user": { + "name": "Com_drop_user", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_user", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_drop_view": { + "name": "Com_drop_view", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_drop_view", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_empty_query": { + "name": "Com_empty_query", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_empty_query", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_execute_immediate": { + "name": "Com_execute_immediate", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_execute_immediate", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_execute_sql": { + "name": "Com_execute_sql", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_execute_sql", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_flush": { + "name": "Com_flush", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_flush", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_get_diagnostics": { + "name": "Com_get_diagnostics", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_get_diagnostics", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_grant": { + "name": "Com_grant", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_grant", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_grant_role": { + "name": "Com_grant_role", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_grant_role", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_ha_close": { + "name": "Com_ha_close", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_ha_close", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_ha_open": { + "name": "Com_ha_open", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_ha_open", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_ha_read": { + "name": "Com_ha_read", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_ha_read", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_help": { + "name": "Com_help", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_help", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_insert": { + "name": "Com_insert", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_insert", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_insert_select": { + "name": "Com_insert_select", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_insert_select", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_install_plugin": { + "name": "Com_install_plugin", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_install_plugin", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_kill": { + "name": "Com_kill", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_kill", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_load": { + "name": "Com_load", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_load", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_load_master_data": { + "name": "Com_load_master_data", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_load_master_data", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_load_master_table": { + "name": "Com_load_master_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_load_master_table", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_multi": { + "name": "Com_multi", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_multi", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_lock_tables": { + "name": "Com_lock_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_lock_tables", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_optimize": { + "name": "Com_optimize", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_optimize", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_preload_keys": { + "name": "Com_preload_keys", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_preload_keys", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_prepare_sql": { + "name": "Com_prepare_sql", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_prepare_sql", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_purge": { + "name": "Com_purge", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_purge", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_purge_before_date": { + "name": "Com_purge_before_date", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_purge_before_date", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_release_savepoint": { + "name": "Com_release_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_release_savepoint", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_rename_table": { + "name": "Com_rename_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_rename_table", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_rename_user": { + "name": "Com_rename_user", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_rename_user", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_repair": { + "name": "Com_repair", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_repair", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_replace": { + "name": "Com_replace", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_replace", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_replace_select": { + "name": "Com_replace_select", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_replace_select", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_reset": { + "name": "Com_reset", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_reset", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_resignal": { + "name": "Com_resignal", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_resignal", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_restore_table": { + "name": "Com_restore_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_restore_table", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_revoke": { + "name": "Com_revoke", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_revoke", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_revoke_all": { + "name": "Com_revoke_all", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_revoke_all", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_revoke_grant": { + "name": "Com_revoke_grant", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_revoke_grant", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_rollback": { + "name": "Com_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_rollback", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_rollback_to_savepoint": { + "name": "Com_rollback_to_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_rollback_to_savepoint", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_savepoint": { + "name": "Com_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_savepoint", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_select": { + "name": "Com_select", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_select", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_set_option": { + "name": "Com_set_option", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_set_option", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_signal": { + "name": "Com_signal", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_signal", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_authors": { + "name": "Com_show_authors", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_authors", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_binlog_events": { + "name": "Com_show_binlog_events", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_binlog_events", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_binlogs": { + "name": "Com_show_binlogs", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_binlogs", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_charsets": { + "name": "Com_show_charsets", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_charsets", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_client_statistics": { + "name": "Com_show_client_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_client_statistics", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_collations": { + "name": "Com_show_collations", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_collations", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_column_types": { + "name": "Com_show_column_types", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_column_types", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_contributors": { + "name": "Com_show_contributors", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_contributors", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_create_db": { + "name": "Com_show_create_db", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_create_db", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_create_event": { + "name": "Com_show_create_event", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_create_event", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_create_func": { + "name": "Com_show_create_func", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_create_func", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_create_package": { + "name": "Com_show_create_package", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_create_package", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_create_package_body": { + "name": "Com_show_create_package_body", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_create_package_body", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_create_proc": { + "name": "Com_show_create_proc", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_create_proc", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_create_table": { + "name": "Com_show_create_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_create_table", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_create_trigger": { + "name": "Com_show_create_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_create_trigger", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_create_user": { + "name": "Com_show_create_user", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_create_user", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_databases": { + "name": "Com_show_databases", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_databases", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_engine_logs": { + "name": "Com_show_engine_logs", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_engine_logs", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_engine_mutex": { + "name": "Com_show_engine_mutex", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_engine_mutex", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_engine_status": { + "name": "Com_show_engine_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_engine_status", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_events": { + "name": "Com_show_events", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_events", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_errors": { + "name": "Com_show_errors", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_errors", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_explain": { + "name": "Com_show_explain", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_explain", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_fields": { + "name": "Com_show_fields", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_fields", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_function_status": { + "name": "Com_show_function_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_function_status", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_generic": { + "name": "Com_show_generic", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_generic", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_grants": { + "name": "Com_show_grants", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_grants", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_keys": { + "name": "Com_show_keys", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_keys", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_index_statistics": { + "name": "Com_show_index_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_index_statistics", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_open_tables": { + "name": "Com_show_open_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_open_tables", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_package_status": { + "name": "Com_show_package_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_package_status", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_package_body_status": { + "name": "Com_show_package_body_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_package_body_status", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_plugins": { + "name": "Com_show_plugins", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_plugins", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_privileges": { + "name": "Com_show_privileges", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_privileges", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_procedure_status": { + "name": "Com_show_procedure_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_procedure_status", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_processlist": { + "name": "Com_show_processlist", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_processlist", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_profile": { + "name": "Com_show_profile", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_profile", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_profiles": { + "name": "Com_show_profiles", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_profiles", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_relaylog_events": { + "name": "Com_show_relaylog_events", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_relaylog_events", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_status": { + "name": "Com_show_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_status", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_storage_engines": { + "name": "Com_show_storage_engines", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_storage_engines", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_table_statistics": { + "name": "Com_show_table_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_table_statistics", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_table_status": { + "name": "Com_show_table_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_table_status", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_tables": { + "name": "Com_show_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_tables", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_triggers": { + "name": "Com_show_triggers", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_triggers", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_user_statistics": { + "name": "Com_show_user_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_user_statistics", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_variable": { + "name": "Com_show_variable", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_variable", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_show_warnings": { + "name": "Com_show_warnings", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_show_warnings", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_shutdown": { + "name": "Com_shutdown", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_shutdown", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_stmt_close": { + "name": "Com_stmt_close", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_stmt_close", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_stmt_execute": { + "name": "Com_stmt_execute", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_stmt_execute", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_stmt_fetch": { + "name": "Com_stmt_fetch", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_stmt_fetch", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_stmt_prepare": { + "name": "Com_stmt_prepare", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_stmt_prepare", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_stmt_reprepare": { + "name": "Com_stmt_reprepare", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_stmt_reprepare", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_stmt_reset": { + "name": "Com_stmt_reset", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_stmt_reset", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_stmt_send_long_data": { + "name": "Com_stmt_send_long_data", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_stmt_send_long_data", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_truncate": { + "name": "Com_truncate", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_truncate", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_uninstall_plugin": { + "name": "Com_uninstall_plugin", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_uninstall_plugin", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_unlock_tables": { + "name": "Com_unlock_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_unlock_tables", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_update": { + "name": "Com_update", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_update", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_update_multi": { + "name": "Com_update_multi", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_update_multi", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_xa_commit": { + "name": "Com_xa_commit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_xa_commit", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_xa_end": { + "name": "Com_xa_end", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_xa_end", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_xa_prepare": { + "name": "Com_xa_prepare", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_xa_prepare", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_xa_recover": { + "name": "Com_xa_recover", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_xa_recover", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_xa_rollback": { + "name": "Com_xa_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_xa_rollback", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Com_xa_start": { + "name": "Com_xa_start", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "com_xa_start", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Compression": { + "name": "Compression", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "compression", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Connection_errors_accept": { + "name": "Connection_errors_accept", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "connection_errors_accept", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Connection_errors_internal": { + "name": "Connection_errors_internal", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "connection_errors_internal", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Connection_errors_max_connections": { + "name": "Connection_errors_max_connections", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "connection_errors_max_connections", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Connection_errors_peer_address": { + "name": "Connection_errors_peer_address", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "connection_errors_peer_address", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Connection_errors_select": { + "name": "Connection_errors_select", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "connection_errors_select", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Connection_errors_tcpwrap": { + "name": "Connection_errors_tcpwrap", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "connection_errors_tcpwrap", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Connections": { + "name": "Connections", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "connections", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Cpu_time": { + "name": "Cpu_time", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "cpu_time", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Created_tmp_disk_tables": { + "name": "Created_tmp_disk_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "created_tmp_disk_tables", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Created_tmp_files": { + "name": "Created_tmp_files", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "created_tmp_files", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Created_tmp_tables": { + "name": "Created_tmp_tables", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "created_tmp_tables", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Delayed_errors": { + "name": "Delayed_errors", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "delayed_errors", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Delayed_insert_threads": { + "name": "Delayed_insert_threads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "delayed_insert_threads", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Delayed_writes": { + "name": "Delayed_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "delayed_writes", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Delete_scan": { + "name": "Delete_scan", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "delete_scan", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Empty_queries": { + "name": "Empty_queries", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "empty_queries", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Executed_events": { + "name": "Executed_events", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "executed_events", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Executed_triggers": { + "name": "Executed_triggers", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "executed_triggers", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_application_time_periods": { + "name": "Feature_application_time_periods", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_application_time_periods", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_check_constraint": { + "name": "Feature_check_constraint", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_check_constraint", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_custom_aggregate_functions": { + "name": "Feature_custom_aggregate_functions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_custom_aggregate_functions", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_delay_key_write": { + "name": "Feature_delay_key_write", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_delay_key_write", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_dynamic_columns": { + "name": "Feature_dynamic_columns", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_dynamic_columns", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_fulltext": { + "name": "Feature_fulltext", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_fulltext", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_gis": { + "name": "Feature_gis", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_gis", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_invisible_columns": { + "name": "Feature_invisible_columns", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_invisible_columns", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_json": { + "name": "Feature_json", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_json", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_locale": { + "name": "Feature_locale", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_locale", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_subquery": { + "name": "Feature_subquery", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_subquery", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_system_versioning": { + "name": "Feature_system_versioning", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_system_versioning", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_timezone": { + "name": "Feature_timezone", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_timezone", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_trigger": { + "name": "Feature_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_trigger", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_window_functions": { + "name": "Feature_window_functions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_window_functions", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Feature_xml": { + "name": "Feature_xml", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "feature_xml", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Flush_commands": { + "name": "Flush_commands", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "flush_commands", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_commit": { + "name": "Handler_commit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_commit", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_delete": { + "name": "Handler_delete", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_delete", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_discover": { + "name": "Handler_discover", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_discover", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_external_lock": { + "name": "Handler_external_lock", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_external_lock", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_icp_attempts": { + "name": "Handler_icp_attempts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_icp_attempts", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_icp_match": { + "name": "Handler_icp_match", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_icp_match", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_mrr_init": { + "name": "Handler_mrr_init", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_mrr_init", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_mrr_key_refills": { + "name": "Handler_mrr_key_refills", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_mrr_key_refills", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_mrr_rowid_refills": { + "name": "Handler_mrr_rowid_refills", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_mrr_rowid_refills", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_prepare": { + "name": "Handler_prepare", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_prepare", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_read_first": { + "name": "Handler_read_first", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_read_first", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_read_key": { + "name": "Handler_read_key", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_read_key", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_read_last": { + "name": "Handler_read_last", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_read_last", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_read_next": { + "name": "Handler_read_next", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_read_next", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_read_prev": { + "name": "Handler_read_prev", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_read_prev", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_read_retry": { + "name": "Handler_read_retry", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_read_retry", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_read_rnd": { + "name": "Handler_read_rnd", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_read_rnd", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_read_rnd_deleted": { + "name": "Handler_read_rnd_deleted", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_read_rnd_deleted", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_read_rnd_next": { + "name": "Handler_read_rnd_next", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_read_rnd_next", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_rollback": { + "name": "Handler_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_rollback", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_savepoint": { + "name": "Handler_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_savepoint", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_savepoint_rollback": { + "name": "Handler_savepoint_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_savepoint_rollback", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_tmp_delete": { + "name": "Handler_tmp_delete", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_tmp_delete", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_tmp_update": { + "name": "Handler_tmp_update", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_tmp_update", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_tmp_write": { + "name": "Handler_tmp_write", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_tmp_write", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_update": { + "name": "Handler_update", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_update", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Handler_write": { + "name": "Handler_write", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "handler_write", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Key_blocks_not_flushed": { + "name": "Key_blocks_not_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_blocks_not_flushed", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Key_blocks_unused": { + "name": "Key_blocks_unused", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_blocks_unused", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Key_blocks_used": { + "name": "Key_blocks_used", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_blocks_used", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Key_blocks_warm": { + "name": "Key_blocks_warm", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_blocks_warm", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Key_read_requests": { + "name": "Key_read_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_read_requests", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Key_reads": { + "name": "Key_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_reads", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Key_write_requests": { + "name": "Key_write_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_write_requests", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Key_writes": { + "name": "Key_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "key_writes", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Last_query_cost": { + "name": "Last_query_cost", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "last_query_cost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Maria_*": { + "name": "Maria_*", + "ids": [ + { + "anchor": "maria_", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Max_statement_time_exceeded": { + "name": "Max_statement_time_exceeded", + "type": "integer", + "ids": [ + { + "anchor": "max_statement_time_exceeded", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Max_used_connections": { + "name": "Max_used_connections", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_used_connections", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Memory_used": { + "name": "Memory_used", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "memory_used", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Memory_used_initial": { + "name": "Memory_used_initial", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "memory_used_initial", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Not_flushed_delayed_rows": { + "name": "Not_flushed_delayed_rows", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "not_flushed_delayed_rows", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Open_files": { + "name": "Open_files", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "open_files", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Open_streams": { + "name": "Open_streams", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "open_streams", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Open_table_definitions": { + "name": "Open_table_definitions", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "open_table_definitions", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Open_tables": { + "name": "Open_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "open_tables", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Opened_files": { + "name": "Opened_files", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "opened_files", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Opened_plugin_libraries": { + "name": "Opened_plugin_libraries", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "opened_plugin_libraries", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Opened_table_definitions": { + "name": "Opened_table_definitions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "opened_table_definitions", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Opened_tables": { + "name": "Opened_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "opened_tables", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Opened_views": { + "name": "Opened_views", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "opened_views", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_accounts_lost": { + "name": "Performance_schema_accounts_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_accounts_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_cond_classes_lost": { + "name": "Performance_schema_cond_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_cond_classes_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_cond_instances_lost": { + "name": "Performance_schema_cond_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_cond_instances_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_digest_lost": { + "name": "Performance_schema_digest_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_digest_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_file_classes_lost": { + "name": "Performance_schema_file_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_file_classes_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_file_handles_lost": { + "name": "Performance_schema_file_handles_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_file_handles_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_file_instances_lost": { + "name": "Performance_schema_file_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_file_instances_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_hosts_lost": { + "name": "Performance_schema_hosts_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_hosts_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_locker_lost": { + "name": "Performance_schema_locker_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_locker_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_mutex_classes_lost": { + "name": "Performance_schema_mutex_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_mutex_classes_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_mutex_instances_lost": { + "name": "Performance_schema_mutex_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_mutex_instances_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_rwlock_classes_lost": { + "name": "Performance_schema_rwlock_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_rwlock_classes_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_rwlock_instances_lost": { + "name": "Performance_schema_rwlock_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_rwlock_instances_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_session_connect_attrs_lost": { + "name": "Performance_schema_session_connect_attrs_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_session_connect_attrs_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_socket_classes_lost": { + "name": "Performance_schema_socket_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_socket_classes_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_socket_instances_lost": { + "name": "Performance_schema_socket_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_socket_instances_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_stage_classes_lost": { + "name": "Performance_schema_stage_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_stage_classes_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_statement_classes_lost": { + "name": "Performance_schema_statement_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_statement_classes_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_table_handles_lost": { + "name": "Performance_schema_table_handles_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_table_handles_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_table_instances_lost": { + "name": "Performance_schema_table_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_table_instances_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_thread_classes_lost": { + "name": "Performance_schema_thread_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_thread_classes_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_thread_instances_lost": { + "name": "Performance_schema_thread_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_thread_instances_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Performance_schema_users_lost": { + "name": "Performance_schema_users_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "performance_schema_users_lost", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Prepared_stmt_count": { + "name": "Prepared_stmt_count", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "prepared_stmt_count", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Qcache_free_blocks": { + "name": "Qcache_free_blocks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "qcache_free_blocks", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Qcache_free_memory": { + "name": "Qcache_free_memory", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "qcache_free_memory", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Qcache_hits": { + "name": "Qcache_hits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "qcache_hits", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Qcache_inserts": { + "name": "Qcache_inserts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "qcache_inserts", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Qcache_lowmem_prunes": { + "name": "Qcache_lowmem_prunes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "qcache_lowmem_prunes", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Qcache_not_cached": { + "name": "Qcache_not_cached", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "qcache_not_cached", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Qcache_queries_in_cache": { + "name": "Qcache_queries_in_cache", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "qcache_queries_in_cache", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Qcache_total_blocks": { + "name": "Qcache_total_blocks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "qcache_total_blocks", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Queries": { + "name": "Queries", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "queries", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Questions": { + "name": "Questions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "questions", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Rows_read": { + "name": "Rows_read", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rows_read", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Rows_sent": { + "name": "Rows_sent", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rows_sent", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Rows_tmp_read": { + "name": "Rows_tmp_read", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rows_tmp_read", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Select_full_join": { + "name": "Select_full_join", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "select_full_join", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Select_full_range_join": { + "name": "Select_full_range_join", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "select_full_range_join", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Select_range": { + "name": "Select_range", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "select_range", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Select_range_check": { + "name": "Select_range_check", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "select_range_check", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Select_scan": { + "name": "Select_scan", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "select_scan", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Slow_launch_threads": { + "name": "Slow_launch_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "slow_launch_threads", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Slow_queries": { + "name": "Slow_queries", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "slow_queries", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Sort_merge_passes": { + "name": "Sort_merge_passes", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sort_merge_passes", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Sort_priority_queue_sorts": { + "name": "Sort_priority_queue_sorts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sort_priority_queue_sorts", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Sort_range": { + "name": "Sort_range", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sort_range", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Sort_rows": { + "name": "Sort_rows", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sort_rows", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Sort_scan": { + "name": "Sort_scan", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sort_scan", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Subquery_cache_hit": { + "name": "Subquery_cache_hit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "subquery_cache_hit", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Subquery_cache_miss": { + "name": "Subquery_cache_miss", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "subquery_cache_miss", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Syncs": { + "name": "Syncs", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "syncs", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Table_locks_immediate": { + "name": "Table_locks_immediate", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "table_locks_immediate", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Table_locks_waited": { + "name": "Table_locks_waited", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "table_locks_waited", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Table_open_cache_active_instances": { + "name": "Table_open_cache_active_instances", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "table_open_cache_active_instances", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Table_open_cache_hits": { + "name": "Table_open_cache_hits", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "table_open_cache_hits", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Table_open_cache_misses": { + "name": "Table_open_cache_misses", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "table_open_cache_misses", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Table_open_cache_overflows": { + "name": "Table_open_cache_overflows", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "table_open_cache_overflows", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Tc_log_max_pages_used": { + "name": "Tc_log_max_pages_used", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tc_log_max_pages_used", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Tc_log_page_size": { + "name": "Tc_log_page_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tc_log_page_size", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Tc_log_page_waits": { + "name": "Tc_log_page_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tc_log_page_waits", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Threads_cached": { + "name": "Threads_cached", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "threads_cached", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Threads_connected": { + "name": "Threads_connected", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "threads_connected", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Threads_created": { + "name": "Threads_created", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "threads_created", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Threads_running": { + "name": "Threads_running", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "threads_running", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Update_scan": { + "name": "Update_scan", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "update_scan", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Uptime": { + "name": "Uptime", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "uptime", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "Uptime_since_flush_status": { + "name": "Uptime_since_flush_status", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "uptime_since_flush_status", + "url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/" + } + ] + }, + "alter_algorithm": { + "cli": "--alter-algorithm=default", + "default": "DEFAULT", + "dynamic": true, + "name": "alter_algorithm", + "scope": [ + "global", + "session" + ], + "validValues": [ + "DEFAULT", + "COPY", + "INPLACE", + "NOCOPY", + "INSTANT" + ], + "ids": [ + { + "anchor": "alter_algorithm", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "analyze_sample_percentage": { + "cli": "--analyze-sample-percentage=#", + "default": "100.000000", + "dynamic": true, + "name": "analyze_sample_percentage", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "analyze_sample_percentage", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "autocommit": { + "default": "1", + "dynamic": true, + "name": "autocommit", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "autocommit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_autocommit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "automatic_sp_privileges": { + "default": "1", + "dynamic": true, + "name": "automatic_sp_privileges", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "automatic_sp_privileges", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_automatic_sp_privileges", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "back_log": { + "cli": "--back-log=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "back_log", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "back_log", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_back_log", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "basedir": { + "cli": "--basedir=path or -b path", + "dynamic": false, + "name": "basedir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "basedir", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_basedir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_basedir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "big_tables": { + "cli": "--big-tables[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "big_tables", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "big_tables", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_big_tables", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "bind_address": { + "cli": "--bind-address=addr", + "default": "*", + "dynamic": false, + "name": "bind_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "bind_address", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_bind_address", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "bulk_insert_buffer_size": { + "cli": "--bulk-insert-buffer-size=#", + "default": "8388608", + "dynamic": true, + "name": "bulk_insert_buffer_size", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "bulk_insert_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_bulk_insert_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "character_set_client": { + "dynamic": true, + "name": "character_set_client", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "character_set_client", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_character_set_client", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "character_set_connection": { + "dynamic": true, + "name": "character_set_connection", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "character_set_connection", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_character_set_connection", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "character_set_database": { + "dynamic": true, + "name": "character_set_database", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "character_set_database", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_character_set_database", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "character_set_filesystem": { + "cli": "--character-set-filesystem=name", + "default": "binary", + "dynamic": true, + "name": "character_set_filesystem", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "character_set_filesystem", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_character_set_filesystem", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "character_set_results": { + "dynamic": true, + "name": "character_set_results", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "character_set_results", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_character_set_results", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "character_set_server": { + "cli": "--character-set-server=name", + "dynamic": true, + "name": "character_set_server", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "character_set_server", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_character_set_server", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "character_set_system": { + "default": "utf8", + "dynamic": false, + "name": "character_set_system", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "character_set_system", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_character_set_system", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "character_sets_dir": { + "cli": "--character-sets-dir=path", + "dynamic": false, + "name": "character_sets_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "character_sets_dir", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_character_sets_dir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "check_constraint_checks": { + "cli": "--check-constraint-checks=[0|1]", + "default": "ON", + "dynamic": true, + "name": "check_constraint_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "check_constraint_checks", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "collation_connection": { + "dynamic": true, + "name": "collation_connection", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "collation_connection", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_collation_connection", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "collation_database": { + "dynamic": true, + "name": "collation_database", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "collation_database", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_collation_database", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "collation_server": { + "cli": "--collation-server=name", + "dynamic": true, + "name": "collation_server", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "collation_server", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_collation_server", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "completion_type": { + "cli": "--completion-type=name", + "default": "NO_CHAIN", + "dynamic": true, + "name": "completion_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "NO_CHAIN", + "CHAIN", + "RELEASE", + "0", + "1", + "2" + ], + "ids": [ + { + "anchor": "completion_type", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_completion_type", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "concurrent_insert": { + "default": "AUTO", + "dynamic": true, + "name": "concurrent_insert", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NEVER", + "AUTO", + "ALWAYS", + "0", + "1", + "2" + ], + "ids": [ + { + "anchor": "concurrent_insert", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_concurrent_insert", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "connect_timeout": { + "cli": "--connect-timeout=#", + "default": "10", + "dynamic": true, + "name": "connect_timeout", + "range": { + "from": 2, + "to": 31536000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "connect_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_connect_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "core_file": { + "default": "0", + "dynamic": false, + "name": "core_file", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "core_file", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_core-file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_core_file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "datadir": { + "cli": "--datadir=path or -h path", + "dynamic": false, + "name": "datadir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "datadir", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_datadir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_datadir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "date_format": { + "name": "date_format", + "ids": [ + { + "anchor": "date_format", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "datetime_format": { + "name": "datetime_format", + "ids": [ + { + "anchor": "datetime_format", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "debug": { + "cli": "-#, --debug[=debug_options]", + "dynamic": true, + "name": "debug", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "debug", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "debug_no_thread_alarm": { + "cli": "--debug-no-thead-alarm=#", + "default": "OFF", + "dynamic": false, + "name": "debug_no_thread_alarm", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "debug_no_thread_alarm", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "debug_sync": { + "dynamic": true, + "name": "debug_sync", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "debug_sync", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_debug_sync", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "default_password_lifetime": { + "cli": "--default-password-lifetime=#", + "default": "0", + "dynamic": true, + "name": "default_password_lifetime", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "default_password_lifetime", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_default_password_lifetime", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "default_regex_flags": { + "name": "default_regex_flags", + "ids": [ + { + "anchor": "default_regex_flags", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "default_storage_engine": { + "cli": "--default-storage-engine=name", + "default": "InnoDB", + "dynamic": true, + "name": "default_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "ids": [ + { + "anchor": "default_storage_engine", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_default_storage_engine", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "default_table_type": { + "cli": "--default-table-type=name", + "dynamic": true, + "name": "default_table_type", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "default_table_type", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "default_tmp_storage_engine": { + "cli": "--default-tmp-storage-engine=name", + "default": "InnoDB", + "dynamic": true, + "name": "default_tmp_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "ids": [ + { + "anchor": "default_tmp_storage_engine", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_default_tmp_storage_engine", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "default_week_format": { + "cli": "--default-week-format=#", + "default": "0", + "dynamic": true, + "name": "default_week_format", + "range": { + "from": 0, + "to": 7 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "default_week_format", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_default_week_format", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "delay_key_write": { + "default": "ON", + "dynamic": true, + "name": "delay_key_write", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "ALL" + ], + "ids": [ + { + "anchor": "delay_key_write", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_delay_key_write", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "delayed_insert_limit": { + "cli": "--delayed-insert-limit=#", + "default": "100", + "dynamic": true, + "name": "delayed_insert_limit", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "delayed_insert_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_delayed_insert_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "delayed_insert_timeout": { + "cli": "--delayed-insert-timeout=#", + "default": "300", + "dynamic": true, + "name": "delayed_insert_timeout", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "delayed_insert_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_delayed_insert_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "delayed_queue_size": { + "cli": "--delayed-queue-size=#", + "default": "1000", + "dynamic": true, + "name": "delayed_queue_size", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "delayed_queue_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_delayed_queue_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "disconnect_on_expired_password": { + "name": "disconnect_on_expired_password", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "disconnect_on_expired_password", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_disconnect_on_expired_password", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "div_precision_increment": { + "cli": "--div-precision-increment=#", + "default": "4", + "dynamic": true, + "name": "div_precision_increment", + "range": { + "from": 0, + "to": 30 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "div_precision_increment", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_div_precision_increment", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "encrypt_tmp_disk_tables": { + "cli": "--encrypt-tmp-disk-tables[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "encrypt_tmp_disk_tables", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "encrypt_tmp_disk_tables", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "encrypt_tmp_files": { + "cli": "--encrypt-tmp-files[={0|1}]", + "default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)", + "dynamic": false, + "name": "encrypt_tmp_files", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "encrypt_tmp_files", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "encryption_algorithm": { + "cli": "--encryption-algorithm=value", + "default": "none", + "dynamic": false, + "name": "encryption_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "none", + "aes_ecb", + "aes_cbc", + "aes_ctr" + ], + "ids": [ + { + "anchor": "encryption_algorithm", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "enforce_storage_engine": { + "default": "none", + "dynamic": true, + "name": "enforce_storage_engine", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "enforce_storage_engine", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "engine_condition_pushdown": { + "cli": "--engine-condition-pushdown", + "default": "OFF (MariaDB 5.5), ON (<= MariaDB 5.3)", + "dynamic": true, + "name": "engine_condition_pushdown", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "engine_condition_pushdown", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "eq_range_index_dive_limit": { + "cli": "--eq-range-index-dive-limit=#", + "default": "200", + "dynamic": true, + "name": "eq_range_index_dive_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "eq_range_index_dive_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_eq_range_index_dive_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "error_count": { + "dynamic": true, + "name": "error_count", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "error_count", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "event_scheduler": { + "cli": "--event-scheduler[=value]", + "dynamic": true, + "name": "event_scheduler", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "1", + "OFF", + "0", + "DISABLED" + ], + "ids": [ + { + "anchor": "event_scheduler", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_event_scheduler", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "expensive_subquery_limit": { + "cli": "--expensive-subquery-limit=#", + "default": "100", + "dynamic": true, + "name": "expensive_subquery_limit", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "expensive_subquery_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "explicit_defaults_for_timestamp": { + "name": "explicit_defaults_for_timestamp", + "type": "boolean", + "ids": [ + { + "anchor": "explicit_defaults_for_timestamp", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_explicit_defaults_for_timestamp", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "external_user": { + "dynamic": false, + "name": "external_user", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "external_user", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_external_user", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "flush": { + "cli": "--flush[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "flush", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "flush", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_flush", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_flush", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "flush_time": { + "cli": "--flush-time=#", + "default": "0", + "dynamic": true, + "name": "flush_time", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "flush_time", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_flush_time", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "foreign_key_checks": { + "default": "1", + "dynamic": true, + "name": "foreign_key_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "foreign_key_checks", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_foreign_key_checks", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ft_boolean_syntax": { + "cli": "--ft-boolean-syntax=name", + "default": "+ -><()~*:\"\"&|", + "dynamic": true, + "name": "ft_boolean_syntax", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "ft_boolean_syntax", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_ft_boolean_syntax", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ft_max_word_len": { + "cli": "--ft-max-word-len=#", + "dynamic": false, + "name": "ft_max_word_len", + "range": { + "from": 10 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ft_max_word_len", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_ft_max_word_len", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ft_min_word_len": { + "cli": "--ft-min-word-len=#", + "default": "4", + "dynamic": false, + "name": "ft_min_word_len", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ft_min_word_len", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_ft_min_word_len", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ft_query_expansion_limit": { + "cli": "--ft-query-expansion-limit=#", + "default": "20", + "dynamic": false, + "name": "ft_query_expansion_limit", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ft_query_expansion_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_ft_query_expansion_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ft_stopword_file": { + "cli": "--ft-stopword-file=file_name", + "dynamic": false, + "name": "ft_stopword_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "ft_stopword_file", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_ft_stopword_file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "general_log": { + "cli": "--general-log[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "general_log", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "general_log", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_general_log", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "general_log_file": { + "cli": "--general-log-file=file_name", + "default": "host_name.log", + "dynamic": true, + "name": "general_log_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "general_log_file", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_general_log_file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "group_concat_max_len": { + "cli": "--group-concat-max-len=#", + "dynamic": true, + "name": "group_concat_max_len", + "range": { + "from": 4 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "group_concat_max_len", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_group_concat_max_len", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "have_compress": { + "dynamic": false, + "name": "have_compress", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_compress", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "have_crypt": { + "dynamic": false, + "name": "have_crypt", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_crypt", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "have_csv": { + "dynamic": false, + "name": "have_csv", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_csv", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "have_dynamic_loading": { + "dynamic": false, + "name": "have_dynamic_loading", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_dynamic_loading", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "have_geometry": { + "dynamic": false, + "name": "have_geometry", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_geometry", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "have_ndbcluster": { + "dynamic": false, + "name": "have_ndbcluster", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_ndbcluster", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "have_partitioning": { + "dynamic": false, + "name": "have_partitioning", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_partitioning", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "have_profiling": { + "dynamic": false, + "name": "have_profiling", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_profiling", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "have_query_cache": { + "dynamic": false, + "name": "have_query_cache", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_query_cache", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "have_rtree_keys": { + "dynamic": false, + "name": "have_rtree_keys", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_rtree_keys", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "have_symlink": { + "dynamic": false, + "name": "have_symlink", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_symlink", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "histogram_size": { + "cli": "--histogram-size=#", + "default": "254 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)", + "dynamic": true, + "name": "histogram_size", + "range": { + "from": 0, + "to": 255 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "histogram_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "histogram_type": { + "cli": "--histogram-type=value", + "default": "DOUBLE_PREC_HB (>= MariaDB 10.4.3), SINGLE_PREC_HB(<= MariaDB 10.4.2)", + "dynamic": true, + "name": "histogram_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "SINGLE_PREC_HB", + "DOUBLE_PREC_HB" + ], + "ids": [ + { + "anchor": "histogram_type", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "host_cache_size": { + "cli": "--host-cache-size=#.", + "dynamic": true, + "name": "host_cache_size", + "range": { + "from": 0, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "host_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_host_cache_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "hostname": { + "dynamic": false, + "name": "hostname", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "hostname", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_hostname", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "identity": { + "name": "identity", + "ids": [ + { + "anchor": "identity", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "idle_readonly_transaction_timeout": { + "default": "0", + "dynamic": true, + "name": "idle_readonly_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "idle_readonly_transaction_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "idle_transaction_timeout": { + "default": "0", + "dynamic": true, + "name": "idle_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "idle_transaction_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "idle_write_transaction_timeout": { + "default": "0", + "dynamic": true, + "name": "idle_write_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "idle_write_transaction_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "ignore_db_dirs": { + "cli": "--ignore-db-dirs=dir.", + "dynamic": false, + "name": "ignore_db_dirs", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "ignore_db_dirs", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "in_transaction": { + "default": "0", + "dynamic": false, + "name": "in_transaction", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "in_transaction", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "init_connect": { + "cli": "--init-connect=name", + "dynamic": true, + "name": "init_connect", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "init_connect", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_init_connect", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "init_file": { + "cli": "--init-file=file_name", + "dynamic": false, + "name": "init_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "init_file", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_init_file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "insert_id": { + "dynamic": true, + "name": "insert_id", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "insert_id", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "interactive_timeout": { + "cli": "--interactive-timeout=#", + "default": "28800", + "dynamic": true, + "name": "interactive_timeout", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "interactive_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_interactive_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "join_buffer_size": { + "cli": "--join-buffer-size=#", + "default": "262144", + "dynamic": true, + "name": "join_buffer_size", + "range": { + "from": 128 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "join_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_join_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "join_buffer_space_limit": { + "cli": "--join-buffer-space-limit=#", + "default": "2097152", + "dynamic": true, + "name": "join_buffer_space_limit", + "range": { + "from": 2048, + "to": 99999999997952 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "join_buffer_space_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "join_cache_level": { + "cli": "--join-cache-level=#", + "default": "2", + "dynamic": true, + "name": "join_cache_level", + "range": { + "from": 0, + "to": 8 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "join_cache_level", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "keep_files_on_create": { + "default": "OFF", + "dynamic": true, + "name": "keep_files_on_create", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "keep_files_on_create", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_keep_files_on_create", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "large_files_support": { + "dynamic": false, + "name": "large_files_support", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "large_files_support", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_large_files_support", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "large_page_size": { + "default": "0", + "dynamic": false, + "name": "large_page_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "large_page_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_large_page_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "large_pages": { + "cli": "--large-pages[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "large_pages", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "large_pages", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_large-pages", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_large_pages", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "last_insert_id": { + "dynamic": true, + "name": "last_insert_id", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "last_insert_id", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "lc_messages": { + "cli": "--lc-messages=name", + "default": "en_US", + "dynamic": true, + "name": "lc_messages", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "lc_messages", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_lc-messages", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_lc_messages", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "lc_messages_dir": { + "cli": "--lc-messages-dir=path", + "dynamic": false, + "name": "lc_messages_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "lc_messages_dir", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_lc-messages-dir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_lc_messages_dir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "lc_time_names": { + "dynamic": true, + "name": "lc_time_names", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "lc_time_names", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_lc_time_names", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "license": { + "default": "GPL", + "dynamic": false, + "name": "license", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "license", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_license", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "local_infile": { + "dynamic": true, + "name": "local_infile", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "local_infile", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_local_infile", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "lock_wait_timeout": { + "cli": "--lock-wait-timeout=#", + "dynamic": true, + "name": "lock_wait_timeout", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "lock_wait_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_lock_wait_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "locked_in_memory": { + "dynamic": false, + "name": "locked_in_memory", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "locked_in_memory", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_locked_in_memory", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log": { + "cli": "-l [filename] or --log[=filename]", + "default": "OFF", + "dynamic": true, + "name": "log", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "log", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "log_disabled_statements": { + "cli": "--log-disabled_statements=value", + "default": "(empty string)", + "dynamic": false, + "name": "log_disabled_statements", + "scope": [ + "global", + "session" + ], + "type": "set", + "ids": [ + { + "anchor": "log_disabled_statements", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "log_error": { + "cli": "--log-error[=file_name]", + "dynamic": false, + "name": "log_error", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "log_error", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_log-error", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_log_error", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_output": { + "cli": "--log-output=name", + "default": "FILE", + "dynamic": true, + "name": "log_output", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "TABLE", + "FILE", + "NONE" + ], + "ids": [ + { + "anchor": "log_output", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_log_output", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_queries_not_using_indexes": { + "cli": "--log-queries-not-using-indexes[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "log_queries_not_using_indexes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "log_queries_not_using_indexes", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_log_queries_not_using_indexes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_slow_admin_statements": { + "cli": "--log-slow-admin-statements[={OFF|ON}]", + "dynamic": true, + "name": "log_slow_admin_statements", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "log_slow_admin_statements", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_log_slow_admin_statements", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_slow_disabled_statements": { + "cli": "--log-slow-disabled_statements=value", + "default": "sp", + "dynamic": false, + "name": "log_slow_disabled_statements", + "scope": [ + "global", + "session" + ], + "type": "set", + "ids": [ + { + "anchor": "log_slow_disabled_statements", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "log_slow_filter": { + "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, + "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" + ], + "ids": [ + { + "anchor": "log_slow_filter", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "log_slow_queries": { + "cli": "--log-slow-queries[=name]", + "default": "OFF", + "dynamic": true, + "name": "log_slow_queries", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "log_slow_queries", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "log_slow_rate_limit": { + "cli": "log-slow-rate-limit=#", + "default": "1", + "dynamic": true, + "name": "log_slow_rate_limit", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "log_slow_rate_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "log_slow_verbosity": { + "cli": "log-slow-verbosity=value1[,value2...]", + "default": "(Empty)", + "dynamic": true, + "name": "log_slow_verbosity", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "query_plan", + "innodb", + "explain" + ], + "ids": [ + { + "anchor": "log_slow_verbosity", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "log_tc_size": { + "cli": "--log-tc-size=#", + "name": "log_tc_size", + "type": "integer", + "ids": [ + { + "anchor": "log_tc_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_log-tc-size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "log_warnings": { + "cli": "--log-warnings[=#]", + "default": "2", + "dynamic": true, + "name": "log_warnings", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "log_warnings", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_log-warnings", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_log_warnings", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "long_query_time": { + "cli": "--long-query-time=#", + "default": "10", + "dynamic": true, + "name": "long_query_time", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "long_query_time", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_long_query_time", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "low_priority_updates": { + "cli": "--low-priority-updates[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "low_priority_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "low_priority_updates", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_low_priority_updates", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "lower_case_file_system": { + "dynamic": false, + "name": "lower_case_file_system", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "lower_case_file_system", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_lower_case_file_system", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "lower_case_table_names": { + "cli": "--lower-case-table-names[=#]", + "default": "0", + "dynamic": false, + "name": "lower_case_table_names", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "lower_case_table_names", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_lower_case_table_names", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_allowed_packet": { + "cli": "--max-allowed-packet=#", + "name": "max_allowed_packet", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_allowed_packet", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_allowed_packet", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_connect_errors": { + "cli": "--max-connect-errors=#", + "default": "100", + "dynamic": true, + "name": "max_connect_errors", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_connect_errors", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_connect_errors", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_connections": { + "cli": "--max-connections=#", + "default": "151", + "dynamic": true, + "name": "max_connections", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_connections", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_connections", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_delayed_threads": { + "cli": "--max-delayed-threads=#", + "default": "20", + "dynamic": true, + "name": "max_delayed_threads", + "range": { + "from": 0, + "to": 16384 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_delayed_threads", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_delayed_threads", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_digest_length": { + "cli": "--max-digest-length=#", + "default": "1024", + "name": "max_digest_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_digest_length", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_digest_length", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_error_count": { + "cli": "--max-error-count=#", + "dynamic": true, + "name": "max_error_count", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_error_count", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_error_count", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_heap_table_size": { + "cli": "--max-heap-table-size=#", + "default": "16777216", + "dynamic": true, + "name": "max_heap_table_size", + "range": { + "from": 16384 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_heap_table_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_heap_table_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_insert_delayed_threads": { + "dynamic": true, + "name": "max_insert_delayed_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_insert_delayed_threads", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_insert_delayed_threads", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_join_size": { + "cli": "--max-join-size=#", + "default": "18446744073709551615", + "dynamic": true, + "name": "max_join_size", + "range": { + "from": 1, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_join_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_join_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_length_for_sort_data": { + "cli": "--max-length-for-sort-data=#", + "dynamic": true, + "name": "max_length_for_sort_data", + "range": { + "from": 4, + "to": 8388608 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_length_for_sort_data", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_length_for_sort_data", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_long_data_size": { + "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, + "name": "max_long_data_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_long_data_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "max_password_errors": { + "cli": "--max-password-errors=#", + "default": "4294967295", + "dynamic": true, + "name": "max_password_errors", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_password_errors", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "max_prepared_stmt_count": { + "cli": "--max-prepared-stmt-count=#", + "default": "16382", + "dynamic": true, + "name": "max_prepared_stmt_count", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_prepared_stmt_count", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_prepared_stmt_count", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_recursive_iterations": { + "cli": "--max-recursive-iterations=#", + "default": "4294967295", + "dynamic": true, + "name": "max_recursive_iterations", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_recursive_iterations", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "max_rowid_filter_size": { + "cli": "--max-rowid-filter-size=#", + "default": "131072", + "dynamic": true, + "name": "max_rowid_filter_size", + "range": { + "from": 1024, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_rowid_filter_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "max_seeks_for_key": { + "cli": "--max-seeks-for-key=#", + "dynamic": true, + "name": "max_seeks_for_key", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_seeks_for_key", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_seeks_for_key", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_session_mem_used": { + "cli": "--max-session-mem-used=#", + "default": "9223372036854775807 (8192 PB)", + "dynamic": true, + "name": "max_session_mem_used", + "range": { + "from": 8192, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_session_mem_used", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "max_sort_length": { + "cli": "--max-sort-length=#", + "default": "1024", + "dynamic": true, + "name": "max_sort_length", + "range": { + "from": 4, + "to": 8388608 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_sort_length", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_sort_length", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_sp_recursion_depth": { + "cli": "--max-sp-recursion-depth[=#]", + "default": "0", + "dynamic": true, + "name": "max_sp_recursion_depth", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_sp_recursion_depth", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_sp_recursion_depth", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_statement_time": { + "cli": "--max-statement-time[=#]", + "default": "0.000000 >= MariaDB 10.1.13, 0 <= MariaDB 10.1.12", + "dynamic": true, + "name": "max_statement_time", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_statement_time", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "max_tmp_tables": { + "name": "max_tmp_tables", + "ids": [ + { + "anchor": "max_tmp_tables", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "max_user_connections": { + "cli": "--max-user-connections=#", + "default": "0", + "name": "max_user_connections", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_user_connections", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_user_connections", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_write_lock_count": { + "cli": "--max-write-lock-count=#", + "name": "max_write_lock_count", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "max_write_lock_count", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_max_write_lock_count", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "metadata_locks_cache_size": { + "cli": "--metadata-locks-cache-size=#", + "default": "1024", + "dynamic": false, + "name": "metadata_locks_cache_size", + "range": { + "from": 1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "metadata_locks_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_metadata_locks_cache_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "metadata_locks_hash_instances": { + "cli": "--metadata-locks-hash-instances=#", + "default": "8", + "dynamic": false, + "name": "metadata_locks_hash_instances", + "range": { + "from": 1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "metadata_locks_hash_instances", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_metadata_locks_hash_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "min_examined_row_limit": { + "cli": "--min-examined-row-limit=#", + "default": "0", + "dynamic": true, + "name": "min_examined_row_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "min_examined_row_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_min_examined_row_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "mrr_buffer_size": { + "cli": "--mrr-buffer-size=#", + "default": "262144", + "dynamic": true, + "name": "mrr_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "mrr_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "multi_range_count": { + "cli": "--multi-range-count=#", + "default": "256", + "dynamic": true, + "name": "multi_range_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "multi_range_count", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_multi_range_count", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "mysql56_temporal_format": { + "cli": "--mysql56-temporal-format", + "default": "ON", + "dynamic": true, + "name": "mysql56_temporal_format", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "mysql56_temporal_format", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "named_pipe": { + "cli": "--named-pipe[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "named_pipe", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "named_pipe", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_named_pipe", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "net_buffer_length": { + "cli": "--net-buffer-length=#", + "default": "16384", + "dynamic": true, + "name": "net_buffer_length", + "range": { + "from": 1024, + "to": 1048576 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "net_buffer_length", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_net_buffer_length", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "net_read_timeout": { + "cli": "--net-read-timeout=#", + "default": "30", + "dynamic": true, + "name": "net_read_timeout", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "net_read_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_net_read_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "net_retry_count": { + "cli": "--net-retry-count=#", + "default": "10", + "dynamic": true, + "name": "net_retry_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "net_retry_count", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_net_retry_count", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "net_write_timeout": { + "cli": "--net-write-timeout=#", + "default": "60", + "dynamic": true, + "name": "net_write_timeout", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "net_write_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_net_write_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "old": { + "cli": "--old[={OFF|ON}]", + "default": "OFF", + "name": "old", + "type": "boolean", + "ids": [ + { + "anchor": "old", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_old", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "old_alter_table": { + "cli": "--old-alter-table[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "old_alter_table", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "old_alter_table", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_old_alter_table", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "old_mode": { + "cli": "--old-mode", + "default": "(empty string)", + "dynamic": true, + "name": "old_mode", + "scope": [ + "global", + "session" + ], + "type": "string", + "validValues": [], + "ids": [ + { + "anchor": "old_mode", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "old_passwords": { + "cli": "--old-passwords=value", + "default": "0", + "dynamic": true, + "name": "old_passwords", + "scope": [ + "global", + "session" + ], + "validValues": [ + "0", + "2" + ], + "ids": [ + { + "anchor": "old_passwords", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_old_passwords", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "open_files_limit": { + "cli": "--open-files-limit=count", + "dynamic": false, + "name": "open_files_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "open_files_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_open_files_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "optimizer_prune_level": { + "default": "1", + "dynamic": true, + "name": "optimizer_prune_level", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "optimizer_prune_level", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_optimizer_prune_level", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "optimizer_search_depth": { + "default": "62", + "dynamic": true, + "name": "optimizer_search_depth", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "optimizer_search_depth", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_optimizer_search_depth", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "optimizer_selectivity_sampling_limit": { + "cli": "optimizer-selectivity-sampling-limit[=#]", + "default": "100", + "dynamic": true, + "name": "optimizer_selectivity_sampling_limit", + "range": { + "from": 10, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "optimizer_selectivity_sampling_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "optimizer_switch": { + "cli": "--optimizer-switch=value", + "dynamic": true, + "name": "optimizer_switch", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "optimizer_switch", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_optimizer_switch", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "optimizer_use_condition_selectivity": { + "cli": "--optimizer-use-condition-selectivity=#", + "default": "4 (>= MariaDB 10.4.1), 1 (<= MariaDB 10.4.0)", + "dynamic": true, + "name": "optimizer_use_condition_selectivity", + "range": { + "from": 1, + "to": 5 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "optimizer_use_condition_selectivity", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "optimizer_trace": { + "cli": "--optimizer-trace=value", + "dynamic": true, + "name": "optimizer_trace", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "optimizer_trace", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_optimizer_trace", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "optimizer_trace_max_mem_size": { + "cli": "--optimizer-trace-max-mem-size=#", + "dynamic": true, + "name": "optimizer_trace_max_mem_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "optimizer_trace_max_mem_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_optimizer_trace_max_mem_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "pid_file": { + "cli": "--pid-file=file_name", + "dynamic": false, + "name": "pid_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "pid_file", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_pid_file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "plugin_dir": { + "cli": "--plugin-dir=path", + "default": "BASEDIR/lib/plugin", + "dynamic": false, + "name": "plugin_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "plugin_dir", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_plugin_dir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "plugin_maturity": { + "cli": "--plugin-maturity=level", + "default": "One less than the server maturity (>= MariaDB 10.3.3), unknown (<= MariaDB 10.3.2)", + "dynamic": false, + "name": "plugin_maturity", + "scope": [ + "global" + ], + "validValues": [ + "unknown", + "experimental", + "alpha", + "beta", + "gamma", + "stable" + ], + "ids": [ + { + "anchor": "plugin_maturity", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "port": { + "cli": "--port=port_num", + "default": "3306", + "dynamic": false, + "name": "port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "port", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_port", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_port", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "preload_buffer_size": { + "cli": "--preload-buffer-size=#", + "default": "32768", + "dynamic": true, + "name": "preload_buffer_size", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "preload_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_preload_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "profiling": { + "default": "OFF", + "dynamic": true, + "name": "profiling", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "profiling", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "profiling_history_size": { + "cli": "--profiling-history-size=#", + "default": "15", + "dynamic": true, + "name": "profiling_history_size", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "profiling_history_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "progress_report_time": { + "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, + "name": "progress_report_time", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "progress_report_time", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "protocol_version": { + "dynamic": false, + "name": "protocol_version", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "protocol_version", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_protocol_version", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "proxy_protocol_networks": { + "cli": "--proxy-protocol-networks=value", + "default": "(empty)", + "dynamic": false, + "name": "proxy_protocol_networks", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "proxy_protocol_networks", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "proxy_user": { + "dynamic": false, + "name": "proxy_user", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "proxy_user", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_proxy_user", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "pseudo_slave_mode": { + "dynamic": true, + "name": "pseudo_slave_mode", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "pseudo_slave_mode", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_pseudo_slave_mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "pseudo_thread_id": { + "dynamic": true, + "name": "pseudo_thread_id", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "pseudo_thread_id", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_pseudo_thread_id", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "query_alloc_block_size": { + "cli": "--query-alloc-block-size=#", + "dynamic": true, + "name": "query_alloc_block_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "query_alloc_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_query_alloc_block_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "query_cache_limit": { + "cli": "--query-cache-limit=#", + "default": "1048576", + "dynamic": true, + "name": "query_cache_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "query_cache_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_query_cache_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "query_cache_min_res_unit": { + "cli": "--query-cache-min-res-unit=#", + "default": "4096", + "dynamic": true, + "name": "query_cache_min_res_unit", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "query_cache_min_res_unit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_query_cache_min_res_unit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "query_cache_size": { + "cli": "--query-cache-size=#", + "dynamic": true, + "name": "query_cache_size", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "query_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_query_cache_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "query_cache_strip_comments": { + "cli": "query-cache-strip-comments", + "default": "OFF", + "dynamic": true, + "name": "query_cache_strip_comments", + "scope": [ + "session", + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "query_cache_strip_comments", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "query_cache_type": { + "cli": "--query-cache-type=#", + "default": "0", + "dynamic": true, + "name": "query_cache_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "0", + "OFF", + "1", + "ON", + "2", + "DEMAND" + ], + "ids": [ + { + "anchor": "query_cache_type", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_query_cache_type", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "query_cache_wlock_invalidate": { + "cli": "--query-cache-wlock-invalidate[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "query_cache_wlock_invalidate", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "query_cache_wlock_invalidate", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_query_cache_wlock_invalidate", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "query_prealloc_size": { + "cli": "--query-prealloc-size=#", + "dynamic": true, + "name": "query_prealloc_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "query_prealloc_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_query_prealloc_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "rand_seed1": { + "dynamic": true, + "name": "rand_seed1", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rand_seed1", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_rand_seed1", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "rand_seed2": { + "name": "rand_seed2", + "ids": [ + { + "anchor": "rand_seed2", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "range_alloc_block_size": { + "cli": "--range-alloc-block-size=#", + "default": "4096", + "dynamic": true, + "name": "range_alloc_block_size", + "range": { + "from": 4096, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "range_alloc_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_range_alloc_block_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "read_buffer_size": { + "cli": "--read-buffer-size=#", + "default": "131072", + "dynamic": true, + "name": "read_buffer_size", + "range": { + "from": 8200, + "to": 2147479552 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "read_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_read_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "read_only": { + "cli": "--read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "read_only", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "read_only", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_read_only", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "read_rnd_buffer_size": { + "cli": "--read-rnd-buffer-size=#", + "default": "262144", + "dynamic": true, + "name": "read_rnd_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "read_rnd_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_read_rnd_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "rowid_merge_buff_size": { + "cli": "--rowid-merge-buff-size=#", + "default": "8388608", + "dynamic": true, + "name": "rowid_merge_buff_size", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "rowid_merge_buff_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "rpl_recovery_rank": { + "name": "rpl_recovery_rank", + "ids": [ + { + "anchor": "rpl_recovery_rank", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "safe_show_database": { + "cli": "--safe-show-database (until MySQL 4.1.1)", + "dynamic": true, + "name": "safe_show_database", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "safe_show_database", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "secure_auth": { + "cli": "--secure-auth[={OFF|ON}]", + "default": "1", + "dynamic": true, + "name": "secure_auth", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON" + ], + "ids": [ + { + "anchor": "secure_auth", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_secure_auth", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "secure_file_priv": { + "cli": "--secure-path-priv=path", + "default": "platform specific", + "dynamic": false, + "name": "secure_file_priv", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "empty string", + "dirname", + "NULL" + ], + "ids": [ + { + "anchor": "secure_file_priv", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_secure_file_priv", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "secure_timestamp": { + "cli": "--secure-timestamp=value", + "default": "NO", + "dynamic": false, + "name": "secure_timestamp", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "secure_timestamp", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "session_track_schema": { + "default": "ON", + "dynamic": true, + "name": "session_track_schema", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "session_track_schema", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_session_track_schema", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "session_track_state_change": { + "default": "OFF", + "dynamic": true, + "name": "session_track_state_change", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "session_track_state_change", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_session_track_state_change", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "session_track_system_variables": { + "cli": "--session-track-system-variables=value", + "default": "time_z1e, autocommit, character_set_client, character_set_results, character_set_c1necti1", + "dynamic": true, + "name": "session_track_system_variables", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "session_track_system_variables", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_session_track_system_variables", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "session_track_transaction_info": { + "cli": "--session-track-transaction-info=value", + "default": "OFF", + "dynamic": true, + "name": "session_track_transaction_info", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "STATE", + "CHARACTERISTICS" + ], + "ids": [ + { + "anchor": "session_track_transaction_info", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_session_track_transaction_info", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "shared_memory": { + "cli": "--shared-memory[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "shared_memory", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "shared_memory", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_shared_memory", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "shared_memory_base_name": { + "cli": "--shared-memory-base-name=name", + "default": "MYSQL", + "dynamic": false, + "name": "shared_memory_base_name", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "shared_memory_base_name", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_shared_memory_base_name", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "skip_external_locking": { + "cli": "--skip-external-locking[={OFF|ON}]", + "default": "1", + "dynamic": false, + "name": "skip_external_locking", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "skip_external_locking", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_skip_external_locking", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "skip_name_resolve": { + "cli": "--skip-name-resolve[={OFF|ON}]", + "default": "0", + "dynamic": false, + "name": "skip_name_resolve", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "skip_name_resolve", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_skip_name_resolve", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "skip_networking": { + "cli": "--skip-networking[={OFF|ON}]", + "default": "0", + "dynamic": false, + "name": "skip_networking", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "skip_networking", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_skip_networking", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "skip_show_database": { + "cli": "--skip-show-database", + "dynamic": false, + "name": "skip_show_database", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "skip_show_database", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_skip-show-database", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_skip_show_database", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "slow_launch_time": { + "cli": "--slow-launch-time=#", + "default": "2", + "dynamic": true, + "name": "slow_launch_time", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "slow_launch_time", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_slow_launch_time", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "slow_query_log": { + "cli": "--slow-query-log[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "slow_query_log", + "type": "boolean", + "ids": [ + { + "anchor": "slow_query_log", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_slow_query_log", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "slow_query_log_file": { + "cli": "--slow-query-log-file=file_name", + "default": "host_name-slow.log", + "dynamic": true, + "name": "slow_query_log_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "slow_query_log_file", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_slow_query_log_file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "socket": { + "cli": "--socket={file_name|pipe_name}", + "dynamic": false, + "name": "socket", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "socket", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_socket", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_socket", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sort_buffer_size": { + "cli": "--sort-buffer-size=#", + "dynamic": true, + "name": "sort_buffer_size", + "range": { + "from": 32768 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sort_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_sort_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_auto_is_null": { + "default": "0", + "dynamic": true, + "name": "sql_auto_is_null", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sql_auto_is_null", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_sql_auto_is_null", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_big_selects": { + "default": "1", + "dynamic": true, + "name": "sql_big_selects", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sql_big_selects", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_sql_big_selects", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_big_tables": { + "cli": "--sql-big-tables", + "default": "0", + "dynamic": true, + "name": "sql_big_tables", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sql_big_tables", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "sql_buffer_result": { + "default": "0", + "dynamic": true, + "name": "sql_buffer_result", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sql_buffer_result", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_sql_buffer_result", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_log_off": { + "default": "0", + "dynamic": true, + "name": "sql_log_off", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "validValues": [ + "OFF", + "ON" + ], + "ids": [ + { + "anchor": "sql_log_off", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_sql_log_off", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_log_update": { + "name": "sql_log_update", + "ids": [ + { + "anchor": "sql_log_update", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "sql_low_priority_updates": { + "cli": "--sql-low-priority-updates", + "default": "0", + "dynamic": true, + "name": "sql_low_priority_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sql_low_priority_updates", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "sql_max_join_size": { + "name": "sql_max_join_size", + "ids": [ + { + "anchor": "sql_max_join_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "sql_mode": { + "cli": "--sql-mode=name", + "dynamic": true, + "name": "sql_mode", + "scope": [ + "global", + "session" + ], + "type": "set", + "ids": [ + { + "anchor": "sql_mode", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_sql-mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_sql_mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_notes": { + "default": "1", + "dynamic": true, + "name": "sql_notes", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sql_notes", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_sql_notes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_quote_show_create": { + "default": "1", + "dynamic": true, + "name": "sql_quote_show_create", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sql_quote_show_create", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_sql_quote_show_create", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_safe_updates": { + "default": "OFF", + "dynamic": true, + "name": "sql_safe_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sql_safe_updates", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_sql_safe_updates", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_select_limit": { + "dynamic": true, + "name": "sql_select_limit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sql_select_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_sql_select_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_warnings": { + "default": "0", + "dynamic": true, + "name": "sql_warnings", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sql_warnings", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_sql_warnings", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "storage_engine": { + "name": "storage_engine", + "ids": [ + { + "anchor": "storage_engine", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "standard_compliant_cte": { + "cli": "--standard-compliant-cte={0|1}", + "default": "ON", + "dynamic": true, + "name": "standard_compliant_cte", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "standard_compliant_cte", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "stored_program_cache": { + "cli": "--stored-program-cache=#", + "default": "256", + "dynamic": true, + "name": "stored_program_cache", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "stored_program_cache", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_stored_program_cache", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "strict_password_validation": { + "cli": "--strict-password-validation", + "default": "ON", + "dynamic": true, + "name": "strict_password_validation", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "strict_password_validation", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "sync_frm": { + "cli": "--sync-frm", + "default": "TRUE", + "dynamic": true, + "name": "sync_frm", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sync_frm", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "system_time_zone": { + "dynamic": false, + "name": "system_time_zone", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "system_time_zone", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_system_time_zone", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "table_definition_cache": { + "cli": "--table-definition-cache=#", + "dynamic": true, + "name": "table_definition_cache", + "range": { + "from": 400 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "table_definition_cache", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_table_definition_cache", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "table_lock_wait_timeout": { + "cli": "--table-lock-wait-timeout=#", + "default": "50", + "dynamic": true, + "name": "table_lock_wait_timeout", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "table_lock_wait_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "table_open_cache": { + "cli": "--table-open-cache=#", + "dynamic": true, + "name": "table_open_cache", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "table_open_cache", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_table_open_cache", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "table_open_cache_instances": { + "cli": "--table-open-cache-instances=#", + "dynamic": false, + "name": "table_open_cache_instances", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "table_open_cache_instances", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_table_open_cache_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "table_type": { + "name": "table_type", + "ids": [ + { + "anchor": "table_type", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "tcp_keepalive_interval": { + "cli": "--tcp-keepalive-interval=#", + "default": "0", + "dynamic": true, + "name": "tcp_keepalive_interval", + "range": { + "from": 0, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tcp_keepalive_interval", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "tcp_keepalive_probes": { + "cli": "--tcp-keepalive-probes=#", + "default": "0", + "dynamic": true, + "name": "tcp_keepalive_probes", + "range": { + "from": 0, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tcp_keepalive_probes", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "tcp_keepalive_time": { + "cli": "--tcp-keepalive-time=#", + "default": "0", + "dynamic": true, + "name": "tcp_keepalive_time", + "range": { + "from": 0, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tcp_keepalive_time", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "tcp_nodelay": { + "cli": "--tcp-nodelay={0|1}", + "default": "1", + "dynamic": true, + "name": "tcp_nodelay", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tcp_nodelay", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "thread_cache_size": { + "cli": "--thread-cache-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": true, + "name": "thread_cache_size", + "range": { + "from": 0, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "thread_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_thread_cache_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "thread_concurrency": { + "cli": "--thread-concurrency=#", + "default": "10", + "dynamic": false, + "name": "thread_concurrency", + "range": { + "from": 1, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "thread_concurrency", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "thread_stack": { + "cli": "--thread-stack=#", + "dynamic": false, + "name": "thread_stack", + "range": { + "from": 131072, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "thread_stack", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_thread_stack", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "time_format": { + "name": "time_format", + "ids": [ + { + "anchor": "time_format", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "time_zone": { + "dynamic": true, + "name": "time_zone", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "time_zone", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_time_zone", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "timed_mutexes": { + "cli": "--timed-mutexes", + "default": "OFF", + "dynamic": true, + "name": "timed_mutexes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "timed_mutexes", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "timestamp": { + "dynamic": true, + "name": "timestamp", + "scope": [ + "session" + ], + "type": "numeric", + "ids": [ + { + "anchor": "timestamp", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_timestamp", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "tmp_disk_table_size": { + "cli": "--tmp-disk-table-size=#", + "default": "18446744073709551615 (max unsigned integer, no limit)", + "dynamic": true, + "name": "tmp_disk_table_size", + "range": { + "from": 1024, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tmp_disk_table_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "tmp_memory_table_size": { + "cli": "--tmp-memory-table-size=#", + "name": "tmp_memory_table_size", + "ids": [ + { + "anchor": "tmp_memory_table_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "tmp_table_size": { + "cli": "--tmp-table-size=#", + "default": "16777216", + "dynamic": true, + "name": "tmp_table_size", + "range": { + "from": 1024 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tmp_table_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_tmp_table_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "tmpdir": { + "cli": "--tmpdir=path or -t path", + "dynamic": false, + "name": "tmpdir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "tmpdir", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "option_mysqld_tmpdir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_tmpdir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "transaction_alloc_block_size": { + "cli": "--transaction-alloc-block-size=#", + "default": "8192", + "dynamic": true, + "name": "transaction_alloc_block_size", + "range": { + "from": 1024 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "transaction_alloc_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_transaction_alloc_block_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "transaction_prealloc_size": { + "cli": "--transaction-prealloc-size=#", + "default": "4096", + "dynamic": true, + "name": "transaction_prealloc_size", + "range": { + "from": 1024 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "transaction_prealloc_size", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_transaction_prealloc_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "tx_isolation": { + "default": "REPEATABLE-READ", + "dynamic": true, + "name": "tx_isolation", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "READ-UNCOMMITTED", + "READ-COMMITTED", + "REPEATABLE-READ", + "SERIALIZABLE" + ], + "ids": [ + { + "anchor": "tx_isolation", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_tx_isolation", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "tx_read_only": { + "default": "0", + "dynamic": true, + "name": "tx_read_only", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tx_read_only", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_tx_read_only", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "unique_checks": { + "default": "1", + "dynamic": true, + "name": "unique_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "unique_checks", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_unique_checks", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "updatable_views_with_limit": { + "default": "1", + "dynamic": true, + "name": "updatable_views_with_limit", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "updatable_views_with_limit", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_updatable_views_with_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "use_stat_tables": { + "cli": "--use-stat-tables=mode", + "default": "preferably_for_queries (>= MariaDB 10.4.1), never (<= MariaDB 10.4.0)", + "dynamic": true, + "name": "use_stat_tables", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "use_stat_tables", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "version": { + "cli": "-V, --version[=name] (>= MariaDB 10.2.1), --version (<= MariaDB 10.2.0)", + "dynamic": false, + "name": "version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "version", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "version_comment": { + "dynamic": false, + "name": "version_comment", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "version_comment", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_version_comment", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "version_compile_machine": { + "dynamic": false, + "name": "version_compile_machine", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "version_compile_machine", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_version_compile_machine", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "version_compile_os": { + "dynamic": false, + "name": "version_compile_os", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "version_compile_os", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_version_compile_os", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "version_malloc_library": { + "dynamic": false, + "name": "version_malloc_library", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "version_malloc_library", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "version_source_revision": { + "dynamic": false, + "name": "version_source_revision", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "version_source_revision", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "wait_timeout": { + "cli": "--wait-timeout=#", + "default": "28800", + "dynamic": true, + "name": "wait_timeout", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "wait_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + }, + { + "anchor": "sysvar_wait_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "warning_count": { + "dynamic": false, + "name": "warning_count", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "warning_count", + "url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/" + } + ] + }, + "Sphinx_error": { + "name": "Sphinx_error", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sphinx_error", + "url": "https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/" + } + ] + }, + "Sphinx_time": { + "name": "Sphinx_time", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sphinx_time", + "url": "https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/" + } + ] + }, + "Sphinx_total": { + "name": "Sphinx_total", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sphinx_total", + "url": "https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/" + } + ] + }, + "Sphinx_total_found": { + "name": "Sphinx_total_found", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sphinx_total_found", + "url": "https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/" + } + ] + }, + "Sphinx_word_count": { + "name": "Sphinx_word_count", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sphinx_word_count", + "url": "https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/" + } + ] + }, + "Sphinx_words": { + "name": "Sphinx_words", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sphinx_words", + "url": "https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/" + } + ] + }, + "Spider_direct_aggregate": { + "name": "Spider_direct_aggregate", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_direct_aggregate", + "url": "https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/" + } + ] + }, + "Spider_direct_order_limit": { + "name": "Spider_direct_order_limit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_direct_order_limit", + "url": "https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/" + } + ] + }, + "Spider_mon_table_cache_version": { + "name": "Spider_mon_table_cache_version", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_mon_table_cache_version", + "url": "https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/" + } + ] + }, + "Spider_mon_table_cache_version_req": { + "name": "Spider_mon_table_cache_version_req", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_mon_table_cache_version_req", + "url": "https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/" + } + ] + }, + "spider_auto_increment_mode": { + "dynamic": true, + "name": "spider_auto_increment_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_auto_increment_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_bgs_first_read": { + "dynamic": true, + "name": "spider_bgs_first_read", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_bgs_first_read", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_bgs_mode": { + "dynamic": true, + "name": "spider_bgs_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_bgs_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_bgs_second_read": { + "dynamic": true, + "name": "spider_bgs_second_read", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_bgs_second_read", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_bka_engine": { + "dynamic": true, + "name": "spider_bka_engine", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "spider_bka_engine", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_bka_mode": { + "dynamic": true, + "name": "spider_bka_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_bka_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_bka_table_name_type": { + "dynamic": true, + "name": "spider_bka_table_name_type", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_bka_table_name_type", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_block_size": { + "dynamic": true, + "name": "spider_block_size", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_bulk_size": { + "dynamic": true, + "name": "spider_bulk_size", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_bulk_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_bulk_update_mode": { + "dynamic": true, + "name": "spider_bulk_update_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_bulk_update_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_bulk_update_size": { + "dynamic": true, + "name": "spider_bulk_update_size", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_bulk_update_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_casual_read": { + "dynamic": true, + "name": "spider_casual_read", + "range": { + "from": -1, + "to": 63 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_casual_read", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_conn_recycle_mode": { + "dynamic": true, + "name": "spider_conn_recycle_mode", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_conn_recycle_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_conn_recycle_strict": { + "dynamic": true, + "name": "spider_conn_recycle_strict", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_conn_recycle_strict", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_conn_wait_timeout": { + "dynamic": true, + "name": "spider_conn_wait_timeout", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_conn_wait_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_connect_error_interval": { + "default": "1", + "dynamic": true, + "name": "spider_connect_error_interval", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_connect_error_interval", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_connect_mutex": { + "dynamic": true, + "name": "spider_connect_mutex", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_connect_mutex", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_connect_retry_count": { + "dynamic": true, + "name": "spider_connect_retry_count", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_connect_retry_count", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_connect_retry_interval": { + "dynamic": true, + "name": "spider_connect_retry_interval", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_connect_retry_interval", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_connect_timeout": { + "dynamic": true, + "name": "spider_connect_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_connect_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_crd_bg_mode": { + "dynamic": true, + "name": "spider_crd_bg_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_crd_bg_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_crd_interval": { + "dynamic": true, + "name": "spider_crd_interval", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_crd_interval", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_crd_mode": { + "dynamic": true, + "name": "spider_crd_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_crd_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_crd_sync": { + "dynamic": true, + "name": "spider_crd_sync", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_crd_sync", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_crd_type": { + "dynamic": true, + "name": "spider_crd_type", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_crd_type", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_crd_weight": { + "dynamic": true, + "name": "spider_crd_weight", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_crd_weight", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_delete_all_rows_type": { + "dynamic": true, + "name": "spider_delete_all_rows_type", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_delete_all_rows_type", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_direct_dup_insert": { + "dynamic": true, + "name": "spider_direct_dup_insert", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_direct_dup_insert", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_direct_order_limit": { + "dynamic": true, + "name": "spider_direct_order_limit", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_direct_order_limit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_dry_access": { + "default": "OFF", + "dynamic": false, + "name": "spider_dry_access", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_dry_access", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_error_read_mode": { + "dynamic": true, + "name": "spider_error_read_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_error_read_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_error_write_mode": { + "dynamic": true, + "name": "spider_error_write_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_error_write_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_first_read": { + "dynamic": true, + "name": "spider_first_read", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_first_read", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_force_commit": { + "dynamic": true, + "name": "spider_force_commit", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_force_commit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_general_log": { + "dynamic": true, + "name": "spider_general_log", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_general_log", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_index_hint_pushdown": { + "dynamic": true, + "name": "spider_index_hint_pushdown", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_index_hint_pushdown", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_init_sql_alloc_size": { + "dynamic": true, + "name": "spider_init_sql_alloc_size", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_init_sql_alloc_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_internal_limit": { + "dynamic": true, + "name": "spider_internal_limit", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_internal_limit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_internal_offset": { + "dynamic": true, + "name": "spider_internal_offset", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_internal_offset", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_internal_optimize": { + "dynamic": true, + "name": "spider_internal_optimize", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_internal_optimize", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_internal_optimize_local": { + "name": "spider_internal_optimize_local", + "range": { + "from": -1, + "to": 1 + }, + "ids": [ + { + "anchor": "spider_internal_optimize_local", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_internal_sql_log_off": { + "dynamic": true, + "name": "spider_internal_sql_log_off", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_internal_sql_log_off", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_internal_unlock": { + "name": "spider_internal_unlock", + "type": "boolean", + "ids": [ + { + "anchor": "spider_internal_unlock", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_internal_xa": { + "dynamic": true, + "name": "spider_internal_xa", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_internal_xa", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_internal_xa_id_type": { + "dynamic": true, + "name": "spider_internal_xa_id_type", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_internal_xa_id_type", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_internal_xa_snapshot": { + "dynamic": true, + "name": "spider_internal_xa_snapshot", + "range": { + "from": 0, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_internal_xa_snapshot", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_load_crd_at_startup": { + "dynamic": true, + "name": "spider_load_crd_at_startup", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_load_crd_at_startup", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_load_sts_at_startup": { + "dynamic": true, + "name": "spider_load_sts_at_startup", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_load_sts_at_startup", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_local_lock_table": { + "dynamic": true, + "name": "spider_local_lock_table", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_local_lock_table", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_lock_exchange": { + "dynamic": true, + "name": "spider_lock_exchange", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_lock_exchange", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_log_result_error_with_sql": { + "dynamic": true, + "name": "spider_log_result_error_with_sql", + "range": { + "from": 0, + "to": 3 + }, + "type": "integer", + "ids": [ + { + "anchor": "spider_log_result_error_with_sql", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_log_result_errors": { + "dynamic": true, + "name": "spider_log_result_errors", + "range": { + "from": 0, + "to": 4 + }, + "type": "integer", + "ids": [ + { + "anchor": "spider_log_result_errors", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_low_mem_read": { + "default": "-1", + "name": "spider_low_mem_read", + "range": { + "from": -1, + "to": 1 + }, + "type": "integer", + "ids": [ + { + "anchor": "spider_low_mem_read", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_max_connections": { + "dynamic": true, + "name": "spider_max_connections", + "range": { + "from": 0, + "to": 99999 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_max_connections", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_max_order": { + "dynamic": true, + "name": "spider_max_order", + "range": { + "from": -1, + "to": 32767 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_max_order", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_multi_split_read": { + "dynamic": true, + "name": "spider_multi_split_read", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_multi_split_read", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_net_read_timeout": { + "dynamic": true, + "name": "spider_net_read_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_net_read_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_net_write_timeout": { + "dynamic": true, + "name": "spider_net_write_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_net_write_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_ping_interval_at_trx_start": { + "dynamic": true, + "name": "spider_ping_interval_at_trx_start", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_ping_interval_at_trx_start", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_quick_mode": { + "dynamic": true, + "name": "spider_quick_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_quick_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_quick_page_size": { + "dynamic": true, + "name": "spider_quick_page_size", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_quick_page_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_read_only_mode": { + "dynamic": true, + "name": "spider_read_only_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_read_only_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_remote_access_charset": { + "dynamic": true, + "name": "spider_remote_access_charset", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "spider_remote_access_charset", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_remote_autocommit": { + "dynamic": true, + "name": "spider_remote_autocommit", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_remote_autocommit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_remote_default_database": { + "dynamic": true, + "name": "spider_remote_default_database", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "spider_remote_default_database", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_remote_sql_log_off": { + "dynamic": true, + "name": "spider_remote_sql_log_off", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_remote_sql_log_off", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_remote_time_zone": { + "dynamic": true, + "name": "spider_remote_time_zone", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "spider_remote_time_zone", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_remote_trx_isolation": { + "dynamic": true, + "name": "spider_remote_trx_isolation", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_remote_trx_isolation", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_reset_sql_alloc": { + "dynamic": true, + "name": "spider_reset_sql_alloc", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_reset_sql_alloc", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_same_server_link": { + "dynamic": true, + "name": "spider_same_server_link", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_same_server_link", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_second_read": { + "dynamic": true, + "name": "spider_second_read", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_second_read", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_select_column_mode": { + "dynamic": true, + "name": "spider_select_column_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_select_column_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_selupd_lock_mode": { + "dynamic": true, + "name": "spider_selupd_lock_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_selupd_lock_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_semi_split_read": { + "dynamic": true, + "name": "spider_semi_split_read", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_semi_split_read", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_semi_split_read_limit": { + "dynamic": true, + "name": "spider_semi_split_read_limit", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_semi_split_read_limit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_semi_table_lock": { + "dynamic": true, + "name": "spider_semi_table_lock", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_semi_table_lock", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_semi_table_lock_connection": { + "dynamic": true, + "name": "spider_semi_table_lock_connection", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_semi_table_lock_connection", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_semi_trx": { + "dynamic": true, + "name": "spider_semi_trx", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_semi_trx", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_semi_trx_isolation": { + "dynamic": true, + "name": "spider_semi_trx_isolation", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_semi_trx_isolation", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_skip_default_condition": { + "dynamic": true, + "name": "spider_skip_default_condition", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_skip_default_condition", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_skip_parallel_search": { + "cli": "--spider-skip-parallel-search=#", + "dynamic": true, + "name": "spider_skip_parallel_search", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_skip_parallel_search", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_split_read": { + "dynamic": true, + "name": "spider_split_read", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_split_read", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_store_last_crd": { + "cli": "--spider-store-last-crd=#", + "dynamic": true, + "name": "spider_store_last_crd", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_store_last_crd", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_store_last_sts": { + "cli": "--spider-store-last-sts=#", + "dynamic": true, + "name": "spider_store_last_sts", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_store_last_sts", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_sts_bg_mode": { + "dynamic": true, + "name": "spider_sts_bg_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_sts_bg_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_sts_interval": { + "dynamic": true, + "name": "spider_sts_interval", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_sts_interval", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_sts_mode": { + "dynamic": true, + "name": "spider_sts_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_sts_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_sts_sync": { + "dynamic": true, + "name": "spider_sts_sync", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_sts_sync", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_support_xa": { + "dynamic": false, + "name": "spider_support_xa", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_support_xa", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_sync_autocommit": { + "dynamic": true, + "name": "spider_sync_autocommit", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_sync_autocommit", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_sync_time_zone": { + "dynamic": true, + "name": "spider_sync_time_zone", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_sync_time_zone", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_sync_trx_isolation": { + "dynamic": true, + "name": "spider_sync_trx_isolation", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_sync_trx_isolation", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_table_crd_thread_count": { + "cli": "--spider-table-crd-thread-count=#", + "default": "10", + "dynamic": false, + "name": "spider_table_crd_thread_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_table_crd_thread_count", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_table_init_error_interval": { + "default": "1", + "dynamic": true, + "name": "spider_table_init_error_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_table_init_error_interval", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_table_sts_thread_count": { + "cli": "--spider-table-sts-thread-count=#", + "default": "10", + "dynamic": false, + "name": "spider_table_sts_thread_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_table_sts_thread_count", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_udf_ct_bulk_insert_interval": { + "dynamic": true, + "name": "spider_udf_ct_bulk_insert_interval", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_udf_ct_bulk_insert_interval", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_udf_ct_bulk_insert_rows": { + "dynamic": true, + "name": "spider_udf_ct_bulk_insert_rows", + "range": { + "from": -1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_udf_ct_bulk_insert_rows", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_udf_ds_bulk_insert_rows": { + "dynamic": true, + "name": "spider_udf_ds_bulk_insert_rows", + "range": { + "from": -1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_udf_ds_bulk_insert_rows", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_udf_ds_table_loop_mode": { + "dynamic": true, + "name": "spider_udf_ds_table_loop_mode", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_udf_ds_table_loop_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_udf_ds_use_real_table": { + "dynamic": true, + "name": "spider_udf_ds_use_real_table", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_udf_ds_use_real_table", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_udf_table_lock_mutex_count": { + "default": "20", + "dynamic": false, + "name": "spider_udf_table_lock_mutex_count", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_udf_table_lock_mutex_count", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_udf_table_mon_mutex_count": { + "default": "20", + "dynamic": false, + "name": "spider_udf_table_mon_mutex_count", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_udf_table_mon_mutex_count", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_use_all_conns_snapshot": { + "dynamic": true, + "name": "spider_use_all_conns_snapshot", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_use_all_conns_snapshot", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_use_consistent_snapshot": { + "dynamic": true, + "name": "spider_use_consistent_snapshot", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_use_consistent_snapshot", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_use_default_database": { + "dynamic": true, + "name": "spider_use_default_database", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_use_default_database", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_use_flash_logs": { + "dynamic": true, + "name": "spider_use_flash_logs", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "spider_use_flash_logs", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_use_handler": { + "name": "spider_use_handler", + "ids": [ + { + "anchor": "spider_use_handler", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_use_pushdown_udf": { + "dynamic": true, + "name": "spider_use_pushdown_udf", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_use_pushdown_udf", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_use_snapshot_with_flush_tables": { + "dynamic": true, + "name": "spider_use_snapshot_with_flush_tables", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_use_snapshot_with_flush_tables", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_use_table_charset": { + "dynamic": true, + "name": "spider_use_table_charset", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_use_table_charset", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_version": { + "dynamic": false, + "name": "spider_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "spider_version", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "spider_xa_register_mode": { + "default": "1", + "dynamic": true, + "name": "spider_xa_register_mode", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "spider_xa_register_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/" + } + ] + }, + "Ssl_accept_renegotiates": { + "name": "Ssl_accept_renegotiates", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_accept_renegotiates", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_accepts": { + "name": "Ssl_accepts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_accepts", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_callback_cache_hits": { + "name": "Ssl_callback_cache_hits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_callback_cache_hits", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_cipher": { + "name": "Ssl_cipher", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "ssl_cipher", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_cipher_list": { + "name": "Ssl_cipher_list", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "ssl_cipher_list", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_client_connects": { + "name": "Ssl_client_connects", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_client_connects", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_connect_renegotiates": { + "name": "Ssl_connect_renegotiates", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_connect_renegotiates", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_ctx_verify_depth": { + "name": "Ssl_ctx_verify_depth", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_ctx_verify_depth", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_ctx_verify_mode": { + "name": "Ssl_ctx_verify_mode", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_ctx_verify_mode", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_default_timeout": { + "name": "Ssl_default_timeout", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_default_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_finished_accepts": { + "name": "Ssl_finished_accepts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_finished_accepts", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_finished_connects": { + "name": "Ssl_finished_connects", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_finished_connects", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_server_not_after": { + "name": "Ssl_server_not_after", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_server_not_after", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_server_not_before": { + "name": "Ssl_server_not_before", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_server_not_before", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_session_cache_hits": { + "name": "Ssl_session_cache_hits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_session_cache_hits", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_session_cache_misses": { + "name": "Ssl_session_cache_misses", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_session_cache_misses", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_session_cache_mode": { + "name": "Ssl_session_cache_mode", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "ssl_session_cache_mode", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_session_cache_overflows": { + "name": "Ssl_session_cache_overflows", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_session_cache_overflows", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_session_cache_size": { + "name": "Ssl_session_cache_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_session_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_session_cache_timeouts": { + "name": "Ssl_session_cache_timeouts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_session_cache_timeouts", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_sessions_reused": { + "name": "Ssl_sessions_reused", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_sessions_reused", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_used_session_cache_entries": { + "name": "Ssl_used_session_cache_entries", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_used_session_cache_entries", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_verify_depth": { + "name": "Ssl_verify_depth", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_verify_depth", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_verify_mode": { + "name": "Ssl_verify_mode", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "ssl_verify_mode", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "Ssl_version": { + "name": "Ssl_version", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "ssl_version", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/" + } + ] + }, + "have_openssl": { + "dynamic": false, + "name": "have_openssl", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_openssl", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + } + ] + }, + "have_ssl": { + "dynamic": false, + "name": "have_ssl", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "YES", + "DISABLED" + ], + "ids": [ + { + "anchor": "have_ssl", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + }, + { + "anchor": "sysvar_have_ssl", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ssl_ca": { + "cli": "--ssl-ca=file_name", + "name": "ssl_ca", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "ssl_ca", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + }, + { + "anchor": "sysvar_ssl_ca", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ssl_capath": { + "name": "ssl_capath", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "ssl_capath", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + }, + { + "anchor": "sysvar_ssl_capath", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ssl_cert": { + "name": "ssl_cert", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "ssl_cert", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + }, + { + "anchor": "sysvar_ssl_cert", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ssl_cipher": { + "cli": "--ssl-cipher=name", + "name": "ssl_cipher", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "ssl_cipher", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + }, + { + "anchor": "sysvar_ssl_cipher", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ssl_crl": { + "name": "ssl_crl", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "ssl_crl", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + }, + { + "anchor": "sysvar_ssl_crl", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ssl_crlpath": { + "name": "ssl_crlpath", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "ssl_crlpath", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + }, + { + "anchor": "sysvar_ssl_crlpath", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ssl_key": { + "name": "ssl_key", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "ssl_key", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + }, + { + "anchor": "sysvar_ssl_key", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "tls_version": { + "name": "tls_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "tls_version", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + }, + { + "anchor": "sysvar_tls_version", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "version_ssl_library": { + "default": "None", + "dynamic": false, + "name": "version_ssl_library", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "version_ssl_library", + "url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/" + } + ] + }, + "extra_max_connections": { + "cli": "--extra-max-connections=#", + "default": "1", + "dynamic": true, + "name": "extra_max_connections", + "range": { + "from": 1, + "to": 100000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "extra_max_connections", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "extra_port": { + "cli": "--extra-port=#", + "default": "0", + "dynamic": false, + "name": "extra_port", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "extra_port", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "thread_handling": { + "cli": "--thread-handling=name", + "default": "one-thread-per-connection", + "dynamic": false, + "name": "thread_handling", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "no-threads", + "one-thread-per-connection", + "pool-of-threads" + ], + "ids": [ + { + "anchor": "thread_handling", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + }, + { + "anchor": "sysvar_thread_handling", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "thread_pool_dedicated_listener": { + "cli": "thread-pool-dedicated-listener={0|1}", + "default": "0", + "dynamic": false, + "name": "thread_pool_dedicated_listener", + "scope": [], + "type": "boolean", + "ids": [ + { + "anchor": "thread_pool_dedicated_listener", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "thread_pool_exact_stats": { + "cli": "thread-pool-exact-stats={0|1}", + "default": "0", + "dynamic": false, + "name": "thread_pool_exact_stats", + "scope": [], + "type": "boolean", + "ids": [ + { + "anchor": "thread_pool_exact_stats", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "thread_pool_idle_timeout": { + "cli": "thread-pool-idle-timeout=#", + "default": "60", + "dynamic": true, + "name": "thread_pool_idle_timeout", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "thread_pool_idle_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "thread_pool_max_threads": { + "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, + "name": "thread_pool_max_threads", + "range": { + "from": 1, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "thread_pool_max_threads", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "thread_pool_min_threads": { + "cli": "thread-pool-min-threads=#", + "default": "1", + "name": "thread_pool_min_threads", + "type": "integer", + "ids": [ + { + "anchor": "thread_pool_min_threads", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "thread_pool_oversubscribe": { + "default": "3", + "dynamic": true, + "name": "thread_pool_oversubscribe", + "range": { + "from": 1, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "thread_pool_oversubscribe", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "thread_pool_prio_kickup_timer": { + "default": "1000", + "dynamic": true, + "name": "thread_pool_prio_kickup_timer", + "range": { + "from": 0 + }, + "type": "integer", + "ids": [ + { + "anchor": "thread_pool_prio_kickup_timer", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + }, + { + "anchor": "sysvar_thread_pool_prio_kickup_timer", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "thread_pool_priority": { + "cli": "--thread-pool-priority=#", + "default": "auto", + "name": "thread_pool_priority", + "scope": [ + "global", + "connection" + ], + "validValues": [ + "high", + "low", + "auto" + ], + "ids": [ + { + "anchor": "thread_pool_priority", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "thread_pool_size": { + "cli": "--thread-pool-size=#", + "name": "thread_pool_size", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "thread_pool_size", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + }, + { + "anchor": "sysvar_thread_pool_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "thread_pool_stall_limit": { + "cli": "--thread-pool-stall-limit=#", + "dynamic": true, + "name": "thread_pool_stall_limit", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "thread_pool_stall_limit", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + }, + { + "anchor": "sysvar_thread_pool_stall_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "Threadpool_idle_threads": { + "name": "Threadpool_idle_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "threadpool_idle_threads", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "Threadpool_threads": { + "name": "Threadpool_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "threadpool_threads", + "url": "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/" + } + ] + }, + "Tokudb_basement_deserialization_fixed_key": { + "name": "Tokudb_basement_deserialization_fixed_key", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basement_deserialization_fixed_key", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basement_deserialization_variable_key": { + "name": "Tokudb_basement_deserialization_variable_key", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basement_deserialization_variable_key", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_decompressed_for_write": { + "name": "Tokudb_basements_decompressed_for_write", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_decompressed_for_write", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_decompressed_prefetch": { + "name": "Tokudb_basements_decompressed_prefetch", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_decompressed_prefetch", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_decompressed_prelocked_range": { + "name": "Tokudb_basements_decompressed_prelocked_range", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_decompressed_prelocked_range", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_decompressed_target_query": { + "name": "Tokudb_basements_decompressed_target_query", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_decompressed_target_query", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_for_write": { + "name": "Tokudb_basements_fetched_for_write", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_fetched_for_write", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_for_write_bytes": { + "name": "Tokudb_basements_fetched_for_write_bytes", + "ids": [ + { + "anchor": "tokudb_basements_fetched_for_write_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_for_write_seconds": { + "name": "Tokudb_basements_fetched_for_write_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_fetched_for_write_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_prefetch": { + "name": "Tokudb_basements_fetched_prefetch", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_fetched_prefetch", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_prefetch_bytes": { + "name": "Tokudb_basements_fetched_prefetch_bytes", + "ids": [ + { + "anchor": "tokudb_basements_fetched_prefetch_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_prefetch_seconds": { + "name": "Tokudb_basements_fetched_prefetch_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_fetched_prefetch_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_prelocked_range": { + "name": "Tokudb_basements_fetched_prelocked_range", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_fetched_prelocked_range", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_prelocked_range_bytes": { + "name": "Tokudb_basements_fetched_prelocked_range_bytes", + "ids": [ + { + "anchor": "tokudb_basements_fetched_prelocked_range_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_prelocked_range_seconds": { + "name": "Tokudb_basements_fetched_prelocked_range_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_fetched_prelocked_range_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_target_query": { + "name": "Tokudb_basements_fetched_target_query", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_fetched_target_query", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_target_query_bytes": { + "name": "Tokudb_basements_fetched_target_query_bytes", + "ids": [ + { + "anchor": "tokudb_basements_fetched_target_query_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_basements_fetched_target_query_seconds": { + "name": "Tokudb_basements_fetched_target_query_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_basements_fetched_target_query_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_broadcase_messages_injected_at_root": { + "name": "Tokudb_broadcase_messages_injected_at_root", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_broadcase_messages_injected_at_root", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_decompressed_for_write": { + "name": "Tokudb_buffers_decompressed_for_write", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_decompressed_for_write", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_decompressed_prefetch": { + "name": "Tokudb_buffers_decompressed_prefetch", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_decompressed_prefetch", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_decompressed_prelocked_range": { + "name": "Tokudb_buffers_decompressed_prelocked_range", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_decompressed_prelocked_range", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_decompressed_target_query": { + "name": "Tokudb_buffers_decompressed_target_query", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_decompressed_target_query", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_for_write": { + "name": "Tokudb_buffers_fetched_for_write", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_for_write", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_for_write_bytes": { + "name": "Tokudb_buffers_fetched_for_write_bytes", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_for_write_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_for_write_seconds": { + "name": "Tokudb_buffers_fetched_for_write_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_for_write_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_prefetch": { + "name": "Tokudb_buffers_fetched_prefetch", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_prefetch", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_prefetch_bytes": { + "name": "Tokudb_buffers_fetched_prefetch_bytes", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_prefetch_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_prefetch_seconds": { + "name": "Tokudb_buffers_fetched_prefetch_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_prefetch_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_prelocked_range": { + "name": "Tokudb_buffers_fetched_prelocked_range", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_prelocked_range", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_prelocked_range_bytes": { + "name": "Tokudb_buffers_fetched_prelocked_range_bytes", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_prelocked_range_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_prelocked_range_seconds": { + "name": "Tokudb_buffers_fetched_prelocked_range_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_prelocked_range_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_target_query": { + "name": "Tokudb_buffers_fetched_target_query", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_target_query", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_target_query_bytes": { + "name": "Tokudb_buffers_fetched_target_query_bytes", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_target_query_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_buffers_fetched_target_query_seconds": { + "name": "Tokudb_buffers_fetched_target_query_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_buffers_fetched_target_query_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_cleaner_executions": { + "name": "Tokudb_cachetable_cleaner_executions", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_cleaner_executions", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_cleaner_iterations": { + "name": "Tokudb_cachetable_cleaner_iterations", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_cleaner_iterations", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_cleaner_period": { + "name": "Tokudb_cachetable_cleaner_period", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_cleaner_period", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_evictions": { + "name": "Tokudb_cachetable_evictions", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_evictions", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_long_wait_pressure_count": { + "name": "Tokudb_cachetable_long_wait_pressure_count", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_long_wait_pressure_count", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_long_wait_pressure_time": { + "name": "Tokudb_cachetable_long_wait_pressure_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_long_wait_pressure_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_miss": { + "name": "Tokudb_cachetable_miss", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_miss", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_miss_time": { + "name": "Tokudb_cachetable_miss_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_miss_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_prefetches": { + "name": "Tokudb_cachetable_prefetches", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_prefetches", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_size_cachepressure": { + "name": "Tokudb_cachetable_size_cachepressure", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_cachetable_size_cachepressure", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_size_cloned": { + "name": "Tokudb_cachetable_size_cloned", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_cachetable_size_cloned", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_size_current": { + "name": "Tokudb_cachetable_size_current", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_cachetable_size_current", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_size_leaf": { + "name": "Tokudb_cachetable_size_leaf", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_cachetable_size_leaf", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_size_limit": { + "name": "Tokudb_cachetable_size_limit", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_cachetable_size_limit", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_size_nonleaf": { + "name": "Tokudb_cachetable_size_nonleaf", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_cachetable_size_nonleaf", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_size_rollback": { + "name": "Tokudb_cachetable_size_rollback", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_cachetable_size_rollback", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_size_writing": { + "name": "Tokudb_cachetable_size_writing", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_cachetable_size_writing", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_wait_pressure_count": { + "name": "Tokudb_cachetable_wait_pressure_count", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_wait_pressure_count", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cachetable_wait_pressure_time": { + "name": "Tokudb_cachetable_wait_pressure_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cachetable_wait_pressure_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_begin_time": { + "name": "Tokudb_checkpoint_begin_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_checkpoint_begin_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_duration": { + "name": "Tokudb_checkpoint_duration", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_checkpoint_duration", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_duration_last": { + "name": "Tokudb_checkpoint_duration_last", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_checkpoint_duration_last", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_failed": { + "name": "Tokudb_checkpoint_failed", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_checkpoint_failed", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_last_began": { + "name": "Tokudb_checkpoint_last_began", + "ids": [ + { + "anchor": "tokudb_checkpoint_last_began", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_last_complete_began": { + "name": "Tokudb_checkpoint_last_complete_began", + "ids": [ + { + "anchor": "tokudb_checkpoint_last_complete_began", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_last_complete_ended": { + "name": "Tokudb_checkpoint_last_complete_ended", + "ids": [ + { + "anchor": "tokudb_checkpoint_last_complete_ended", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_long_begin_count": { + "name": "Tokudb_checkpoint_long_begin_count", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_checkpoint_long_begin_count", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_long_begin_time": { + "name": "Tokudb_checkpoint_long_begin_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_checkpoint_long_begin_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_period": { + "name": "Tokudb_checkpoint_period", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_checkpoint_period", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_checkpoint_taken": { + "name": "Tokudb_checkpoint_taken", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_checkpoint_taken", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_cursor_skip_deleted_leaf_entry": { + "name": "Tokudb_cursor_skip_deleted_leaf_entry", + "ids": [ + { + "anchor": "tokudb_cursor_skip_deleted_leaf_entry", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_db_closes": { + "name": "Tokudb_db_closes", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_db_closes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_db_open_current": { + "name": "Tokudb_db_open_current", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_db_open_current", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_db_open_max": { + "name": "Tokudb_db_open_max", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_db_open_max", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_db_opens": { + "name": "Tokudb_db_opens", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_db_opens", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_descriptor_set": { + "name": "Tokudb_descriptor_set", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_descriptor_set", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_dictionary_broadcast_updates": { + "name": "Tokudb_dictionary_broadcast_updates", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_dictionary_broadcast_updates", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_dictionary_updates": { + "name": "Tokudb_dictionary_updates", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_dictionary_updates", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_filesystem_fsync_num": { + "name": "Tokudb_filesystem_fsync_num", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_filesystem_fsync_num", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_filesystem_fsync_time": { + "name": "Tokudb_filesystem_fsync_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_filesystem_fsync_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_filesystem_long_fsync_num": { + "name": "Tokudb_filesystem_long_fsync_num", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_filesystem_long_fsync_num", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_filesystem_long_fsync_time": { + "name": "Tokudb_filesystem_long_fsync_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_filesystem_long_fsync_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_filesystem_threads_blocked_by_full_disk": { + "name": "Tokudb_filesystem_threads_blocked_by_full_disk", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_filesystem_threads_blocked_by_full_disk", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_compression_to_memory_seconds": { + "name": "Tokudb_leaf_compression_to_memory_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_compression_to_memory_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_decompression_to_memory_seconds": { + "name": "Tokudb_leaf_decompression_to_memory_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_decompression_to_memory_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_deserialization_to_memory_seconds": { + "name": "Tokudb_leaf_deserialization_to_memory_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_deserialization_to_memory_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_node_compression_ratio": { + "name": "Tokudb_leaf_node_compression_ratio", + "ids": [ + { + "anchor": "tokudb_leaf_node_compression_ratio", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_node_full_evictions": { + "name": "Tokudb_leaf_node_full_evictions", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_node_full_evictions", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_node_full_evictions_bytes": { + "name": "Tokudb_leaf_node_full_evictions_bytes", + "ids": [ + { + "anchor": "tokudb_leaf_node_full_evictions_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_node_partial_evictions": { + "name": "Tokudb_leaf_node_partial_evictions", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_node_partial_evictions", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_node_partial_evictions_bytes": { + "name": "Tokudb_leaf_node_partial_evictions_bytes", + "ids": [ + { + "anchor": "tokudb_leaf_node_partial_evictions_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_nodes_created": { + "name": "Tokudb_leaf_nodes_created", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_nodes_created", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_nodes_destroyed": { + "name": "Tokudb_leaf_nodes_destroyed", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_nodes_destroyed", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_nodes_flushed_checkpoint": { + "name": "Tokudb_leaf_nodes_flushed_checkpoint", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_nodes_flushed_checkpoint", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_nodes_flushed_checkpoint_bytes": { + "name": "Tokudb_leaf_nodes_flushed_checkpoint_bytes", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_leaf_nodes_flushed_checkpoint_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_nodes_flushed_checkpoint_seconds": { + "name": "Tokudb_leaf_nodes_flushed_checkpoint_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_nodes_flushed_checkpoint_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes": { + "name": "Tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes", + "ids": [ + { + "anchor": "tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_nodes_flushed_not_checkpoint": { + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_nodes_flushed_not_checkpoint", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_nodes_flushed_not_checkpoint_bytes": { + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint_bytes", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_leaf_nodes_flushed_not_checkpoint_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_nodes_flushed_not_checkpoint_seconds": { + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_nodes_flushed_not_checkpoint_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes": { + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes", + "ids": [ + { + "anchor": "tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_leaf_serialization_to_memory_seconds": { + "name": "Tokudb_leaf_serialization_to_memory_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_leaf_serialization_to_memory_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_loader_num_created": { + "name": "Tokudb_loader_num_created", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_loader_num_created", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_loader_num_current": { + "name": "Tokudb_loader_num_current", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_loader_num_current", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_loader_num_max": { + "name": "Tokudb_loader_num_max", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_loader_num_max", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_escalation_num": { + "name": "Tokudb_locktree_escalation_num", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_escalation_num", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_escalation_seconds": { + "name": "Tokudb_locktree_escalation_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_escalation_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_latest_post_escalation_memory_size": { + "name": "Tokudb_locktree_latest_post_escalation_memory_size", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_locktree_latest_post_escalation_memory_size", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_long_wait_count": { + "name": "Tokudb_locktree_long_wait_count", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_long_wait_count", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_long_wait_escalation_count": { + "name": "Tokudb_locktree_long_wait_escalation_count", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_long_wait_escalation_count", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_long_wait_escalation_time": { + "name": "Tokudb_locktree_long_wait_escalation_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_long_wait_escalation_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_long_wait_time": { + "name": "Tokudb_locktree_long_wait_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_long_wait_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_memory_size": { + "name": "Tokudb_locktree_memory_size", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_locktree_memory_size", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_memory_size_limit": { + "name": "Tokudb_locktree_memory_size_limit", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_locktree_memory_size_limit", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_open_current": { + "name": "Tokudb_locktree_open_current", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_open_current", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_pending_lock_requests": { + "name": "Tokudb_locktree_pending_lock_requests", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_pending_lock_requests", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_sto_eligible_num": { + "name": "Tokudb_locktree_sto_eligible_num", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_sto_eligible_num", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_sto_ended_num": { + "name": "Tokudb_locktree_sto_ended_num", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_sto_ended_num", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_sto_ended_seconds": { + "name": "Tokudb_locktree_sto_ended_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_sto_ended_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_timeout_count": { + "name": "Tokudb_locktree_timeout_count", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_timeout_count", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_wait_count": { + "name": "Tokudb_locktree_wait_count", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_wait_count", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_wait_escalation_count": { + "name": "Tokudb_locktree_wait_escalation_count", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_wait_escalation_count", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_wait_escalation_time": { + "name": "Tokudb_locktree_wait_escalation_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_wait_escalation_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_locktree_wait_time": { + "name": "Tokudb_locktree_wait_time", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_locktree_wait_time", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_logger_wait_long": { + "name": "Tokudb_logger_wait_long", + "ids": [ + { + "anchor": "tokudb_logger_wait_long", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_logger_writes": { + "name": "Tokudb_logger_writes", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_logger_writes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_logger_writes_bytes": { + "name": "Tokudb_logger_writes_bytes", + "ids": [ + { + "anchor": "tokudb_logger_writes_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_logger_writes_seconds": { + "name": "Tokudb_logger_writes_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_logger_writes_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_logger_writes_uncompressed_bytes": { + "name": "Tokudb_logger_writes_uncompressed_bytes", + "ids": [ + { + "anchor": "tokudb_logger_writes_uncompressed_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_mem_estimated_maximum_memory_footprint": { + "name": "Tokudb_mem_estimated_maximum_memory_footprint", + "ids": [ + { + "anchor": "tokudb_mem_estimated_maximum_memory_footprint", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_messages_flushed_from_h1_to_leaves_bytes": { + "name": "Tokudb_messages_flushed_from_h1_to_leaves_bytes", + "ids": [ + { + "anchor": "tokudb_messages_flushed_from_h1_to_leaves_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_messages_ignored_by_leaf_due_to_msn": { + "name": "Tokudb_messages_ignored_by_leaf_due_to_msn", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_messages_ignored_by_leaf_due_to_msn", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_messages_in_trees_estimate_bytes": { + "name": "Tokudb_messages_in_trees_estimate_bytes", + "ids": [ + { + "anchor": "tokudb_messages_in_trees_estimate_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_messages_injected_at_root": { + "name": "Tokudb_messages_injected_at_root", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_messages_injected_at_root", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_messages_injected_at_root_bytes": { + "name": "Tokudb_messages_injected_at_root_bytes", + "ids": [ + { + "anchor": "tokudb_messages_injected_at_root_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_compression_to_memory_seconds": { + "name": "Tokudb_nonleaf_compression_to_memory_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_compression_to_memory_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_decompression_to_memory_seconds": { + "name": "Tokudb_nonleaf_decompression_to_memory_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_decompression_to_memory_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_deserialization_to_memory_seconds": { + "name": "Tokudb_nonleaf_deserialization_to_memory_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_deserialization_to_memory_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_node_compression_ratio": { + "name": "Tokudb_nonleaf_node_compression_ratio", + "ids": [ + { + "anchor": "tokudb_nonleaf_node_compression_ratio", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_node_full_evictions": { + "name": "Tokudb_nonleaf_node_full_evictions", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_node_full_evictions", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_node_full_evictions_bytes": { + "name": "Tokudb_nonleaf_node_full_evictions_bytes", + "ids": [ + { + "anchor": "tokudb_nonleaf_node_full_evictions_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_node_partial_evictions": { + "name": "Tokudb_nonleaf_node_partial_evictions", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_node_partial_evictions", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_node_partial_evictions_bytes": { + "name": "Tokudb_nonleaf_node_partial_evictions_bytes", + "ids": [ + { + "anchor": "tokudb_nonleaf_node_partial_evictions_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_nodes_created": { + "name": "Tokudb_nonleaf_nodes_created", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_nodes_created", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_nodes_destroyed": { + "name": "Tokudb_nonleaf_nodes_destroyed", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_nodes_destroyed", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_nodes_flushed_to_disk_checkpoint", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes", + "ids": [ + { + "anchor": "tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes", + "ids": [ + { + "anchor": "tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_nonleaf_serialization_to_memory_seconds": { + "name": "Tokudb_nonleaf_serialization_to_memory_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_nonleaf_serialization_to_memory_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_overall_node_compression_ratio": { + "name": "Tokudb_overall_node_compression_ratio", + "ids": [ + { + "anchor": "tokudb_overall_node_compression_ratio", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_pivots_fetched_for_query": { + "name": "Tokudb_pivots_fetched_for_query", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_pivots_fetched_for_query", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_pivots_fetched_for_query_bytes": { + "name": "Tokudb_pivots_fetched_for_query_bytes", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_pivots_fetched_for_query_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_pivots_fetched_for_query_seconds": { + "name": "Tokudb_pivots_fetched_for_query_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_pivots_fetched_for_query_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_pivots_fetched_for_prefetch": { + "name": "Tokudb_pivots_fetched_for_prefetch", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_pivots_fetched_for_prefetch", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_pivots_fetched_for_prefetch_bytes": { + "name": "Tokudb_pivots_fetched_for_prefetch_bytes", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_pivots_fetched_for_prefetch_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_pivots_fetched_for_prefetch_seconds": { + "name": "Tokudb_pivots_fetched_for_prefetch_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_pivots_fetched_for_prefetch_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_pivots_fetched_for_write": { + "name": "Tokudb_pivots_fetched_for_write", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_pivots_fetched_for_write", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_pivots_fetched_for_write_bytes": { + "name": "Tokudb_pivots_fetched_for_write_bytes", + "type": "byte", + "ids": [ + { + "anchor": "tokudb_pivots_fetched_for_write_bytes", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_pivots_fetched_for_write_seconds": { + "name": "Tokudb_pivots_fetched_for_write_seconds", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_pivots_fetched_for_write_seconds", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_h1_roots_injected_into": { + "name": "Tokudb_promotion_h1_roots_injected_into", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_h1_roots_injected_into", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_injections_at_depth_0": { + "name": "Tokudb_promotion_injections_at_depth_0", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_injections_at_depth_0", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_injections_at_depth_1": { + "name": "Tokudb_promotion_injections_at_depth_1", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_injections_at_depth_1", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_injections_at_depth_2": { + "name": "Tokudb_promotion_injections_at_depth_2", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_injections_at_depth_2", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_injections_at_depth_3": { + "name": "Tokudb_promotion_injections_at_depth_3", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_injections_at_depth_3", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_injections_lower_than_depth_3": { + "name": "Tokudb_promotion_injections_lower_than_depth_3", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_injections_lower_than_depth_3", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_leaf_roots_injected_into": { + "name": "Tokudb_promotion_leaf_roots_injected_into", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_leaf_roots_injected_into", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_roots_split": { + "name": "Tokudb_promotion_roots_split", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_roots_split", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_stopped_after_locking_child": { + "name": "Tokudb_promotion_stopped_after_locking_child", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_stopped_after_locking_child", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_stopped_at_height_1": { + "name": "Tokudb_promotion_stopped_at_height_1", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_stopped_at_height_1", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_stopped_child_locked_or_not_in_memory": { + "name": "Tokudb_promotion_stopped_child_locked_or_not_in_memory", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_stopped_child_locked_or_not_in_memory", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_stopped_child_not_fully_in_memory": { + "name": "Tokudb_promotion_stopped_child_not_fully_in_memory", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_stopped_child_not_fully_in_memory", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_promotion_stopped_nonempty_buffer": { + "name": "Tokudb_promotion_stopped_nonempty_buffer", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_promotion_stopped_nonempty_buffer", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_txn_aborts": { + "name": "Tokudb_txn_aborts", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_txn_aborts", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_txn_begin": { + "name": "Tokudb_txn_begin", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_txn_begin", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_txn_begin_read_only": { + "name": "Tokudb_txn_begin_read_only", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_txn_begin_read_only", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "Tokudb_txn_commits": { + "name": "Tokudb_txn_commits", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_txn_commits", + "url": "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/" + } + ] + }, + "tokudb_alter_print_error": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_alter_print_error", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_alter_print_error", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_analyze_time": { + "default": "5", + "dynamic": true, + "name": "tokudb_analyze_time", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_analyze_time", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_block_size": { + "default": "4194304 (4MB)", + "dynamic": true, + "name": "tokudb_block_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_bulk_fetch": { + "default": "ON", + "dynamic": true, + "name": "tokudb_bulk_fetch", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_bulk_fetch", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_cache_size": { + "default": "Half of the total system memory", + "dynamic": false, + "name": "tokudb_cache_size", + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_check_jemalloc": { + "default": "1", + "dynamic": true, + "name": "tokudb_check_jemalloc", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "1" + ], + "ids": [ + { + "anchor": "tokudb_check_jemalloc", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_checkpoint_lock": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_checkpoint_lock", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_checkpoint_lock", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_checkpoint_on_flush_logs": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_checkpoint_on_flush_logs", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_checkpoint_on_flush_logs", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_checkpointing_period": { + "default": "60", + "dynamic": true, + "name": "tokudb_checkpointing_period", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_checkpointing_period", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_cleaner_iterations": { + "default": "5", + "dynamic": true, + "name": "tokudb_cleaner_iterations", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cleaner_iterations", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_cleaner_period": { + "default": "1", + "dynamic": true, + "name": "tokudb_cleaner_period", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_cleaner_period", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_commit_sync": { + "default": "ON", + "dynamic": true, + "name": "tokudb_commit_sync", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_commit_sync", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_create_index_online": { + "default": "ON", + "dynamic": true, + "name": "tokudb_create_index_online", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_create_index_online", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_data_dir": { + "default": "Empty (the MariaDB datadir is used)", + "dynamic": false, + "name": "tokudb_data_dir", + "type": "string", + "ids": [ + { + "anchor": "tokudb_data_dir", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_debug": { + "default": "0", + "dynamic": true, + "name": "tokudb_debug", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_debug", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_directio": { + "default": "OFF", + "dynamic": false, + "name": "tokudb_directio", + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_directio", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_disable_hot_alter": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_disable_hot_alter", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_disable_hot_alter", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_disable_prefetching": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_disable_prefetching", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_disable_prefetching", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_disable_slow_alter": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_disable_slow_alter", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_disable_slow_alter", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_empty_scan": { + "default": "rl", + "dynamic": true, + "name": "tokudb_empty_scan", + "scope": [ + "global", + "session" + ], + "validValues": [ + "lr", + "rl", + "disabled" + ], + "ids": [ + { + "anchor": "tokudb_empty_scan", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_fs_reserve_percent": { + "default": "5", + "dynamic": false, + "name": "tokudb_fs_reserve_percent", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_fs_reserve_percent", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_fsync_log_period": { + "default": "0", + "dynamic": true, + "name": "tokudb_fsync_log_period", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_fsync_log_period", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_hide_default_row_format": { + "default": "ON", + "dynamic": true, + "name": "tokudb_hide_default_row_format", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_hide_default_row_format", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_killed_time": { + "default": "4000", + "dynamic": true, + "name": "tokudb_killed_time", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_killed_time", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_last_lock_timeout": { + "default": "Empty", + "dynamic": true, + "name": "tokudb_last_lock_timeout", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "tokudb_last_lock_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_load_save_space": { + "default": "ON", + "dynamic": true, + "name": "tokudb_load_save_space", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_load_save_space", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_loader_memory_size": { + "default": "100000000 (100M)", + "dynamic": true, + "name": "tokudb_loader_memory_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_loader_memory_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_lock_timeout": { + "default": "4000 (4 seconds)", + "dynamic": true, + "name": "tokudb_lock_timeout", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_lock_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_lock_timeout_debug": { + "default": "1", + "dynamic": true, + "name": "tokudb_lock_timeout_debug", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_lock_timeout_debug", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_log_dir": { + "default": "Empty (the MariaDB datadir is used)", + "dynamic": false, + "name": "tokudb_log_dir", + "type": "string", + "ids": [ + { + "anchor": "tokudb_log_dir", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_max_lock_memory": { + "default": "130653952", + "dynamic": false, + "name": "tokudb_max_lock_memory", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_max_lock_memory", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_optimize_index_fraction": { + "default": "1.000000", + "dynamic": true, + "name": "tokudb_optimize_index_fraction", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_optimize_index_fraction", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_optimize_index_name": { + "default": "None", + "dynamic": true, + "name": "tokudb_optimize_index_name", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "tokudb_optimize_index_name", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_optimize_throttle": { + "default": "0", + "dynamic": true, + "name": "tokudb_optimize_throttle", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_optimize_throttle", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_pk_insert_mode": { + "default": "1", + "dynamic": true, + "name": "tokudb_pk_insert_mode", + "scope": [ + "global", + "session" + ], + "validValues": [ + "0", + "1", + "2" + ], + "ids": [ + { + "anchor": "tokudb_pk_insert_mode", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_prelock_empty": { + "default": "ON", + "dynamic": true, + "name": "tokudb_prelock_empty", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_prelock_empty", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_read_block_size": { + "default": "65536 (64KB)", + "dynamic": true, + "name": "tokudb_read_block_size", + "range": { + "from": 4096, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_read_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_read_buf_size": { + "default": "131072 (128KB)", + "dynamic": true, + "name": "tokudb_read_buf_size", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_read_buf_size", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_read_status_frequency": { + "default": "10000", + "dynamic": true, + "name": "tokudb_read_status_frequency", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_read_status_frequency", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_row_format": { + "default": "tokudb_zlib", + "dynamic": true, + "name": "tokudb_row_format", + "scope": [ + "global", + "session" + ], + "validValues": [ + "tokudb_default", + "tokudb_fast", + "tokudb_small", + "tokudb_zlib", + "tokudb_quicklz", + "tokudb_lzma", + "tokudb_uncompressed" + ], + "ids": [ + { + "anchor": "tokudb_row_format", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_rpl_check_readonly": { + "default": "ON", + "dynamic": true, + "name": "tokudb_rpl_check_readonly", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_rpl_check_readonly", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_rpl_lookup_rows": { + "default": "ON", + "dynamic": true, + "name": "tokudb_rpl_lookup_rows", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_rpl_lookup_rows", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_rpl_lookup_rows_delay": { + "default": "0", + "dynamic": true, + "name": "tokudb_rpl_lookup_rows_delay", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_rpl_lookup_rows_delay", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_rpl_unique_checks": { + "default": "ON", + "dynamic": true, + "name": "tokudb_rpl_unique_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_rpl_unique_checks", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_rpl_unique_checks_delay": { + "default": "0", + "dynamic": true, + "name": "tokudb_rpl_unique_checks_delay", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_rpl_unique_checks_delay", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_support_xa": { + "default": "ON", + "dynamic": true, + "name": "tokudb_support_xa", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "tokudb_support_xa", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_tmp_dir": { + "default": "Empty (the MariaDB datadir is used)", + "dynamic": false, + "name": "tokudb_tmp_dir", + "type": "directory name", + "ids": [ + { + "anchor": "tokudb_tmp_dir", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_version": { + "dynamic": false, + "name": "tokudb_version", + "type": "string", + "ids": [ + { + "anchor": "tokudb_version", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "tokudb_write_status_frequency": { + "default": "1000", + "dynamic": true, + "name": "tokudb_write_status_frequency", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "tokudb_write_status_frequency", + "url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/" + } + ] + }, + "system_versioning_alter_history": { + "cli": "--system-versioning-alter-history=value", + "default": "ERROR", + "dynamic": true, + "name": "system_versioning_alter_history", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ERROR", + "KEEP" + ], + "ids": [ + { + "anchor": "system_versioning_alter_history", + "url": "https://mariadb.com/kb/en/library/documentation/system-versioned-tables/" + } + ] + }, + "system_versioning_asof": { + "default": "DEFAULT", + "dynamic": true, + "name": "system_versioning_asof", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "system_versioning_asof", + "url": "https://mariadb.com/kb/en/library/documentation/system-versioned-tables/" + } + ] + }, + "system_versioning_innodb_algorithm_simple": { + "cli": "--system-versioning-innodb-algorithm-simple[={0|1}]", + "default": "ON", + "dynamic": true, + "name": "system_versioning_innodb_algorithm_simple", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "system_versioning_innodb_algorithm_simple", + "url": "https://mariadb.com/kb/en/library/documentation/system-versioned-tables/" + } + ] + }, + "Innodb_adaptive_hash_cells": { + "name": "Innodb_adaptive_hash_cells", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_adaptive_hash_cells", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_adaptive_hash_hash_searches": { + "name": "Innodb_adaptive_hash_hash_searches", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_adaptive_hash_hash_searches", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_adaptive_hash_heap_buffers": { + "name": "Innodb_adaptive_hash_heap_buffers", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_adaptive_hash_heap_buffers", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_adaptive_hash_non_hash_searches": { + "name": "Innodb_adaptive_hash_non_hash_searches", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_adaptive_hash_non_hash_searches", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_available_undo_logs": { + "name": "Innodb_available_undo_logs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_available_undo_logs", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_background_log_sync": { + "name": "Innodb_background_log_sync", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_background_log_sync", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_bytes_data": { + "name": "Innodb_buffer_pool_bytes_data", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_bytes_data", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_bytes_dirty": { + "name": "Innodb_buffer_pool_bytes_dirty", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_bytes_dirty", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_dump_status": { + "name": "Innodb_buffer_pool_dump_status", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "innodb_buffer_pool_dump_status", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_load_incomplete": { + "name": "Innodb_buffer_pool_load_incomplete", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_buffer_pool_load_incomplete", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_load_status": { + "name": "Innodb_buffer_pool_load_status", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "innodb_buffer_pool_load_status", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_pages_data": { + "name": "Innodb_buffer_pool_pages_data", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_pages_data", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_pages_dirty": { + "name": "Innodb_buffer_pool_pages_dirty", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_pages_dirty", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_pages_flushed": { + "name": "Innodb_buffer_pool_pages_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_pages_flushed", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_pages_LRU_flushed": { + "name": "Innodb_buffer_pool_pages_LRU_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_pages_lru_flushed", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_pages_free": { + "name": "Innodb_buffer_pool_pages_free", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_pages_free", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_pages_made_not_young": { + "name": "Innodb_buffer_pool_pages_made_not_young", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_pages_made_not_young", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_pages_made_young": { + "name": "Innodb_buffer_pool_pages_made_young", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_pages_made_young", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_pages_misc": { + "name": "Innodb_buffer_pool_pages_misc", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_pages_misc", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_pages_old": { + "name": "Innodb_buffer_pool_pages_old", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_pages_old", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_pages_total": { + "name": "Innodb_buffer_pool_pages_total", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_pages_total", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_read_ahead": { + "name": "Innodb_buffer_pool_read_ahead", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_read_ahead", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_read_ahead_evicted": { + "name": "Innodb_buffer_pool_read_ahead_evicted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_read_ahead_evicted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_read_ahead_rnd": { + "name": "Innodb_buffer_pool_read_ahead_rnd", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_read_ahead_rnd", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_read_requests": { + "name": "Innodb_buffer_pool_read_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_read_requests", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_reads": { + "name": "Innodb_buffer_pool_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_reads", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_resize_status": { + "name": "Innodb_buffer_pool_resize_status", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_resize_status", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_wait_free": { + "name": "Innodb_buffer_pool_wait_free", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_wait_free", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_buffer_pool_write_requests": { + "name": "Innodb_buffer_pool_write_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_write_requests", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_checkpoint_age": { + "name": "Innodb_checkpoint_age", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_checkpoint_age", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_checkpoint_max_age": { + "name": "Innodb_checkpoint_max_age", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_checkpoint_max_age", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_checkpoint_target_age": { + "name": "Innodb_checkpoint_target_age", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_checkpoint_target_age", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_current_row_locks": { + "name": "Innodb_current_row_locks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_current_row_locks", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_data_fsyncs": { + "name": "Innodb_data_fsyncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_data_fsyncs", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_data_pending_fsyncs": { + "name": "Innodb_data_pending_fsyncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_data_pending_fsyncs", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_data_pending_reads": { + "name": "Innodb_data_pending_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_data_pending_reads", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_data_pending_writes": { + "name": "Innodb_data_pending_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_data_pending_writes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_data_read": { + "name": "Innodb_data_read", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_data_read", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_data_reads": { + "name": "Innodb_data_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_data_reads", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_data_writes": { + "name": "Innodb_data_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_data_writes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_data_written": { + "name": "Innodb_data_written", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_data_written", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_dblwr_pages_written": { + "name": "Innodb_dblwr_pages_written", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_dblwr_pages_written", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_dblwr_writes": { + "name": "Innodb_dblwr_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_dblwr_writes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_deadlocks": { + "name": "Innodb_deadlocks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_deadlocks", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_defragment_compression_failures": { + "name": "Innodb_defragment_compression_failures", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_defragment_compression_failures", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_defragment_count": { + "name": "Innodb_defragment_count", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_defragment_count", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_defragment_failures": { + "name": "Innodb_defragment_failures", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_defragment_failures", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_dict_tables": { + "name": "Innodb_dict_tables", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_dict_tables", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_encryption_n_merge_blocks_decrypted": { + "name": "Innodb_encryption_n_merge_blocks_decrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_n_merge_blocks_decrypted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_encryption_n_merge_blocks_encrypted": { + "name": "Innodb_encryption_n_merge_blocks_encrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_n_merge_blocks_encrypted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_encryption_n_rowlog_blocks_decrypted": { + "name": "Innodb_encryption_n_rowlog_blocks_decrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_n_rowlog_blocks_decrypted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_encryption_n_rowlog_blocks_encrypted": { + "name": "Innodb_encryption_n_rowlog_blocks_encrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_n_rowlog_blocks_encrypted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_encryption_num_key_requests": { + "name": "Innodb_encryption_num_key_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_num_key_requests", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_encryption_rotation_estimated_iops": { + "name": "Innodb_encryption_rotation_estimated_iops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_rotation_estimated_iops", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_encryption_rotation_pages_flushed": { + "name": "Innodb_encryption_rotation_pages_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_rotation_pages_flushed", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_encryption_rotation_pages_modified": { + "name": "Innodb_encryption_rotation_pages_modified", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_rotation_pages_modified", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_encryption_rotation_pages_read_from_cache": { + "name": "Innodb_encryption_rotation_pages_read_from_cache", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_rotation_pages_read_from_cache", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_encryption_rotation_pages_read_from_disk": { + "name": "Innodb_encryption_rotation_pages_read_from_disk", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_rotation_pages_read_from_disk", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_have_atomic_builtins": { + "name": "Innodb_have_atomic_builtins", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_have_atomic_builtins", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_have_bzip2": { + "name": "Innodb_have_bzip2", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_have_bzip2", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_have_lz4": { + "name": "Innodb_have_lz4", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_have_lz4", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_have_lzma": { + "name": "Innodb_have_lzma", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_have_lzma", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_have_lzo": { + "name": "Innodb_have_lzo", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_have_lzo", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_have_punch_hole": { + "name": "Innodb_have_punch_hole", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_have_punch_hole", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_have_snappy": { + "name": "Innodb_have_snappy", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_have_snappy", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_history_list_length": { + "name": "Innodb_history_list_length", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_history_list_length", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_ibuf_discarded_delete_marks": { + "name": "Innodb_ibuf_discarded_delete_marks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_discarded_delete_marks", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_ibuf_discarded_deletes": { + "name": "Innodb_ibuf_discarded_deletes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_discarded_deletes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_ibuf_discarded_inserts": { + "name": "Innodb_ibuf_discarded_inserts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_discarded_inserts", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_ibuf_free_list": { + "name": "Innodb_ibuf_free_list", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_free_list", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_ibuf_merged_delete_marks": { + "name": "Innodb_ibuf_merged_delete_marks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_merged_delete_marks", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_ibuf_merged_deletes": { + "name": "Innodb_ibuf_merged_deletes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_merged_deletes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_ibuf_merged_inserts": { + "name": "Innodb_ibuf_merged_inserts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_merged_inserts", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_ibuf_merges": { + "name": "Innodb_ibuf_merges", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_merges", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_ibuf_segment_size": { + "name": "Innodb_ibuf_segment_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_segment_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_ibuf_size": { + "name": "Innodb_ibuf_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_instant_alter_column": { + "name": "Innodb_instant_alter_column", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_instant_alter_column", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_log_waits": { + "name": "Innodb_log_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_log_waits", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_log_write_requests": { + "name": "Innodb_log_write_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_log_write_requests", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_log_writes": { + "name": "Innodb_log_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_log_writes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_lsn_current": { + "name": "Innodb_lsn_current", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_lsn_current", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_lsn_flushed": { + "name": "Innodb_lsn_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_lsn_flushed", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_lsn_last_checkpoint": { + "name": "Innodb_lsn_last_checkpoint", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_lsn_last_checkpoint", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_master_thread_1_second_loops": { + "name": "Innodb_master_thread_1_second_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_master_thread_1_second_loops", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_master_thread_10_second_loops": { + "name": "Innodb_master_thread_10_second_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_master_thread_10_second_loops", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_master_thread_active_loops": { + "name": "Innodb_master_thread_active_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_master_thread_active_loops", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_master_thread_background_loops": { + "name": "Innodb_master_thread_background_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_master_thread_background_loops", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_master_thread_idle_loops": { + "name": "Innodb_master_thread_idle_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_master_thread_idle_loops", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_master_thread_main_flush_loops": { + "name": "Innodb_master_thread_main_flush_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_master_thread_main_flush_loops", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_master_thread_sleeps": { + "name": "Innodb_master_thread_sleeps", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_master_thread_sleeps", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_max_trx_id": { + "name": "Innodb_max_trx_id", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_max_trx_id", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_mem_adaptive_hash": { + "name": "Innodb_mem_adaptive_hash", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_mem_adaptive_hash", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_mem_dictionary": { + "name": "Innodb_mem_dictionary", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_mem_dictionary", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_mem_total": { + "name": "Innodb_mem_total", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_mem_total", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_mutex_os_waits": { + "name": "Innodb_mutex_os_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_mutex_os_waits", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_mutex_spin_rounds": { + "name": "Innodb_mutex_spin_rounds", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_mutex_spin_rounds", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_mutex_spin_waits": { + "name": "Innodb_mutex_spin_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_mutex_spin_waits", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_index_pages_written": { + "name": "Innodb_num_index_pages_written", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_index_pages_written", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_non_index_pages_written": { + "name": "Innodb_num_non_index_pages_written", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_non_index_pages_written", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_open_files": { + "name": "Innodb_num_open_files", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_open_files", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_page_compressed_trim_op": { + "name": "Innodb_num_page_compressed_trim_op", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_page_compressed_trim_op", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_page_compressed_trim_op_saved": { + "name": "Innodb_num_page_compressed_trim_op_saved", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_page_compressed_trim_op_saved", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_pages_decrypted": { + "name": "Innodb_num_pages_decrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_pages_decrypted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_pages_encrypted": { + "name": "Innodb_num_pages_encrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_pages_encrypted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_pages_page_compressed": { + "name": "Innodb_num_pages_page_compressed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_pages_page_compressed", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_pages_page_compression_error": { + "name": "Innodb_num_pages_page_compression_error", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_pages_page_compression_error", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_pages_page_decompressed": { + "name": "Innodb_num_pages_page_decompressed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_pages_page_decompressed", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_num_pages_page_encryption_error": { + "name": "Innodb_num_pages_page_encryption_error", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_num_pages_page_encryption_error", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_oldest_view_low_limit_trx_id": { + "name": "Innodb_oldest_view_low_limit_trx_id", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_oldest_view_low_limit_trx_id", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_onlineddl_pct_progress": { + "name": "Innodb_onlineddl_pct_progress", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_onlineddl_pct_progress", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_onlineddl_rowlog_pct_used": { + "name": "Innodb_onlineddl_rowlog_pct_used", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_onlineddl_rowlog_pct_used", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_onlineddl_rowlog_rows": { + "name": "Innodb_onlineddl_rowlog_rows", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_onlineddl_rowlog_rows", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_os_log_fsyncs": { + "name": "Innodb_os_log_fsyncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_os_log_fsyncs", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_os_log_pending_fsyncs": { + "name": "Innodb_os_log_pending_fsyncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_os_log_pending_fsyncs", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_os_log_pending_writes": { + "name": "Innodb_os_log_pending_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_os_log_pending_writes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_os_log_written": { + "name": "Innodb_os_log_written", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_os_log_written", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_page_compression_saved": { + "name": "Innodb_page_compression_saved", + "scope": [], + "type": "byte", + "ids": [ + { + "anchor": "innodb_page_compression_saved", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_page_compression_trim_sect512": { + "name": "Innodb_page_compression_trim_sect512", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_page_compression_trim_sect512", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_page_compression_trim_sect1024": { + "name": "Innodb_page_compression_trim_sect1024", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_page_compression_trim_sect1024", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_page_compression_trim_sect2048": { + "name": "Innodb_page_compression_trim_sect2048", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_page_compression_trim_sect2048", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_page_compression_trim_sect4096": { + "name": "Innodb_page_compression_trim_sect4096", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_page_compression_trim_sect4096", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_page_compression_trim_sect8192": { + "name": "Innodb_page_compression_trim_sect8192", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_page_compression_trim_sect8192", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_page_compression_trim_sect16384": { + "name": "Innodb_page_compression_trim_sect16384", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_page_compression_trim_sect16384", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_page_compression_trim_sect32768": { + "name": "Innodb_page_compression_trim_sect32768", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_page_compression_trim_sect32768", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_page_size": { + "name": "Innodb_page_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_page_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_pages_created": { + "name": "Innodb_pages_created", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_pages_created", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_pages_read": { + "name": "Innodb_pages_read", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_pages_read", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_pages0_read": { + "name": "Innodb_pages0_read", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_pages0_read", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_pages_written": { + "name": "Innodb_pages_written", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_pages_written", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_purge_trx_id": { + "name": "Innodb_purge_trx_id", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_purge_trx_id", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_purge_undo_no": { + "name": "Innodb_purge_undo_no", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_purge_undo_no", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_read_views_memory": { + "name": "Innodb_read_views_memory", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_read_views_memory", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_row_lock_current_waits": { + "name": "Innodb_row_lock_current_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_row_lock_current_waits", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_row_lock_numbers": { + "name": "Innodb_row_lock_numbers", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_row_lock_numbers", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_row_lock_time": { + "name": "Innodb_row_lock_time", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_row_lock_time", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_row_lock_time_avg": { + "name": "Innodb_row_lock_time_avg", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_row_lock_time_avg", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_row_lock_time_max": { + "name": "Innodb_row_lock_time_max", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_row_lock_time_max", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_row_lock_time_waits": { + "name": "Innodb_row_lock_time_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_row_lock_time_waits", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_rows_deleted": { + "name": "Innodb_rows_deleted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_rows_deleted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_rows_inserted": { + "name": "Innodb_rows_inserted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_rows_inserted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_rows_read": { + "name": "Innodb_rows_read", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_rows_read", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_rows_updated": { + "name": "Innodb_rows_updated", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_rows_updated", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_s_lock_os_waits": { + "name": "Innodb_s_lock_os_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_s_lock_os_waits", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_s_lock_spin_rounds": { + "name": "Innodb_s_lock_spin_rounds", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_s_lock_spin_rounds", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_s_lock_spin_waits": { + "name": "Innodb_s_lock_spin_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_s_lock_spin_waits", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_scrub_background_page_reorganizations": { + "name": "Innodb_scrub_background_page_reorganizations", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_scrub_background_page_reorganizations", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_scrub_background_page_split_failures_missing_index": { + "name": "Innodb_scrub_background_page_split_failures_missing_index", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_scrub_background_page_split_failures_missing_index", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_scrub_background_page_split_failures_out_of_filespace": { + "name": "Innodb_scrub_background_page_split_failures_out_of_filespace", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_scrub_background_page_split_failures_out_of_filespace", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_scrub_background_page_split_failures_underflow": { + "name": "Innodb_scrub_background_page_split_failures_underflow", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_scrub_background_page_split_failures_underflow", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_scrub_background_page_split_failures_unknown": { + "name": "Innodb_scrub_background_page_split_failures_unknown", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_scrub_background_page_split_failures_unknown", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_scrub_background_page_splits": { + "name": "Innodb_scrub_background_page_splits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_scrub_background_page_splits", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_scrub_log": { + "name": "Innodb_scrub_log", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_scrub_log", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_secondary_index_triggered_cluster_reads": { + "name": "Innodb_secondary_index_triggered_cluster_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_secondary_index_triggered_cluster_reads", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_secondary_index_triggered_cluster_reads_avoided": { + "name": "Innodb_secondary_index_triggered_cluster_reads_avoided", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_secondary_index_triggered_cluster_reads_avoided", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_system_rows_deleted": { + "name": "Innodb_system_rows_deleted", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_system_rows_deleted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_system_rows_inserted": { + "name": "Innodb_system_rows_inserted", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_system_rows_inserted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_system_rows_read": { + "name": "Innodb_system_rows_read", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_system_rows_read", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_system_rows_updated": { + "name": "Innodb_system_rows_updated", + "scope": [], + "type": "integer", + "ids": [ + { + "anchor": "innodb_system_rows_updated", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_truncated_status_writes": { + "name": "Innodb_truncated_status_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_truncated_status_writes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_undo_truncations": { + "name": "Innodb_undo_truncations", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_undo_truncations", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_x_lock_os_waits": { + "name": "Innodb_x_lock_os_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_x_lock_os_waits", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_x_lock_spin_rounds": { + "name": "Innodb_x_lock_spin_rounds", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_x_lock_spin_rounds", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "Innodb_x_lock_spin_waits": { + "name": "Innodb_x_lock_spin_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_x_lock_spin_waits", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/" + } + ] + }, + "have_innodb": { + "dynamic": false, + "name": "have_innodb", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "have_innodb", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "ignore_builtin_innodb": { + "cli": "--ignore-builtin-innodb[={OFF|ON}]", + "dynamic": false, + "name": "ignore_builtin_innodb", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "ignore_builtin_innodb", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_ignore_builtin_innodb", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_adaptive_checkpoint": { + "cli": "--innodb-adaptive-checkpoint=#", + "default": "estimate", + "dynamic": true, + "name": "innodb_adaptive_checkpoint", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "none", + "0", + "reflex", + "1", + "estimate", + "2", + "keep_average", + "3" + ], + "ids": [ + { + "anchor": "innodb_adaptive_checkpoint", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_adaptive_flushing": { + "default": "ON", + "dynamic": true, + "name": "innodb_adaptive_flushing", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_adaptive_flushing", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_adaptive_flushing", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_adaptive_flushing_lwm": { + "cli": "--innodb-adaptive-flushing-lwm=#", + "default": "10", + "dynamic": true, + "name": "innodb_adaptive_flushing_lwm", + "range": { + "from": 0, + "to": 70 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_adaptive_flushing_lwm", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_adaptive_flushing_lwm", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_adaptive_flushing_method": { + "cli": "innodb-adaptive-flushing-method=value", + "default": "estimate", + "dynamic": true, + "name": "innodb_adaptive_flushing_method", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "native", + "0", + "estimate", + "1", + "keep_average", + "2" + ], + "ids": [ + { + "anchor": "innodb_adaptive_flushing_method", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_adaptive_hash_index": { + "dynamic": true, + "name": "innodb_adaptive_hash_index", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_adaptive_hash_index", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_adaptive_hash_index", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_adaptive_hash_index_partitions": { + "cli": "innodb-adaptive-hash-index-partitions=#", + "default": "1", + "dynamic": false, + "name": "innodb_adaptive_hash_index_partitions", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_adaptive_hash_index_partitions", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_adaptive_hash_index_parts": { + "cli": "--innodb-adaptive-hash-index-parts=#", + "default": "8", + "dynamic": false, + "name": "innodb_adaptive_hash_index_parts", + "range": { + "from": 1, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_adaptive_hash_index_parts", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_adaptive_hash_index_parts", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_adaptive_max_sleep_delay": { + "cli": "--innodb-adaptive-max-sleep-delay=#", + "default": "150000", + "dynamic": true, + "name": "innodb_adaptive_max_sleep_delay", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_adaptive_max_sleep_delay", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_adaptive_max_sleep_delay", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_additional_mem_pool_size": { + "cli": "--innodb-additional-mem-pool-size=#", + "default": "8388608", + "dynamic": false, + "name": "innodb_additional_mem_pool_size", + "range": { + "from": 2097152, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_additional_mem_pool_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_api_bk_commit_interval": { + "cli": "--innodb-api-bk-commit-interval=#", + "default": "5", + "dynamic": true, + "name": "innodb_api_bk_commit_interval", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_api_bk_commit_interval", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_api_bk_commit_interval", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_api_disable_rowlock": { + "default": "OFF", + "dynamic": false, + "name": "innodb_api_disable_rowlock", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_api_disable_rowlock", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_api_disable_rowlock", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_api_enable_binlog": { + "default": "OFF", + "dynamic": false, + "name": "innodb_api_enable_binlog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_api_enable_binlog", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_api_enable_binlog", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_api_enable_mdl": { + "default": "OFF", + "dynamic": false, + "name": "innodb_api_enable_mdl", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_api_enable_mdl", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_api_enable_mdl", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_api_trx_level": { + "cli": "--innodb-api-trx-level=#", + "default": "0", + "dynamic": true, + "name": "innodb_api_trx_level", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_api_trx_level", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_api_trx_level", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_auto_lru_dump": { + "cli": "--innodb-auto-lru-dump=#", + "name": "innodb_auto_lru_dump", + "ids": [ + { + "anchor": "innodb_auto_lru_dump", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_autoextend_increment": { + "cli": "--innodb-autoextend-increment=#", + "default": "64", + "dynamic": true, + "name": "innodb_autoextend_increment", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_autoextend_increment", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_autoextend_increment", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_autoinc_lock_mode": { + "cli": "--innodb-autoinc-lock-mode=#", + "dynamic": false, + "name": "innodb_autoinc_lock_mode", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "1", + "2" + ], + "ids": [ + { + "anchor": "innodb_autoinc_lock_mode", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_autoinc_lock_mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_background_scrub_data_check_interval": { + "cli": "--innodb-background-scrub-data-check-interval=#", + "default": "3600", + "dynamic": true, + "name": "innodb_background_scrub_data_check_interval", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_background_scrub_data_check_interval", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_background_scrub_data_compressed": { + "cli": "--innodb-background-scrub-data-compressed={0|1}", + "default": "0", + "dynamic": true, + "name": "innodb_background_scrub_data_compressed", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_background_scrub_data_compressed", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_background_scrub_data_interval": { + "cli": "--innodb-background-scrub-data-interval=#", + "default": "604800", + "dynamic": true, + "name": "innodb_background_scrub_data_interval", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_background_scrub_data_interval", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_background_scrub_data_uncompressed": { + "cli": "--innodb-background-scrub-data-uncompressed={0|1}", + "default": "0", + "dynamic": true, + "name": "innodb_background_scrub_data_uncompressed", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_background_scrub_data_uncompressed", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_blocking_buffer_pool_restore": { + "cli": "innodb-blocking-buffer-pool-restore={1|2}", + "default": "OFF", + "dynamic": false, + "name": "innodb_blocking_buffer_pool_restore", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_blocking_buffer_pool_restore", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_buf_dump_status_frequency": { + "cli": "--innodb-buf-dump-status-frequency=#", + "default": "0", + "dynamic": true, + "name": "innodb_buf_dump_status_frequency", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buf_dump_status_frequency", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_buffer_pool_chunk_size": { + "cli": "--innodb-buffer-pool-chunk-size=#", + "default": "134217728", + "dynamic": false, + "name": "innodb_buffer_pool_chunk_size", + "range": { + "from": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_chunk_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_buffer_pool_chunk_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_dump_at_shutdown": { + "default": "1", + "dynamic": true, + "name": "innodb_buffer_pool_dump_at_shutdown", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_buffer_pool_dump_at_shutdown", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_buffer_pool_dump_at_shutdown", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_dump_now": { + "default": "OFF", + "dynamic": true, + "name": "innodb_buffer_pool_dump_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_buffer_pool_dump_now", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_buffer_pool_dump_now", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_dump_pct": { + "cli": "--innodb-buffer-pool-dump-pct=#", + "default": "25", + "dynamic": true, + "name": "innodb_buffer_pool_dump_pct", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "innodb_buffer_pool_dump_pct", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_buffer_pool_dump_pct", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_evict": { + "cli": "--innodb-buffer-pool-evict=#", + "default": "\"\"", + "dynamic": true, + "name": "innodb_buffer_pool_evict", + "scope": [ + "global" + ], + "type": "string", + "validValues": [], + "ids": [ + { + "anchor": "innodb_buffer_pool_evict", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_buffer_pool_filename": { + "cli": "--innodb-buffer-pool-pathname=path-name", + "default": "ib_buffer_pool", + "dynamic": true, + "name": "innodb_buffer_pool_filename", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "innodb_buffer_pool_filename", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_buffer_pool_filename", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_instances": { + "cli": "--innodb-buffer-pool-instances=#", + "dynamic": false, + "name": "innodb_buffer_pool_instances", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_instances", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_buffer_pool_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_load_abort": { + "default": "OFF", + "dynamic": true, + "name": "innodb_buffer_pool_load_abort", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_buffer_pool_load_abort", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_buffer_pool_load_abort", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_load_at_startup": { + "default": "1", + "dynamic": false, + "name": "innodb_buffer_pool_load_at_startup", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_buffer_pool_load_at_startup", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_buffer_pool_load_at_startup", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_load_now": { + "default": "OFF", + "dynamic": true, + "name": "innodb_buffer_pool_load_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_buffer_pool_load_now", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_buffer_pool_load_now", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_populate": { + "cli": "innodb-buffer-pool-populate={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_buffer_pool_populate", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_buffer_pool_populate", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_buffer_pool_restore_at_startup": { + "cli": "innodb-buffer-pool-restore-at-startup", + "default": "0", + "dynamic": true, + "name": "innodb_buffer_pool_restore_at_startup", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_restore_at_startup", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_buffer_pool_shm_checksum": { + "cli": "innodb-buffer-pool-shm-checksum={0|1}", + "default": "ON", + "dynamic": false, + "name": "innodb_buffer_pool_shm_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_buffer_pool_shm_checksum", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_buffer_pool_shm_key": { + "cli": "innodb-buffer-pool-shm-key={0|1}", + "default": "0", + "dynamic": false, + "name": "innodb_buffer_pool_shm_key", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_buffer_pool_shm_key", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_buffer_pool_size": { + "cli": "--innodb-buffer-pool-size=#", + "default": "134217728", + "name": "innodb_buffer_pool_size", + "range": { + "from": 5242880, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_buffer_pool_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_buffer_pool_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_change_buffer_dump": { + "default": "OFF", + "dynamic": false, + "name": "innodb_change_buffer_dump", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_change_buffer_dump", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_change_buffer_max_size": { + "cli": "--innodb-change-buffer-max-size=#", + "default": "25", + "dynamic": true, + "name": "innodb_change_buffer_max_size", + "range": { + "from": 0, + "to": 50 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_change_buffer_max_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_change_buffer_max_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_change_buffering": { + "cli": "--innodb-change-buffering=value", + "default": "all", + "dynamic": true, + "name": "innodb_change_buffering", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "inserts", + "deletes", + "changes", + "purges", + "all" + ], + "ids": [ + { + "anchor": "innodb_change_buffering", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_change_buffering", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_change_buffering_debug": { + "cli": "--innodb-change-buffering-debug=#", + "default": "0", + "dynamic": true, + "name": "innodb_change_buffering_debug", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_change_buffering_debug", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_change_buffering_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_checkpoint_age_target": { + "cli": "innodb-checkpoint-age-target=#", + "default": "0", + "dynamic": true, + "name": "innodb_checkpoint_age_target", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_checkpoint_age_target", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_checksum_algorithm": { + "cli": "--innodb-checksum-algorithm=value", + "default": "crc32", + "dynamic": true, + "name": "innodb_checksum_algorithm", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "innodb", + "crc32", + "full_crc32", + "none", + "strict_innodb", + "strict_crc32", + "strict_none", + "strict_full_crc32" + ], + "ids": [ + { + "anchor": "innodb_checksum_algorithm", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_checksum_algorithm", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_checksums": { + "cli": "--innodb-checksums, --skip-innodb-checksums", + "default": "ON", + "dynamic": false, + "name": "innodb_checksums", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_checksums", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_cleaner_lsn_age_factor": { + "cli": "--innodb-cleaner-lsn-age-factor=value", + "default": "deprecated (>= MariaDB 10.2.6), high_checkpoint (<= MariaDB 10.1)", + "dynamic": true, + "name": "innodb_cleaner_lsn_age_factor", + "scope": [ + "global" + ], + "validValues": [ + "high_checkpoint", + "legacy", + "deprecated", + "high_checkpoint", + "legacy" + ], + "ids": [ + { + "anchor": "innodb_cleaner_lsn_age_factor", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_cmp_per_index_enabled": { + "default": "OFF", + "dynamic": true, + "name": "innodb_cmp_per_index_enabled", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_cmp_per_index_enabled", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_cmp_per_index_enabled", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_commit_concurrency": { + "cli": "--innodb-commit-concurrency=#", + "default": "0", + "dynamic": true, + "name": "innodb_commit_concurrency", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_commit_concurrency", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_commit_concurrency", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_compression_algorithm": { + "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, + "name": "innodb_compression_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "none", + "zlib", + "lz4", + "lzo", + "lzma", + "bzip2", + "snappy" + ], + "ids": [ + { + "anchor": "innodb_compression_algorithm", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_compression_default": { + "cli": "--innodb-compression-default={0|1}", + "default": "OFF", + "dynamic": true, + "name": "innodb_compression_default", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_compression_default", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_compression_failure_threshold_pct": { + "cli": "--innodb-compression-failure-threshold-pct=#", + "default": "5", + "dynamic": true, + "name": "innodb_compression_failure_threshold_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_compression_failure_threshold_pct", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_compression_failure_threshold_pct", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_compression_level": { + "cli": "--innodb-compression-level=#", + "default": "6", + "dynamic": true, + "name": "innodb_compression_level", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_compression_level", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_compression_level", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_compression_pad_pct_max": { + "cli": "--innodb-compression-pad-pct-max=#", + "default": "50", + "dynamic": true, + "name": "innodb_compression_pad_pct_max", + "range": { + "from": 0, + "to": 75 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_compression_pad_pct_max", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_compression_pad_pct_max", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_concurrency_tickets": { + "cli": "--innodb-concurrency-tickets=#", + "default": "5000", + "dynamic": true, + "name": "innodb_concurrency_tickets", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_concurrency_tickets", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_concurrency_tickets", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_corrupt_table_action": { + "cli": "innodb-corrupt-table-action=value", + "default": "assert (<= MariaDB 10.1), deprecated (<= MariaDB 10.2.6)", + "dynamic": true, + "name": "innodb_corrupt_table_action", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "deprecated", + "assert", + "warn", + "salvage", + "assert", + "warn", + "salvage" + ], + "ids": [ + { + "anchor": "innodb_corrupt_table_action", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_data_file_path": { + "default": "ibdata1:12M:autoextend", + "dynamic": false, + "name": "innodb_data_file_path", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "innodb_data_file_path", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_data_file_path", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_data_home_dir": { + "cli": "--innodb-data-home-dir=path", + "dynamic": false, + "name": "innodb_data_home_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "innodb_data_home_dir", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_data_home_dir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_deadlock_detect": { + "cli": "--innodb-deadlock-detect[={OFF|ON}]", + "default": "1", + "dynamic": true, + "name": "innodb_deadlock_detect", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_deadlock_detect", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_deadlock_detect", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_default_page_encryption_key": { + "cli": "--innodb-default-page-encryption-key=#", + "default": "1", + "dynamic": true, + "name": "innodb_default_page_encryption_key", + "range": { + "from": 1, + "to": 255 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_default_page_encryption_key", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_default_encryption_key_id": { + "cli": "--innodb-default-encryption-key-id=#", + "default": "1", + "dynamic": true, + "name": "innodb_default_encryption_key_id", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_default_encryption_key_id", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_default_row_format": { + "cli": "--innodb-default-row-format=value", + "default": "DYNAMIC", + "dynamic": true, + "name": "innodb_default_row_format", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "redundant", + "compact", + "dynamic" + ], + "ids": [ + { + "anchor": "innodb_default_row_format", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_default_row_format", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_defragment": { + "cli": "--innodb-defragment=#", + "default": "OFF", + "dynamic": true, + "name": "innodb_defragment", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_defragment", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_defragment_fill_factor": { + "cli": "--innodb-defragment-fill-factor=#", + "default": "0.9", + "dynamic": true, + "name": "innodb_defragment_fill_factor", + "range": { + "from": 0.7, + "to": 1 + }, + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "innodb_defragment_fill_factor", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_defragment_fill_factor_n_recs": { + "cli": "--innodb-defragment-fill-factor-n-recs=#", + "default": "20", + "dynamic": true, + "name": "innodb_defragment_fill_factor_n_recs", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_defragment_fill_factor_n_recs", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_defragment_frequency": { + "cli": "--innodb-defragment-frequency=#", + "default": "40", + "dynamic": true, + "name": "innodb_defragment_frequency", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_defragment_frequency", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_defragment_n_pages": { + "cli": "--innodb-defragment-n-pages=#", + "default": "7", + "dynamic": true, + "name": "innodb_defragment_n_pages", + "range": { + "from": 2, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_defragment_n_pages", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_defragment_stats_accuracy": { + "cli": "--innodb-defragment-stats-accuracy=#", + "default": "0", + "dynamic": true, + "name": "innodb_defragment_stats_accuracy", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_defragment_stats_accuracy", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_dict_size_limit": { + "cli": "innodb-dict-size-limit=#", + "default": "0", + "dynamic": true, + "name": "innodb_dict_size_limit", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_dict_size_limit", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_disable_sort_file_cache": { + "default": "OFF", + "dynamic": true, + "name": "innodb_disable_sort_file_cache", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_disable_sort_file_cache", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_disable_sort_file_cache", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_disallow_writes": { + "default": "OFF", + "dynamic": true, + "name": "innodb_disallow_writes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_disallow_writes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_doublewrite": { + "default": "ON", + "dynamic": false, + "name": "innodb_doublewrite", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_doublewrite", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_doublewrite", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_doublewrite_file": { + "cli": "innodb-doublewrite-file=filename", + "default": "NULL", + "dynamic": false, + "name": "innodb_doublewrite_file", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "innodb_doublewrite_file", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_empty_free_list_algorithm": { + "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, + "name": "innodb_empty_free_list_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "deprecated", + "backoff", + "legacy", + "backoff", + "legacy" + ], + "ids": [ + { + "anchor": "innodb_empty_free_list_algorithm", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_enable_unsafe_group_commit": { + "cli": "--innodb-enable-unsafe-group-commit", + "default": "0", + "dynamic": true, + "name": "innodb_enable_unsafe_group_commit", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_enable_unsafe_group_commit", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_encrypt_log": { + "cli": "--innodb-encrypt-log", + "default": "OFF", + "dynamic": false, + "name": "innodb_encrypt_log", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_encrypt_log", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_encrypt_tables": { + "cli": "--innodb-encrypt-tables=value", + "default": "OFF", + "dynamic": true, + "name": "innodb_encrypt_tables", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF", + "FORCE" + ], + "ids": [ + { + "anchor": "innodb_encrypt_tables", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_encrypt_temporary_tables": { + "cli": "--innodb-encrypt-temporary-tables=value", + "default": "OFF", + "dynamic": false, + "name": "innodb_encrypt_temporary_tables", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ], + "ids": [ + { + "anchor": "innodb_encrypt_temporary_tables", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_encryption_rotate_key_age": { + "cli": "--innodb-encryption-rotate-key-age=#", + "default": "1", + "dynamic": true, + "name": "innodb_encryption_rotate_key_age", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_rotate_key_age", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_encryption_rotation_iops": { + "cli": "--innodb-encryption-rotation_iops=#", + "default": "100", + "dynamic": true, + "name": "innodb_encryption_rotation_iops", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_rotation_iops", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_encryption_threads": { + "cli": "--innodb-encryption-threads=#", + "default": "0", + "dynamic": true, + "name": "innodb_encryption_threads", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_encryption_threads", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_extra_rsegments": { + "cli": "--innodb-extra-rsegments=#", + "default": "0", + "dynamic": false, + "name": "innodb_extra_rsegments", + "range": { + "from": 0, + "to": 126 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_extra_rsegments", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_extra_undoslots": { + "cli": "--innodb-extra-undoslots=#", + "default": "OFF", + "dynamic": false, + "name": "innodb_extra_undoslots", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_extra_undoslots", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_fake_changes": { + "cli": "--innodb-fake-changes={0|1}", + "default": "OFF", + "dynamic": true, + "name": "innodb_fake_changes", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_fake_changes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_fast_checksum": { + "cli": "--innodb-fast-checksum={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_fast_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_fast_checksum", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_fast_shutdown": { + "default": "1", + "dynamic": true, + "name": "innodb_fast_shutdown", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "1", + "2" + ], + "ids": [ + { + "anchor": "innodb_fast_shutdown", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_fast_shutdown", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_fatal_semaphore_wait_threshold": { + "cli": "--innodb-fatal-semaphore-wait-threshold=#", + "default": "600", + "dynamic": false, + "name": "innodb_fatal_semaphore_wait_threshold", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_fatal_semaphore_wait_threshold", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_file_format": { + "cli": "--innodb-file-format=value", + "default": "Barracuda (>= MariaDB 10.2.2), Antelope (<= MariaDB 10.2.1)", + "dynamic": true, + "name": "innodb_file_format", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "Antelope", + "Barracuda" + ], + "ids": [ + { + "anchor": "innodb_file_format", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_file_format_check": { + "cli": "--innodb-file-format-check=#", + "default": "ON (>= MariaDB 5.5)", + "dynamic": false, + "name": "innodb_file_format_check", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_file_format_check", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_file_format_max": { + "cli": "--innodb-file-format-max=value", + "default": "Antelope", + "dynamic": true, + "name": "innodb_file_format_max", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "Antelope", + "Barracuda" + ], + "ids": [ + { + "anchor": "innodb_file_format_max", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_file_per_table": { + "cli": "--innodb-path-per-table[={OFF|ON}]", + "default": "1", + "dynamic": true, + "name": "innodb_file_per_table", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_file_per_table", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_file_per_table", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_fill_factor": { + "cli": "--innodb-fill-factor=#", + "default": "100", + "dynamic": true, + "name": "innodb_fill_factor", + "range": { + "from": 10, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_fill_factor", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_fill_factor", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_flush_log_at_timeout": { + "cli": "--innodb-flush-log-at-timeout=#", + "default": "1", + "dynamic": true, + "name": "innodb_flush_log_at_timeout", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_flush_log_at_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_flush_log_at_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_flush_log_at_trx_commit": { + "default": "1", + "dynamic": true, + "name": "innodb_flush_log_at_trx_commit", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "0", + "1", + "2", + "3" + ], + "ids": [ + { + "anchor": "innodb_flush_log_at_trx_commit", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_flush_log_at_trx_commit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_flush_method": { + "dynamic": false, + "name": "innodb_flush_method", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "innodb_flush_method", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_flush_method", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_flush_neighbor_pages": { + "cli": "innodb-flush-neighbor-pages=value", + "default": "area", + "dynamic": true, + "name": "innodb_flush_neighbor_pages", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "0", + "area", + "1", + "cont", + "2" + ], + "ids": [ + { + "anchor": "innodb_flush_neighbor_pages", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_flush_neighbors": { + "cli": "--innodb-flush-neighbors=#", + "dynamic": true, + "name": "innodb_flush_neighbors", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "0", + "1", + "2" + ], + "ids": [ + { + "anchor": "innodb_flush_neighbors", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_flush_neighbors", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_flush_sync": { + "default": "ON", + "dynamic": true, + "name": "innodb_flush_sync", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_flush_sync", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_flush_sync", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_flushing_avg_loops": { + "cli": "--innodb-flushing-avg-loops=#", + "default": "30", + "dynamic": true, + "name": "innodb_flushing_avg_loops", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_flushing_avg_loops", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_flushing_avg_loops", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_force_load_corrupted": { + "cli": "--innodb-force-load-corrupted[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "innodb_force_load_corrupted", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_force_load_corrupted", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_force_load_corrupted", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_force_primary_key": { + "cli": "--innodb-force-primary-key", + "default": "OFF", + "dynamic": true, + "name": "innodb_force_primary_key", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_force_primary_key", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_force_recovery": { + "cli": "--innodb-force-recovery=#", + "default": "0", + "dynamic": false, + "name": "innodb_force_recovery", + "range": { + "from": 0, + "to": 6 + }, + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "innodb_force_recovery", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_force_recovery", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_foreground_preflush": { + "cli": "innodb-foreground-preflush=value", + "default": "deprecated (>= MariaDB 10.2.6), exponential_backoff (<= MariaDB 10.1)", + "dynamic": true, + "name": "innodb_foreground_preflush", + "scope": [ + "global" + ], + "validValues": [ + "deprecated", + "exponential_backoff", + "sync_preflush", + "exponential_backoff", + "sync_preflush" + ], + "ids": [ + { + "anchor": "innodb_foreground_preflush", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_ft_aux_table": { + "dynamic": true, + "name": "innodb_ft_aux_table", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "innodb_ft_aux_table", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_aux_table", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_cache_size": { + "cli": "--innodb-ft-cache-size=#", + "default": "8000000", + "dynamic": false, + "name": "innodb_ft_cache_size", + "range": { + "from": 1600000, + "to": 80000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ft_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_cache_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_enable_diag_print": { + "default": "OFF", + "dynamic": true, + "name": "innodb_ft_enable_diag_print", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_ft_enable_diag_print", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_enable_diag_print", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_enable_stopword": { + "default": "ON", + "dynamic": true, + "name": "innodb_ft_enable_stopword", + "type": "boolean", + "ids": [ + { + "anchor": "innodb_ft_enable_stopword", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_enable_stopword", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_max_token_size": { + "cli": "--innodb-ft-max-token-size=#", + "default": "84", + "dynamic": false, + "name": "innodb_ft_max_token_size", + "range": { + "from": 10 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ft_max_token_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_max_token_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_min_token_size": { + "cli": "--innodb-ft-min-token-size=#", + "default": "3", + "dynamic": false, + "name": "innodb_ft_min_token_size", + "range": { + "from": 0, + "to": 16 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ft_min_token_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_min_token_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_num_word_optimize": { + "cli": "--innodb-ft-num-word-optimize=#", + "default": "2000", + "dynamic": true, + "name": "innodb_ft_num_word_optimize", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ft_num_word_optimize", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_num_word_optimize", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_result_cache_limit": { + "cli": "--innodb-ft-result-cache-limit=#", + "default": "2000000000", + "dynamic": true, + "name": "innodb_ft_result_cache_limit", + "range": { + "from": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ft_result_cache_limit", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_result_cache_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_server_stopword_table": { + "cli": "--innodb-ft-server-stopword-table=db_name/table_name", + "default": "NULL", + "dynamic": true, + "name": "innodb_ft_server_stopword_table", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "innodb_ft_server_stopword_table", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_server_stopword_table", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_sort_pll_degree": { + "cli": "--innodb-ft-sort-pll-degree=#", + "default": "2", + "dynamic": false, + "name": "innodb_ft_sort_pll_degree", + "range": { + "from": 1, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ft_sort_pll_degree", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_sort_pll_degree", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_total_cache_size": { + "cli": "--innodb-ft-total-cache-size=#", + "default": "640000000", + "dynamic": false, + "name": "innodb_ft_total_cache_size", + "range": { + "from": 32000000, + "to": 1600000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ft_total_cache_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_total_cache_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ft_user_stopword_table": { + "cli": "--innodb-ft-user-stopword-table=db_name/table_name", + "default": "NULL", + "dynamic": true, + "name": "innodb_ft_user_stopword_table", + "type": "string", + "ids": [ + { + "anchor": "innodb_ft_user_stopword_table", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_ft_user_stopword_table", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ibuf_accel_rate": { + "cli": "innodb-ibuf-accel-rate=#", + "default": "100", + "dynamic": true, + "name": "innodb_ibuf_accel_rate", + "range": { + "from": 100, + "to": 999999999 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_accel_rate", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_ibuf_active_contract": { + "cli": "innodb-ibuf-active-contract=#", + "default": "1", + "dynamic": true, + "name": "innodb_ibuf_active_contract", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_active_contract", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_ibuf_max_size": { + "cli": "innodb-ibuf-max-size=#", + "default": "1/2 the size of the InnoDB buffer pool", + "dynamic": false, + "name": "innodb_ibuf_max_size", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_ibuf_max_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_idle_flush_pct": { + "cli": "--innodb-idle-flush-pct=#", + "default": "100", + "dynamic": true, + "name": "innodb_idle_flush_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_idle_flush_pct", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_idle_flush_pct", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_immediate_scrub_data_uncompressed": { + "cli": "--innodb-immediate-scrub-data-uncompressed=#", + "default": "OFF", + "dynamic": true, + "name": "innodb_immediate_scrub_data_uncompressed", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_immediate_scrub_data_uncompressed", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_import_table_from_xtrabackup": { + "cli": "innodb-import-table-from-xtrabackup=#", + "default": "0", + "dynamic": true, + "name": "innodb_import_table_from_xtrabackup", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_import_table_from_xtrabackup", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_instrument_semaphores": { + "cli": "--innodb-instrument-semaphores={0|1}", + "default": "OFF", + "dynamic": true, + "name": "innodb_instrument_semaphores", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_instrument_semaphores", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_io_capacity": { + "cli": "--innodb-io-capacity=#", + "default": "200", + "dynamic": true, + "name": "innodb_io_capacity", + "range": { + "from": 100, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_io_capacity", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_io_capacity", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_io_capacity_max": { + "cli": "--innodb-io-capacity-max=#", + "dynamic": true, + "name": "innodb_io_capacity_max", + "range": { + "from": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_io_capacity_max", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_io_capacity_max", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_kill_idle_transaction": { + "default": "0", + "dynamic": true, + "name": "innodb_kill_idle_transaction", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_kill_idle_transaction", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_large_prefix": { + "cli": "--innodb-large-prefix", + "default": "ON (>= MariaDB 10.2.2), OFF (<= MariaDB 10.2.1)", + "dynamic": true, + "name": "innodb_large_prefix", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_large_prefix", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_lazy_drop_table": { + "cli": "innodb-lazy-drop-table={0|1}", + "default": "0", + "dynamic": true, + "name": "innodb_lazy_drop_table", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_lazy_drop_table", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_lock_schedule_algorithm": { + "cli": "--innodb-lock-schedule-algorithm=#", + "default": "VATS (10.2), FCFS (10.1)", + "dynamic": false, + "name": "innodb_lock_schedule_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "FCFS", + "VATS" + ], + "ids": [ + { + "anchor": "innodb_lock_schedule_algorithm", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_lock_wait_timeout": { + "cli": "--innodb-lock-wait-timeout=#", + "default": "50", + "dynamic": true, + "name": "innodb_lock_wait_timeout", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_lock_wait_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_lock_wait_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_locking_fake_changes": { + "cli": "--innodb-locking-fake-changes", + "default": "ON", + "dynamic": true, + "name": "innodb_locking_fake_changes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_locking_fake_changes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_locks_unsafe_for_binlog": { + "cli": "--innodb-locks-unsafe-for-binlog", + "default": "OFF", + "dynamic": false, + "name": "innodb_locks_unsafe_for_binlog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_locks_unsafe_for_binlog", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_log_arch_dir": { + "cli": "--innodb-log-arch-dir=name", + "default": "./", + "dynamic": false, + "name": "innodb_log_arch_dir", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "innodb_log_arch_dir", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_log_arch_expire_sec": { + "cli": "--innodb-log-arch-expire-sec=#", + "default": "0", + "dynamic": true, + "name": "innodb_log_arch_expire_sec", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_log_arch_expire_sec", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_log_archive": { + "cli": "--innodb-log-archive=value", + "default": "OFF", + "dynamic": true, + "name": "innodb_log_archive", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_log_archive", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_log_block_size": { + "cli": "innodb-log-block-size=#", + "default": "512", + "dynamic": false, + "name": "innodb_log_block_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_log_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_log_buffer_size": { + "cli": "--innodb-log-buffer-size=#", + "default": "16777216", + "name": "innodb_log_buffer_size", + "type": "integer", + "ids": [ + { + "anchor": "innodb_log_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_log_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_checksum_algorithm": { + "cli": "innodb-log-checksum-algorithm=value", + "default": "deprecated (>= MariaDB 10.2.6), innodb (<= MariaDB 10.1)", + "dynamic": true, + "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" + ], + "ids": [ + { + "anchor": "innodb_log_checksum_algorithm", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_log_checksums": { + "default": "ON", + "dynamic": true, + "name": "innodb_log_checksums", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_log_checksums", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_log_checksums", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_compressed_pages": { + "default": "1", + "dynamic": true, + "name": "innodb_log_compressed_pages", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_log_compressed_pages", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_log_compressed_pages", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_file_size": { + "cli": "--innodb-log-file-size=#", + "default": "50331648", + "dynamic": false, + "name": "innodb_log_file_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_log_file_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_log_file_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_files_in_group": { + "cli": "--innodb-log-files-in-group=#", + "default": "2", + "dynamic": false, + "name": "innodb_log_files_in_group", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_log_files_in_group", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_log_files_in_group", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_group_home_dir": { + "cli": "--innodb-log-group-home-dir=path", + "dynamic": false, + "name": "innodb_log_group_home_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "innodb_log_group_home_dir", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_log_group_home_dir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_optimize_ddl": { + "cli": "--innodb-log-optimize-ddl={0|1}", + "default": "ON", + "dynamic": true, + "name": "innodb_log_optimize_ddl", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_log_optimize_ddl", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_log_write_ahead_size": { + "cli": "--innodb-log-write-ahead-size=#", + "default": "8192", + "dynamic": true, + "name": "innodb_log_write_ahead_size", + "range": { + "from": 512 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_log_write_ahead_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_log_write_ahead_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_lru_scan_depth": { + "cli": "--innodb-lru-scan-depth=#", + "default": "1024", + "dynamic": true, + "name": "innodb_lru_scan_depth", + "range": { + "from": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_lru_scan_depth", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_lru_scan_depth", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_max_bitmap_file_size": { + "cli": "innodb-max-bitmap-file-size=#", + "default": "4096 (4KB)", + "dynamic": true, + "name": "innodb_max_bitmap_file_size", + "range": { + "from": 4096, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_max_bitmap_file_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_max_changed_pages": { + "cli": "innodb-max-changed-pages=#", + "default": "1000000", + "dynamic": true, + "name": "innodb_max_changed_pages", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_max_changed_pages", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_max_dirty_pages_pct": { + "cli": "--innodb-max-dirty-pages-pct=#", + "name": "innodb_max_dirty_pages_pct", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_max_dirty_pages_pct", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_max_dirty_pages_pct", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_max_dirty_pages_pct_lwm": { + "cli": "--innodb-max-dirty-pages-pct-lwm=#", + "dynamic": true, + "name": "innodb_max_dirty_pages_pct_lwm", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_max_dirty_pages_pct_lwm", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_max_dirty_pages_pct_lwm", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_max_purge_lag": { + "cli": "--innodb-max-purge-lag=#", + "default": "0", + "dynamic": true, + "name": "innodb_max_purge_lag", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_max_purge_lag", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_max_purge_lag", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_max_purge_lag_delay": { + "cli": "--innodb-max-purge-lag-delay=#", + "default": "0", + "dynamic": true, + "name": "innodb_max_purge_lag_delay", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_max_purge_lag_delay", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_max_purge_lag_delay", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_max_undo_log_size": { + "cli": "--innodb-max-undo-log-size=#", + "dynamic": true, + "name": "innodb_max_undo_log_size", + "range": { + "from": 10485760 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_max_undo_log_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_max_undo_log_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_merge_sort_block_size": { + "cli": "innodb-merge-sort-block-size=#", + "default": "1048576 (1M)", + "dynamic": true, + "name": "innodb_merge_sort_block_size", + "range": { + "from": 1048576, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_merge_sort_block_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_mirrored_log_groups": { + "name": "innodb_mirrored_log_groups", + "ids": [ + { + "anchor": "innodb_mirrored_log_groups", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_mtflush_threads": { + "cli": "--innodb-mtflush-threads=#", + "default": "8", + "dynamic": false, + "name": "innodb_mtflush_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_mtflush_threads", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_monitor_disable": { + "dynamic": true, + "name": "innodb_monitor_disable", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "innodb_monitor_disable", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_monitor_disable", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_monitor_enable": { + "dynamic": true, + "name": "innodb_monitor_enable", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "innodb_monitor_enable", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_monitor_enable", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_monitor_reset": { + "default": "empty string", + "dynamic": true, + "name": "innodb_monitor_reset", + "scope": [ + "global" + ], + "validValues": [ + "counter", + "module", + "pattern", + "all" + ], + "ids": [ + { + "anchor": "innodb_monitor_reset", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_monitor_reset", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_monitor_reset_all": { + "default": "empty string", + "dynamic": true, + "name": "innodb_monitor_reset_all", + "scope": [ + "global" + ], + "validValues": [ + "counter", + "module", + "pattern", + "all" + ], + "ids": [ + { + "anchor": "innodb_monitor_reset_all", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_monitor_reset_all", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_numa_interleave": { + "default": "OFF", + "dynamic": false, + "name": "innodb_numa_interleave", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_numa_interleave", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_numa_interleave", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_old_blocks_pct": { + "cli": "--innodb-old-blocks-pct=#", + "default": "37", + "dynamic": true, + "name": "innodb_old_blocks_pct", + "range": { + "from": 5, + "to": 95 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_old_blocks_pct", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_old_blocks_pct", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_old_blocks_time": { + "cli": "--innodb-old-blocks-time=#", + "default": "1000", + "dynamic": true, + "name": "innodb_old_blocks_time", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_old_blocks_time", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_old_blocks_time", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_online_alter_log_max_size": { + "cli": "--innodb-online-alter-log-max-size=#", + "default": "134217728", + "dynamic": true, + "name": "innodb_online_alter_log_max_size", + "range": { + "from": 65536 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_online_alter_log_max_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_online_alter_log_max_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_open_files": { + "cli": "--innodb-open-files=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "innodb_open_files", + "range": { + "from": 10, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_open_files", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_open_files", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_optimize_fulltext_only": { + "default": "OFF", + "dynamic": true, + "name": "innodb_optimize_fulltext_only", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_optimize_fulltext_only", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_optimize_fulltext_only", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_page_cleaners": { + "cli": "--innodb-page-cleaners=#", + "default": "4", + "dynamic": false, + "name": "innodb_page_cleaners", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_page_cleaners", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_page_cleaners", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_page_size": { + "cli": "--innodb-page-size=#", + "default": "16384", + "dynamic": false, + "name": "innodb_page_size", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "4096", + "8192", + "16384", + "32768", + "65536" + ], + "ids": [ + { + "anchor": "innodb_page_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_page_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_pass_corrupt_table": { + "name": "innodb_pass_corrupt_table", + "ids": [ + { + "anchor": "innodb_pass_corrupt_table", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_prefix_index_cluster_optimization": { + "cli": "--innodb-prefix-index-cluster-optimization=#", + "default": "OFF", + "dynamic": true, + "name": "innodb_prefix_index_cluster_optimization", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_prefix_index_cluster_optimization", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_print_all_deadlocks": { + "default": "OFF", + "dynamic": true, + "name": "innodb_print_all_deadlocks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_print_all_deadlocks", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_print_all_deadlocks", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_purge_batch_size": { + "cli": "--innodb-purge-batch-size=#", + "name": "innodb_purge_batch_size", + "range": { + "from": 1, + "to": 5000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_purge_batch_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_purge_batch_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_purge_rseg_truncate_frequency": { + "cli": "--innodb-purge-rseg-truncate-frequency=#", + "default": "128", + "dynamic": true, + "name": "innodb_purge_rseg_truncate_frequency", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_purge_rseg_truncate_frequency", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_purge_rseg_truncate_frequency", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_purge_threads": { + "cli": "--innodb-purge-threads=#", + "default": "4", + "dynamic": false, + "name": "innodb_purge_threads", + "range": { + "from": 1, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_purge_threads", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_purge_threads", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_random_read_ahead": { + "default": "OFF", + "dynamic": true, + "name": "innodb_random_read_ahead", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_random_read_ahead", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_random_read_ahead", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_read_ahead": { + "cli": "innodb-read-ahead=value", + "default": "linear", + "dynamic": true, + "name": "innodb_read_ahead", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "random", + "linear", + "both" + ], + "ids": [ + { + "anchor": "innodb_read_ahead", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_read_ahead_threshold": { + "cli": "--innodb-read-ahead-threshold=#", + "default": "56", + "dynamic": true, + "name": "innodb_read_ahead_threshold", + "range": { + "from": 0, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_read_ahead_threshold", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_read_ahead_threshold", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_read_io_threads": { + "cli": "--innodb-read-io-threads=#", + "default": "4", + "dynamic": false, + "name": "innodb_read_io_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_read_io_threads", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_read_io_threads", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_read_only": { + "default": "OFF", + "dynamic": false, + "name": "innodb_read_only", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_read_only", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_read_only", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_recovery_stats": { + "default": "OFF", + "dynamic": false, + "name": "innodb_recovery_stats", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_recovery_stats", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_recovery_update_relay_log": { + "cli": "innodb-recovery-update-relay-log={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_recovery_update_relay_log", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_recovery_update_relay_log", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_replication_delay": { + "cli": "--innodb-replication-delay=#", + "default": "0", + "dynamic": true, + "name": "innodb_replication_delay", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_replication_delay", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_replication_delay", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_rollback_on_timeout": { + "cli": "--innodb-rollback-on-timeout[={OFF|ON}]", + "default": "0", + "dynamic": false, + "name": "innodb_rollback_on_timeout", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_rollback_on_timeout", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_rollback_on_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_rollback_segments": { + "cli": "--innodb-rollback-segments=#", + "default": "128", + "dynamic": true, + "name": "innodb_rollback_segments", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_rollback_segments", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_rollback_segments", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_safe_truncate": { + "cli": "--innodb-safe-truncate={0|1}", + "default": "ON", + "dynamic": false, + "name": "innodb_safe_truncate", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_safe_truncate", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_scrub_log": { + "cli": "--innodb-scrub-log", + "default": "OFF", + "dynamic": false, + "name": "innodb_scrub_log", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_scrub_log", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_scrub_log_interval": { + "cli": "--innodb-scrub-log-interval=#", + "default": "56", + "dynamic": true, + "name": "innodb_scrub_log_interval", + "range": { + "from": 0, + "to": 50000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_scrub_log_interval", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_scrub_log_speed": { + "cli": "--innodb-scrub-log-speed=#", + "default": "256", + "dynamic": true, + "name": "innodb_scrub_log_speed", + "range": { + "from": 1, + "to": 50000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_scrub_log_speed", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_sched_priority_cleaner": { + "cli": "innodb-sched-priority-cleaner=#", + "default": "19", + "dynamic": true, + "name": "innodb_sched_priority_cleaner", + "range": { + "from": 0, + "to": 39 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_sched_priority_cleaner", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_show_locks_held": { + "cli": "innodb-show-locks-held=#", + "default": "10", + "dynamic": true, + "name": "innodb_show_locks_held", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_show_locks_held", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_show_verbose_locks": { + "cli": "innodb-show-verbose-locks=#", + "default": "0", + "dynamic": true, + "name": "innodb_show_verbose_locks", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_show_verbose_locks", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_simulate_comp_failures": { + "default": "0", + "dynamic": true, + "name": "innodb_simulate_comp_failures", + "range": { + "from": 0, + "to": 99 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_simulate_comp_failures", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_sort_buffer_size": { + "cli": "--innodb-sort-buffer-size=#", + "default": "1048576", + "dynamic": false, + "name": "innodb_sort_buffer_size", + "range": { + "from": 65536, + "to": 67108864 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_sort_buffer_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_sort_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_spin_wait_delay": { + "cli": "--innodb-spin-wait-delay=#", + "dynamic": true, + "name": "innodb_spin_wait_delay", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_spin_wait_delay", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_spin_wait_delay", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_stats_auto_recalc": { + "default": "ON", + "dynamic": true, + "name": "innodb_stats_auto_recalc", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_stats_auto_recalc", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_stats_auto_recalc", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_stats_auto_update": { + "default": "1", + "dynamic": true, + "name": "innodb_stats_auto_update", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_stats_auto_update", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_stats_include_delete_marked": { + "cli": "--innodb-stats-include-delete-marked[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_stats_include_delete_marked", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_stats_include_delete_marked", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_stats_include_delete_marked", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_stats_method": { + "default": "nulls_equal", + "dynamic": true, + "name": "innodb_stats_method", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ], + "ids": [ + { + "anchor": "innodb_stats_method", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_stats_method", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_stats_modified_counter": { + "cli": "--innodb-stats-modified-counter=#", + "default": "0", + "dynamic": true, + "name": "innodb_stats_modified_counter", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_stats_modified_counter", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_stats_on_metadata": { + "cli": "--innodb-stats-on-metadata[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "innodb_stats_on_metadata", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_stats_on_metadata", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_stats_on_metadata", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_stats_persistent": { + "default": "ON", + "dynamic": true, + "name": "innodb_stats_persistent", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_stats_persistent", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_stats_persistent", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_stats_persistent_sample_pages": { + "cli": "--innodb-stats-persistent-sample-pages=#", + "default": "20", + "dynamic": true, + "name": "innodb_stats_persistent_sample_pages", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_stats_persistent_sample_pages", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_stats_persistent_sample_pages", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_stats_sample_pages": { + "cli": "--innodb-stats-sample-pages=#", + "default": "8", + "dynamic": true, + "name": "innodb_stats_sample_pages", + "range": { + "from": 1, + "to": 264 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_stats_sample_pages", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_stats_traditional": { + "cli": "--innodb-stats-traditional=#", + "default": "ON", + "dynamic": true, + "name": "innodb_stats_traditional", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_stats_traditional", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_stats_transient_sample_pages": { + "cli": "--innodb-stats-transient-sample-pages=#", + "default": "8", + "dynamic": true, + "name": "innodb_stats_transient_sample_pages", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_stats_transient_sample_pages", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_stats_transient_sample_pages", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_stats_update_need_lock": { + "default": "1", + "dynamic": true, + "name": "innodb_stats_update_need_lock", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_stats_update_need_lock", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_status_output": { + "default": "OFF", + "dynamic": true, + "name": "innodb_status_output", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_status_output", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_status_output", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_status_output_locks": { + "default": "OFF", + "dynamic": true, + "name": "innodb_status_output_locks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_status_output_locks", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_status_output_locks", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_strict_mode": { + "default": "1", + "dynamic": true, + "name": "innodb_strict_mode", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_strict_mode", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_strict_mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_support_xa": { + "cli": "--innodb-support-xa", + "default": "ON", + "dynamic": true, + "name": "innodb_support_xa", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_support_xa", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_sync_array_size": { + "cli": "--innodb-sync-array-size=#", + "default": "1", + "dynamic": false, + "name": "innodb_sync_array_size", + "range": { + "from": 1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_sync_array_size", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_sync_array_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_sync_spin_loops": { + "cli": "--innodb-sync-spin-loops=#", + "default": "30", + "dynamic": true, + "name": "innodb_sync_spin_loops", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_sync_spin_loops", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_sync_spin_loops", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_table_locks": { + "cli": "--innodb-table-locks[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "innodb_table_locks", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_table_locks", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_table_locks", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_thread_concurrency": { + "cli": "--innodb-thread-concurrency=#", + "default": "0", + "dynamic": true, + "name": "innodb_thread_concurrency", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_thread_concurrency", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_thread_concurrency", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_thread_concurrency_timer_based": { + "cli": "innodb-thread-concurrency-timer-based={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_thread_concurrency_timer_based", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_thread_concurrency_timer_based", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_thread_sleep_delay": { + "cli": "--innodb-thread-sleep-delay=#", + "default": "10000", + "dynamic": true, + "name": "innodb_thread_sleep_delay", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_thread_sleep_delay", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_thread_sleep_delay", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_temp_data_file_path": { + "cli": "--innodb-temp-data-path-path=path-name", + "default": "ibtmp1:12M:autoextend", + "dynamic": false, + "name": "innodb_temp_data_file_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "innodb_temp_data_file_path", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_temp_data_file_path", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_tmpdir": { + "cli": "--innodb-tmpdir=path", + "default": "NULL", + "dynamic": true, + "name": "innodb_tmpdir", + "ids": [ + { + "anchor": "innodb_tmpdir", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_tmpdir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_track_changed_pages": { + "cli": "innodb-track-changed-pages={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_track_changed_pages", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_track_changed_pages", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_track_redo_log_now": { + "cli": "innodb-track-redo-log-now={0|1}", + "default": "OFF", + "dynamic": true, + "name": "innodb_track_redo_log_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_track_redo_log_now", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_undo_directory": { + "dynamic": false, + "name": "innodb_undo_directory", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "innodb_undo_directory", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_undo_directory", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_undo_log_truncate": { + "dynamic": true, + "name": "innodb_undo_log_truncate", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_undo_log_truncate", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_undo_log_truncate", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_undo_logs": { + "cli": "--innodb-undo-logs=#", + "default": "128", + "dynamic": true, + "name": "innodb_undo_logs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_undo_logs", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_undo_logs", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_undo_tablespaces": { + "cli": "--innodb-undo-tablespaces=#", + "name": "innodb_undo_tablespaces", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_undo_tablespaces", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_undo_tablespaces", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_use_atomic_writes": { + "cli": "innodb-use-atomic-writes={0|1}", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": false, + "name": "innodb_use_atomic_writes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_use_atomic_writes", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_use_fallocate": { + "cli": "innodb-use-fallocate={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_use_fallocate", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_use_fallocate", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_use_global_flush_log_at_trx_commit": { + "cli": "innodb-use-global-flush-log-at-trx_commit={0|1}", + "default": "ON", + "dynamic": true, + "name": "innodb_use_global_flush_log_at_trx_commit", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_use_global_flush_log_at_trx_commit", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_use_mtflush": { + "cli": "--innodb-use-mtflush=#", + "default": "OFF", + "dynamic": false, + "name": "innodb_use_mtflush", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_use_mtflush", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_use_native_aio": { + "default": "ON", + "dynamic": false, + "name": "innodb_use_native_aio", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_use_native_aio", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_use_native_aio", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_use_purge_thread": { + "cli": "--innodb-use-purge-thread=#", + "default": "1", + "dynamic": false, + "name": "innodb_use_purge_thread", + "range": { + "from": 0, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_use_purge_thread", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_use_stacktrace": { + "cli": "--innodb-use-stacktrace=#", + "default": "OFF", + "dynamic": false, + "name": "innodb_use_stacktrace", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_use_stacktrace", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_use_sys_malloc": { + "cli": "--innodb-use-sys-malloc=#", + "default": "ON", + "dynamic": false, + "name": "innodb_use_sys_malloc", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_use_sys_malloc", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_use_sys_stats_table": { + "cli": "innodb-use-sys-stats-table={0|1}", + "default": "0", + "dynamic": false, + "name": "innodb_use_sys_stats_table", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_use_sys_stats_table", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_use_trim": { + "cli": "--innodb-use-trim=#", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": false, + "name": "innodb_use_trim", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "innodb_use_trim", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_version": { + "dynamic": false, + "name": "innodb_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "innodb_version", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + } + ] + }, + "innodb_write_io_threads": { + "cli": "--innodb-write-io-threads=#", + "default": "4", + "dynamic": false, + "name": "innodb_write_io_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "innodb_write_io_threads", + "url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/" + }, + { + "anchor": "sysvar_innodb_write_io_threads", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "audit_log": { + "cli": "--audit-log[=value]", + "default": "ON", + "name": "audit_log", + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "FORCE", + "FORCE_PLUS_PERMANENT" + ], + "ids": [ + { + "anchor": "option_mysqld_audit-log", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_buffer_size": { + "cli": "--audit-log-buffer-size=#", + "default": "1048576", + "dynamic": false, + "name": "audit_log_buffer_size", + "range": { + "from": 4096 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_audit_log_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_compression": { + "cli": "--audit-log-compression=value", + "default": "NONE", + "dynamic": false, + "name": "audit_log_compression", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NONE", + "GZIP" + ], + "ids": [ + { + "anchor": "sysvar_audit_log_compression", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_connection_policy": { + "cli": "--audit-log-connection-policy=value", + "default": "ALL", + "dynamic": true, + "name": "audit_log_connection_policy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ALL", + "ERRORS", + "NONE" + ], + "ids": [ + { + "anchor": "sysvar_audit_log_connection_policy", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_current_session": { + "default": "depends on filtering policy", + "dynamic": false, + "name": "audit_log_current_session", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_audit_log_current_session", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_encryption": { + "cli": "--audit-log-encryption=value", + "default": "NONE", + "dynamic": false, + "name": "audit_log_encryption", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NONE", + "AES" + ], + "ids": [ + { + "anchor": "sysvar_audit_log_encryption", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_exclude_accounts": { + "cli": "--audit-log-exclude-accounts=value", + "default": "NULL", + "dynamic": true, + "name": "audit_log_exclude_accounts", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_audit_log_exclude_accounts", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_file": { + "cli": "--audit-log-file=file_name", + "default": "audit.log", + "dynamic": false, + "name": "audit_log_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_audit_log_file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_filter_id": { + "dynamic": false, + "name": "audit_log_filter_id", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_audit_log_filter_id", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_flush": { + "default": "OFF", + "dynamic": true, + "name": "audit_log_flush", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_audit_log_flush", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_format": { + "cli": "--audit-log-format=value", + "default": "NEW", + "dynamic": false, + "name": "audit_log_format", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OLD", + "NEW", + "JSON" + ], + "ids": [ + { + "anchor": "sysvar_audit_log_format", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_include_accounts": { + "cli": "--audit-log-include-accounts=value", + "default": "NULL", + "dynamic": true, + "name": "audit_log_include_accounts", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_audit_log_include_accounts", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_password_history_keep_days": { + "cli": "--audit-log-password-history-keep-days=#", + "default": "0", + "dynamic": true, + "name": "audit_log_password_history_keep_days", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_audit_log_password_history_keep_days", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_policy": { + "cli": "--audit-log-policy=value", + "default": "ALL", + "dynamic": false, + "name": "audit_log_policy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ALL", + "LOGINS", + "QUERIES", + "NONE" + ], + "ids": [ + { + "anchor": "sysvar_audit_log_policy", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_read_buffer_size": { + "cli": "--audit-log-read-buffer-size=#", + "name": "audit_log_read_buffer_size", + "range": { + "to": 4194304 + }, + "type": "integer", + "ids": [ + { + "anchor": "sysvar_audit_log_read_buffer_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_rotate_on_size": { + "cli": "--audit-log-rotate-on-size=#", + "default": "0", + "dynamic": true, + "name": "audit_log_rotate_on_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_audit_log_rotate_on_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_statement_policy": { + "cli": "--audit-log-statement-policy=value", + "default": "ALL", + "dynamic": true, + "name": "audit_log_statement_policy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ALL", + "ERRORS", + "NONE" + ], + "ids": [ + { + "anchor": "sysvar_audit_log_statement_policy", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "audit_log_strategy": { + "cli": "--audit-log-strategy=value", + "default": "ASYNCHRONOUS", + "dynamic": false, + "name": "audit_log_strategy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ASYNCHRONOUS", + "PERFORMANCE", + "SEMISYNCHRONOUS", + "SYNCHRONOUS" + ], + "ids": [ + { + "anchor": "sysvar_audit_log_strategy", + "url": "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html" + } + ] + }, + "innodb": { + "cli": "--innodb[=value]", + "default": "ON", + "name": "innodb", + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "FORCE" + ], + "ids": [ + { + "anchor": "option_mysqld_innodb", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_status_file": { + "cli": "--innodb-status-file[={OFF|ON}]", + "default": "OFF", + "name": "innodb_status_file", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_innodb-status-file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "daemon_memcached_enable_binlog": { + "cli": "--daemon-memcached-enable-binlog[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "daemon_memcached_enable_binlog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_daemon_memcached_enable_binlog", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "daemon_memcached_engine_lib_name": { + "cli": "--daemon-memcached-engine-lib-name=file_name", + "default": "innodb_engine.so", + "dynamic": false, + "name": "daemon_memcached_engine_lib_name", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_daemon_memcached_engine_lib_name", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "daemon_memcached_engine_lib_path": { + "cli": "--daemon-memcached-engine-lib-path=dir_name", + "default": "NULL", + "dynamic": false, + "name": "daemon_memcached_engine_lib_path", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "sysvar_daemon_memcached_engine_lib_path", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "daemon_memcached_option": { + "cli": "--daemon-memcached-option=options", + "default": "", + "dynamic": false, + "name": "daemon_memcached_option", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_daemon_memcached_option", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "daemon_memcached_r_batch_size": { + "cli": "--daemon-memcached-r-batch-size=#", + "default": "1", + "dynamic": false, + "name": "daemon_memcached_r_batch_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_daemon_memcached_r_batch_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "daemon_memcached_w_batch_size": { + "cli": "--daemon-memcached-w-batch-size=#", + "default": "1", + "dynamic": false, + "name": "daemon_memcached_w_batch_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_daemon_memcached_w_batch_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_background_drop_list_empty": { + "cli": "--innodb-background-drop-list-empty[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_background_drop_list_empty", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_background_drop_list_empty", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_debug": { + "cli": "--innodb-buffer-pool-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "innodb_buffer_pool_debug", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_buffer_pool_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_buffer_pool_in_core_file": { + "cli": "--innodb-buffer-pool-in-core-file[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "innodb_buffer_pool_in_core_file", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_buffer_pool_in_core_file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_checkpoint_disabled": { + "cli": "--innodb-checkpoint-disabled[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_checkpoint_disabled", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_checkpoint_disabled", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_compress_debug": { + "cli": "--innodb-compress-debug=value", + "default": "none", + "dynamic": true, + "name": "innodb_compress_debug", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "zlib", + "lz4", + "lz4hc" + ], + "ids": [ + { + "anchor": "sysvar_innodb_compress_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_ddl_log_crash_reset_debug": { + "cli": "--innodb-ddl-log-crash-reset-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_ddl_log_crash_reset_debug", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_ddl_log_crash_reset_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_dedicated_server": { + "cli": "--innodb-dedicated-server[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "innodb_dedicated_server", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_dedicated_server", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_directories": { + "cli": "--innodb-directories=dir_name", + "dynamic": false, + "name": "innodb_directories", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "sysvar_innodb_directories", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_fil_make_page_dirty_debug": { + "cli": "--innodb-fil-make-page-dirty-debug=#", + "default": "0", + "dynamic": true, + "name": "innodb_fil_make_page_dirty_debug", + "range": { + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_fil_make_page_dirty_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_fsync_threshold": { + "cli": "--innodb-fsync-threshold=#", + "default": "0", + "dynamic": true, + "name": "innodb_fsync_threshold", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_fsync_threshold", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_limit_optimistic_insert_debug": { + "cli": "--innodb-limit-optimistic-insert-debug=#", + "default": "0", + "dynamic": true, + "name": "innodb_limit_optimistic_insert_debug", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_limit_optimistic_insert_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_checkpoint_fuzzy_now": { + "cli": "--innodb-log-checkpoint-fuzzy-now[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_log_checkpoint_fuzzy_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_log_checkpoint_fuzzy_now", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_checkpoint_now": { + "cli": "--innodb-log-checkpoint-now[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_log_checkpoint_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_log_checkpoint_now", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_spin_cpu_abs_lwm": { + "cli": "--innodb-log-spin-cpu-abs-lwm=#", + "default": "80", + "dynamic": true, + "name": "innodb_log_spin_cpu_abs_lwm", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_log_spin_cpu_abs_lwm", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_spin_cpu_pct_hwm": { + "cli": "--innodb-log-spin-cpu-pct-hwm=#", + "default": "50", + "dynamic": true, + "name": "innodb_log_spin_cpu_pct_hwm", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_log_spin_cpu_pct_hwm", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_log_wait_for_flush_spin_hwm": { + "cli": "--innodb-log-wait-for-flush-spin-hwm=#", + "default": "400", + "dynamic": true, + "name": "innodb_log_wait_for_flush_spin_hwm", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_log_wait_for_flush_spin_hwm", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_merge_threshold_set_all_debug": { + "cli": "--innodb-merge-threshold-set-all-debug=#", + "default": "50", + "dynamic": true, + "name": "innodb_merge_threshold_set_all_debug", + "range": { + "from": 1, + "to": 50 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_merge_threshold_set_all_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_parallel_read_threads": { + "cli": "--innodb-parallel-read-threads=#", + "default": "4", + "dynamic": true, + "name": "innodb_parallel_read_threads", + "range": { + "from": 1, + "to": 256 + }, + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_parallel_read_threads", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_print_ddl_logs": { + "cli": "--innodb-print-ddl-logs[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_print_ddl_logs", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_print_ddl_logs", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_redo_log_archive_dirs": { + "cli": "--innodb-redo-log-archive-dirs", + "default": "NULL", + "dynamic": true, + "name": "innodb_redo_log_archive_dirs", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_innodb_redo_log_archive_dirs", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_redo_log_encrypt": { + "cli": "--innodb-redo-log-encrypt[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_redo_log_encrypt", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_redo_log_encrypt", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_scan_directories": { + "cli": "--innodb-scan-directories=dir_name", + "default": "NULL", + "dynamic": false, + "name": "innodb_scan_directories", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "sysvar_innodb_scan_directories", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_saved_page_number_debug": { + "cli": "--innodb-saved-page-number-debug=#", + "default": "0", + "dynamic": true, + "name": "innodb_saved_page_number_debug", + "range": { + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_saved_page_number_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_spin_wait_pause_multiplier": { + "cli": "--innodb-spin-wait-pause-multiplier=#", + "default": "50", + "dynamic": true, + "name": "innodb_spin_wait_pause_multiplier", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_spin_wait_pause_multiplier", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_sync_debug": { + "cli": "--innodb-sync-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "innodb_sync_debug", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_sync_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_temp_tablespaces_dir": { + "cli": "--innodb-temp-tablespaces-dir=dir_name", + "default": "#innodb_temp", + "dynamic": false, + "name": "innodb_temp_tablespaces_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "sysvar_innodb_temp_tablespaces_dir", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_trx_purge_view_update_only_debug": { + "cli": "--innodb-trx-purge-view-update-only-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_trx_purge_view_update_only_debug", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_trx_purge_view_update_only_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_trx_rseg_n_slots_debug": { + "cli": "--innodb-trx-rseg-n-slots-debug=#", + "default": "0", + "dynamic": true, + "name": "innodb_trx_rseg_n_slots_debug", + "range": { + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_innodb_trx_rseg_n_slots_debug", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "innodb_undo_log_encrypt": { + "cli": "--innodb-undo-log-encrypt[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_undo_log_encrypt", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_innodb_undo_log_encrypt", + "url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html" + } + ] + }, + "ndbcluster": { + "cli": "--ndbcluster", + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndbcluster", + "ids": [ + { + "anchor": "option_mysqld_ndbcluster", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-allow-copying-alter-table": { + "cli": "--ndb-allow-copying-alter-table=[ON|OFF]", + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-allow-copying-alter-table", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-allow-copying-alter-table", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-batch-size": { + "cli": "--ndb-batch-size=#", + "default": "32768 / 0 - 31536000 (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-batch-size", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-batch-size", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-cluster-connection-pool": { + "cli": "--ndb-cluster-connection-pool=#", + "default": "1 / 1 - 63 (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-cluster-connection-pool", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-cluster-connection-pool", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-cluster-connection-pool-nodeids": { + "cli": "--ndb-cluster-connection-pool-nodeids=list", + "default": "/ (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-cluster-connection-pool-nodeids", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-cluster-connection-pool-nodeids", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-blob-read-batch-bytes": { + "cli": "--ndb-blob-read-batch-bytes=bytes", + "default": "65536 / 0 - 4294967295 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-blob-read-batch-bytes", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-blob-read-batch-bytes", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-blob-write-batch-bytes": { + "cli": "--ndb-blob-write-batch-bytes=bytes", + "default": "65536 / 0 - 4294967295 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-blob-write-batch-bytes", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-blob-write-batch-bytes", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-connectstring": { + "cli": "--ndb-connectstring=connection_string", + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-connectstring", + "ids": [ + { + "anchor": "option_mysqld_ndb-connectstring", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-default-column-format": { + "cli": "--ndb-default-column-format=[FIXED|DYNAMIC]", + "default": "FIXED / FIXED, DYNAMIC (Version: 5.7.16-ndb-7.5.4)", + "dynamic": true, + "name": "ndb-default-column-format", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-default-column-format", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-deferred-constraints": { + "cli": "--ndb-deferred-constraints=[0|1]", + "default": "0 / 0 - 1 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-deferred-constraints", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-deferred-constraints", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-distribution": { + "cli": "--ndb-distribution=[KEYHASH|LINHASH]", + "default": "KEYHASH / LINHASH, KEYHASH (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-distribution", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-distribution", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-log-apply-status": { + "cli": "--ndb-log-apply-status", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-log-apply-status", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-log-apply-status", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-log-empty-epochs": { + "cli": "--ndb-log-empty-epochs=[ON|OFF]", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-log-empty-epochs", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-log-empty-epochs", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-log-empty-update": { + "cli": "--ndb-log-empty-update=[ON|OFF]", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-log-empty-update", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-log-empty-update", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-log-exclusive-reads": { + "cli": "--ndb-log-exclusive-reads=[0|1]", + "default": "0 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-log-exclusive-reads", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-log-exclusive-reads", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-log-orig": { + "cli": "--ndb-log-orig", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-log-orig", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-log-orig", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-log-transaction-id": { + "cli": "--ndb-log-transaction-id", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-log-transaction-id", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-log-transaction-id", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-log-update-minimal": { + "cli": "--ndb-log-update-minimal", + "default": "OFF (Version: 5.7.18-ndb-7.6.3)", + "dynamic": true, + "name": "ndb-log-update-minimal", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-log-update-minimal", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-mgmd-host": { + "cli": "--ndb-mgmd-host=host[:port]", + "default": "localhost:1186 (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-mgmd-host", + "ids": [ + { + "anchor": "option_mysqld_ndb-mgmd-host", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-nodeid": { + "cli": "--ndb-nodeid=#", + "default": "/ 1 - 255 (Version: 5.1.5)", + "dynamic": false, + "name": "ndb-nodeid", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-nodeid", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-optimization-delay": { + "cli": "--ndb-optimization-delay=milliseconds", + "default": "10 / 0 - 100000 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-optimization-delay", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-optimization-delay", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-recv-thread-activation-threshold": { + "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, + "name": "ndb-recv-thread-activation-threshold", + "ids": [ + { + "anchor": "option_mysqld_ndb-recv-thread-activation-threshold", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-recv-thread-cpu-mask": { + "cli": "--ndb-recv-thread-cpu-mask=bitmask", + "default": "[empty] (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-recv-thread-cpu-mask", + "ids": [ + { + "anchor": "option_mysqld_ndb-recv-thread-cpu-mask", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-transid-mysql-connection-map": { + "cli": "ndb-transid-mysql-connection-map=state", + "default": "ON / ON, OFF, FORCE (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-transid-mysql-connection-map", + "ids": [ + { + "anchor": "option_mysqld_ndb-transid-mysql-connection-map", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-wait-connected": { + "cli": "--ndb-wait-connected=seconds", + "default": "30 / 0 - 31536000 (Version: 5.1.56-ndb-7.1.16)", + "dynamic": false, + "name": "ndb-wait-connected", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-wait-connected", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb-wait-setup": { + "cli": "--ndb-wait-setup=seconds", + "default": "30 / 0 - 31536000 (Version: 5.1.56-ndb-7.1.16)", + "dynamic": false, + "name": "ndb-wait-setup", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "option_mysqld_ndb-wait-setup", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "skip-ndbcluster": { + "cli": "--skip-ndbcluster", + "dynamic": false, + "name": "skip-ndbcluster", + "ids": [ + { + "anchor": "option_mysqld_skip-ndbcluster", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_autoincrement_prefetch_sz": { + "default": "1 / 1 - 256 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_autoincrement_prefetch_sz", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_autoincrement_prefetch_sz", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_cache_check_time": { + "default": "0 / - (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_cache_check_time", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_cache_check_time", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_clear_apply_status": { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_clear_apply_status", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_clear_apply_status", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_data_node_neighbour": { + "default": "0 / 0 - 255 (Version: 5.7.12-ndb-7.5.2)", + "dynamic": true, + "name": "ndb_data_node_neighbour", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_data_node_neighbour", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_default_column_format": { + "default": "FIXED / FIXED, DYNAMIC (Version: 5.7.16-ndb-7.5.4)", + "dynamic": true, + "name": "ndb_default_column_format", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_default_column_format", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_deferred_constraints": { + "default": "0 / 0 - 1 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_deferred_constraints", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_deferred_constraints", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_distribution": { + "default": "KEYHASH / LINHASH, KEYHASH (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_distribution", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_distribution", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_eventbuffer_free_percent": { + "default": "20 / 1 - 99 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_eventbuffer_free_percent", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_eventbuffer_free_percent", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_eventbuffer_max_alloc": { + "default": "0 / 0 - 4294967295 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_eventbuffer_max_alloc", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_eventbuffer_max_alloc", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_extra_logging": { + "default": "1 / - (Version: 5.1.19-ndb-6.3.0)", + "dynamic": true, + "name": "ndb_extra_logging", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_extra_logging", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_force_send": { + "default": "TRUE (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_force_send", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_force_send", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_fully_replicated": { + "default": "OFF (Version: 5.7.12-ndb-7-5-2)", + "dynamic": true, + "name": "ndb_fully_replicated", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_fully_replicated", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_index_stat_enable": { + "default": "ON (Version: 5.5.15-ndb-7.2.1)", + "dynamic": true, + "name": "ndb_index_stat_enable", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_index_stat_enable", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_index_stat_option": { + "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, + "name": "ndb_index_stat_option", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_index_stat_option", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_join_pushdown": { + "default": "TRUE (Version: 5.1.51-ndb-7.2.0)", + "dynamic": true, + "name": "ndb_join_pushdown", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_join_pushdown", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_log_apply_status": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb_log_apply_status", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_log_apply_status", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_log_bin": { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_log_bin", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_log_bin", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_log_binlog_index": { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_log_binlog_index", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_log_binlog_index", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_log_empty_epochs": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_log_empty_epochs", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_log_empty_epochs", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_log_empty_update": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_log_empty_update", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_log_empty_update", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_log_exclusive_reads": { + "default": "0 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_log_exclusive_reads", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_log_exclusive_reads", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_log_orig": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb_log_orig", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_log_orig", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_log_transaction_id": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb_log_transaction_id", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_log_transaction_id", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_optimized_node_selection": { + "default": "3 / 0 - 3 (Version: 5.1.22-ndb-6.3.4)", + "dynamic": false, + "name": "ndb_optimized_node_selection", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_optimized_node_selection", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_read_backup": { + "default": "OFF (Version: 5.7.12-ndb-7.5.2)", + "dynamic": true, + "name": "ndb_read_backup", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_read_backup", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_recv_thread_activation_threshold": { + "default": "8 / 0 (MIN_ACTIVATION_THRESHOLD) - 16 (MAX_ACTIVATION_THRESHOLD), (Version: 5.6.10-ndb-7.3.1)", + "dynamic": false, + "name": "ndb_recv_thread_activation_threshold", + "ids": [ + { + "anchor": "sysvar_ndb_recv_thread_activation_threshold", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_recv_thread_cpu_mask": { + "default": "[empty] (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_recv_thread_cpu_mask", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_recv_thread_cpu_mask", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_report_thresh_binlog_epoch_slip": { + "default": "10 / 0 - 256 (Version: 5.7.16-ndb-7.5.4)", + "dynamic": true, + "name": "ndb_report_thresh_binlog_epoch_slip", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_report_thresh_binlog_epoch_slip", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_report_thresh_binlog_mem_usage": { + "default": "1 / 0 - 1 (Version: NDB 7.6.8)", + "dynamic": true, + "name": "ndb_report_thresh_binlog_mem_usage", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_ndb_report_thresh_binlog_mem_usage", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_row_checksum": { + "default": "1 / 0 - 1 (Version: NDB 7.6.8)", + "dynamic": true, + "name": "ndb_row_checksum", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_ndb_row_checksum", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_show_foreign_key_mock_tables": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_show_foreign_key_mock_tables", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_show_foreign_key_mock_tables", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_slave_conflict_role": { + "default": "NONE / NONE, PRIMARY, SECONDARY, PASS (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_slave_conflict_role", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_slave_conflict_role", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_table_no_logging": { + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_table_no_logging", + "scope": [ + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_table_no_logging", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_table_temporary": { + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_table_temporary", + "scope": [ + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_table_temporary", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_use_copying_alter_table": { + "dynamic": false, + "name": "ndb_use_copying_alter_table", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_use_copying_alter_table", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_use_exact_count": { + "default": "OFF (Version: 5.1.47-ndb-7.1.8)", + "dynamic": true, + "name": "ndb_use_exact_count", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_use_exact_count", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_use_transactions": { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_use_transactions", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndb_use_transactions", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_version": { + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb_version", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_version", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndb_version_string": { + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb_version_string", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndb_version_string", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "server_id_bits": { + "default": "32 / 7 - 32 (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "server_id_bits", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_server_id_bits", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "slave_allow_batching": { + "default": "off (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "slave_allow_batching", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_slave_allow_batching", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "transaction_allow_batching": { + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "transaction_allow_batching", + "scope": [ + "session" + ], + "ids": [ + { + "anchor": "sysvar_transaction_allow_batching", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndbinfo_database": { + "default": "ndbinfo (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndbinfo_database", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndbinfo_database", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndbinfo_max_bytes": { + "default": "0 / - (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndbinfo_max_bytes", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndbinfo_max_bytes", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndbinfo_max_rows": { + "default": "10 / - (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndbinfo_max_rows", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndbinfo_max_rows", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndbinfo_offline": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndbinfo_offline", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndbinfo_offline", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndbinfo_show_hidden": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndbinfo_show_hidden", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndbinfo_show_hidden", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndbinfo_table_prefix": { + "default": "ndb$ (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndbinfo_table_prefix", + "scope": [ + "global", + "session" + ], + "ids": [ + { + "anchor": "sysvar_ndbinfo_table_prefix", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "ndbinfo_version": { + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndbinfo_version", + "scope": [ + "global" + ], + "ids": [ + { + "anchor": "sysvar_ndbinfo_version", + "url": "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html" + } + ] + }, + "performance_schema_error_size": { + "cli": "--performance-schema-error-size=#", + "default": "number of server error codes", + "dynamic": false, + "name": "performance_schema_error_size", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_error_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_events_transactions_history_long_size": { + "cli": "--performance-schema-events-transactions-history-long-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "performance_schema_events_transactions_history_long_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_events_transactions_history_long_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_events_transactions_history_size": { + "cli": "--performance-schema-events-transactions-history-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "performance_schema_events_transactions_history_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_events_transactions_history_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_digest_sample_age": { + "cli": "--performance-schema-max-digest-sample-age=#", + "default": "60", + "dynamic": true, + "name": "performance_schema_max_digest_sample_age", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_max_digest_sample_age", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_index_stat": { + "cli": "--performance-schema-max-index-stat=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_index_stat", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_max_index_stat", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_memory_classes": { + "cli": "--performance-schema-max-memory-classes=#", + "dynamic": false, + "name": "performance_schema_max_memory_classes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_max_memory_classes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_metadata_locks": { + "cli": "--performance-schema-max-metadata-locks=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_metadata_locks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_max_metadata_locks", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_prepared_statements_instances": { + "cli": "--performance-schema-max-prepared-statements-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_prepared_statements_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_max_prepared_statements_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_program_instances": { + "cli": "--performance-schema-max-program-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_program_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_max_program_instances", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_sql_text_length": { + "cli": "--performance-schema-max-sql-text-length=#", + "default": "1024", + "dynamic": false, + "name": "performance_schema_max_sql_text_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_max_sql_text_length", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_statement_stack": { + "cli": "--performance-schema-max-statement-stack=#", + "default": "10", + "dynamic": false, + "name": "performance_schema_max_statement_stack", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_max_statement_stack", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "performance_schema_max_table_lock_stat": { + "cli": "--performance-schema-max-table-lock-stat=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_table_lock_stat", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_performance_schema_max_table_lock_stat", + "url": "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_auth_method_name": { + "cli": "--authentication-ldap-sasl-auth-method-name=value", + "default": "SCRAM-SHA-1", + "dynamic": true, + "name": "authentication_ldap_sasl_auth_method_name", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_auth_method_name", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_bind_base_dn": { + "cli": "--authentication-ldap-sasl-bind-base-dn=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_sasl_bind_base_dn", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_bind_base_dn", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_bind_root_dn": { + "cli": "--authentication-ldap-sasl-bind-root-dn=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_sasl_bind_root_dn", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_bind_root_dn", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_bind_root_pwd": { + "cli": "--authentication-ldap-sasl-bind-root-pwd=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_sasl_bind_root_pwd", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_bind_root_pwd", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_ca_path": { + "cli": "--authentication-ldap-sasl-ca-path=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_sasl_ca_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_ca_path", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_group_search_attr": { + "cli": "--authentication-ldap-sasl-group-search-attr=value", + "default": "cn", + "dynamic": true, + "name": "authentication_ldap_sasl_group_search_attr", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_group_search_attr", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_group_search_filter": { + "cli": "--authentication-ldap-sasl-group-search-filter=value", + "default": "(|(&(objectClass=posixGroup)(memberUid=%s))(&(objectClass=group)(member=%s)))", + "dynamic": true, + "name": "authentication_ldap_sasl_group_search_filter", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_group_search_filter", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_init_pool_size": { + "cli": "--authentication-ldap-sasl-init-pool-size=#", + "default": "10", + "dynamic": true, + "name": "authentication_ldap_sasl_init_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_init_pool_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_log_status": { + "cli": "--authentication-ldap-sasl-log-status=#", + "default": "1", + "dynamic": true, + "name": "authentication_ldap_sasl_log_status", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_log_status", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_max_pool_size": { + "cli": "--authentication-ldap-sasl-max-pool-size=#", + "default": "1000", + "dynamic": true, + "name": "authentication_ldap_sasl_max_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_max_pool_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_server_host": { + "cli": "--authentication-ldap-sasl-server-host=host_name", + "dynamic": true, + "name": "authentication_ldap_sasl_server_host", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_server_host", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_server_port": { + "cli": "--authentication-ldap-sasl-server-port=port_num", + "default": "389", + "dynamic": true, + "name": "authentication_ldap_sasl_server_port", + "range": { + "from": 1, + "to": 32376 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_server_port", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_tls": { + "cli": "--authentication-ldap-sasl-tls[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "authentication_ldap_sasl_tls", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_tls", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_sasl_user_search_attr": { + "cli": "--authentication-ldap-sasl-user-search-attr=value", + "default": "uid", + "dynamic": true, + "name": "authentication_ldap_sasl_user_search_attr", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_sasl_user_search_attr", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_auth_method_name": { + "cli": "--authentication-ldap-simple-auth-method-name=value", + "default": "SIMPLE", + "dynamic": true, + "name": "authentication_ldap_simple_auth_method_name", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_auth_method_name", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_bind_base_dn": { + "cli": "--authentication-ldap-simple-bind-base-dn=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_simple_bind_base_dn", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_bind_base_dn", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_bind_root_dn": { + "cli": "--authentication-ldap-simple-bind-root-dn=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_simple_bind_root_dn", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_bind_root_dn", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_bind_root_pwd": { + "cli": "--authentication-ldap-simple-bind-root-pwd=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_simple_bind_root_pwd", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_bind_root_pwd", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_ca_path": { + "cli": "--authentication-ldap-simple-ca-path=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_simple_ca_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_ca_path", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_group_search_attr": { + "cli": "--authentication-ldap-simple-group-search-attr=value", + "default": "cn", + "dynamic": true, + "name": "authentication_ldap_simple_group_search_attr", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_group_search_attr", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_group_search_filter": { + "cli": "--authentication-ldap-simple-group-search-filter=value", + "default": "(|(&(objectClass=posixGroup)(memberUid=%s))(&(objectClass=group)(member=%s)))", + "dynamic": true, + "name": "authentication_ldap_simple_group_search_filter", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_group_search_filter", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_init_pool_size": { + "cli": "--authentication-ldap-simple-init-pool-size=#", + "default": "10", + "dynamic": true, + "name": "authentication_ldap_simple_init_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_init_pool_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_log_status": { + "cli": "--authentication-ldap-simple-log-status=#", + "default": "1", + "dynamic": true, + "name": "authentication_ldap_simple_log_status", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_log_status", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_max_pool_size": { + "cli": "--authentication-ldap-simple-max-pool-size=#", + "default": "1000", + "dynamic": true, + "name": "authentication_ldap_simple_max_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_max_pool_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_server_host": { + "cli": "--authentication-ldap-simple-server-host=host_name", + "dynamic": true, + "name": "authentication_ldap_simple_server_host", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_server_host", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_server_port": { + "cli": "--authentication-ldap-simple-server-port=port_num", + "default": "389", + "dynamic": true, + "name": "authentication_ldap_simple_server_port", + "range": { + "from": 1, + "to": 32376 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_server_port", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_tls": { + "cli": "--authentication-ldap-simple-tls[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "authentication_ldap_simple_tls", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_tls", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "authentication_ldap_simple_user_search_attr": { + "cli": "--authentication-ldap-simple-user-search-attr=value", + "default": "uid", + "dynamic": true, + "name": "authentication_ldap_simple_user_search_attr", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_authentication_ldap_simple_user_search_attr", + "url": "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html" + } + ] + }, + "binlog_row_event_max_size": { + "cli": "--binlog-row-event-max-size=#", + "default": "8192", + "name": "binlog_row_event_max_size", + "range": { + "from": 256 + }, + "type": "integer", + "ids": [ + { + "anchor": "option_mysqld_binlog-row-event-max-size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_row_event_max_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "option_mysqld_binlog-row-event-max-size", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_do_db": { + "cli": "--binlog-do-db=name", + "name": "binlog_do_db", + "type": "string", + "ids": [ + { + "anchor": "option_mysqld_binlog-do-db", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "option_mysqld_binlog-do-db", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_ignore_db": { + "cli": "--binlog-ignore-db=name", + "name": "binlog_ignore_db", + "type": "string", + "ids": [ + { + "anchor": "option_mysqld_binlog-ignore-db", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "option_mysqld_binlog-ignore-db", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "max_binlog_dump_events": { + "cli": "--max-binlog-dump-events=#", + "default": "0", + "name": "max_binlog_dump_events", + "type": "integer", + "ids": [ + { + "anchor": "option_mysqld_max-binlog-dump-events", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "option_mysqld_max-binlog-dump-events", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "sporadic_binlog_dump_fail": { + "cli": "--sporadic-binlog-dump-fail[={OFF|ON}]", + "default": "OFF", + "name": "sporadic_binlog_dump_fail", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_sporadic-binlog-dump-fail", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "option_mysqld_sporadic-binlog-dump-fail", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_encryption": { + "cli": "--binlog-encryption[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "binlog_encryption", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_binlog_encryption", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + } + ] + }, + "binlog_error_action": { + "cli": "--binlog-error-action[=value]", + "dynamic": true, + "name": "binlog_error_action", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IGNORE_ERROR", + "ABORT_SERVER" + ], + "ids": [ + { + "anchor": "sysvar_binlog_error_action", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_error_action", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_expire_logs_seconds": { + "cli": "--binlog-expire-logs-seconds=#", + "dynamic": true, + "name": "binlog_expire_logs_seconds", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_binlog_expire_logs_seconds", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + } + ] + }, + "binlog_group_commit_sync_delay": { + "cli": "--binlog-group-commit-sync-delay=#", + "default": "0", + "dynamic": true, + "name": "binlog_group_commit_sync_delay", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_binlog_group_commit_sync_delay", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_group_commit_sync_delay", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_group_commit_sync_no_delay_count": { + "cli": "--binlog-group-commit-sync-no-delay-count=#", + "default": "0", + "dynamic": true, + "name": "binlog_group_commit_sync_no_delay_count", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_binlog_group_commit_sync_no_delay_count", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_group_commit_sync_no_delay_count", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_max_flush_queue_time": { + "cli": "--binlog-max-flush-queue-time=#", + "default": "0", + "dynamic": true, + "name": "binlog_max_flush_queue_time", + "range": { + "from": 0, + "to": 100000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_binlog_max_flush_queue_time", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_max_flush_queue_time", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_order_commits": { + "cli": "--binlog-order-commits[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "binlog_order_commits", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_binlog_order_commits", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_order_commits", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_rotate_encryption_master_key_at_startup": { + "cli": "--binlog-rotate-encryption-master-key-at-startup[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "binlog_rotate_encryption_master_key_at_startup", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_binlog_rotate_encryption_master_key_at_startup", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + } + ] + }, + "binlog_row_value_options": { + "cli": "--binlog-row-value-options=#", + "default": "''", + "dynamic": true, + "name": "binlog_row_value_options", + "scope": [ + "global", + "session" + ], + "type": "set", + "validValues": [ + "PARTIAL_JSON" + ], + "ids": [ + { + "anchor": "sysvar_binlog_row_value_options", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + } + ] + }, + "binlog_rows_query_log_events": { + "cli": "--binlog-rows-query-log-events[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "binlog_rows_query_log_events", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_binlog_rows_query_log_events", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_rows_query_log_events", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_transaction_dependency_tracking": { + "cli": "--binlog-transaction-dependency-tracking=value", + "default": "COMMIT_ORDER", + "dynamic": true, + "name": "binlog_transaction_dependency_tracking", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "COMMIT_ORDER", + "WRITESET", + "WRITESET_SESSION" + ], + "ids": [ + { + "anchor": "sysvar_binlog_transaction_dependency_tracking", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_transaction_dependency_tracking", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_transaction_dependency_history_size": { + "cli": "--binlog-transaction-dependency-history-size=#", + "default": "25000", + "dynamic": true, + "name": "binlog_transaction_dependency_history_size", + "range": { + "from": 1, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_binlog_transaction_dependency_history_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_binlog_transaction_dependency_history_size", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "log_bin_use_v1_row_events": { + "cli": "--log-bin-use-v1-row-events[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "log_bin_use_v1_row_events", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_log_bin_use_v1_row_events", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_log_bin_use_v1_row_events", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "log_builtin_as_identified_by_password": { + "cli": "--log-builtin-as-identified-by-password[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "log_builtin_as_identified_by_password", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_log_builtin_as_identified_by_password", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_log_builtin_as_identified_by_password", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "log_statements_unsafe_for_binlog": { + "cli": "--log-statements-unsafe-for-binlog[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "log_statements_unsafe_for_binlog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_log_statements_unsafe_for_binlog", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_log_statements_unsafe_for_binlog", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "original_commit_timestamp": { + "dynamic": true, + "name": "original_commit_timestamp", + "scope": [ + "session" + ], + "type": "numeric", + "ids": [ + { + "anchor": "sysvar_original_commit_timestamp", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + } + ] + }, + "transaction_write_set_extraction": { + "cli": "--transaction-write-set-extraction[=value]", + "default": "OFF", + "dynamic": true, + "name": "transaction_write_set_extraction", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "ids": [ + { + "anchor": "sysvar_transaction_write_set_extraction", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html" + }, + { + "anchor": "sysvar_transaction_write_set_extraction", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlogging_impossible_mode": { + "cli": "--binlogging-impossible-mode[=value]", + "default": "IGNORE_ERROR", + "dynamic": true, + "name": "binlogging_impossible_mode", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "IGNORE_ERROR", + "ABORT_SERVER" + ], + "ids": [ + { + "anchor": "sysvar_binlogging_impossible_mode", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "log_backward_compatible_user_definitions": { + "cli": "--log-backward-compatible-user-definitions[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "log_backward_compatible_user_definitions", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_log_backward_compatible_user_definitions", + "url": "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html" + } + ] + }, + "binlog_gtid_simple_recovery": { + "cli": "--binlog-gtid-simple-recovery[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "binlog_gtid_simple_recovery", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_binlog_gtid_simple_recovery", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html" + } + ] + }, + "enforce_gtid_consistency": { + "cli": "--enforce-gtid-consistency[=value]", + "default": "OFF", + "dynamic": true, + "name": "enforce_gtid_consistency", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "WARN" + ], + "ids": [ + { + "anchor": "sysvar_enforce_gtid_consistency", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html" + } + ] + }, + "gtid_executed": { + "dynamic": false, + "name": "gtid_executed", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_gtid_executed", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html" + } + ] + }, + "gtid_executed_compression_period": { + "cli": "--gtid-executed-compression-period=#", + "default": "1000", + "dynamic": true, + "name": "gtid_executed_compression_period", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_gtid_executed_compression_period", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html" + } + ] + }, + "gtid_mode": { + "cli": "--gtid-mode=MODE", + "default": "OFF", + "dynamic": true, + "name": "gtid_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "OFF_PERMISSIVE", + "ON_PERMISSIVE", + "ON" + ], + "ids": [ + { + "anchor": "sysvar_gtid_mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html" + } + ] + }, + "gtid_next": { + "default": "AUTOMATIC", + "dynamic": true, + "name": "gtid_next", + "scope": [ + "session" + ], + "type": "enumeration", + "validValues": [ + "AUTOMATIC", + "ANONYMOUS", + "UUID:NUMBER" + ], + "ids": [ + { + "anchor": "sysvar_gtid_next", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html" + } + ] + }, + "gtid_owned": { + "dynamic": false, + "name": "gtid_owned", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_gtid_owned", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html" + } + ] + }, + "gtid_purged": { + "dynamic": true, + "name": "gtid_purged", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_gtid_purged", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html" + } + ] + }, + "show_slave_auth_info": { + "cli": "--show-slave-auth-info[={OFF|ON}]", + "default": "OFF", + "name": "show_slave_auth_info", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_show-slave-auth-info", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "immediate_server_version": { + "dynamic": true, + "name": "immediate_server_version", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_immediate_server_version", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "original_server_version": { + "dynamic": true, + "name": "original_server_version", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_original_server_version", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "rpl_semi_sync_master_wait_for_slave_count": { + "cli": "--rpl-semi-sync-master-wait-for-slave-count=#", + "default": "1", + "dynamic": true, + "name": "rpl_semi_sync_master_wait_for_slave_count", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_rpl_semi_sync_master_wait_for_slave_count", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html" + } + ] + }, + "master_info_file": { + "cli": "--master-info-file=file_name", + "default": "master.info", + "name": "master_info_file", + "type": "file name", + "ids": [ + { + "anchor": "option_mysqld_master-info-file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "master_retry_count": { + "cli": "--master-retry-count=#", + "default": "86400", + "name": "master_retry_count", + "range": { + "from": 0 + }, + "type": "integer", + "ids": [ + { + "anchor": "option_mysqld_master-retry-count", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "replicate_same_server_id": { + "cli": "--replicate-same-server-id[={OFF|ON}]", + "default": "OFF", + "name": "replicate_same_server_id", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_replicate-same-server-id", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "skip_slave_start": { + "cli": "--skip-slave-start[={OFF|ON}]", + "default": "OFF", + "name": "skip_slave_start", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_skip-slave-start", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "abort_slave_event_count": { + "cli": "--abort-slave-event-count=#", + "default": "0", + "name": "abort_slave_event_count", + "range": { + "from": 0 + }, + "type": "integer", + "ids": [ + { + "anchor": "option_mysqld_abort-slave-event-count", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "disconnect_slave_event_count": { + "cli": "--disconnect-slave-event-count=#", + "default": "0", + "name": "disconnect_slave_event_count", + "type": "integer", + "ids": [ + { + "anchor": "option_mysqld_disconnect-slave-event-count", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "master_info_repository": { + "cli": "--master-info-repository={FILE|TABLE}", + "dynamic": true, + "name": "master_info_repository", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "FILE", + "TABLE" + ], + "ids": [ + { + "anchor": "sysvar_master_info_repository", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "relay_log_info_repository": { + "cli": "--relay-log-info-repository=value", + "dynamic": true, + "name": "relay_log_info_repository", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "FILE", + "TABLE" + ], + "ids": [ + { + "anchor": "sysvar_relay_log_info_repository", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "rpl_read_size": { + "cli": "--rpl-read-size=#", + "default": "8192", + "dynamic": true, + "name": "rpl_read_size", + "range": { + "from": 8192, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_rpl_read_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "rpl_stop_slave_timeout": { + "cli": "--rpl-stop-slave-timeout=seconds", + "default": "31536000", + "dynamic": true, + "name": "rpl_stop_slave_timeout", + "range": { + "from": 2, + "to": 31536000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_rpl_stop_slave_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_checkpoint_group": { + "cli": "--slave-checkpoint-group=#", + "default": "512", + "dynamic": true, + "name": "slave_checkpoint_group", + "range": { + "from": 32, + "to": 524280 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_slave_checkpoint_group", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_checkpoint_period": { + "cli": "--slave-checkpoint-period=#", + "default": "300", + "dynamic": true, + "name": "slave_checkpoint_period", + "range": { + "from": 1, + "to": 4 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_slave_checkpoint_period", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_parallel_type": { + "cli": "--slave-parallel-type=value", + "default": "DATABASE", + "dynamic": true, + "name": "slave_parallel_type", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "DATABASE", + "LOGICAL_CLOCK" + ], + "ids": [ + { + "anchor": "sysvar_slave_parallel_type", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_pending_jobs_size_max": { + "cli": "--slave-pending-jobs-size-max=#", + "dynamic": true, + "name": "slave_pending_jobs_size_max", + "range": { + "from": 1024, + "to": 16 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_slave_pending_jobs_size_max", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_preserve_commit_order": { + "cli": "--slave-preserve-commit-order[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "slave_preserve_commit_order", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_slave_preserve_commit_order", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "slave_rows_search_algorithms": { + "cli": "--slave-rows-search-algorithms=value", + "dynamic": true, + "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" + ], + "ids": [ + { + "anchor": "sysvar_slave_rows_search_algorithms", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html" + } + ] + }, + "server_uuid": { + "dynamic": false, + "name": "server_uuid", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_server_uuid", + "url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options.html" + } + ] + }, + "help": { + "cli": "--help", + "name": "help", + "ids": [ + { + "anchor": "option_mysqld_help", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "allow_suspicious_udfs": { + "cli": "--allow-suspicious-udfs[={OFF|ON}]", + "default": "OFF", + "name": "allow_suspicious_udfs", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_allow-suspicious-udfs", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "ansi": { + "cli": "--ansi", + "name": "ansi", + "ids": [ + { + "anchor": "option_mysqld_ansi", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "character_set_client_handshake": { + "cli": "--character-set-client-handshake[={OFF|ON}]", + "default": "ON", + "name": "character_set_client_handshake", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_character-set-client-handshake", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "chroot": { + "cli": "--chroot=dir_name", + "name": "chroot", + "type": "directory name", + "ids": [ + { + "anchor": "option_mysqld_chroot", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "console": { + "cli": "--console", + "name": "console", + "ids": [ + { + "anchor": "option_mysqld_console", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "daemonize": { + "cli": "--daemonize[={OFF|ON}]", + "default": "OFF", + "name": "daemonize", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_daemonize", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "debug_sync_timeout": { + "cli": "--debug-sync-timeout[=#]", + "name": "debug_sync_timeout", + "type": "integer", + "ids": [ + { + "anchor": "option_mysqld_debug-sync-timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "default_time_zone": { + "cli": "--default-time-zone=name", + "name": "default_time_zone", + "type": "string", + "ids": [ + { + "anchor": "option_mysqld_default-time-zone", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "des_key_file": { + "cli": "--des-key-file=file_name", + "name": "des_key_file", + "ids": [ + { + "anchor": "option_mysqld_des-key-file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "early_plugin_load": { + "cli": "--early-plugin-load=plugin_list", + "default": "empty string", + "name": "early_plugin_load", + "type": "string", + "ids": [ + { + "anchor": "option_mysqld_early-plugin-load", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "exit_info": { + "cli": "--exit-info[=flags]", + "name": "exit_info", + "type": "integer", + "ids": [ + { + "anchor": "option_mysqld_exit-info", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "external_locking": { + "cli": "--external-locking[={OFF|ON}]", + "default": "OFF", + "name": "external_locking", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_external-locking", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "gdb": { + "cli": "--gdb[={OFF|ON}]", + "default": "OFF", + "name": "gdb", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_gdb", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "initialize": { + "cli": "--initialize[={OFF|ON}]", + "default": "OFF", + "name": "initialize", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_initialize", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "initialize_insecure": { + "cli": "--initialize-insecure[={OFF|ON}]", + "default": "OFF", + "name": "initialize_insecure", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_initialize-insecure", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "install": { + "cli": "--install [service_name]", + "name": "install", + "ids": [ + { + "anchor": "option_mysqld_install", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "install_manual": { + "cli": "--install-manual [service_name]", + "name": "install_manual", + "ids": [ + { + "anchor": "option_mysqld_install-manual", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "language": { + "cli": "--language=name", + "default": "/usr/local/mysql/share/mysql/english/", + "dynamic": false, + "name": "language", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "option_mysqld_language", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "local_service": { + "cli": "--local-service", + "name": "local_service", + "ids": [ + { + "anchor": "option_mysqld_local-service", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "log_isam": { + "cli": "--log-isam[=file_name]", + "name": "log_isam", + "type": "file name", + "ids": [ + { + "anchor": "option_mysqld_log-isam", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "log_raw": { + "cli": "--log-raw[={OFF|ON}]", + "default": "OFF", + "name": "log_raw", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_log-raw", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_log_raw", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_short_format": { + "cli": "--log-short-format[={OFF|ON}]", + "default": "OFF", + "name": "log_short_format", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_log-short-format", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "log_tc": { + "cli": "--log-tc=file_name", + "default": "tc.log", + "name": "log_tc", + "type": "file name", + "ids": [ + { + "anchor": "option_mysqld_log-tc", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "memlock": { + "cli": "--memlock[={OFF|ON}]", + "default": "OFF", + "name": "memlock", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_memlock", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "no_dd_upgrade": { + "cli": "--no-dd-upgrade[={OFF|ON}]", + "default": "OFF", + "name": "no_dd_upgrade", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_no-dd-upgrade", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "no_monitor": { + "cli": "--no-monitor[={OFF|ON}]", + "default": "OFF", + "name": "no_monitor", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_no-monitor", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "old_style_user_limits": { + "cli": "--old-style-user-limits[={OFF|ON}]", + "default": "OFF", + "name": "old_style_user_limits", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_old-style-user-limits", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "plugin_load": { + "cli": "--plugin-load=plugin_list", + "dynamic": false, + "name": "plugin_load", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "option_mysqld_plugin-load", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "plugin_load_add": { + "cli": "--plugin-load-add=plugin_list", + "dynamic": false, + "name": "plugin_load_add", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "option_mysqld_plugin-load-add", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "port_open_timeout": { + "cli": "--port-open-timeout=#", + "default": "0", + "name": "port_open_timeout", + "type": "integer", + "ids": [ + { + "anchor": "option_mysqld_port-open-timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "remove": { + "cli": "--remove [service_name]", + "name": "remove", + "ids": [ + { + "anchor": "option_mysqld_remove", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "safe_user_create": { + "cli": "--safe-user-create[={OFF|ON}]", + "default": "OFF", + "name": "safe_user_create", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_safe-user-create", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "skip_grant_tables": { + "cli": "--skip-grant-tables[={OFF|ON}]", + "default": "OFF", + "name": "skip_grant_tables", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_skip-grant-tables", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "skip_host_cache": { + "cli": "--skip-host-cache", + "name": "skip_host_cache", + "ids": [ + { + "anchor": "option_mysqld_skip-host-cache", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "skip_new": { + "cli": "--skip-new", + "name": "skip_new", + "ids": [ + { + "anchor": "option_mysqld_skip-new", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "skip_stack_trace": { + "cli": "--skip-stack-trace", + "name": "skip_stack_trace", + "ids": [ + { + "anchor": "option_mysqld_skip-stack-trace", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "slow_start_timeout": { + "cli": "--slow-start-timeout=#", + "default": "15000", + "name": "slow_start_timeout", + "type": "integer", + "ids": [ + { + "anchor": "option_mysqld_slow-start-timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "standalone": { + "cli": "--standalone", + "name": "standalone", + "ids": [ + { + "anchor": "option_mysqld_standalone", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "super_large_pages": { + "cli": "--super-large-pages[={OFF|ON}]", + "default": "OFF", + "name": "super_large_pages", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_super-large-pages", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "symbolic_links": { + "cli": "--symbolic-links[={OFF|ON}]", + "name": "symbolic_links", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_symbolic-links", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "sysdate_is_now": { + "cli": "--sysdate-is-now[={OFF|ON}]", + "default": "OFF", + "name": "sysdate_is_now", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_sysdate-is-now", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "tc_heuristic_recover": { + "cli": "--tc-heuristic-recover=name", + "default": "COMMIT", + "name": "tc_heuristic_recover", + "type": "enumeration", + "validValues": [ + "COMMIT", + "ROLLBACK" + ], + "ids": [ + { + "anchor": "option_mysqld_tc-heuristic-recover", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "temp_pool": { + "cli": "--temp-pool[={OFF|ON}]", + "name": "temp_pool", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_temp-pool", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "transaction_isolation": { + "cli": "--transaction-isolation=name", + "default": "REPEATABLE-READ", + "dynamic": true, + "name": "transaction_isolation", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "READ-UNCOMMITTED", + "READ-COMMITTED", + "REPEATABLE-READ", + "SERIALIZABLE" + ], + "ids": [ + { + "anchor": "option_mysqld_transaction-isolation", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_transaction_isolation", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "transaction_read_only": { + "cli": "--transaction-read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "transaction_read_only", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_transaction-read-only", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + }, + { + "anchor": "sysvar_transaction_read_only", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "upgrade": { + "cli": "--upgrade=value", + "default": "AUTO", + "name": "upgrade", + "type": "enumeration", + "validValues": [ + "AUTO", + "NONE", + "MINIMAL", + "FORCE" + ], + "ids": [ + { + "anchor": "option_mysqld_upgrade", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "user": { + "cli": "--user=name", + "name": "user", + "type": "string", + "ids": [ + { + "anchor": "option_mysqld_user", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "validate_config": { + "cli": "--validate-config[={OFF|ON}]", + "default": "OFF", + "name": "validate_config", + "type": "boolean", + "ids": [ + { + "anchor": "option_mysqld_validate-config", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html" + } + ] + }, + "activate_all_roles_on_login": { + "cli": "--activate-all-roles-on-login[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "activate_all_roles_on_login", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_activate_all_roles_on_login", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "admin_address": { + "cli": "--admin-address=addr", + "dynamic": false, + "name": "admin_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_admin_address", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "admin_port": { + "cli": "--admin-port=port_num", + "default": "33062", + "dynamic": false, + "name": "admin_port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_admin_port", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "authentication_windows_log_level": { + "cli": "--authentication-windows-log-level=#", + "default": "2", + "dynamic": false, + "name": "authentication_windows_log_level", + "range": { + "from": 0, + "to": 4 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_authentication_windows_log_level", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "authentication_windows_use_principal_name": { + "cli": "--authentication-windows-use-principal-name[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "authentication_windows_use_principal_name", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_authentication_windows_use_principal_name", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "auto_generate_certs": { + "cli": "--auto-generate-certs[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "auto_generate_certs", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_auto_generate_certs", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "avoid_temporal_upgrade": { + "cli": "--avoid-temporal-upgrade[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "avoid_temporal_upgrade", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_avoid_temporal_upgrade", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "block_encryption_mode": { + "cli": "--block-encryption-mode=#", + "default": "aes-128-ecb", + "dynamic": true, + "name": "block_encryption_mode", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_block_encryption_mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "caching_sha2_password_auto_generate_rsa_keys": { + "cli": "--caching-sha2-password-auto-generate-rsa-keys[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "caching_sha2_password_auto_generate_rsa_keys", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_caching_sha2_password_auto_generate_rsa_keys", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "caching_sha2_password_private_key_path": { + "cli": "--caching-sha2-password-private-key-path=file_name", + "default": "private_key.pem", + "dynamic": false, + "name": "caching_sha2_password_private_key_path", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_caching_sha2_password_private_key_path", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "caching_sha2_password_public_key_path": { + "cli": "--caching-sha2-password-public-key-path=file_name", + "default": "public_key.pem", + "dynamic": false, + "name": "caching_sha2_password_public_key_path", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_caching_sha2_password_public_key_path", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "check_proxy_users": { + "cli": "--check-proxy-users[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "check_proxy_users", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_check_proxy_users", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "create_admin_listener_thread": { + "cli": "--create-admin-listener-thread[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "create_admin_listener_thread", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_create_admin_listener_thread", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "cte_max_recursion_depth": { + "cli": "--cte-max-recursion-depth=#", + "default": "1000", + "dynamic": true, + "name": "cte_max_recursion_depth", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_cte_max_recursion_depth", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "default_authentication_plugin": { + "cli": "--default-authentication-plugin=plugin_name", + "dynamic": false, + "name": "default_authentication_plugin", + "scope": [ + "global" + ], + "type": "enumeration", + "ids": [ + { + "anchor": "sysvar_default_authentication_plugin", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "default_collation_for_utf8mb4": { + "dynamic": true, + "name": "default_collation_for_utf8mb4", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "utf8mb4_0900_ai_ci", + "utf8mb4_general_ci" + ], + "ids": [ + { + "anchor": "sysvar_default_collation_for_utf8mb4", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "default_table_encryption": { + "cli": "--default-table-encryption[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "default_table_encryption", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_default_table_encryption", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "disabled_storage_engines": { + "cli": "--disabled-storage-engines=engine[,engine]...", + "default": "empty string", + "dynamic": false, + "name": "disabled_storage_engines", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_disabled_storage_engines", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "dragnet.log_error_filter_rules": { + "cli": "--dragnet.log-error-filter-rules=value", + "default": "IF prio>=INFORMATION THEN drop. IF EXISTS source_line THEN unset source_line.", + "dynamic": true, + "name": "dragnet.log_error_filter_rules", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_dragnet.log_error_filter_rules", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "end_markers_in_json": { + "cli": "--end-markers-in-json[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "end_markers_in_json", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_end_markers_in_json", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "generated_random_password_length": { + "cli": "--generated-random-password-length=#", + "default": "20", + "dynamic": true, + "name": "generated_random_password_length", + "range": { + "from": 5, + "to": 255 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_generated_random_password_length", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "have_statement_timeout": { + "dynamic": false, + "name": "have_statement_timeout", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_have_statement_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "histogram_generation_max_mem_size": { + "cli": "--histogram-generation-max-mem-size=#", + "default": "20000000", + "dynamic": true, + "name": "histogram_generation_max_mem_size", + "range": { + "from": 1000000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_histogram_generation_max_mem_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "information_schema_stats_expiry": { + "cli": "--information-schema-stats-expiry=#", + "default": "86400", + "dynamic": true, + "name": "information_schema_stats_expiry", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_information_schema_stats_expiry", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "internal_tmp_disk_storage_engine": { + "cli": "--internal-tmp-disk-storage-engine=#", + "default": "INNODB", + "dynamic": true, + "name": "internal_tmp_disk_storage_engine", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "MYISAM", + "INNODB" + ], + "ids": [ + { + "anchor": "sysvar_internal_tmp_disk_storage_engine", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "internal_tmp_mem_storage_engine": { + "cli": "--internal-tmp-mem-storage-engine=#", + "default": "TempTable", + "dynamic": true, + "name": "internal_tmp_mem_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "TempTable", + "MEMORY" + ], + "ids": [ + { + "anchor": "sysvar_internal_tmp_mem_storage_engine", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_error_filter_rules": { + "cli": "--log-error-filter-rules=value", + "default": "set by server", + "dynamic": true, + "name": "log_error_filter_rules", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_log_error_filter_rules", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_error_services": { + "cli": "--log-error-services=value", + "default": "log_filter_internal; log_sink_internal", + "dynamic": true, + "name": "log_error_services", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_log_error_services", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_error_suppression_list": { + "cli": "--log-error-suppression-list=value", + "default": "empty string", + "dynamic": true, + "name": "log_error_suppression_list", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_log_error_suppression_list", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_error_verbosity": { + "cli": "--log-error-verbosity=#", + "dynamic": true, + "name": "log_error_verbosity", + "range": { + "from": 1, + "to": 3 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_log_error_verbosity", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_slow_extra": { + "cli": "--log-slow-extra[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "log_slow_extra", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_log_slow_extra", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_syslog": { + "cli": "--log-syslog[={OFF|ON}]", + "dynamic": true, + "name": "log_syslog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_log_syslog", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_syslog_facility": { + "cli": "--log-syslog-facility=value", + "default": "daemon", + "dynamic": true, + "name": "log_syslog_facility", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_log_syslog_facility", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_syslog_include_pid": { + "cli": "--log-syslog-include-pid[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "log_syslog_include_pid", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_log_syslog_include_pid", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_syslog_tag": { + "cli": "--log-syslog-tag=tag", + "default": "empty string", + "dynamic": true, + "name": "log_syslog_tag", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_log_syslog_tag", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_timestamps": { + "cli": "--log-timestamps=#", + "default": "UTC", + "dynamic": true, + "name": "log_timestamps", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "UTC", + "SYSTEM" + ], + "ids": [ + { + "anchor": "sysvar_log_timestamps", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "log_throttle_queries_not_using_indexes": { + "cli": "--log-throttle-queries-not-using-indexes=#", + "default": "0", + "dynamic": true, + "name": "log_throttle_queries_not_using_indexes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_log_throttle_queries_not_using_indexes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "mandatory_roles": { + "cli": "--mandatory-roles=value", + "default": "empty string", + "dynamic": true, + "name": "mandatory_roles", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_mandatory_roles", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_execution_time": { + "cli": "--max-execution-time=#", + "default": "0", + "dynamic": true, + "name": "max_execution_time", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_max_execution_time", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "max_points_in_geometry": { + "cli": "--max-points-in-geometry=#", + "default": "65536", + "dynamic": true, + "name": "max_points_in_geometry", + "range": { + "from": 3, + "to": 1048576 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_max_points_in_geometry", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "mecab_rc_file": { + "cli": "--mecab-rc-file=file_name", + "dynamic": false, + "name": "mecab_rc_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_mecab_rc_file", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "mysql_native_password_proxy_users": { + "cli": "--mysql-native-password-proxy-users[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "mysql_native_password_proxy_users", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_mysql_native_password_proxy_users", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "named_pipe_full_access_group": { + "cli": "--named-pipe-full-access-group=value", + "default": "*everyone*", + "dynamic": false, + "name": "named_pipe_full_access_group", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "*everyone*", + "empty string" + ], + "ids": [ + { + "anchor": "sysvar_named_pipe_full_access_group", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "new": { + "cli": "--new[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "new", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_new", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ngram_token_size": { + "cli": "--ngram-token-size=#", + "default": "2", + "dynamic": false, + "name": "ngram_token_size", + "range": { + "from": 1, + "to": 10 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_ngram_token_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "offline_mode": { + "cli": "--offline-mode[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "offline_mode", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_offline_mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "optimizer_trace_features": { + "cli": "--optimizer-trace-features=value", + "dynamic": true, + "name": "optimizer_trace_features", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_optimizer_trace_features", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "optimizer_trace_limit": { + "cli": "--optimizer-trace-limit=#", + "default": "1", + "dynamic": true, + "name": "optimizer_trace_limit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_optimizer_trace_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "optimizer_trace_offset": { + "cli": "--optimizer-trace-offset=#", + "default": "-1", + "dynamic": true, + "name": "optimizer_trace_offset", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_optimizer_trace_offset", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "parser_max_mem_size": { + "cli": "--parser-max-mem-size=#", + "dynamic": true, + "name": "parser_max_mem_size", + "range": { + "from": 10000000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_parser_max_mem_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "partial_revokes": { + "cli": "--partial-revokes[={OFF|ON}]", + "default": "OFF (if partial revokes do not exist)ON (if partial revokes exist)", + "dynamic": true, + "name": "partial_revokes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_partial_revokes", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "password_history": { + "cli": "--password-history=#", + "default": "0", + "dynamic": true, + "name": "password_history", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_password_history", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "password_require_current": { + "cli": "--password-require-current[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "password_require_current", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_password_require_current", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "password_reuse_interval": { + "cli": "--password-reuse-interval=#", + "default": "0", + "dynamic": true, + "name": "password_reuse_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_password_reuse_interval", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "persisted_globals_load": { + "cli": "--persisted-globals-load[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "persisted_globals_load", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_persisted_globals_load", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "persist_only_admin_x509_subject": { + "cli": "--persist-only-admin-x509-subject=string", + "default": "empty string", + "dynamic": false, + "name": "persist_only_admin_x509_subject", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_persist_only_admin_x509_subject", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "print_identified_with_as_hex": { + "cli": "--print-identified-with-as-hex[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "print_identified_with_as_hex", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_print_identified_with_as_hex", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "protocol_compression_algorithms": { + "cli": "--protocol-compression-algorithms=value", + "default": "zlib,zstd,uncompressed", + "dynamic": true, + "name": "protocol_compression_algorithms", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "zlib", + "zstd", + "uncompressed" + ], + "ids": [ + { + "anchor": "sysvar_protocol_compression_algorithms", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "range_optimizer_max_mem_size": { + "cli": "--range-optimizer-max-mem-size=#", + "default": "8388608", + "dynamic": true, + "name": "range_optimizer_max_mem_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_range_optimizer_max_mem_size", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "rbr_exec_mode": { + "default": "STRICT", + "dynamic": true, + "name": "rbr_exec_mode", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "IDEMPOTENT", + "STRICT" + ], + "ids": [ + { + "anchor": "sysvar_rbr_exec_mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "regexp_stack_limit": { + "cli": "--regexp-stack-limit=#", + "default": "8000000", + "dynamic": true, + "name": "regexp_stack_limit", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_regexp_stack_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "regexp_time_limit": { + "cli": "--regexp-time-limit=#", + "default": "32", + "dynamic": true, + "name": "regexp_time_limit", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_regexp_time_limit", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "require_secure_transport": { + "cli": "--require-secure-transport[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "require_secure_transport", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_require_secure_transport", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "resultset_metadata": { + "default": "FULL", + "dynamic": true, + "name": "resultset_metadata", + "scope": [ + "session" + ], + "type": "enumeration", + "validValues": [ + "FULL", + "NONE" + ], + "ids": [ + { + "anchor": "sysvar_resultset_metadata", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "secondary_engine_cost_threshold": { + "default": "100000.000000", + "dynamic": true, + "name": "secondary_engine_cost_threshold", + "range": { + "from": 0 + }, + "scope": [ + "session" + ], + "type": "numeric", + "ids": [ + { + "anchor": "sysvar_secondary_engine_cost_threshold", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "schema_definition_cache": { + "cli": "--schema-definition-cache=#", + "default": "256", + "dynamic": true, + "name": "schema_definition_cache", + "range": { + "from": 256, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_schema_definition_cache", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "session_track_gtids": { + "cli": "--session-track-gtids=value", + "default": "OFF", + "dynamic": true, + "name": "session_track_gtids", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "OWN_GTID", + "ALL_GTIDS" + ], + "ids": [ + { + "anchor": "sysvar_session_track_gtids", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sha256_password_auto_generate_rsa_keys": { + "cli": "--sha256-password-auto-generate-rsa-keys[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "sha256_password_auto_generate_rsa_keys", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_sha256_password_auto_generate_rsa_keys", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sha256_password_private_key_path": { + "cli": "--sha256-password-private-key-path=file_name", + "default": "private_key.pem", + "dynamic": false, + "name": "sha256_password_private_key_path", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_sha256_password_private_key_path", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sha256_password_proxy_users": { + "cli": "--sha256-password-proxy-users[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "sha256_password_proxy_users", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_sha256_password_proxy_users", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sha256_password_public_key_path": { + "cli": "--sha256-password-public-key-path=file_name", + "default": "public_key.pem", + "dynamic": false, + "name": "sha256_password_public_key_path", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_sha256_password_public_key_path", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "show_compatibility_56": { + "cli": "--show-compatibility-56[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "show_compatibility_56", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_show_compatibility_56", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "show_create_table_skip_secondary_engine": { + "cli": "--show-create-table-skip-secondary-engine[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "show_create_table_skip_secondary_engine", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_show_create_table_skip_secondary_engine", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "show_create_table_verbosity": { + "cli": "--show-create-table-verbosity[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "show_create_table_verbosity", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_show_create_table_verbosity", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "show_old_temporals": { + "cli": "--show-old-temporals[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "show_old_temporals", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_show_old_temporals", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "sql_require_primary_key": { + "cli": "--sql-require-primary-key[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "sql_require_primary_key", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_sql_require_primary_key", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "ssl_fips_mode": { + "cli": "--ssl-fips-mode={OFF|ON|STRICT}", + "default": "OFF", + "dynamic": true, + "name": "ssl_fips_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "STRICT" + ], + "ids": [ + { + "anchor": "sysvar_ssl_fips_mode", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "stored_program_definition_cache": { + "cli": "--stored-program-definition-cache=#", + "default": "256", + "dynamic": true, + "name": "stored_program_definition_cache", + "range": { + "from": 256, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_stored_program_definition_cache", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "super_read_only": { + "cli": "--super-read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "super_read_only", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_super_read_only", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "syseventlog.facility": { + "cli": "--syseventlog.facility=value", + "default": "daemon", + "dynamic": true, + "name": "syseventlog.facility", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_syseventlog.facility", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "syseventlog.include_pid": { + "cli": "--syseventlog.include-pid[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "syseventlog.include_pid", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_syseventlog.include_pid", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "syseventlog.tag": { + "cli": "--syseventlog.tag=tag", + "default": "empty string", + "dynamic": true, + "name": "syseventlog.tag", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_syseventlog.tag", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "table_encryption_privilege_check": { + "cli": "--table-encryption-privilege-check[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "table_encryption_privilege_check", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_table_encryption_privilege_check", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "tablespace_definition_cache": { + "cli": "--tablespace-definition-cache=#", + "default": "256", + "dynamic": true, + "name": "tablespace_definition_cache", + "range": { + "from": 256, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_tablespace_definition_cache", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "temptable_max_ram": { + "cli": "--temptable-max-ram=#", + "default": "1073741824", + "dynamic": true, + "name": "temptable_max_ram", + "range": { + "from": 2097152, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_temptable_max_ram", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "temptable_use_mmap": { + "cli": "--temptable-use-mmap[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "temptable_use_mmap", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_temptable_use_mmap", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "thread_pool_algorithm": { + "cli": "--thread-pool-algorithm=#", + "default": "0", + "dynamic": false, + "name": "thread_pool_algorithm", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_thread_pool_algorithm", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "thread_pool_high_priority_connection": { + "cli": "--thread-pool-high-priority-connection=#", + "default": "0", + "dynamic": true, + "name": "thread_pool_high_priority_connection", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_thread_pool_high_priority_connection", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "thread_pool_max_active_query_threads": { + "cli": "--thread-pool-max-active-query-threads", + "default": "0", + "dynamic": true, + "name": "thread_pool_max_active_query_threads", + "range": { + "from": 0, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_thread_pool_max_active_query_threads", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "thread_pool_max_unused_threads": { + "cli": "--thread-pool-max-unused-threads=#", + "default": "0", + "dynamic": true, + "name": "thread_pool_max_unused_threads", + "range": { + "from": 0, + "to": 4096 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_thread_pool_max_unused_threads", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "tls_ciphersuites": { + "cli": "--tls-ciphersuites=ciphersuite_list", + "default": "empty string", + "dynamic": true, + "name": "tls_ciphersuites", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_tls_ciphersuites", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "use_secondary_engine": { + "default": "ON", + "dynamic": true, + "name": "use_secondary_engine", + "scope": [ + "session" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "FORCED" + ], + "ids": [ + { + "anchor": "sysvar_use_secondary_engine", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "validate_user_plugins": { + "cli": "--validate-user-plugins[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "validate_user_plugins", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_validate_user_plugins", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "version_compile_zlib": { + "dynamic": false, + "name": "version_compile_zlib", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_version_compile_zlib", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "windowing_use_high_precision": { + "cli": "--windowing-use-high-precision[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "windowing_use_high_precision", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_windowing_use_high_precision", + "url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html" + } + ] + }, + "version_tokens_session": { + "cli": "--version-tokens-session=value", + "default": "NULL", + "dynamic": true, + "name": "version_tokens_session", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_version_tokens_session", + "url": "https://dev.mysql.com/doc/refman/8.0/en/version-tokens-reference.html" + } + ] + }, + "version_tokens_session_number": { + "cli": "--version-tokens-session-number=#", + "default": "0", + "dynamic": false, + "name": "version_tokens_session_number", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_version_tokens_session_number", + "url": "https://dev.mysql.com/doc/refman/8.0/en/version-tokens-reference.html" + } + ] + }, + "mysqlx": { + "cli": "--mysqlx[=value]", + "default": "ON", + "name": "mysqlx", + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "FORCE", + "FORCE_PLUS_PERMANENT" + ], + "ids": [ + { + "anchor": "option_mysqld_mysqlx", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_bind_address": { + "cli": "--mysqlx-bind-address=addr", + "default": "*", + "dynamic": false, + "name": "mysqlx_bind_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_mysqlx_bind_address", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_connect_timeout": { + "cli": "--mysqlx-connect-timeout=#", + "default": "30", + "dynamic": true, + "name": "mysqlx_connect_timeout", + "range": { + "from": 1, + "to": 1000000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_connect_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_document_id_unique_prefix": { + "cli": "--mysqlx-document-id-unique-prefix=#", + "default": "0", + "dynamic": true, + "name": "mysqlx_document_id_unique_prefix", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_document_id_unique_prefix", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_enable_hello_notice": { + "cli": "--mysqlx-enable-hello-notice[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "mysqlx_enable_hello_notice", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + { + "anchor": "sysvar_mysqlx_enable_hello_notice", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_idle_worker_thread_timeout": { + "cli": "--mysqlx-idle-worker-thread-timeout=#", + "default": "60", + "dynamic": true, + "name": "mysqlx_idle_worker_thread_timeout", + "range": { + "from": 0, + "to": 3600 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_idle_worker_thread_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_interactive_timeout": { + "cli": "--mysqlx-interactive-timeout=#", + "default": "28800", + "dynamic": true, + "name": "mysqlx_interactive_timeout", + "range": { + "from": 1, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_interactive_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_max_allowed_packet": { + "cli": "--mysqlx-max-allowed-packet=#", + "default": "67108864", + "dynamic": true, + "name": "mysqlx_max_allowed_packet", + "range": { + "from": 512, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_max_allowed_packet", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_max_connections": { + "cli": "--mysqlx-max-connections=#", + "default": "100", + "dynamic": true, + "name": "mysqlx_max_connections", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_max_connections", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_min_worker_threads": { + "cli": "--mysqlx-min-worker-threads=#", + "default": "2", + "dynamic": true, + "name": "mysqlx_min_worker_threads", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_min_worker_threads", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_port": { + "cli": "--mysqlx-port=port_num", + "default": "33060", + "dynamic": false, + "name": "mysqlx_port", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_port", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_port_open_timeout": { + "cli": "--mysqlx-port-open-timeout=#", + "default": "0", + "dynamic": false, + "name": "mysqlx_port_open_timeout", + "range": { + "from": 0, + "to": 120 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_port_open_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_read_timeout": { + "cli": "--mysqlx-read-timeout=#", + "default": "28800", + "dynamic": true, + "name": "mysqlx_read_timeout", + "range": { + "from": 30, + "to": 2147483 + }, + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_read_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_socket": { + "cli": "--mysqlx-socket=file_name", + "default": "/tmp/mysqlx.sock", + "dynamic": false, + "name": "mysqlx_socket", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_mysqlx_socket", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_ssl_ca": { + "cli": "--mysqlx-ssl-ca=file_name", + "dynamic": false, + "name": "mysqlx_ssl_ca", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_mysqlx_ssl_ca", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_ssl_capath": { + "cli": "--mysqlx-ssl-capath=dir_name", + "dynamic": false, + "name": "mysqlx_ssl_capath", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "sysvar_mysqlx_ssl_capath", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_ssl_cert": { + "cli": "--mysqlx-ssl-cert=name", + "dynamic": false, + "name": "mysqlx_ssl_cert", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_mysqlx_ssl_cert", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_ssl_cipher": { + "cli": "--mysqlx-ssl-cipher=name", + "dynamic": false, + "name": "mysqlx_ssl_cipher", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + { + "anchor": "sysvar_mysqlx_ssl_cipher", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_ssl_crl": { + "cli": "--mysqlx-ssl-crl=file_name", + "dynamic": false, + "name": "mysqlx_ssl_crl", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_mysqlx_ssl_crl", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_ssl_crlpath": { + "cli": "--mysqlx-ssl-crlpath=dir_name", + "dynamic": false, + "name": "mysqlx_ssl_crlpath", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + { + "anchor": "sysvar_mysqlx_ssl_crlpath", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_ssl_key": { + "cli": "--mysqlx-ssl-key=file_name", + "dynamic": false, + "name": "mysqlx_ssl_key", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + { + "anchor": "sysvar_mysqlx_ssl_key", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_wait_timeout": { + "cli": "--mysqlx-wait-timeout=#", + "default": "28800", + "dynamic": true, + "name": "mysqlx_wait_timeout", + "range": { + "from": 1, + "to": 2147483 + }, + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_wait_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + }, + "mysqlx_write_timeout": { + "cli": "--mysqlx-write-timeout=#", + "default": "60", + "dynamic": true, + "name": "mysqlx_write_timeout", + "range": { + "from": 1, + "to": 2147483 + }, + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + { + "anchor": "sysvar_mysqlx_write_timeout", + "url": "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + } + ] + } + }, + "version": 1 +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-raw.md b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-raw.md new file mode 100644 index 0000000..f06dea6 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-raw.md @@ -0,0 +1,32426 @@ +# Variables and options +## Aria_pagecache_blocks_not_flushed +|name|value| +|----|-----| +|Name|`Aria_pagecache_blocks_not_flushed`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_blocks_not_flushed](https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/#aria_pagecache_blocks_not_flushed)| + +## Aria_pagecache_blocks_unused +|name|value| +|----|-----| +|Name|`Aria_pagecache_blocks_unused`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_blocks_unused](https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/#aria_pagecache_blocks_unused)| + +## Aria_pagecache_blocks_used +|name|value| +|----|-----| +|Name|`Aria_pagecache_blocks_used`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_blocks_used](https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/#aria_pagecache_blocks_used)| + +## Aria_pagecache_read_requests +|name|value| +|----|-----| +|Name|`Aria_pagecache_read_requests`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_read_requests](https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/#aria_pagecache_read_requests)| + +## Aria_pagecache_reads +|name|value| +|----|-----| +|Name|`Aria_pagecache_reads`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_reads](https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/#aria_pagecache_reads)| + +## Aria_pagecache_write_requests +|name|value| +|----|-----| +|Name|`Aria_pagecache_write_requests`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_write_requests](https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/#aria_pagecache_write_requests)| + +## Aria_pagecache_writes +|name|value| +|----|-----| +|Name|`Aria_pagecache_writes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_writes](https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/#aria_pagecache_writes)| + +## Aria_transaction_log_syncs +|name|value| +|----|-----| +|Name|`Aria_transaction_log_syncs`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_transaction_log_syncs](https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/#aria_transaction_log_syncs)| + +## aria_block_size +|name|value| +|----|-----| +|Name|`aria_block_size`| +|Command line|`--aria-block-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8192`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_block_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_block_size)| + +## aria_checkpoint_interval +|name|value| +|----|-----| +|Name|`aria_checkpoint_interval`| +|Command line|`--aria-checkpoint-interval=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`30`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_checkpoint_interval](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_checkpoint_interval)| + +## aria_checkpoint_log_activity +|name|value| +|----|-----| +|Name|`aria_checkpoint_log_activity`| +|Command line|`aria-checkpoint-log-activity=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1048576`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_checkpoint_log_activity](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_checkpoint_log_activity)| + +## aria_encrypt_tables +|name|value| +|----|-----| +|Name|`aria_encrypt_tables`| +|Command line|`aria-encrypt-tables={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_encrypt_tables](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_encrypt_tables)| + +## aria_force_start_after_recovery_failures +|name|value| +|----|-----| +|Name|`aria_force_start_after_recovery_failures`| +|Command line|`--aria-force-start-after-recovery-failures=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_force_start_after_recovery_failures](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_force_start_after_recovery_failures)| + +## aria_group_commit +|name|value| +|----|-----| +|Name|`aria_group_commit`| +|Command line|`--aria_group_commit="value"`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`none`| +|Dynamic|`false`| +|Valid value(s)|`none`, `hard`, `soft`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_group_commit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_group_commit)| + +## aria_group_commit_interval +|name|value| +|----|-----| +|Name|`aria_group_commit_interval`| +|Command line|`--aria_group_commit_interval=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0 (no waiting)`| +|Dynamic|`false`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_group_commit_interval](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_group_commit_interval)| + +## aria_log_file_size +|name|value| +|----|-----| +|Name|`aria_log_file_size`| +|Command line|`--aria-log-file-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1073741824`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_log_file_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_log_file_size)| + +## aria_log_purge_type +|name|value| +|----|-----| +|Name|`aria_log_purge_type`| +|Command line|`--aria-log-purge-type=name`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`immediate`| +|Dynamic|`true`| +|Valid value(s)|`immediate`, `external`, `at_flush`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_log_purge_type](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_log_purge_type)| + +## aria_max_sort_file_size +|name|value| +|----|-----| +|Name|`aria_max_sort_file_size`| +|Command line|`--aria-max-sort-file-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`9223372036853727232`| +|Dynamic|`true`| +|Range|from: `0` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_max_sort_file_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_max_sort_file_size)| + +## aria_page_checksum +|name|value| +|----|-----| +|Name|`aria_page_checksum`| +|Command line|`--aria-page-checksum=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_page_checksum](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_page_checksum)| + +## aria_pagecache_age_threshold +|name|value| +|----|-----| +|Name|`aria_pagecache_age_threshold`| +|Command line|`--aria-pagecache-age-threshold=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`300`| +|Dynamic|`true`| +|Range|from: `100` to: `9999900`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_age_threshold](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_pagecache_age_threshold)| + +## aria_pagecache_buffer_size +|name|value| +|----|-----| +|Name|`aria_pagecache_buffer_size`| +|Command line|`--aria-pagecache-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`134217720 (128MB)`| +|Dynamic|`false`| +|Range|from: `131072` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_buffer_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_pagecache_buffer_size)| + +## aria_pagecache_division_limit +|name|value| +|----|-----| +|Name|`aria_pagecache_division_limit`| +|Command line|`--aria-pagecache-division-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `1` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_division_limit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_pagecache_division_limit)| + +## aria_pagecache_file_hash_size +|name|value| +|----|-----| +|Name|`aria_pagecache_file_hash_size`| +|Command line|`--aria-pagecache-file-hash-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`512`| +|Dynamic|`false`| +|Range|from: `128` to: `16384`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_pagecache_file_hash_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_pagecache_file_hash_size)| + +## aria_recover +|name|value| +|----|-----| +|Name|`aria_recover`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_recover](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_recover)| + +## aria_recover_options +|name|value| +|----|-----| +|Name|`aria_recover_options`| +|Command line|`--aria-recover-options[=#]`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`BACKUP,QUICK (>= MariaDB 10.2.4), NORMAL (<= MariaDB 10.2.3)`| +|Dynamic|`true`| +|Valid value(s)|`NORMAL`, `BACKUP`, `FORCE`, `QUICK`, `OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_recover_options](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_recover_options)| + +## aria_repair_threads +|name|value| +|----|-----| +|Name|`aria_repair_threads`| +|Command line|`--aria-repair-threads=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_repair_threads](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_repair_threads)| + +## aria_sort_buffer_size +|name|value| +|----|-----| +|Name|`aria_sort_buffer_size`| +|Command line|`--aria-sort-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`268434432 (from MariaDB 10.0.3), 134217728 (before MariaDB 10.0.3)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_sort_buffer_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_sort_buffer_size)| + +## aria_stats_method +|name|value| +|----|-----| +|Name|`aria_stats_method`| +|Command line|`--aria-stats-method=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`nulls_unequal`| +|Dynamic|`true`| +|Valid value(s)|`nulls_equal`, `nulls_unequal`, `nulls_ignored`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_stats_method](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_stats_method)| + +## aria_sync_log_dir +|name|value| +|----|-----| +|Name|`aria_sync_log_dir`| +|Command line|`--aria-sync-log-dir=#`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`NEWFILE`| +|Dynamic|`true`| +|Valid value(s)|`NEWFILE`, `NEVER`, `ALWAYS`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_sync_log_dir](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_sync_log_dir)| + +## aria_used_for_temp_tables +|name|value| +|----|-----| +|Name|`aria_used_for_temp_tables`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aria_used_for_temp_tables](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#aria_used_for_temp_tables)| + +## deadlock_search_depth_long +|name|value| +|----|-----| +|Name|`deadlock_search_depth_long`| +|Command line|`--deadlock-search-depth-long=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`15`| +|Dynamic|`true`| +|Range|from: `0` to: `33`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[deadlock_search_depth_long](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#deadlock_search_depth_long)| + +## deadlock_search_depth_short +|name|value| +|----|-----| +|Name|`deadlock_search_depth_short`| +|Command line|`--deadlock-search-depth-short=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`4`| +|Dynamic|`true`| +|Range|from: `0` to: `32`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[deadlock_search_depth_short](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#deadlock_search_depth_short)| + +## deadlock_timeout_long +|name|value| +|----|-----| +|Name|`deadlock_timeout_long`| +|Command line|`--deadlock-timeout-long=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`50000000`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[deadlock_timeout_long](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#deadlock_timeout_long)| + +## deadlock_timeout_short +|name|value| +|----|-----| +|Name|`deadlock_timeout_short`| +|Command line|`--deadlock-timeout-short=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`10000`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[deadlock_timeout_short](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/#deadlock_timeout_short)| + +## Cassandra_multiget_keys_scanned +|name|value| +|----|-----| +|Name|`Cassandra_multiget_keys_scanned`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_multiget_keys_scanned](https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/#cassandra_multiget_keys_scanned)| + +## Cassandra_multiget_reads +|name|value| +|----|-----| +|Name|`Cassandra_multiget_reads`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_multiget_reads](https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/#cassandra_multiget_reads)| + +## Cassandra_multiget_rows_read +|name|value| +|----|-----| +|Name|`Cassandra_multiget_rows_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_multiget_rows_read](https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/#cassandra_multiget_rows_read)| + +## Cassandra_network_exceptions +|name|value| +|----|-----| +|Name|`Cassandra_network_exceptions`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_network_exceptions](https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/#cassandra_network_exceptions)| + +## Cassandra_row_insert_batches +|name|value| +|----|-----| +|Name|`Cassandra_row_insert_batches`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_row_insert_batches](https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/#cassandra_row_insert_batches)| + +## Cassandra_row_inserts +|name|value| +|----|-----| +|Name|`Cassandra_row_inserts`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_row_inserts](https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/#cassandra_row_inserts)| + +## Cassandra_timeout_exceptions +|name|value| +|----|-----| +|Name|`Cassandra_timeout_exceptions`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_timeout_exceptions](https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/#cassandra_timeout_exceptions)| + +## Cassandra_unavailable_exceptions +|name|value| +|----|-----| +|Name|`Cassandra_unavailable_exceptions`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_unavailable_exceptions](https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/#cassandra_unavailable_exceptions)| + +## cassandra_default_thrift_host +|name|value| +|----|-----| +|Name|`cassandra_default_thrift_host`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_default_thrift_host](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/#cassandra_default_thrift_host)| + +## cassandra_failure_retries +|name|value| +|----|-----| +|Name|`cassandra_failure_retries`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`3`| +|Dynamic|`true`| +|Valid value(s)|`1`, `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_failure_retries](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/#cassandra_failure_retries)| + +## cassandra_insert_batch_size +|name|value| +|----|-----| +|Name|`cassandra_insert_batch_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`100`| +|Dynamic|`true`| +|Valid value(s)|`1`, `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_insert_batch_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/#cassandra_insert_batch_size)| + +## cassandra_multiget_batch_size +|name|value| +|----|-----| +|Name|`cassandra_multiget_batch_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`100`| +|Dynamic|`true`| +|Valid value(s)|`1`, `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_multiget_batch_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/#cassandra_multiget_batch_size)| + +## cassandra_read_consistency +|name|value| +|----|-----| +|Name|`cassandra_read_consistency`| +|Scope|`global`, `session`| +|Default value|`ONE`| +|Valid value(s)|`ONE`, `TWO`, `THREE`, `ANY`, `ALL`, `QUORUM`, `EACH_QUORUM`, `LOCAL_QUORUM`, ` +`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_read_consistency](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/#cassandra_read_consistency)| + +## cassandra_rnd_batch_size +|name|value| +|----|-----| +|Name|`cassandra_rnd_batch_size`| +|Scope|`global`, `session`| +|Default value|`10000`| +|Valid value(s)|`1`, `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_rnd_batch_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/#cassandra_rnd_batch_size)| + +## cassandra_write_consistency +|name|value| +|----|-----| +|Name|`cassandra_write_consistency`| +|Scope|`global`, `session`| +|Default value|`ONE`| +|Valid value(s)|`ONE`, `TWO`, `THREE`, `ANY`, `ALL`, `QUORUM`, `EACH_QUORUM`, `LOCAL_QUORUM`, ` +`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cassandra_write_consistency](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/#cassandra_write_consistency)| + +## connect_class_path +|name|value| +|----|-----| +|Name|`connect_class_path`| +|Command line|`--connect-class-path=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|``| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_class_path](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_class_path)| + +## connect_cond_push +|name|value| +|----|-----| +|Name|`connect_cond_push`| +|Command line|`--connect-cond-push={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_cond_push](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_cond_push)| + +## connect_conv_size +|name|value| +|----|-----| +|Name|`connect_conv_size`| +|Command line|`--connect-conv-size=#`| +|Type of variable|`integer`| +|Scope|`session`, `global`| +|Default value|`>= 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`| +|Range|from: `0` to: `65500`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_conv_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_conv_size)| + +## connect_enable_mongo +|name|value| +|----|-----| +|Name|`connect_enable_mongo`| +|Command line|`--connect-enable-mongo={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_enable_mongo](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_enable_mongo)| + +## connect_exact_info +|name|value| +|----|-----| +|Name|`connect_exact_info`| +|Command line|`--connect-exact-info=#`| +|Type of variable|`boolean`| +|Scope|`session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_exact_info](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_exact_info)| + +## connect_indx_map +|name|value| +|----|-----| +|Name|`connect_indx_map`| +|Command line|`--connect-indx-map=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_indx_map](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_indx_map)| + +## connect_java_wrapper +|name|value| +|----|-----| +|Name|`connect_java_wrapper`| +|Command line|`--connect-java-wrapper=val`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`wrappers/JdbcInterface`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_java_wrapper](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_java_wrapper)| + +## connect_json_grp_size +|name|value| +|----|-----| +|Name|`connect_json_grp_size`| +|Command line|`--connect-json-grp-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`10`| +|Dynamic|`true`| +|Range|from: `1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_json_grp_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_json_grp_size)| + +## connect_json_null +|name|value| +|----|-----| +|Name|`connect_json_null`| +|Command line|`--connect-json-null=value`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|``| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_json_null](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_json_null)| + +## connect_jvm_path +|name|value| +|----|-----| +|Name|`connect_jvm_path`| +|Command line|`--connect-jvm_path=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|``| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_jvm_path](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_jvm_path)| + +## connect_type_conv +|name|value| +|----|-----| +|Name|`connect_type_conv`| +|Command line|`--connect-type-conv=#`| +|Scope|`session`, `global`| +|Default value|`YES (>= Connect 1.06.006), NO (<= Connect 1.06.005)`| +|Dynamic|`true`| +|Valid value(s)|`NO`, `YES`, `SKIP`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_type_conv](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_type_conv)| + +## connect_use_tempfile +|name|value| +|----|-----| +|Name|`connect_use_tempfile`| +|Command line|`--connect-use-tempfile=#`| +|Scope|`session`| +|Default value|`AUTO`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_use_tempfile](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_use_tempfile)| + +## connect_work_size +|name|value| +|----|-----| +|Name|`connect_work_size`| +|Command line|`--connect-work-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`67108864`| +|Dynamic|`true`| +|Range|from: `4194304` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_work_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_work_size)| + +## connect_xtrace +|name|value| +|----|-----| +|Name|`connect_xtrace`| +|Command line|`--connect-xtrace=#`| +|Type of variable|`set`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_xtrace](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/#connect_xtrace)| + +## wsrep_apply_oooe +|name|value| +|----|-----| +|Name|`wsrep_apply_oooe`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_apply_oooe](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_apply_oooe)| + +## wsrep_apply_oool +|name|value| +|----|-----| +|Name|`wsrep_apply_oool`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_apply_oool](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_apply_oool)| + +## wsrep_apply_window +|name|value| +|----|-----| +|Name|`wsrep_apply_window`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_apply_window](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_apply_window)| + +## wsrep_cert_deps_distance +|name|value| +|----|-----| +|Name|`wsrep_cert_deps_distance`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cert_deps_distance](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_cert_deps_distance)| + +## wsrep_cert_index_size +|name|value| +|----|-----| +|Name|`wsrep_cert_index_size`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cert_index_size](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_cert_index_size)| + +## wsrep_cert_interval +|name|value| +|----|-----| +|Name|`wsrep_cert_interval`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cert_interval](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_cert_interval)| + +## wsrep_cluster_capabilities +|name|value| +|----|-----| +|Name|`wsrep_cluster_capabilities`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cluster_capabilities](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_cluster_capabilities)| + +## wsrep_cluster_conf_id +|name|value| +|----|-----| +|Name|`wsrep_cluster_conf_id`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cluster_conf_id](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_cluster_conf_id)| + +## wsrep_cluster_size +|name|value| +|----|-----| +|Name|`wsrep_cluster_size`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cluster_size](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_cluster_size)| + +## wsrep_cluster_state_uuid +|name|value| +|----|-----| +|Name|`wsrep_cluster_state_uuid`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cluster_state_uuid](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_cluster_state_uuid)| + +## wsrep_cluster_status +|name|value| +|----|-----| +|Name|`wsrep_cluster_status`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cluster_status](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_cluster_status)| + +## wsrep_cluster_weight +|name|value| +|----|-----| +|Name|`wsrep_cluster_weight`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cluster_weight](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_cluster_weight)| + +## wsrep_commit_oooe +|name|value| +|----|-----| +|Name|`wsrep_commit_oooe`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_commit_oooe](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_commit_oooe)| + +## wsrep_commit_oool +|name|value| +|----|-----| +|Name|`wsrep_commit_oool`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_commit_oool](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_commit_oool)| + +## wsrep_commit_window +|name|value| +|----|-----| +|Name|`wsrep_commit_window`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_commit_window](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_commit_window)| + +## wsrep_connected +|name|value| +|----|-----| +|Name|`wsrep_connected`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_connected](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_connected)| + +## wsrep_desync_count +|name|value| +|----|-----| +|Name|`wsrep_desync_count`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_desync_count](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_desync_count)| + +## wsrep_evs_delayed +|name|value| +|----|-----| +|Name|`wsrep_evs_delayed`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_evs_delayed](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_evs_delayed)| + +## wsrep_evs_evict_list +|name|value| +|----|-----| +|Name|`wsrep_evs_evict_list`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_evs_evict_list](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_evs_evict_list)| + +## wsrep_evs_repl_latency +|name|value| +|----|-----| +|Name|`wsrep_evs_repl_latency`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_evs_repl_latency](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_evs_repl_latency)| + +## wsrep_evs_state +|name|value| +|----|-----| +|Name|`wsrep_evs_state`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_evs_state](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_evs_state)| + +## wsrep_flow_control_paused +|name|value| +|----|-----| +|Name|`wsrep_flow_control_paused`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_flow_control_paused](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_flow_control_paused)| + +## wsrep_flow_control_paused_ns +|name|value| +|----|-----| +|Name|`wsrep_flow_control_paused_ns`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_flow_control_paused_ns](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_flow_control_paused_ns)| + +## wsrep_flow_control_recv +|name|value| +|----|-----| +|Name|`wsrep_flow_control_recv`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_flow_control_recv](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_flow_control_recv)| + +## wsrep_flow_control_sent +|name|value| +|----|-----| +|Name|`wsrep_flow_control_sent`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_flow_control_sent](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_flow_control_sent)| + +## wsrep_gcomm_uuid +|name|value| +|----|-----| +|Name|`wsrep_gcomm_uuid`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_gcomm_uuid](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_gcomm_uuid)| + +## wsrep_incoming_addresses +|name|value| +|----|-----| +|Name|`wsrep_incoming_addresses`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_incoming_addresses](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_incoming_addresses)| + +## wsrep_last_committed +|name|value| +|----|-----| +|Name|`wsrep_last_committed`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_last_committed](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_last_committed)| + +## wsrep_local_bf_aborts +|name|value| +|----|-----| +|Name|`wsrep_local_bf_aborts`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_bf_aborts](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_bf_aborts)| + +## wsrep_local_cached_downto +|name|value| +|----|-----| +|Name|`wsrep_local_cached_downto`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_cached_downto](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_cached_downto)| + +## wsrep_local_cert_failures +|name|value| +|----|-----| +|Name|`wsrep_local_cert_failures`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_cert_failures](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_cert_failures)| + +## wsrep_local_commits +|name|value| +|----|-----| +|Name|`wsrep_local_commits`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_commits](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_commits)| + +## wsrep_local_index +|name|value| +|----|-----| +|Name|`wsrep_local_index`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_index](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_index)| + +## wsrep_local_recv_queue +|name|value| +|----|-----| +|Name|`wsrep_local_recv_queue`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_recv_queue](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_recv_queue)| + +## wsrep_local_recv_queue_avg +|name|value| +|----|-----| +|Name|`wsrep_local_recv_queue_avg`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_recv_queue_avg](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_recv_queue_avg)| + +## wsrep_local_recv_queue_max +|name|value| +|----|-----| +|Name|`wsrep_local_recv_queue_max`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_recv_queue_max](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_recv_queue_max)| + +## wsrep_local_recv_queue_min +|name|value| +|----|-----| +|Name|`wsrep_local_recv_queue_min`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_recv_queue_min](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_recv_queue_min)| + +## wsrep_local_replays +|name|value| +|----|-----| +|Name|`wsrep_local_replays`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_replays](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_replays)| + +## wsrep_local_send_queue +|name|value| +|----|-----| +|Name|`wsrep_local_send_queue`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_send_queue](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_send_queue)| + +## wsrep_local_send_queue_avg +|name|value| +|----|-----| +|Name|`wsrep_local_send_queue_avg`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_send_queue_avg](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_send_queue_avg)| + +## wsrep_local_send_queue_max +|name|value| +|----|-----| +|Name|`wsrep_local_send_queue_max`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_send_queue_max](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_send_queue_max)| + +## wsrep_local_send_queue_min +|name|value| +|----|-----| +|Name|`wsrep_local_send_queue_min`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_send_queue_min](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_send_queue_min)| + +## wsrep_local_state +|name|value| +|----|-----| +|Name|`wsrep_local_state`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_state](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_state)| + +## wsrep_local_state_comment +|name|value| +|----|-----| +|Name|`wsrep_local_state_comment`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_state_comment](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_state_comment)| + +## wsrep_local_state_uuid +|name|value| +|----|-----| +|Name|`wsrep_local_state_uuid`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_local_state_uuid](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_local_state_uuid)| + +## wsrep_open_connections +|name|value| +|----|-----| +|Name|`wsrep_open_connections`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_open_connections](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_open_connections)| + +## wsrep_open_transactions +|name|value| +|----|-----| +|Name|`wsrep_open_transactions`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_open_transactions](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_open_transactions)| + +## wsrep_protocol_version +|name|value| +|----|-----| +|Name|`wsrep_protocol_version`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_protocol_version](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_protocol_version)| + +## wsrep_provider_name +|name|value| +|----|-----| +|Name|`wsrep_provider_name`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_provider_name](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_provider_name)| + +## wsrep_provider_vendor +|name|value| +|----|-----| +|Name|`wsrep_provider_vendor`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_provider_vendor](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_provider_vendor)| + +## wsrep_provider_version +|name|value| +|----|-----| +|Name|`wsrep_provider_version`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_provider_version](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_provider_version)| + +## wsrep_ready +|name|value| +|----|-----| +|Name|`wsrep_ready`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_ready](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_ready)| + +## wsrep_received +|name|value| +|----|-----| +|Name|`wsrep_received`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_received](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_received)| + +## wsrep_received_bytes +|name|value| +|----|-----| +|Name|`wsrep_received_bytes`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_received_bytes](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_received_bytes)| + +## wsrep_repl_data_bytes +|name|value| +|----|-----| +|Name|`wsrep_repl_data_bytes`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_repl_data_bytes](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_repl_data_bytes)| + +## wsrep_repl_keys +|name|value| +|----|-----| +|Name|`wsrep_repl_keys`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_repl_keys](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_repl_keys)| + +## wsrep_repl_keys_bytes +|name|value| +|----|-----| +|Name|`wsrep_repl_keys_bytes`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_repl_keys_bytes](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_repl_keys_bytes)| + +## wsrep_repl_other_bytes +|name|value| +|----|-----| +|Name|`wsrep_repl_other_bytes`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_repl_other_bytes](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_repl_other_bytes)| + +## wsrep_replicated +|name|value| +|----|-----| +|Name|`wsrep_replicated`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_replicated](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_replicated)| + +## wsrep_replicated_bytes +|name|value| +|----|-----| +|Name|`wsrep_replicated_bytes`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_replicated_bytes](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_replicated_bytes)| + +## wsrep_thread_count +|name|value| +|----|-----| +|Name|`wsrep_thread_count`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_thread_count](https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/#wsrep_thread_count)| + +## wsrep_auto_increment_control +|name|value| +|----|-----| +|Name|`wsrep_auto_increment_control`| +|Command line|`--wsrep-auto-increment-control[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_auto_increment_control](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_auto_increment_control)| + +## wsrep_causal_reads +|name|value| +|----|-----| +|Name|`wsrep_causal_reads`| +|Command line|`--wsrep-causal-reads[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_causal_reads](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_causal_reads)| + +## wsrep_certification_rules +|name|value| +|----|-----| +|Name|`wsrep_certification_rules`| +|Command line|`--wsrep-certifcation-rules`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`strict`| +|Dynamic|`true`| +|Valid value(s)|`strict`, `optimized`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_certification_rules](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_certification_rules)| + +## wsrep_certify_nonPK +|name|value| +|----|-----| +|Name|`wsrep_certify_nonPK`| +|Command line|`--wsrep-certify-nonPK[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_certify_nonpk](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_certify_nonpk)| + +## wsrep_cluster_address +|name|value| +|----|-----| +|Name|`wsrep_cluster_address`| +|Command line|`--wsrep-cluster-address=value`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cluster_address](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_cluster_address)| + +## wsrep_cluster_name +|name|value| +|----|-----| +|Name|`wsrep_cluster_name`| +|Command line|`--wsrep-cluster-name=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`my_wsrep_cluster`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_cluster_name](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_cluster_name)| + +## wsrep_convert_LOCK_to_trx +|name|value| +|----|-----| +|Name|`wsrep_convert_LOCK_to_trx`| +|Command line|`--wsrep-convert-LOCK-to-trx[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_convert_lock_to_trx](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_convert_lock_to_trx)| + +## wsrep_data_home_dir +|name|value| +|----|-----| +|Name|`wsrep_data_home_dir`| +|Command line|`--wsrep-data-home-dir=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`The datadir variable value.`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_data_home_dir](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_data_home_dir)| + +## wsrep_dbug_option +|name|value| +|----|-----| +|Name|`wsrep_dbug_option`| +|Command line|`--wsrep-dbug-option=value`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_dbug_option](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_dbug_option)| + +## wsrep_debug +|name|value| +|----|-----| +|Name|`wsrep_debug`| +|Command line|`--wsrep-debug[={0|1}]`| +|Scope|`global`| +|Default value|`NONE (>= MariaDB 10.4.3), OFF (<= MariaDB 10.4.2)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_debug](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_debug)| + +## wsrep_desync +|name|value| +|----|-----| +|Name|`wsrep_desync`| +|Command line|`--wsrep-desync[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_desync](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_desync)| + +## wsrep_dirty_reads +|name|value| +|----|-----| +|Name|`wsrep_dirty_reads`| +|Command line|`--wsrep-dirty-reads[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| +|Valid value(s)|`ON`, `OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_dirty_reads](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_dirty_reads)| + +## wsrep_drupal_282555_workaround +|name|value| +|----|-----| +|Name|`wsrep_drupal_282555_workaround`| +|Command line|`--wsrep-drupal-282555-workaround[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_drupal_282555_workaround](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_drupal_282555_workaround)| + +## wsrep_forced_binlog_format +|name|value| +|----|-----| +|Name|`wsrep_forced_binlog_format`| +|Command line|`--wsrep-forced-binlog-format=value`| +|Scope|`global`| +|Default value|`NONE`| +|Dynamic|`true`| +|Valid value(s)|`STATEMENT`, `ROW`, `MIXED`, `NONE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_forced_binlog_format](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_forced_binlog_format)| + +## wsrep_gtid_domain_id +|name|value| +|----|-----| +|Name|`wsrep_gtid_domain_id`| +|Command line|`--wsrep-gtid-domain-id=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_gtid_domain_id](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_gtid_domain_id)| + +## wsrep_gtid_mode +|name|value| +|----|-----| +|Name|`wsrep_gtid_mode`| +|Command line|`--wsrep-gtid-mode[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_gtid_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_gtid_mode)| + +## wsrep_ignore_apply_errors +|name|value| +|----|-----| +|Name|`wsrep_ignore_apply_errors`| +|Command line|`--wsrep-ignore-apply-errors`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `7`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_ignore_apply_errors](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_ignore_apply_errors)| + +## wsrep_load_data_splitting +|name|value| +|----|-----| +|Name|`wsrep_load_data_splitting`| +|Command line|`--wsrep-load-data-splitting[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF (>= MariaDB 10.4.3), ON (<= MariaDB 10.4.2)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_load_data_splitting](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_load_data_splitting)| + +## wsrep_log_conflicts +|name|value| +|----|-----| +|Name|`wsrep_log_conflicts`| +|Command line|`--wsrep-log-conflicts[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_log_conflicts](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_log_conflicts)| + +## wsrep_max_ws_rows +|name|value| +|----|-----| +|Name|`wsrep_max_ws_rows`| +|Command line|`--wsrep-max-ws-rows=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0 (>= MariaDB Galera 10.0.27, MariaDB 10.1.17), 131072 (<= MariaDB Galera 10.0.26, MariaDB 10.1.16)`| +|Dynamic|`true`| +|Range|from: `0` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_max_ws_rows](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_max_ws_rows)| + +## wsrep_max_ws_size +|name|value| +|----|-----| +|Name|`wsrep_max_ws_size`| +|Command line|`--wsrep-max-ws-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2147483647 (2GB, >= MariaDB Galera 10.0.27, MariaDB 10.1.17), 1073741824 (1GB, <= MariaDB Galera 10.0.26, MariaDB 10.1.16)`| +|Dynamic|`true`| +|Range|from: `1024` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_max_ws_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_max_ws_size)| + +## wsrep_mysql_replication_bundle +|name|value| +|----|-----| +|Name|`wsrep_mysql_replication_bundle`| +|Command line|`--wsrep-mysql-replication-bundle=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `1000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_mysql_replication_bundle](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_mysql_replication_bundle)| + +## wsrep_node_address +|name|value| +|----|-----| +|Name|`wsrep_node_address`| +|Command line|`--wsrep-node-address=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Primary network address, usually eth0 with a default port of 4567, or 0.0.0.0 if no IP address.`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_node_address](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_node_address)| + +## wsrep_node_incoming_address +|name|value| +|----|-----| +|Name|`wsrep_node_incoming_address`| +|Command line|`--wsrep-node-incoming-address=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`AUTO`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_node_incoming_address](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_node_incoming_address)| + +## wsrep_node_name +|name|value| +|----|-----| +|Name|`wsrep_node_name`| +|Command line|`--wsrep-node-name=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`The server's hostname.`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_node_name](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_node_name)| + +## wsrep_notify_cmd +|name|value| +|----|-----| +|Name|`wsrep_notify_cmd`| +|Command line|`--wsrep-notify-command=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Empty`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_notify_cmd](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_notify_cmd)| + +## wsrep_on +|name|value| +|----|-----| +|Name|`wsrep_on`| +|Command line|`--wsrep-on[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF (>= MariaDB 10.1), ON (<= MariaDB Galera Cluster 10.0),`| +|Dynamic|`true`| +|Valid value(s)|`ON`, `OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_on](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_on)| + +## wsrep_OSU_method +|name|value| +|----|-----| +|Name|`wsrep_OSU_method`| +|Command line|`--wsrep-OSU-method[=value]`| +|Scope|`global`, `session`| +|Default value|`TOI`| +|Dynamic|`true`| +|Valid value(s)|`TOI`, `RSU`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_osu_method](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_osu_method)| + +## wsrep_patch_version +|name|value| +|----|-----| +|Name|`wsrep_patch_version`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`None`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_patch_version](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_patch_version)| + +## wsrep_provider +|name|value| +|----|-----| +|Name|`wsrep_provider`| +|Command line|`--wsrep-provider=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`None`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_provider](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_provider)| + +## wsrep_provider_options +|name|value| +|----|-----| +|Name|`wsrep_provider_options`| +|Command line|`--wsrep-provider-options=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Empty`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_provider_options](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_provider_options)| + +## wsrep_recover +|name|value| +|----|-----| +|Name|`wsrep_recover`| +|Command line|`--wsrep-recover[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_recover](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_recover)| + +## wsrep_reject_queries +|name|value| +|----|-----| +|Name|`wsrep_reject_queries`| +|Command line|`--wsrep-reject-queries[=value]`| +|Scope|`global`| +|Default value|`NONE`| +|Dynamic|`true`| +|Valid value(s)|`NONE`, `ALL`, `ALL_KILL`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_reject_queries](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_reject_queries)| + +## wsrep_replicate_myisam +|name|value| +|----|-----| +|Name|`wsrep_replicate_myisam`| +|Command line|`--wsrep-replicate-myisam[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| +|Valid value(s)|`ON`, `OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_replicate_myisam](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_replicate_myisam)| + +## wsrep_restart_slave +|name|value| +|----|-----| +|Name|`wsrep_restart_slave`| +|Command line|`--wsrep-restart-slave[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_restart_slave](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_restart_slave)| + +## wsrep_retry_autocommit +|name|value| +|----|-----| +|Name|`wsrep_retry_autocommit`| +|Command line|`--wsrep-retry-autocommit=value`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| +|Range|from: `0` to: `10000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_retry_autocommit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_retry_autocommit)| + +## wsrep_slave_FK_checks +|name|value| +|----|-----| +|Name|`wsrep_slave_FK_checks`| +|Command line|`--wsrep-slave-FK-checks[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_slave_fk_checks](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_slave_fk_checks)| + +## wsrep_slave_threads +|name|value| +|----|-----| +|Name|`wsrep_slave_threads`| +|Command line|`--wsrep-slave-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1` to: `512`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_slave_threads](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_slave_threads)| + +## wsrep_slave_UK_checks +|name|value| +|----|-----| +|Name|`wsrep_slave_UK_checks`| +|Command line|`--wsrep-slave-UK-checks[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_slave_uk_checks](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_slave_uk_checks)| + +## wsrep_sr_store +|name|value| +|----|-----| +|Name|`wsrep_sr_store`| +|Command line|`--wsrep-sr-store=val`| +|Scope|`global`| +|Default value|`table`| +|Dynamic|`false`| +|Valid value(s)|`table`, `none`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_sr_store](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_sr_store)| + +## wsrep_sst_auth +|name|value| +|----|-----| +|Name|`wsrep_sst_auth`| +|Command line|`--wsrep-sst-auth=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_sst_auth](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_sst_auth)| + +## wsrep_sst_donor +|name|value| +|----|-----| +|Name|`wsrep_sst_donor`| +|Command line|`--wsrep-sst-donor=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|``| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_sst_donor](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_sst_donor)| + +## wsrep_sst_donor_rejects_queries +|name|value| +|----|-----| +|Name|`wsrep_sst_donor_rejects_queries`| +|Command line|`--wsrep-sst-donor-rejects-queries[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_sst_donor_rejects_queries](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_sst_donor_rejects_queries)| + +## wsrep_sst_method +|name|value| +|----|-----| +|Name|`wsrep_sst_method`| +|Command line|`--wsrep-sst-method=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`rsync`| +|Dynamic|`true`| +|Valid value(s)|`rsync`, `mysqldump`, `xtrabackup`, `xtrabackup-v2`, `mariabackup`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_sst_method](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_sst_method)| + +## wsrep_sst_receive_address +|name|value| +|----|-----| +|Name|`wsrep_sst_receive_address`| +|Command line|`--wsrep-sst-receive-address=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`AUTO`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_sst_receive_address](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_sst_receive_address)| + +## wsrep_start_position +|name|value| +|----|-----| +|Name|`wsrep_start_position`| +|Command line|`--wsrep-start-position=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`00000000-0000-0000-0000-000000000000:-1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_start_position](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_start_position)| + +## wsrep_sync_wait +|name|value| +|----|-----| +|Name|`wsrep_sync_wait`| +|Command line|`--wsrep-sync-wait=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `15`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_sync_wait](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_sync_wait)| + +## wsrep_trx_fragment_size +|name|value| +|----|-----| +|Name|`wsrep_trx_fragment_size`| +|Command line|`--wsrep-trx-fragment-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_trx_fragment_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_trx_fragment_size)| + +## wsrep_trx_fragment_unit +|name|value| +|----|-----| +|Name|`wsrep_trx_fragment_unit`| +|Command line|`--wsrep-trx-fragment-unit=value`| +|Scope|`global`, `session`| +|Default value|`bytes`| +|Dynamic|`true`| +|Valid value(s)|`bytes`, `rows`, `statements`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wsrep_trx_fragment_unit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/#wsrep_trx_fragment_unit)| + +## gtid_binlog_pos +|name|value| +|----|-----| +|Name|`gtid_binlog_pos`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Null`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[gtid_binlog_pos](https://mariadb.com/kb/en/library/documentation/gtid/#gtid_binlog_pos)| + +## gtid_binlog_state +|name|value| +|----|-----| +|Name|`gtid_binlog_state`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Null`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[gtid_binlog_state](https://mariadb.com/kb/en/library/documentation/gtid/#gtid_binlog_state)| + +## gtid_current_pos +|name|value| +|----|-----| +|Name|`gtid_current_pos`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Null`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[gtid_current_pos](https://mariadb.com/kb/en/library/documentation/gtid/#gtid_current_pos)| + +## gtid_domain_id +|name|value| +|----|-----| +|Name|`gtid_domain_id`| +|Command line|`--gtid-domain-id=#`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[gtid_domain_id](https://mariadb.com/kb/en/library/documentation/gtid/#gtid_domain_id)| + +## last_gtid +|name|value| +|----|-----| +|Name|`last_gtid`| +|Type of variable|`string`| +|Scope|`session`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[last_gtid](https://mariadb.com/kb/en/library/documentation/gtid/#last_gtid)| + +## server_id +|name|value| +|----|-----| +|Name|`server_id`| +|Type of variable|`integer`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_id](https://mariadb.com/kb/en/library/documentation/gtid/#server_id)| +|mariadb.com|[server_id](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#server_id)| +|dev.mysql.com|[sysvar_server_id](https://dev.mysql.com/doc/refman/8.0/en/replication-options.html#sysvar_server_id)| + +## gtid_seq_no +|name|value| +|----|-----| +|Name|`gtid_seq_no`| +|Scope|`session`| +|Default value|`Null`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[gtid_seq_no](https://mariadb.com/kb/en/library/documentation/gtid/#gtid_seq_no)| + +## gtid_ignore_duplicates +|name|value| +|----|-----| +|Name|`gtid_ignore_duplicates`| +|Command line|`--gtid-ignore-duplicates=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[gtid_ignore_duplicates](https://mariadb.com/kb/en/library/documentation/gtid/#gtid_ignore_duplicates)| + +## gtid_pos_auto_engines +|name|value| +|----|-----| +|Name|`gtid_pos_auto_engines`| +|Command line|`--gtid-pos-auto-engines=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`empty`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[gtid_pos_auto_engines](https://mariadb.com/kb/en/library/documentation/gtid/#gtid_pos_auto_engines)| + +## gtid_cleanup_batch_size +|name|value| +|----|-----| +|Name|`gtid_cleanup_batch_size`| +|Command line|`--gtid-cleanup-batch-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`64`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[gtid_cleanup_batch_size](https://mariadb.com/kb/en/library/documentation/gtid/#gtid_cleanup_batch_size)| + +## Server_audit_active +|name|value| +|----|-----| +|Name|`Server_audit_active`| +|Type of variable|`boolean`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_active](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/#server_audit_active)| + +## Server_audit_current_log +|name|value| +|----|-----| +|Name|`Server_audit_current_log`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_current_log](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/#server_audit_current_log)| + +## Server_audit_last_error +|name|value| +|----|-----| +|Name|`Server_audit_last_error`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_last_error](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/#server_audit_last_error)| + +## Server_audit_writes_failed +|name|value| +|----|-----| +|Name|`Server_audit_writes_failed`| +|Type of variable|`integer`| +|Default value|`0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_writes_failed](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/#server_audit_writes_failed)| + +## server_audit_events +|name|value| +|----|-----| +|Name|`server_audit_events`| +|Command line|`--server-audit-events=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Empty string`| +|Dynamic|`true`| +|Valid value(s)|`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`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_events](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_events)| + +## server_audit_excl_users +|name|value| +|----|-----| +|Name|`server_audit_excl_users`| +|Command line|`--server-audit-excl-users=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Empty string`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_excl_users](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_excl_users)| + +## server_audit_file_path +|name|value| +|----|-----| +|Name|`server_audit_file_path`| +|Command line|`--server-audit-file-path=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`server_audit.log`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_file_path](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_file_path)| + +## server_audit_file_rotate_now +|name|value| +|----|-----| +|Name|`server_audit_file_rotate_now`| +|Command line|`--server-audit-rotate-now[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_file_rotate_now](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_file_rotate_now)| + +## server_audit_file_rotate_size +|name|value| +|----|-----| +|Name|`server_audit_file_rotate_size`| +|Command line|`--server-audit-rotate-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1000000`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_file_rotate_size](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_file_rotate_size)| + +## server_audit_file_rotations +|name|value| +|----|-----| +|Name|`server_audit_file_rotations`| +|Command line|`--server-audit-rotations=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`9`| +|Dynamic|`true`| +|Range|from: `0` to: `999`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_file_rotations](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_file_rotations)| + +## server_audit_incl_users +|name|value| +|----|-----| +|Name|`server_audit_incl_users`| +|Command line|`--server-audit-incl-users=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Empty string`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_incl_users](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_incl_users)| + +## server_audit_loc_info +|name|value| +|----|-----| +|Name|`server_audit_loc_info`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Empty string`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_loc_info](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_loc_info)| + +## server_audit_logging +|name|value| +|----|-----| +|Name|`server_audit_logging`| +|Command line|`--server-audit-logging[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_logging](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_logging)| + +## server_audit_mode +|name|value| +|----|-----| +|Name|`server_audit_mode`| +|Command line|`--server-audit-mode[=#]`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_mode](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_mode)| + +## server_audit_output_type +|name|value| +|----|-----| +|Name|`server_audit_output_type`| +|Command line|`--server-audit-output-type=value`| +|Scope|`global`| +|Default value|`file`| +|Dynamic|`true`| +|Valid value(s)|`SYSLOG`, `FILE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_output_type](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_output_type)| + +## server_audit_query_log_limit +|name|value| +|----|-----| +|Name|`server_audit_query_log_limit`| +|Command line|`--server-audit-query-log-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1024`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_query_log_limit](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_query_log_limit)| + +## server_audit_syslog_facility +|name|value| +|----|-----| +|Name|`server_audit_syslog_facility`| +|Command line|`--server-audit-syslog-facility=value`| +|Scope|`global`| +|Default value|`LOG_USER`| +|Dynamic|`true`| +|Valid value(s)|`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`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_syslog_facility](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_syslog_facility)| + +## server_audit_syslog_ident +|name|value| +|----|-----| +|Name|`server_audit_syslog_ident`| +|Command line|`--server-audit-syslog-ident=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`mysql-server_auditing`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_syslog_ident](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_syslog_ident)| + +## server_audit_syslog_info +|name|value| +|----|-----| +|Name|`server_audit_syslog_info`| +|Command line|`--server-audit-syslog-info=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Empty string`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_syslog_info](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_syslog_info)| + +## server_audit_syslog_priority +|name|value| +|----|-----| +|Name|`server_audit_syslog_priority`| +|Command line|`--server-audit-syslog-priority=value`| +|Scope|`global`| +|Default value|`LOG_INFO`| +|Dynamic|`true`| +|Valid value(s)|`LOG_EMERG`, `LOG_ALERT`, `LOG_CRIT`, `LOG_ERR`, `LOG_WARNING`, `LOG_NOTICE`, `LOG_INFO`, `LOG_DEBUG`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit_syslog_priority](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit_syslog_priority)| + +## server_audit +|name|value| +|----|-----| +|Name|`server_audit`| +|Command line|`--server-audit=val`| +|Default value|`ON`| +|Valid value(s)|`OFF`, `ON`, `FORCE`, `FORCE_PLUS_PERMANENT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[server_audit](https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/#server_audit)| + +## Mroonga_count_skip +|name|value| +|----|-----| +|Name|`Mroonga_count_skip`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_count_skip](https://mariadb.com/kb/en/library/documentation/mroonga-status-variables/#mroonga_count_skip)| + +## Mroonga_fast_order_limit +|name|value| +|----|-----| +|Name|`Mroonga_fast_order_limit`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_fast_order_limit](https://mariadb.com/kb/en/library/documentation/mroonga-status-variables/#mroonga_fast_order_limit)| + +## mroonga_action_on_fulltext_query_error +|name|value| +|----|-----| +|Name|`mroonga_action_on_fulltext_query_error`| +|Command line|`--mroonga-action-on-fulltext-query-error=value`| +|Scope|`global`, `session`| +|Default value|`ERROR_AND_LOG`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_action_on_fulltext_query_error](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_action_on_fulltext_query_error)| + +## mroonga_boolean_mode_syntax_flags +|name|value| +|----|-----| +|Name|`mroonga_boolean_mode_syntax_flags`| +|Command line|`--mroonga-boolean-mode-syntax-flags=value`| +|Scope|`global`, `session`| +|Default value|`DEFAULT`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_boolean_mode_syntax_flags](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_boolean_mode_syntax_flags)| + +## mroonga_database_path_prefix +|name|value| +|----|-----| +|Name|`mroonga_database_path_prefix`| +|Command line|`--mroonga-database-path-prefix=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_database_path_prefix](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_database_path_prefix)| + +## mroonga_default_parser +|name|value| +|----|-----| +|Name|`mroonga_default_parser`| +|Command line|`--mroonga-default-parser=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`TokenBigram`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_default_parser](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_default_parser)| + +## mroonga_default_tokenizer +|name|value| +|----|-----| +|Name|`mroonga_default_tokenizer`| +|Command line|`--mroonga-default-tokenizer=value`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`TokenBigram`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_default_tokenizer](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_default_tokenizer)| + +## mroonga_default_wrapper_engine +|name|value| +|----|-----| +|Name|`mroonga_default_wrapper_engine`| +|Command line|`--mroonga-default-wrapper-engine=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_default_wrapper_engine](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_default_wrapper_engine)| + +## mroonga_dry_write +|name|value| +|----|-----| +|Name|`mroonga_dry_write`| +|Command line|`--mroonga-dry-write[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`off`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_dry_write](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_dry_write)| + +## mroonga_enable_operations_recording +|name|value| +|----|-----| +|Name|`mroonga_enable_operations_recording`| +|Command line|`--mroonga-enable-operations-recording={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_enable_operations_recording](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_enable_operations_recording)| + +## mroonga_enable_optimization +|name|value| +|----|-----| +|Name|`mroonga_enable_optimization`| +|Command line|`--mroonga-enable-optimization={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`on`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_enable_optimization](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_enable_optimization)| + +## mroonga_libgroonga_embedded +|name|value| +|----|-----| +|Name|`mroonga_libgroonga_embedded`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_libgroonga_embedded](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_libgroonga_embedded)| + +## mroonga_libgroonga_support_lz4 +|name|value| +|----|-----| +|Name|`mroonga_libgroonga_support_lz4`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_libgroonga_support_lz4](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_libgroonga_support_lz4)| + +## mroonga_libgroonga_support_zlib +|name|value| +|----|-----| +|Name|`mroonga_libgroonga_support_zlib`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_libgroonga_support_zlib](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_libgroonga_support_zlib)| + +## mroonga_libgroonga_support_zstd +|name|value| +|----|-----| +|Name|`mroonga_libgroonga_support_zstd`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_libgroonga_support_zstd](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_libgroonga_support_zstd)| + +## mroonga_libgroonga_version +|name|value| +|----|-----| +|Name|`mroonga_libgroonga_version`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_libgroonga_version](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_libgroonga_version)| + +## mroonga_lock_timeout +|name|value| +|----|-----| +|Name|`mroonga_lock_timeout`| +|Command line|`--mroonga-lock-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`900000`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_lock_timeout](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_lock_timeout)| + +## mroonga_log_file +|name|value| +|----|-----| +|Name|`mroonga_log_file`| +|Command line|`--mroonga-log-file=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`groonga.log`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_log_file](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_log_file)| + +## mroonga_log_level +|name|value| +|----|-----| +|Name|`mroonga_log_level`| +|Command line|`--mroonga-log-level=value`| +|Scope|`global`| +|Default value|`NOTICE`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_log_level](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_log_level)| + +## mroonga_match_escalation_threshold +|name|value| +|----|-----| +|Name|`mroonga_match_escalation_threshold`| +|Command line|`--mroonga-match-escalation-threshold=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_match_escalation_threshold](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_match_escalation_threshold)| + +## mroonga_max_n_records_for_estimate +|name|value| +|----|-----| +|Name|`mroonga_max_n_records_for_estimate`| +|Command line|`--mroonga-max-n-records-for-estimate=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1000`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_max_n_records_for_estimate](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_max_n_records_for_estimate)| + +## mroonga_query_log_file +|name|value| +|----|-----| +|Name|`mroonga_query_log_file`| +|Command line|`--mroonga-query-log-file=filename`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty string)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_query_log_file](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_query_log_file)| + +## mroonga_vector_column_delimiter +|name|value| +|----|-----| +|Name|`mroonga_vector_column_delimiter`| +|Command line|`--mroonga-vector-column-delimiter=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(white space)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_vector_column_delimiter](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_vector_column_delimiter)| + +## mroonga_version +|name|value| +|----|-----| +|Name|`mroonga_version`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mroonga_version](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/#mroonga_version)| + +## key_buffer_size +|name|value| +|----|-----| +|Name|`key_buffer_size`| +|Command line|`--key-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `8` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_buffer_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#key_buffer_size)| +|dev.mysql.com|[sysvar_key_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_key_buffer_size)| + +## key_cache_age_threshold +|name|value| +|----|-----| +|Name|`key_cache_age_threshold`| +|Command line|`--key-cache-age-threshold=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`300`| +|Dynamic|`true`| +|Range|from: `100` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_cache_age_threshold](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#key_cache_age_threshold)| +|dev.mysql.com|[sysvar_key_cache_age_threshold](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_key_cache_age_threshold)| + +## key_cache_block_size +|name|value| +|----|-----| +|Name|`key_cache_block_size`| +|Command line|`--key-cache-block-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1024`| +|Dynamic|`true`| +|Range|from: `512` to: `16384`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_cache_block_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#key_cache_block_size)| +|dev.mysql.com|[sysvar_key_cache_block_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_key_cache_block_size)| + +## key_cache_division_limit +|name|value| +|----|-----| +|Name|`key_cache_division_limit`| +|Command line|`--key-cache-division-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `1` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_cache_division_limit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#key_cache_division_limit)| +|dev.mysql.com|[sysvar_key_cache_division_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_key_cache_division_limit)| + +## key_cache_file_hash_size +|name|value| +|----|-----| +|Name|`key_cache_file_hash_size`| +|Command line|`--key-cache-file-hash-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`512`| +|Dynamic|`true`| +|Range|from: `128` to: `16384`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_cache_file_hash_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#key_cache_file_hash_size)| + +## key_cache_segments +|name|value| +|----|-----| +|Name|`key_cache_segments`| +|Command line|`--key-cache-segments=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0 (non-segmented)`| +|Dynamic|`true`| +|Range|from: `0` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_cache_segments](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#key_cache_segments)| + +## myisam_block_size +|name|value| +|----|-----| +|Name|`myisam_block_size`| +|Command line|`--myisam-block-size=#`| +|Type of variable|`integer`| +|Default value|`1024`| +|Range|from: `1024` to: `16384`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[myisam_block_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#myisam_block_size)| +|dev.mysql.com|[option_mysqld_myisam-block-size](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_myisam-block-size)| + +## myisam_data_pointer_size +|name|value| +|----|-----| +|Name|`myisam_data_pointer_size`| +|Command line|`--myisam-data-pointer-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`6`| +|Dynamic|`true`| +|Range|from: `2` to: `7`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[myisam_data_pointer_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#myisam_data_pointer_size)| +|dev.mysql.com|[sysvar_myisam_data_pointer_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_myisam_data_pointer_size)| + +## myisam_max_extra_sort_file_size +|name|value| +|----|-----| +|Name|`myisam_max_extra_sort_file_size`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[myisam_max_extra_sort_file_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#myisam_max_extra_sort_file_size)| + +## myisam_max_sort_file_size +|name|value| +|----|-----| +|Name|`myisam_max_sort_file_size`| +|Command line|`--myisam-max-sort-file-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[myisam_max_sort_file_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#myisam_max_sort_file_size)| +|dev.mysql.com|[sysvar_myisam_max_sort_file_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_myisam_max_sort_file_size)| + +## myisam_mmap_size +|name|value| +|----|-----| +|Name|`myisam_mmap_size`| +|Command line|`--myisam-mmap-size=#`| +|Type of variable|`integer`| +|Range|from: `7`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[myisam_mmap_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#myisam_mmap_size)| +|dev.mysql.com|[sysvar_myisam_mmap_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_myisam_mmap_size)| + +## myisam_recover_options +|name|value| +|----|-----| +|Name|`myisam_recover_options`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Valid value(s)|`OFF`, `DEFAULT`, `BACKUP`, `BACKUP_ALL`, `FORCE`, `QUICK`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[myisam_recover_options](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#myisam_recover_options)| +|dev.mysql.com|[sysvar_myisam_recover_options](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_myisam_recover_options)| + +## myisam_repair_threads +|name|value| +|----|-----| +|Name|`myisam_repair_threads`| +|Command line|`--myisam-repair-threads=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[myisam_repair_threads](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#myisam_repair_threads)| +|dev.mysql.com|[sysvar_myisam_repair_threads](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_myisam_repair_threads)| + +## myisam_sort_buffer_size +|name|value| +|----|-----| +|Name|`myisam_sort_buffer_size`| +|Command line|`--myisam-sort-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `4096` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[myisam_sort_buffer_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#myisam_sort_buffer_size)| +|dev.mysql.com|[sysvar_myisam_sort_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_myisam_sort_buffer_size)| + +## myisam_stats_method +|name|value| +|----|-----| +|Name|`myisam_stats_method`| +|Command line|`--myisam-stats-method=name`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`nulls_unequal`| +|Dynamic|`true`| +|Valid value(s)|`nulls_equal`, `nulls_unequal`, `nulls_ignored`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[myisam_stats_method](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#myisam_stats_method)| +|dev.mysql.com|[sysvar_myisam_stats_method](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_myisam_stats_method)| + +## myisam_use_mmap +|name|value| +|----|-----| +|Name|`myisam_use_mmap`| +|Command line|`--myisam-use-mmap[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[myisam_use_mmap](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/#myisam_use_mmap)| +|dev.mysql.com|[sysvar_myisam_use_mmap](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_myisam_use_mmap)| + +## rocksdb_access_hint_on_compaction_start +|name|value| +|----|-----| +|Name|`rocksdb_access_hint_on_compaction_start`| +|Command line|`--rocksdb-access-hint-on-compaction-start=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| +|Range|from: `0` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_access_hint_on_compaction_start](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_access_hint_on_compaction_start)| + +## rocksdb_advise_random_on_open +|name|value| +|----|-----| +|Name|`rocksdb_advise_random_on_open`| +|Command line|`--rocksdb-advise-random-on-open={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_advise_random_on_open](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_advise_random_on_open)| + +## rocksdb_allow_concurrent_memtable_write +|name|value| +|----|-----| +|Name|`rocksdb_allow_concurrent_memtable_write`| +|Command line|`--rocksdb-allow-concurrent-memtable-write={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_allow_concurrent_memtable_write](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_allow_concurrent_memtable_write)| + +## rocksdb_allow_mmap_reads +|name|value| +|----|-----| +|Name|`rocksdb_allow_mmap_reads`| +|Command line|`--rocksdb-allow-mmap-reads={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_allow_mmap_reads](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_allow_mmap_reads)| + +## rocksdb_allow_mmap_writes +|name|value| +|----|-----| +|Name|`rocksdb_allow_mmap_writes`| +|Command line|`--rocksdb-allow-mmap-writes={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_allow_mmap_writes](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_allow_mmap_writes)| + +## rocksdb_background_sync +|name|value| +|----|-----| +|Name|`rocksdb_background_sync`| +|Command line|`--rocksdb-background-sync={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_background_sync](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_background_sync)| + +## rocksdb_base_background_compactions +|name|value| +|----|-----| +|Name|`rocksdb_base_background_compactions`| +|Command line|`--rocksdb-base-background-compactions=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| +|Range|from: `-1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_base_background_compactions](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_base_background_compactions)| + +## rocksdb_blind_delete_primary_key +|name|value| +|----|-----| +|Name|`rocksdb_blind_delete_primary_key`| +|Command line|`--rocksdb-blind-delete-primary-key={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_blind_delete_primary_key](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_blind_delete_primary_key)| + +## rocksdb_block_cache_size +|name|value| +|----|-----| +|Name|`rocksdb_block_cache_size`| +|Command line|`--rocksdb-block-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`536870912`| +|Dynamic|`false`| +|Range|from: `1024` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_block_cache_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_block_cache_size)| + +## rocksdb_block_restart_interval +|name|value| +|----|-----| +|Name|`rocksdb_block_restart_interval`| +|Command line|`--rocksdb-block-restart-interval=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`16`| +|Dynamic|`false`| +|Range|from: `1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_block_restart_interval](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_block_restart_interval)| + +## rocksdb_block_size +|name|value| +|----|-----| +|Name|`rocksdb_block_size`| +|Command line|`--rocksdb-block-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`4096`| +|Dynamic|`false`| +|Range|from: `1` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_block_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_block_size)| + +## rocksdb_block_size_deviation +|name|value| +|----|-----| +|Name|`rocksdb_block_size_deviation`| +|Command line|`--rocksdb-block-size-deviation=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`10`| +|Dynamic|`false`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_block_size_deviation](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_block_size_deviation)| + +## rocksdb_bulk_load +|name|value| +|----|-----| +|Name|`rocksdb_bulk_load`| +|Command line|`--rocksdb-bulk-load={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_bulk_load](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_bulk_load)| + +## rocksdb_bulk_load_allow_unsorted +|name|value| +|----|-----| +|Name|`rocksdb_bulk_load_allow_unsorted`| +|Command line|`--rocksdb-bulk-load_allow_unsorted={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_bulk_load_allow_unsorted](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_bulk_load_allow_unsorted)| + +## rocksdb_bulk_load_size +|name|value| +|----|-----| +|Name|`rocksdb_bulk_load_size`| +|Command line|`--rocksdb-bulk-load-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1000`| +|Dynamic|`true`| +|Range|from: `1` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_bulk_load_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_bulk_load_size)| + +## rocksdb_bytes_per_sync +|name|value| +|----|-----| +|Name|`rocksdb_bytes_per_sync`| +|Command line|`--rocksdb-bytes-per-sync=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_bytes_per_sync](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_bytes_per_sync)| + +## rocksdb_cache_index_and_filter_blocks +|name|value| +|----|-----| +|Name|`rocksdb_cache_index_and_filter_blocks`| +|Command line|`--rocksdb-cache-index-and-filter_blocks={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_cache_index_and_filter_blocks](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_cache_index_and_filter_blocks)| + +## rocksdb_checksums_pct +|name|value| +|----|-----| +|Name|`rocksdb_checksums_pct`| +|Command line|`--rocksdb-checksums-pct=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `0` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_checksums_pct](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_checksums_pct)| + +## rocksdb_collect_sst_properties +|name|value| +|----|-----| +|Name|`rocksdb_collect_sst_properties`| +|Command line|`--rocksdb-collect-sst-properties={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_collect_sst_properties](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_collect_sst_properties)| + +## rocksdb_commit_in_the_middle +|name|value| +|----|-----| +|Name|`rocksdb_commit_in_the_middle`| +|Command line|`--rocksdb-commit-in-the-middle={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_commit_in_the_middle](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_commit_in_the_middle)| + +## rocksdb_compact_cf +|name|value| +|----|-----| +|Name|`rocksdb_compact_cf`| +|Command line|`--rocksdb-compact-cf=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_compact_cf](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_compact_cf)| + +## rocksdb_compaction_readahead_size +|name|value| +|----|-----| +|Name|`rocksdb_compaction_readahead_size`| +|Command line|`--rocksdb-compaction-readahead-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_compaction_readahead_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_compaction_readahead_size)| + +## rocksdb_compaction_sequential_deletes +|name|value| +|----|-----| +|Name|`rocksdb_compaction_sequential_deletes`| +|Command line|`--rocksdb-compaction-sequential-deletes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `2000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_compaction_sequential_deletes](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_compaction_sequential_deletes)| + +## rocksdb_compaction_sequential_deletes_count_sd +|name|value| +|----|-----| +|Name|`rocksdb_compaction_sequential_deletes_count_sd`| +|Command line|`--rocksdb-compaction-sequential-deletes-count-sd={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_compaction_sequential_deletes_count_sd](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_compaction_sequential_deletes_count_sd)| + +## rocksdb_compaction_sequential_deletes_file_size +|name|value| +|----|-----| +|Name|`rocksdb_compaction_sequential_deletes_file_size`| +|Command line|`--rocksdb-compaction-sequential-deletes-file-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_compaction_sequential_deletes_file_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_compaction_sequential_deletes_file_size)| + +## rocksdb_compaction_sequential_deletes_window +|name|value| +|----|-----| +|Name|`rocksdb_compaction_sequential_deletes_window`| +|Command line|`--rocksdb-compaction-sequential-deletes-window=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `2000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_compaction_sequential_deletes_window](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_compaction_sequential_deletes_window)| + +## rocksdb_concurrent_prepare +|name|value| +|----|-----| +|Name|`rocksdb_concurrent_prepare`| +|Command line|`--rocksdb-coconcurrent-prepare={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_concurrent_prepare](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_concurrent_prepare)| + +## rocksdb_create_checkpoint +|name|value| +|----|-----| +|Name|`rocksdb_create_checkpoint`| +|Command line|`--rocksdb-create-checkpoint=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_create_checkpoint](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_create_checkpoint)| + +## rocksdb_create_if_missing +|name|value| +|----|-----| +|Name|`rocksdb_create_if_missing`| +|Command line|`--rocksdb-create-if-missing={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_create_if_missing](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_create_if_missing)| + +## rocksdb_create_missing_column_families +|name|value| +|----|-----| +|Name|`rocksdb_create_missing_column_families`| +|Command line|`--rocksdb-create-missing-column-families={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_create_missing_column_families](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_create_missing_column_families)| + +## rocksdb_datadir +|name|value| +|----|-----| +|Name|`rocksdb_datadir`| +|Command line|`--rocksdb-datadir[=value]`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`./.rocksdb`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_datadir](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_datadir)| + +## rocksdb_db_write_buffer_size +|name|value| +|----|-----| +|Name|`rocksdb_db_write_buffer_size`| +|Command line|`--rocksdb-db-write-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_db_write_buffer_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_db_write_buffer_size)| + +## rocksdb_deadlock_detect +|name|value| +|----|-----| +|Name|`rocksdb_deadlock_detect`| +|Command line|`--rocksdb-deadlock-detect={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_deadlock_detect](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_deadlock_detect)| + +## rocksdb_deadlock_detect_depth +|name|value| +|----|-----| +|Name|`rocksdb_deadlock_detect_depth`| +|Command line|`--rocksdb-deadlock-detect-depth=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`50`| +|Dynamic|`true`| +|Range|from: `2` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_deadlock_detect_depth](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_deadlock_detect_depth)| + +## rocksdb_debug_optimizer_no_zero_cardinality +|name|value| +|----|-----| +|Name|`rocksdb_debug_optimizer_no_zero_cardinality`| +|Command line|`--rocksdb-debug-optimizer-no-zero-cardinality={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_debug_optimizer_no_zero_cardinality](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_debug_optimizer_no_zero_cardinality)| + +## rocksdb_debug_ttl_ignore_pk +|name|value| +|----|-----| +|Name|`rocksdb_debug_ttl_ignore_pk`| +|Command line|`--rocksdb-debug-ttl-ignore-pk={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_debug_ttl_ignore_pk](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_debug_ttl_ignore_pk)| + +## rocksdb_debug_ttl_read_filter_ts +|name|value| +|----|-----| +|Name|`rocksdb_debug_ttl_read_filter_ts`| +|Command line|`--rocksdb-debug-ttl-read-filter-ts=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `-3600` to: `3600`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_debug_ttl_read_filter_ts](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_debug_ttl_read_filter_ts)| + +## rocksdb_debug_ttl_rec_ts +|name|value| +|----|-----| +|Name|`rocksdb_debug_ttl_rec_ts`| +|Command line|`--rocksdb-debug-ttl-read-filter-ts=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `-3600` to: `3600`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_debug_ttl_rec_ts](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_debug_ttl_rec_ts)| + +## rocksdb_debug_ttl_snapshot_ts +|name|value| +|----|-----| +|Name|`rocksdb_debug_ttl_snapshot_ts`| +|Command line|`--rocksdb-debug-ttl-snapshot-ts=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `-3600` to: `3600`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_debug_ttl_snapshot_ts](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_debug_ttl_snapshot_ts)| + +## rocksdb_default_cf_options +|name|value| +|----|-----| +|Name|`rocksdb_default_cf_options`| +|Command line|`--rocksdb-default-cf-options=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_default_cf_options](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_default_cf_options)| + +## rocksdb_delayed_write_rate +|name|value| +|----|-----| +|Name|`rocksdb_delayed_write_rate`| +|Command line|`--rocksdb-delayed-write-rate=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`16777216`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_delayed_write_rate](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_delayed_write_rate)| + +## rocksdb_delete_obsolete_files_period_micros +|name|value| +|----|-----| +|Name|`rocksdb_delete_obsolete_files_period_micros`| +|Command line|`--rocksdb-delete-obsolete-files-period-micros=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`21600000000`| +|Dynamic|`false`| +|Range|from: `0` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_delete_obsolete_files_period_micros](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_delete_obsolete_files_period_micros)| + +## rocksdb_enable_2pc +|name|value| +|----|-----| +|Name|`rocksdb_enable_2pc`| +|Command line|`--rocksdb-enable-2pc={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_enable_2pc](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_enable_2pc)| + +## rocksdb_enable_bulk_load_api +|name|value| +|----|-----| +|Name|`rocksdb_enable_bulk_load_api`| +|Command line|`--rocksdb-enable-bulk-load-api={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_enable_bulk_load_api](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_enable_bulk_load_api)| + +## rocksdb_enable_thread_tracking +|name|value| +|----|-----| +|Name|`rocksdb_enable_thread_tracking`| +|Command line|`--rocksdb-enable-thread-tracking={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_enable_thread_tracking](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_enable_thread_tracking)| + +## rocksdb_enable_ttl +|name|value| +|----|-----| +|Name|`rocksdb_enable_ttl`| +|Command line|`--rocksdb-enable-ttl={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_enable_ttl](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_enable_ttl)| + +## rocksdb_enable_ttl_read_filtering +|name|value| +|----|-----| +|Name|`rocksdb_enable_ttl_read_filtering`| +|Command line|`--rocksdb-enable-ttl-read-filtering={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_enable_ttl_read_filtering](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_enable_ttl_read_filtering)| + +## rocksdb_enable_write_thread_adaptive_yield +|name|value| +|----|-----| +|Name|`rocksdb_enable_write_thread_adaptive_yield`| +|Command line|`--rocksdb-enable-write-thread-adaptive-yield={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_enable_write_thread_adaptive_yield](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_enable_write_thread_adaptive_yield)| + +## rocksdb_error_if_exists +|name|value| +|----|-----| +|Name|`rocksdb_error_if_exists`| +|Command line|`--rocksdb-error-if-exists={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_error_if_exists](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_error_if_exists)| + +## rocksdb_flush_log_at_trx_commit +|name|value| +|----|-----| +|Name|`rocksdb_flush_log_at_trx_commit`| +|Command line|`--rocksdb-flush-log-at-trx-commit=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `0` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_flush_log_at_trx_commit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_flush_log_at_trx_commit)| + +## rocksdb_flush_memtable_on_analyze +|name|value| +|----|-----| +|Name|`rocksdb_flush_memtable_on_analyze`| +|Command line|`--rocksdb-flush-memtable-on-analyze={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_flush_memtable_on_analyze](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_flush_memtable_on_analyze)| + +## rocksdb_force_compute_memtable_stats +|name|value| +|----|-----| +|Name|`rocksdb_force_compute_memtable_stats`| +|Command line|`--rocksdb-force-compute-memtable-stats={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_force_compute_memtable_stats](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_force_compute_memtable_stats)| + +## rocksdb_force_compute_memtable_stats_cachetime +|name|value| +|----|-----| +|Name|`rocksdb_force_compute_memtable_stats_cachetime`| +|Command line|`--rocksdb-force-compute-memtable-stats-cachetime=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`60000000`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_force_compute_memtable_stats_cachetime](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_force_compute_memtable_stats_cachetime)| + +## rocksdb_force_flush_memtable_and_lzero_now +|name|value| +|----|-----| +|Name|`rocksdb_force_flush_memtable_and_lzero_now`| +|Command line|`--rocksdb-force-flush-memtable-and-lzero-now={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_force_flush_memtable_and_lzero_now](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_force_flush_memtable_and_lzero_now)| + +## rocksdb_force_flush_memtable_now +|name|value| +|----|-----| +|Name|`rocksdb_force_flush_memtable_now`| +|Command line|`--rocksdb-force-flush-memtable-now={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_force_flush_memtable_now](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_force_flush_memtable_now)| + +## rocksdb_force_index_records_in_range +|name|value| +|----|-----| +|Name|`rocksdb_force_index_records_in_range`| +|Command line|`--rocksdb-force-index-records-in-range=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_force_index_records_in_range](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_force_index_records_in_range)| + +## rocksdb_git_hash +|name|value| +|----|-----| +|Name|`rocksdb_git_hash`| +|Command line|`--rocksdb-git-hash=value=#`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`As per git revision.`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_git_hash](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_git_hash)| + +## rocksdb_hash_index_allow_collision +|name|value| +|----|-----| +|Name|`rocksdb_hash_index_allow_collision`| +|Command line|`--rocksdb-hash-index-allow-collision={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_hash_index_allow_collision](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_hash_index_allow_collision)| + +## rocksdb_index_type +|name|value| +|----|-----| +|Name|`rocksdb_index_type`| +|Command line|`--rocksdb-index-type=value`| +|Scope|`global`| +|Default value|`kBinarySearch`| +|Dynamic|`false`| +|Valid value(s)|`kBinarySearch`, `kHashSearch`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_index_type](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_index_type)| + +## rocksdb_info_log_level +|name|value| +|----|-----| +|Name|`rocksdb_info_log_level`| +|Command line|`--rocksdb-info-log-level=value`| +|Scope|`global`| +|Default value|`error_level`| +|Dynamic|`true`| +|Valid value(s)|`error_level`, `debug_level`, `info_level`, `warn_level`, `fatal_level`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_info_log_level](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_info_log_level)| + +## rocksdb_io_write_timeout +|name|value| +|----|-----| +|Name|`rocksdb_io_write_timeout`| +|Command line|`--rocksdb-io-write-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Valid value(s)|`0`, `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_io_write_timeout](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_io_write_timeout)| + +## rocksdb_is_fd_close_on_exec +|name|value| +|----|-----| +|Name|`rocksdb_is_fd_close_on_exec`| +|Command line|`--rocksdb-is-fd-close-on-exec={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_is_fd_close_on_exec](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_is_fd_close_on_exec)| + +## rocksdb_keep_log_file_num +|name|value| +|----|-----| +|Name|`rocksdb_keep_log_file_num`| +|Command line|`--rocksdb-keep-log-file-num=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1000`| +|Dynamic|`false`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_keep_log_file_num](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_keep_log_file_num)| + +## rocksdb_large_prefix +|name|value| +|----|-----| +|Name|`rocksdb_large_prefix`| +|Command line|`--rocksdb-large_prefix={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_large_prefix](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_large_prefix)| + +## rocksdb_lock_scanned_rows +|name|value| +|----|-----| +|Name|`rocksdb_lock_scanned_rows`| +|Command line|`--rocksdb-lock-scanned-rows={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_lock_scanned_rows](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_lock_scanned_rows)| + +## rocksdb_lock_wait_timeout +|name|value| +|----|-----| +|Name|`rocksdb_lock_wait_timeout`| +|Command line|`--rocksdb-lock-wait-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_lock_wait_timeout](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_lock_wait_timeout)| + +## rocksdb_log_file_time_to_roll +|name|value| +|----|-----| +|Name|`rocksdb_log_file_time_to_roll`| +|Command line|`--rocksdb-log-file-time-to_roll=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_log_file_time_to_roll](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_log_file_time_to_roll)| + +## rocksdb_manifest_preallocation_size +|name|value| +|----|-----| +|Name|`rocksdb_manifest_preallocation_size`| +|Command line|`--rocksdb-manifest-preallocation-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_manifest_preallocation_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_manifest_preallocation_size)| + +## rocksdb_manual_wal_flush +|name|value| +|----|-----| +|Name|`rocksdb_manual_wal_flush`| +|Command line|`--rocksdb-manual-wal-flush={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_manual_wal_flush](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_manual_wal_flush)| + +## rocksdb_master_skip_tx_api +|name|value| +|----|-----| +|Name|`rocksdb_master_skip_tx_api`| +|Command line|`--rocksdb-master-skip-tx-api={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_master_skip_tx_api](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_master_skip_tx_api)| + +## rocksdb_max_background_compactions +|name|value| +|----|-----| +|Name|`rocksdb_max_background_compactions`| +|Command line|`--rocksdb-max-background-compactions=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_max_background_compactions](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_max_background_compactions)| + +## rocksdb_max_background_flushes +|name|value| +|----|-----| +|Name|`rocksdb_max_background_flushes`| +|Command line|`--rocksdb-max-background-flushes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| +|Range|from: `1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_max_background_flushes](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_max_background_flushes)| + +## rocksdb_max_background_jobs +|name|value| +|----|-----| +|Name|`rocksdb_max_background_jobs`| +|Command line|`--rocksdb-max-background-jobs=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2`| +|Dynamic|`true`| +|Range|from: `-1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_max_background_jobs](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_max_background_jobs)| + +## rocksdb_max_latest_deadlocks +|name|value| +|----|-----| +|Name|`rocksdb_max_latest_deadlocks`| +|Command line|`--rocksdb-max-latest-deadlocks=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`5`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_max_latest_deadlocks](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_max_latest_deadlocks)| + +## rocksdb_max_log_file_size +|name|value| +|----|-----| +|Name|`rocksdb_max_log_file_size`| +|Command line|`--rocksdb-max-log-file-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_max_log_file_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_max_log_file_size)| + +## rocksdb_max_manifest_file_size +|name|value| +|----|-----| +|Name|`rocksdb_max_manifest_file_size`| +|Command line|`--rocksdb-manifest-log-file-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`18446744073709551615`| +|Dynamic|`false`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_max_manifest_file_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_max_manifest_file_size)| + +## rocksdb_max_open_files +|name|value| +|----|-----| +|Name|`rocksdb_max_open_files`| +|Command line|`--rocksdb-max-open-files=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`-1`| +|Dynamic|`false`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_max_open_files](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_max_open_files)| + +## rocksdb_max_row_locks +|name|value| +|----|-----| +|Name|`rocksdb_max_row_locks`| +|Command line|`--rocksdb-max-row-locks=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1048576`| +|Dynamic|`true`| +|Range|from: `1` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_max_row_locks](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_max_row_locks)| + +## rocksdb_max_subcompactions +|name|value| +|----|-----| +|Name|`rocksdb_max_subcompactions`| +|Command line|`--rocksdb-max-subcompactions=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| +|Range|from: `1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_max_subcompactions](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_max_subcompactions)| + +## rocksdb_max_total_wal_size +|name|value| +|----|-----| +|Name|`rocksdb_max_total_wal_size`| +|Command line|`--rocksdb-max-total-wal-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_max_total_wal_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_max_total_wal_size)| + +## rocksdb_merge_buf_size +|name|value| +|----|-----| +|Name|`rocksdb_merge_buf_size`| +|Command line|`--rocksdb-merge-buf-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`67108864`| +|Dynamic|`true`| +|Range|from: `100` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_merge_buf_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_merge_buf_size)| + +## rocksdb_merge_combine_read_size +|name|value| +|----|-----| +|Name|`rocksdb_merge_combine_read_size`| +|Command line|`--rocksdb-merge-combine-read-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1073741824`| +|Dynamic|`true`| +|Range|from: `100` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_merge_combine_read_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_merge_combine_read_size)| + +## rocksdb_merge_tmp_file_removal_delay_ms +|name|value| +|----|-----| +|Name|`rocksdb_merge_tmp_file_removal_delay_ms`| +|Command line|`--rocksdb-merge-tmp-file-removal-delay-ms=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_merge_tmp_file_removal_delay_ms](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_merge_tmp_file_removal_delay_ms)| + +## rocksdb_new_table_reader_for_compaction_inputs +|name|value| +|----|-----| +|Name|`rocksdb_new_table_reader_for_compaction_inputs`| +|Command line|`--rocksdb-new-table-reader-for-compaction-inputs={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_new_table_reader_for_compaction_inputs](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_new_table_reader_for_compaction_inputs)| + +## rocksdb_no_block_cache +|name|value| +|----|-----| +|Name|`rocksdb_no_block_cache`| +|Command line|`--rocksdb-no-block-cache={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_no_block_cache](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_no_block_cache)| + +## rocksdb_override_cf_options +|name|value| +|----|-----| +|Name|`rocksdb_override_cf_options`| +|Command line|`--rocksdb-override-cf-options=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_override_cf_options](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_override_cf_options)| + +## rocksdb_paranoid_checks +|name|value| +|----|-----| +|Name|`rocksdb_paranoid_checks`| +|Command line|`--rocksdb-paranoid-checks={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_paranoid_checks](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_paranoid_checks)| + +## rocksdb_pause_background_work +|name|value| +|----|-----| +|Name|`rocksdb_pause_background_work`| +|Command line|`--rocksdb-pause-background-work={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_pause_background_work](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_pause_background_work)| + +## rocksdb_perf_context_level +|name|value| +|----|-----| +|Name|`rocksdb_perf_context_level`| +|Command line|`--rocksdb-perf-context-level=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_perf_context_level](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_perf_context_level)| + +## rocksdb_persistent_cache_path +|name|value| +|----|-----| +|Name|`rocksdb_persistent_cache_path`| +|Command line|`--rocksdb-persistent-cache-path=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_persistent_cache_path](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_persistent_cache_path)| + +## rocksdb_persistent_cache_size_mb +|name|value| +|----|-----| +|Name|`rocksdb_persistent_cache_size_mb`| +|Command line|`--rocksdb-persistent-cache-size-mb=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_persistent_cache_size_mb](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_persistent_cache_size_mb)| + +## rocksdb_pin_l0_filter_and_index_blocks_in_cache +|name|value| +|----|-----| +|Name|`rocksdb_pin_l0_filter_and_index_blocks_in_cache`| +|Command line|`--rocksdb-pin-l0-filter-and-index-blocks-in-cache={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_pin_l0_filter_and_index_blocks_in_cache](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_pin_l0_filter_and_index_blocks_in_cache)| + +## rocksdb_print_snapshot_conflict_queries +|name|value| +|----|-----| +|Name|`rocksdb_print_snapshot_conflict_queries`| +|Command line|`--rocksdb-print-snapshot-conflict-queries={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_print_snapshot_conflict_queries](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_print_snapshot_conflict_queries)| + +## rocksdb_rate_limiter_bytes_per_sec +|name|value| +|----|-----| +|Name|`rocksdb_rate_limiter_bytes_per_sec`| +|Command line|`--rocksdb-rate-limiter-bytes-per-sec=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_rate_limiter_bytes_per_sec](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_rate_limiter_bytes_per_sec)| + +## rocksdb_read_free_rpl_tables +|name|value| +|----|-----| +|Name|`rocksdb_read_free_rpl_tables`| +|Command line|`--rocksdb-read-free-rpl-tables=value`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`(Empty)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_read_free_rpl_tables](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_read_free_rpl_tables)| + +## rocksdb_records_in_range +|name|value| +|----|-----| +|Name|`rocksdb_records_in_range`| +|Command line|`--rocksdb-records-in-range=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_records_in_range](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_records_in_range)| + +## rocksdb_reset_stats +|name|value| +|----|-----| +|Name|`rocksdb_reset_stats`| +|Command line|`--rocksdb-reset-stats={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_reset_stats](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_reset_stats)| + +## rocksdb_seconds_between_stat_computes +|name|value| +|----|-----| +|Name|`rocksdb_seconds_between_stat_computes`| +|Command line|`--rocksdb-seconds-between-stat-computes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`3600`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_seconds_between_stat_computes](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_seconds_between_stat_computes)| + +## rocksdb_signal_drop_index_thread +|name|value| +|----|-----| +|Name|`rocksdb_signal_drop_index_thread`| +|Command line|`--rocksdb-signal-drop-index-thread={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_signal_drop_index_thread](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_signal_drop_index_thread)| + +## rocksdb_sim_cache_size +|name|value| +|----|-----| +|Name|`rocksdb_sim_cache_size`| +|Command line|`--rocksdb-sim-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_sim_cache_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_sim_cache_size)| + +## rocksdb_skip_bloom_filter_on_read +|name|value| +|----|-----| +|Name|`rocksdb_skip_bloom_filter_on_read`| +|Command line|`--rocksdb-skip-bloom-filter-on_read={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_skip_bloom_filter_on_read](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_skip_bloom_filter_on_read)| + +## rocksdb_skip_fill_cache +|name|value| +|----|-----| +|Name|`rocksdb_skip_fill_cache`| +|Command line|`--rocksdb-skip-fill-cache={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_skip_fill_cache](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_skip_fill_cache)| + +## rocksdb_skip_unique_check_tables +|name|value| +|----|-----| +|Name|`rocksdb_skip_unique_check_tables`| +|Command line|`--rocksdb-skip-unique-check-tables=value`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`.*`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_skip_unique_check_tables](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_skip_unique_check_tables)| + +## rocksdb_sst_mgr_rate_bytes_per_sec +|name|value| +|----|-----| +|Name|`rocksdb_sst_mgr_rate_bytes_per_sec`| +|Command line|`--rocksdb-sst-mgr-rate-bytes-per-sec=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_sst_mgr_rate_bytes_per_sec](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_sst_mgr_rate_bytes_per_sec)| + +## rocksdb_stats_dump_period_sec +|name|value| +|----|-----| +|Name|`rocksdb_stats_dump_period_sec`| +|Command line|`--rocksdb-stats-dump-period-sec=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`600`| +|Dynamic|`false`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_stats_dump_period_sec](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_stats_dump_period_sec)| + +## rocksdb_store_row_debug_checksums +|name|value| +|----|-----| +|Name|`rocksdb_store_row_debug_checksums`| +|Command line|`--rocksdb-store-row-debug-checksums={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_store_row_debug_checksums](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_store_row_debug_checksums)| + +## rocksdb_strict_collation_check +|name|value| +|----|-----| +|Name|`rocksdb_strict_collation_check`| +|Command line|`--rocksdb-strict-collation-check={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_strict_collation_check](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_strict_collation_check)| + +## rocksdb_strict_collation_exceptions +|name|value| +|----|-----| +|Name|`rocksdb_strict_collation_exceptions`| +|Command line|`--rocksdb-strict-collation-exceptions=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_strict_collation_exceptions](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_strict_collation_exceptions)| + +## rocksdb_supported_compression_types +|name|value| +|----|-----| +|Name|`rocksdb_supported_compression_types`| +|Command line|`--rocksdb-supported-compression-types=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Snappy,Zlib`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_supported_compression_types](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_supported_compression_types)| + +## rocksdb_table_cache_numshardbits +|name|value| +|----|-----| +|Name|`rocksdb_table_cache_numshardbits`| +|Command line|`--rocksdb-table-cache-numshardbits=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`6`| +|Dynamic|`false`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_table_cache_numshardbits](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_table_cache_numshardbits)| + +## rocksdb_table_stats_sampling_pct +|name|value| +|----|-----| +|Name|`rocksdb_table_stats_sampling_pct`| +|Command line|`--rocksdb-table-stats-sampling-pct=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`true`| +|Range|from: `0` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_table_stats_sampling_pct](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_table_stats_sampling_pct)| + +## rocksdb_tmpdir +|name|value| +|----|-----| +|Name|`rocksdb_tmpdir`| +|Command line|`--rocksdb-tmpdir[=value]`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`(Empty)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_tmpdir](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_tmpdir)| + +## rocksdb_trace_sst_api +|name|value| +|----|-----| +|Name|`rocksdb_trace_sst_api`| +|Command line|`--rocksdb-trace-sst-api={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_trace_sst_api](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_trace_sst_api)| + +## rocksdb_unsafe_for_binlog +|name|value| +|----|-----| +|Name|`rocksdb_unsafe_for_binlog`| +|Command line|`--rocksdb-unsafe-for-binlog={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_unsafe_for_binlog](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_unsafe_for_binlog)| + +## rocksdb_update_cf_options +|name|value| +|----|-----| +|Name|`rocksdb_update_cf_options`| +|Command line|`--rocksdb-update-cf-options=value`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_update_cf_options](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_update_cf_options)| + +## rocksdb_use_adaptive_mutex +|name|value| +|----|-----| +|Name|`rocksdb_use_adaptive_mutex`| +|Command line|`--rocksdb-use-adaptive-mutex={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_use_adaptive_mutex](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_use_adaptive_mutex)| + +## rocksdb_use_clock_cache +|name|value| +|----|-----| +|Name|`rocksdb_use_clock_cache`| +|Command line|`--rocksdb-use-clock-cache={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_use_clock_cache](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_use_clock_cache)| + +## rocksdb_use_direct_io_for_flush_and_compaction +|name|value| +|----|-----| +|Name|`rocksdb_use_direct_io_for_flush_and_compaction`| +|Command line|`--rocksdb-use-direct-io-for-flush-and-compaction={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_use_direct_io_for_flush_and_compaction](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_use_direct_io_for_flush_and_compaction)| + +## rocksdb_use_direct_reads +|name|value| +|----|-----| +|Name|`rocksdb_use_direct_reads`| +|Command line|`--rocksdb-use-direct-reads={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_use_direct_reads](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_use_direct_reads)| + +## rocksdb_use_direct_writes +|name|value| +|----|-----| +|Name|`rocksdb_use_direct_writes`| +|Command line|`--rocksdb-use-direct-reads={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_use_direct_writes](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_use_direct_writes)| + +## rocksdb_use_fsync +|name|value| +|----|-----| +|Name|`rocksdb_use_fsync`| +|Command line|`--rocksdb-use-fsync={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_use_fsync](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_use_fsync)| + +## rocksdb_validate_tables +|name|value| +|----|-----| +|Name|`rocksdb_validate_tables`| +|Command line|`--rocksdb-validate-tables=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| +|Range|from: `0` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_validate_tables](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_validate_tables)| + +## rocksdb_verify_row_debug_checksums +|name|value| +|----|-----| +|Name|`rocksdb_verify_row_debug_checksums`| +|Command line|`--rocksdb-verify-row-debug-checksums={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_verify_row_debug_checksums](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_verify_row_debug_checksums)| + +## rocksdb_wal_bytes_per_sync +|name|value| +|----|-----| +|Name|`rocksdb_wal_bytes_per_sync`| +|Command line|`--rocksdb-wal-bytes-per-sync=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_wal_bytes_per_sync](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_wal_bytes_per_sync)| + +## rocksdb_wal_dir +|name|value| +|----|-----| +|Name|`rocksdb_wal_dir`| +|Command line|`--rocksdb-wal-dir=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(Empty)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_wal_dir](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_wal_dir)| + +## rocksdb_wal_recovery_mode +|name|value| +|----|-----| +|Name|`rocksdb_wal_recovery_mode`| +|Command line|`--rocksdb-wal-recovery-mode=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `0` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_wal_recovery_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_wal_recovery_mode)| + +## rocksdb_wal_size_limit_mb +|name|value| +|----|-----| +|Name|`rocksdb_wal_size_limit_mb`| +|Command line|`--rocksdb-wal-size-limit-mb=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_wal_size_limit_mb](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_wal_size_limit_mb)| + +## rocksdb_wal_ttl_seconds +|name|value| +|----|-----| +|Name|`rocksdb_wal_ttl_seconds`| +|Command line|`--rocksdb-wal-ttl-seconds=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_wal_ttl_seconds](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_wal_ttl_seconds)| + +## rocksdb_whole_key_filtering +|name|value| +|----|-----| +|Name|`rocksdb_whole_key_filtering`| +|Command line|`--rocksdb-whole-key-filtering={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_whole_key_filtering](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_whole_key_filtering)| + +## rocksdb_write_batch_max_bytes +|name|value| +|----|-----| +|Name|`rocksdb_write_batch_max_bytes`| +|Command line|`--rocksdb-write-batch-max-bytes=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_write_batch_max_bytes](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_write_batch_max_bytes)| + +## rocksdb_write_disable_wal +|name|value| +|----|-----| +|Name|`rocksdb_write_disable_wal`| +|Command line|`--rocksdb-write-disable-wal={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_write_disable_wal](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_write_disable_wal)| + +## rocksdb_write_ignore_missing_column_families +|name|value| +|----|-----| +|Name|`rocksdb_write_ignore_missing_column_families`| +|Command line|`--rocksdb-write-ignore-missing-column-familiesl={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rocksdb_write_ignore_missing_column_families](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/#rocksdb_write_ignore_missing_column_families)| + +## oqgraph_allow_create_integer_latch +|name|value| +|----|-----| +|Name|`oqgraph_allow_create_integer_latch`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[oqgraph_allow_create_integer_latch](https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/#oqgraph_allow_create_integer_latch)| + +## Oqgraph_boost_version +|name|value| +|----|-----| +|Name|`Oqgraph_boost_version`| +|Type of variable|`string`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[oqgraph_boost_version](https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/#oqgraph_boost_version)| + +## Oqgraph_compat_mode +|name|value| +|----|-----| +|Name|`Oqgraph_compat_mode`| +|Type of variable|`string`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[oqgraph_compat_mode](https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/#oqgraph_compat_mode)| + +## Oqgraph_verbose_debug +|name|value| +|----|-----| +|Name|`Oqgraph_verbose_debug`| +|Type of variable|`string`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[oqgraph_verbose_debug](https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/#oqgraph_verbose_debug)| + +## performance_schema +|name|value| +|----|-----| +|Name|`performance_schema`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema)| +|dev.mysql.com|[sysvar_performance_schema](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema)| + +## performance_schema_accounts_size +|name|value| +|----|-----| +|Name|`performance_schema_accounts_size`| +|Command line|`--performance-schema-accounts-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `-1` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_accounts_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_accounts_size)| +|dev.mysql.com|[sysvar_performance_schema_accounts_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_accounts_size)| + +## performance_schema_digests_size +|name|value| +|----|-----| +|Name|`performance_schema_digests_size`| +|Command line|`--performance-schema-digests-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `-1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_digests_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_digests_size)| +|dev.mysql.com|[sysvar_performance_schema_digests_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_digests_size)| + +## performance_schema_events_stages_history_long_size +|name|value| +|----|-----| +|Name|`performance_schema_events_stages_history_long_size`| +|Command line|`--performance-schema-events-stages-history-long-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_events_stages_history_long_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_events_stages_history_long_size)| +|dev.mysql.com|[sysvar_performance_schema_events_stages_history_long_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_events_stages_history_long_size)| + +## performance_schema_events_stages_history_size +|name|value| +|----|-----| +|Name|`performance_schema_events_stages_history_size`| +|Command line|`--performance-schema-events-stages-history-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_events_stages_history_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_events_stages_history_size)| +|dev.mysql.com|[sysvar_performance_schema_events_stages_history_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_events_stages_history_size)| + +## performance_schema_events_statements_history_long_size +|name|value| +|----|-----| +|Name|`performance_schema_events_statements_history_long_size`| +|Command line|`--performance-schema-events-statements-history-long-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_events_statements_history_long_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_events_statements_history_long_size)| +|dev.mysql.com|[sysvar_performance_schema_events_statements_history_long_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_events_statements_history_long_size)| + +## performance_schema_events_statements_history_size +|name|value| +|----|-----| +|Name|`performance_schema_events_statements_history_size`| +|Command line|`--performance-schema-events-statements-history-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_events_statements_history_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_events_statements_history_size)| +|dev.mysql.com|[sysvar_performance_schema_events_statements_history_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_events_statements_history_size)| + +## performance_schema_events_waits_history_long_size +|name|value| +|----|-----| +|Name|`performance_schema_events_waits_history_long_size`| +|Command line|`--performance-schema-events-waits-history-long-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_events_waits_history_long_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_events_waits_history_long_size)| +|dev.mysql.com|[sysvar_performance_schema_events_waits_history_long_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_events_waits_history_long_size)| + +## performance_schema_events_waits_history_size +|name|value| +|----|-----| +|Name|`performance_schema_events_waits_history_size`| +|Command line|`--performance-schema-events-waits-history-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_events_waits_history_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_events_waits_history_size)| +|dev.mysql.com|[sysvar_performance_schema_events_waits_history_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_events_waits_history_size)| + +## performance_schema_hosts_size +|name|value| +|----|-----| +|Name|`performance_schema_hosts_size`| +|Command line|`--performance-schema-hosts-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `-1` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_hosts_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_hosts_size)| +|dev.mysql.com|[sysvar_performance_schema_hosts_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_hosts_size)| + +## performance_schema_max_cond_classes +|name|value| +|----|-----| +|Name|`performance_schema_max_cond_classes`| +|Command line|`--performance-schema-max-cond-classes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`80`| +|Dynamic|`false`| +|Range|from: `0` to: `256`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_cond_classes](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_cond_classes)| +|dev.mysql.com|[sysvar_performance_schema_max_cond_classes](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_cond_classes)| + +## performance_schema_max_cond_instances +|name|value| +|----|-----| +|Name|`performance_schema_max_cond_instances`| +|Command line|`--performance-schema-max-cond-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_cond_instances](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_cond_instances)| +|dev.mysql.com|[sysvar_performance_schema_max_cond_instances](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_cond_instances)| + +## performance_schema_max_digest_length +|name|value| +|----|-----| +|Name|`performance_schema_max_digest_length`| +|Command line|`--performance-schema-max-digest-length=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1024`| +|Dynamic|`false`| +|Range|from: `0` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_digest_length](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_digest_length)| +|dev.mysql.com|[sysvar_performance_schema_max_digest_length](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_digest_length)| + +## performance_schema_max_file_classes +|name|value| +|----|-----| +|Name|`performance_schema_max_file_classes`| +|Command line|`--performance-schema-max-file-classes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `0` to: `256`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_file_classes](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_file_classes)| +|dev.mysql.com|[sysvar_performance_schema_max_file_classes](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_file_classes)| + +## performance_schema_max_file_handles +|name|value| +|----|-----| +|Name|`performance_schema_max_file_handles`| +|Command line|`--performance-schema-max-file-handles=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`32768`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_file_handles](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_file_handles)| +|dev.mysql.com|[sysvar_performance_schema_max_file_handles](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_file_handles)| + +## performance_schema_max_file_instances +|name|value| +|----|-----| +|Name|`performance_schema_max_file_instances`| +|Command line|`--performance-schema-max-file-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_file_instances](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_file_instances)| +|dev.mysql.com|[sysvar_performance_schema_max_file_instances](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_file_instances)| + +## performance_schema_max_mutex_classes +|name|value| +|----|-----| +|Name|`performance_schema_max_mutex_classes`| +|Command line|`--performance-schema-max-mutex-classes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `0` to: `256`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_mutex_classes](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_mutex_classes)| +|dev.mysql.com|[sysvar_performance_schema_max_mutex_classes](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_mutex_classes)| + +## performance_schema_max_mutex_instances +|name|value| +|----|-----| +|Name|`performance_schema_max_mutex_instances`| +|Command line|`--performance-schema-max-mutex-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_mutex_instances](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_mutex_instances)| +|dev.mysql.com|[sysvar_performance_schema_max_mutex_instances](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_mutex_instances)| + +## performance_schema_max_rwlock_classes +|name|value| +|----|-----| +|Name|`performance_schema_max_rwlock_classes`| +|Command line|`--performance-schema-max-rwlock-classes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`40`| +|Dynamic|`false`| +|Range|from: `0` to: `256`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_rwlock_classes](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_rwlock_classes)| +|dev.mysql.com|[sysvar_performance_schema_max_rwlock_classes](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_rwlock_classes)| + +## performance_schema_max_rwlock_instances +|name|value| +|----|-----| +|Name|`performance_schema_max_rwlock_instances`| +|Command line|`--performance-schema-max-rwlock-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_rwlock_instances](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_rwlock_instances)| +|dev.mysql.com|[sysvar_performance_schema_max_rwlock_instances](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_rwlock_instances)| + +## performance_schema_max_socket_classes +|name|value| +|----|-----| +|Name|`performance_schema_max_socket_classes`| +|Command line|`--performance-schema-max-socket-classes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`false`| +|Range|from: `0` to: `256`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_socket_classes](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_socket_classes)| +|dev.mysql.com|[sysvar_performance_schema_max_socket_classes](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_socket_classes)| + +## performance_schema_max_socket_instances +|name|value| +|----|-----| +|Name|`performance_schema_max_socket_instances`| +|Command line|`--performance-schema-max-socket-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_socket_instances](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_socket_instances)| +|dev.mysql.com|[sysvar_performance_schema_max_socket_instances](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_socket_instances)| + +## performance_schema_max_stage_classes +|name|value| +|----|-----| +|Name|`performance_schema_max_stage_classes`| +|Command line|`--performance-schema-max-stage-classes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `0` to: `256`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_stage_classes](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_stage_classes)| +|dev.mysql.com|[sysvar_performance_schema_max_stage_classes](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_stage_classes)| + +## performance_schema_max_statement_classes +|name|value| +|----|-----| +|Name|`performance_schema_max_statement_classes`| +|Command line|`--performance-schema-max-statement-classes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autosizing; do not use -1)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_statement_classes](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_statement_classes)| +|dev.mysql.com|[sysvar_performance_schema_max_statement_classes](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_statement_classes)| + +## performance_schema_max_table_handles +|name|value| +|----|-----| +|Name|`performance_schema_max_table_handles`| +|Command line|`--performance-schema-max-table-handles=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_table_handles](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_table_handles)| +|dev.mysql.com|[sysvar_performance_schema_max_table_handles](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_table_handles)| + +## performance_schema_max_table_instances +|name|value| +|----|-----| +|Name|`performance_schema_max_table_instances`| +|Command line|`--performance-schema-max-table-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_table_instances](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_table_instances)| +|dev.mysql.com|[sysvar_performance_schema_max_table_instances](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_table_instances)| + +## performance_schema_max_thread_classes +|name|value| +|----|-----| +|Name|`performance_schema_max_thread_classes`| +|Command line|`--performance-schema-max-thread-classes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `0` to: `256`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_thread_classes](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_thread_classes)| +|dev.mysql.com|[sysvar_performance_schema_max_thread_classes](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_thread_classes)| + +## performance_schema_max_thread_instances +|name|value| +|----|-----| +|Name|`performance_schema_max_thread_instances`| +|Command line|`--performance-schema-max-thread-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_max_thread_instances](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_max_thread_instances)| +|dev.mysql.com|[sysvar_performance_schema_max_thread_instances](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_thread_instances)| + +## performance_schema_session_connect_attrs_size +|name|value| +|----|-----| +|Name|`performance_schema_session_connect_attrs_size`| +|Command line|`--performance-schema-session-connect-attrs-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `-1` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_session_connect_attrs_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_session_connect_attrs_size)| +|dev.mysql.com|[sysvar_performance_schema_session_connect_attrs_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_session_connect_attrs_size)| + +## performance_schema_setup_actors_size +|name|value| +|----|-----| +|Name|`performance_schema_setup_actors_size`| +|Command line|`--performance-schema-setup-actors-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_setup_actors_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_setup_actors_size)| +|dev.mysql.com|[sysvar_performance_schema_setup_actors_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_setup_actors_size)| + +## performance_schema_setup_objects_size +|name|value| +|----|-----| +|Name|`performance_schema_setup_objects_size`| +|Command line|`--performance-schema-setup-objects-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_setup_objects_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_setup_objects_size)| +|dev.mysql.com|[sysvar_performance_schema_setup_objects_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_setup_objects_size)| + +## performance_schema_users_size +|name|value| +|----|-----| +|Name|`performance_schema_users_size`| +|Command line|`--performance-schema-users-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `-1` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_users_size](https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/#performance_schema_users_size)| +|dev.mysql.com|[sysvar_performance_schema_users_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_users_size)| + +## auto_increment_increment +|name|value| +|----|-----| +|Name|`auto_increment_increment`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[auto_increment_increment](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#auto_increment_increment)| +|dev.mysql.com|[sysvar_auto_increment_increment](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#sysvar_auto_increment_increment)| + +## auto_increment_offset +|name|value| +|----|-----| +|Name|`auto_increment_offset`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[auto_increment_offset](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#auto_increment_offset)| +|dev.mysql.com|[sysvar_auto_increment_offset](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#sysvar_auto_increment_offset)| + +## binlog_annotate_row_events +|name|value| +|----|-----| +|Name|`binlog_annotate_row_events`| +|Command line|`--binlog-annotate-row-events[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_annotate_row_events](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_annotate_row_events)| + +## binlog_cache_size +|name|value| +|----|-----| +|Name|`binlog_cache_size`| +|Command line|`--binlog-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`32768`| +|Dynamic|`true`| +|Range|from: `4096`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_cache_size](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_cache_size)| +|dev.mysql.com|[sysvar_binlog_cache_size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_cache_size)| +|dev.mysql.com|[sysvar_binlog_cache_size](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_cache_size)| + +## binlog_checksum +|name|value| +|----|-----| +|Name|`binlog_checksum`| +|Command line|`--binlog-checksum=name`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`CRC32`| +|Dynamic|`true`| +|Valid value(s)|`NONE`, `0`, `CRC32`, `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_checksum](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_checksum)| +|dev.mysql.com|[option_mysqld_binlog-checksum](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#option_mysqld_binlog-checksum)| +|dev.mysql.com|[sysvar_binlog_checksum](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_checksum)| +|dev.mysql.com|[option_mysqld_binlog-checksum](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#option_mysqld_binlog-checksum)| +|dev.mysql.com|[sysvar_binlog_checksum](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_checksum)| + +## binlog_commit_wait_count +|name|value| +|----|-----| +|Name|`binlog_commit_wait_count`| +|Command line|`--binlog-commit-wait-count=#]`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_commit_wait_count](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_commit_wait_count)| + +## binlog_commit_wait_usec +|name|value| +|----|-----| +|Name|`binlog_commit_wait_usec`| +|Command line|`--binlog-commit-wait-usec#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`100000`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_commit_wait_usec](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_commit_wait_usec)| + +## binlog_direct_non_transactional_updates +|name|value| +|----|-----| +|Name|`binlog_direct_non_transactional_updates`| +|Command line|`--binlog-direct-non-transactional-updates[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_direct_non_transactional_updates](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_direct_non_transactional_updates)| +|dev.mysql.com|[sysvar_binlog_direct_non_transactional_updates](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_direct_non_transactional_updates)| +|dev.mysql.com|[sysvar_binlog_direct_non_transactional_updates](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_direct_non_transactional_updates)| + +## binlog_file_cache_size +|name|value| +|----|-----| +|Name|`binlog_file_cache_size`| +|Command line|`--binlog-file-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`16384`| +|Dynamic|`true`| +|Range|from: `8192` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_file_cache_size](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_file_cache_size)| + +## binlog_format +|name|value| +|----|-----| +|Name|`binlog_format`| +|Command line|`--binlog-format=format`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Valid value(s)|`ROW`, `STATEMENT`, `MIXED`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_format](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_format)| +|dev.mysql.com|[sysvar_binlog_format](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_format)| +|dev.mysql.com|[sysvar_binlog_format](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_format)| + +## binlog_optimize_thread_scheduling +|name|value| +|----|-----| +|Name|`binlog_optimize_thread_scheduling`| +|Command line|`--binlog-optimize-thread-scheduling or --skip-binlog-optimize-thread-scheduling`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_optimize_thread_scheduling](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_optimize_thread_scheduling)| + +## binlog_row_image +|name|value| +|----|-----| +|Name|`binlog_row_image`| +|Command line|`--binlog-row-image=image_type`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`full`| +|Dynamic|`true`| +|Valid value(s)|`FULL`, `NOBLOB`, `MINIMAL`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_row_image](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_row_image)| +|dev.mysql.com|[sysvar_binlog_row_image](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_row_image)| +|dev.mysql.com|[sysvar_binlog_row_image](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_row_image)| + +## binlog_row_metadata +|name|value| +|----|-----| +|Name|`binlog_row_metadata`| +|Type of variable|`enumeration`| +|Default value|`MINIMAL`| +|Dynamic|`true`| +|Valid value(s)|`NO_LOG`, `MINIMAL`, `FULL`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_row_metadata](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_row_metadata)| +|dev.mysql.com|[sysvar_binlog_row_metadata](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_row_metadata)| + +## binlog_stmt_cache_size +|name|value| +|----|-----| +|Name|`binlog_stmt_cache_size`| +|Command line|`--binlog-stmt-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`32768`| +|Dynamic|`true`| +|Range|from: `4096`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_stmt_cache_size](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#binlog_stmt_cache_size)| +|dev.mysql.com|[sysvar_binlog_stmt_cache_size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_stmt_cache_size)| +|dev.mysql.com|[sysvar_binlog_stmt_cache_size](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_stmt_cache_size)| + +## default_master_connection +|name|value| +|----|-----| +|Name|`default_master_connection`| +|Type of variable|`string`| +|Scope|`session`| +|Default value|`'' (empty string)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[default_master_connection](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#default_master_connection)| + +## encrypt_binlog +|name|value| +|----|-----| +|Name|`encrypt_binlog`| +|Command line|`--encrypt-binlog[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[encrypt_binlog](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#encrypt_binlog)| + +## expire_logs_days +|name|value| +|----|-----| +|Name|`expire_logs_days`| +|Command line|`--expire-logs-days=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `99`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[expire_logs_days](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#expire_logs_days)| +|dev.mysql.com|[sysvar_expire_logs_days](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_expire_logs_days)| +|dev.mysql.com|[sysvar_expire_logs_days](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_expire_logs_days)| + +## init_slave +|name|value| +|----|-----| +|Name|`init_slave`| +|Command line|`--init-slave=name`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[init_slave](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#init_slave)| +|dev.mysql.com|[sysvar_init_slave](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_init_slave)| + +## log_bin +|name|value| +|----|-----| +|Name|`log_bin`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_bin](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#log_bin)| +|dev.mysql.com|[option_mysqld_log-bin](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#option_mysqld_log-bin)| +|dev.mysql.com|[sysvar_log_bin](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_bin)| +|dev.mysql.com|[option_mysqld_log-bin](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#option_mysqld_log-bin)| +|dev.mysql.com|[sysvar_log_bin](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_log_bin)| + +## log_bin_basename +|name|value| +|----|-----| +|Name|`log_bin_basename`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_bin_basename](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#log_bin_basename)| +|dev.mysql.com|[sysvar_log_bin_basename](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_bin_basename)| +|dev.mysql.com|[sysvar_log_bin_basename](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_log_bin_basename)| + +## log_bin_compress +|name|value| +|----|-----| +|Name|`log_bin_compress`| +|Command line|`--log-bin-compress`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_bin_compress](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#log_bin_compress)| + +## log_bin_compress_min_len +|name|value| +|----|-----| +|Name|`log_bin_compress_min_len`| +|Command line|`--log-bin-compress-min-len`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`256`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_bin_compress_min_len](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#log_bin_compress_min_len)| + +## log_bin_index +|name|value| +|----|-----| +|Name|`log_bin_index`| +|Command line|`--log-bin-index=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_bin_index](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#log_bin_index)| +|dev.mysql.com|[option_mysqld_log-bin-index](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#option_mysqld_log-bin-index)| +|dev.mysql.com|[sysvar_log_bin_index](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_bin_index)| +|dev.mysql.com|[option_mysqld_log-bin-index](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#option_mysqld_log-bin-index)| +|dev.mysql.com|[sysvar_log_bin_index](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_log_bin_index)| + +## log_bin_trust_function_creators +|name|value| +|----|-----| +|Name|`log_bin_trust_function_creators`| +|Command line|`--log-bin-trust-function-creators[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_bin_trust_function_creators](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#log_bin_trust_function_creators)| +|dev.mysql.com|[sysvar_log_bin_trust_function_creators](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_bin_trust_function_creators)| +|dev.mysql.com|[sysvar_log_bin_trust_function_creators](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_log_bin_trust_function_creators)| + +## log_slow_slave_statements +|name|value| +|----|-----| +|Name|`log_slow_slave_statements`| +|Command line|`--log-slow-slave-statements[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_slow_slave_statements](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#log_slow_slave_statements)| +|dev.mysql.com|[sysvar_log_slow_slave_statements](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_log_slow_slave_statements)| + +## log_slave_updates +|name|value| +|----|-----| +|Name|`log_slave_updates`| +|Command line|`--log-slave-updates[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_slave_updates](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#log_slave_updates)| +|dev.mysql.com|[sysvar_log_slave_updates](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_slave_updates)| +|dev.mysql.com|[sysvar_log_slave_updates](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_log_slave_updates)| + +## master_verify_checksum +|name|value| +|----|-----| +|Name|`master_verify_checksum`| +|Command line|`--master-verify-checksum[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[master_verify_checksum](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#master_verify_checksum)| +|dev.mysql.com|[sysvar_master_verify_checksum](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_master_verify_checksum)| +|dev.mysql.com|[sysvar_master_verify_checksum](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_master_verify_checksum)| + +## max_binlog_cache_size +|name|value| +|----|-----| +|Name|`max_binlog_cache_size`| +|Command line|`--max-binlog-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`18446744073709551615`| +|Dynamic|`true`| +|Range|from: `4096` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_binlog_cache_size](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#max_binlog_cache_size)| +|dev.mysql.com|[sysvar_max_binlog_cache_size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_max_binlog_cache_size)| +|dev.mysql.com|[sysvar_max_binlog_cache_size](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_max_binlog_cache_size)| + +## max_binlog_size +|name|value| +|----|-----| +|Name|`max_binlog_size`| +|Command line|`--max-binlog-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1073741824`| +|Dynamic|`true`| +|Range|from: `4096` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_binlog_size](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#max_binlog_size)| +|dev.mysql.com|[sysvar_max_binlog_size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_max_binlog_size)| +|dev.mysql.com|[sysvar_max_binlog_size](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_max_binlog_size)| + +## max_binlog_stmt_cache_size +|name|value| +|----|-----| +|Name|`max_binlog_stmt_cache_size`| +|Command line|`--max-binlog-stmt-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`18446744073709547520`| +|Dynamic|`true`| +|Range|from: `4096` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_binlog_stmt_cache_size](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#max_binlog_stmt_cache_size)| +|dev.mysql.com|[sysvar_max_binlog_stmt_cache_size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_max_binlog_stmt_cache_size)| +|dev.mysql.com|[sysvar_max_binlog_stmt_cache_size](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_max_binlog_stmt_cache_size)| + +## max_relay_log_size +|name|value| +|----|-----| +|Name|`max_relay_log_size`| +|Command line|`--max-relay-log-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_relay_log_size](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#max_relay_log_size)| +|dev.mysql.com|[option_mysqld_max-relay-log-size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_max-relay-log-size)| +|dev.mysql.com|[sysvar_max_relay_log_size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_max_relay_log_size)| + +## read_binlog_speed_limit +|name|value| +|----|-----| +|Name|`read_binlog_speed_limit`| +|Command line|`--read-binlog-speed-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0 (no limit)`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[read_binlog_speed_limit](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#read_binlog_speed_limit)| + +## relay_log +|name|value| +|----|-----| +|Name|`relay_log`| +|Command line|`--relay-log=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[relay_log](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#relay_log)| +|dev.mysql.com|[sysvar_relay_log](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_relay_log)| + +## relay_log_basename +|name|value| +|----|-----| +|Name|`relay_log_basename`| +|Scope|`global`| +|Default value|`datadir + '/' + hostname + '-relay-bin'`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[relay_log_basename](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#relay_log_basename)| +|dev.mysql.com|[sysvar_relay_log_basename](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_relay_log_basename)| + +## relay_log_index +|name|value| +|----|-----| +|Name|`relay_log_index`| +|Scope|`global`| +|Default value|`*host_name*-relay-bin.index`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[relay_log_index](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#relay_log_index)| +|dev.mysql.com|[sysvar_relay_log_index](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_relay_log_index)| + +## relay_log_info_file +|name|value| +|----|-----| +|Name|`relay_log_info_file`| +|Command line|`--relay-log-info-file=file_name`| +|Scope|`global`| +|Default value|`relay-log.info`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[relay_log_info_file](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#relay_log_info_file)| +|dev.mysql.com|[sysvar_relay_log_info_file](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_relay_log_info_file)| + +## relay_log_purge +|name|value| +|----|-----| +|Name|`relay_log_purge`| +|Command line|`--relay-log-purge[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[relay_log_purge](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#relay_log_purge)| +|dev.mysql.com|[option_mysqld_relay-log-purge](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_relay-log-purge)| +|dev.mysql.com|[sysvar_relay_log_purge](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_relay_log_purge)| + +## relay_log_recovery +|name|value| +|----|-----| +|Name|`relay_log_recovery`| +|Command line|`--relay-log-recovery[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[relay_log_recovery](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#relay_log_recovery)| +|dev.mysql.com|[sysvar_relay_log_recovery](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_relay_log_recovery)| + +## relay_log_space_limit +|name|value| +|----|-----| +|Name|`relay_log_space_limit`| +|Command line|`--relay-log-space-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[relay_log_space_limit](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#relay_log_space_limit)| +|dev.mysql.com|[option_mysqld_relay-log-space-limit](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_relay-log-space-limit)| +|dev.mysql.com|[sysvar_relay_log_space_limit](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_relay_log_space_limit)| + +## replicate_annotate_row_events +|name|value| +|----|-----| +|Name|`replicate_annotate_row_events`| +|Command line|`--replicate-annotate-row-events`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[replicate_annotate_row_events](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#replicate_annotate_row_events)| + +## replicate_do_db +|name|value| +|----|-----| +|Name|`replicate_do_db`| +|Command line|`--replicate-do-db=name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[replicate_do_db](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#replicate_do_db)| +|dev.mysql.com|[option_mysqld_replicate-do-db](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_replicate-do-db)| + +## replicate_do_table +|name|value| +|----|-----| +|Name|`replicate_do_table`| +|Command line|`--replicate-do-table=name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[replicate_do_table](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#replicate_do_table)| +|dev.mysql.com|[option_mysqld_replicate-do-table](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_replicate-do-table)| + +## replicate_events_marked_for_skip +|name|value| +|----|-----| +|Name|`replicate_events_marked_for_skip`| +|Command line|`--replicate-events-marked-for-skip`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`replicate`| +|Dynamic|`true`| +|Valid value(s)|`REPLICATE`, `FILTER_ON_SLAVE`, `FILTER_ON_MASTER`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[replicate_events_marked_for_skip](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#replicate_events_marked_for_skip)| + +## replicate_ignore_db +|name|value| +|----|-----| +|Name|`replicate_ignore_db`| +|Command line|`--replicate-ignore-db=name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[replicate_ignore_db](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#replicate_ignore_db)| +|dev.mysql.com|[option_mysqld_replicate-ignore-db](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_replicate-ignore-db)| + +## replicate_ignore_table +|name|value| +|----|-----| +|Name|`replicate_ignore_table`| +|Command line|`--replicate-ignore-table=name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[replicate_ignore_table](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#replicate_ignore_table)| +|dev.mysql.com|[option_mysqld_replicate-ignore-table](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_replicate-ignore-table)| + +## replicate_rewrite_db +|name|value| +|----|-----| +|Name|`replicate_rewrite_db`| +|Command line|`--replicate-rewrite-db=old_name->new_name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[replicate_rewrite_db](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#replicate_rewrite_db)| +|dev.mysql.com|[option_mysqld_replicate-rewrite-db](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_replicate-rewrite-db)| + +## replicate_wild_do_table +|name|value| +|----|-----| +|Name|`replicate_wild_do_table`| +|Command line|`--replicate-wild-do-table=name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[replicate_wild_do_table](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#replicate_wild_do_table)| +|dev.mysql.com|[option_mysqld_replicate-wild-do-table](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_replicate-wild-do-table)| + +## replicate_wild_ignore_table +|name|value| +|----|-----| +|Name|`replicate_wild_ignore_table`| +|Command line|`--replicate-wild-ignore-table=name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[replicate_wild_ignore_table](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#replicate_wild_ignore_table)| +|dev.mysql.com|[option_mysqld_replicate-wild-ignore-table](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_replicate-wild-ignore-table)| + +## report_host +|name|value| +|----|-----| +|Name|`report_host`| +|Command line|`--report-host=host_name`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[report_host](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#report_host)| +|dev.mysql.com|[sysvar_report_host](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_report_host)| + +## report_password +|name|value| +|----|-----| +|Name|`report_password`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[report_password](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#report_password)| +|dev.mysql.com|[sysvar_report_password](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_report_password)| + +## report_port +|name|value| +|----|-----| +|Name|`report_port`| +|Command line|`--report-port=port-num`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`[slave_port]`| +|Dynamic|`false`| +|Range|from: `0` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[report_port](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#report_port)| +|dev.mysql.com|[sysvar_report_port](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_report_port)| + +## report_user +|name|value| +|----|-----| +|Name|`report_user`| +|Command line|`--report-user=name`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[report_user](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#report_user)| +|dev.mysql.com|[sysvar_report_user](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_report_user)| + +## skip_parallel_replication +|name|value| +|----|-----| +|Name|`skip_parallel_replication`| +|Type of variable|`boolean`| +|Scope|`session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[skip_parallel_replication](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#skip_parallel_replication)| + +## skip_replication +|name|value| +|----|-----| +|Name|`skip_replication`| +|Type of variable|`boolean`| +|Scope|`session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[skip_replication](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#skip_replication)| + +## slave_compressed_protocol +|name|value| +|----|-----| +|Name|`slave_compressed_protocol`| +|Command line|`--slave-compressed-protocol[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_compressed_protocol](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_compressed_protocol)| +|dev.mysql.com|[sysvar_slave_compressed_protocol](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_compressed_protocol)| + +## slave_ddl_exec_mode +|name|value| +|----|-----| +|Name|`slave_ddl_exec_mode`| +|Command line|`--slave-ddl-exec-mode=name`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`IDEMPOTENT`| +|Dynamic|`true`| +|Valid value(s)|`IDEMPOTENT`, `STRICT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_ddl_exec_mode](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_ddl_exec_mode)| + +## slave_domain_parallel_threads +|name|value| +|----|-----| +|Name|`slave_domain_parallel_threads`| +|Command line|`--slave-domain-parallel-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Valid value(s)|`0`, `16383`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_domain_parallel_threads](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_domain_parallel_threads)| + +## slave_exec_mode +|name|value| +|----|-----| +|Name|`slave_exec_mode`| +|Command line|`--slave-exec-mode=mode`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`IDEMPOTENT (NDB)STRICT (Other)`| +|Dynamic|`true`| +|Valid value(s)|`IDEMPOTENT`, `STRICT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_exec_mode](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_exec_mode)| +|dev.mysql.com|[sysvar_slave_exec_mode](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_exec_mode)| + +## slave_load_tmpdir +|name|value| +|----|-----| +|Name|`slave_load_tmpdir`| +|Command line|`--slave-load-tmpdir=path`| +|Scope|`global`| +|Default value|`Value of --tmpdir`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_load_tmpdir](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_load_tmpdir)| +|dev.mysql.com|[sysvar_slave_load_tmpdir](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_load_tmpdir)| + +## slave_max_allowed_packet +|name|value| +|----|-----| +|Name|`slave_max_allowed_packet`| +|Command line|`--slave-max-allowed-packet=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1073741824`| +|Dynamic|`true`| +|Range|from: `1024` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_max_allowed_packet](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_max_allowed_packet)| +|dev.mysql.com|[sysvar_slave_max_allowed_packet](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_max_allowed_packet)| + +## slave_net_timeout +|name|value| +|----|-----| +|Name|`slave_net_timeout`| +|Command line|`--slave-net-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`60`| +|Dynamic|`true`| +|Range|from: `1` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_net_timeout](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_net_timeout)| +|dev.mysql.com|[sysvar_slave_net_timeout](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_net_timeout)| + +## slave_parallel_max_queued +|name|value| +|----|-----| +|Name|`slave_parallel_max_queued`| +|Command line|`--slave-parallel-max-queued=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`131072`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_parallel_max_queued](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_parallel_max_queued)| + +## slave_parallel_mode +|name|value| +|----|-----| +|Name|`slave_parallel_mode`| +|Scope|`global`| +|Default value|`conservative`| +|Dynamic|`false`| +|Valid value(s)|`conservative`, `optimistic`, `none`, `aggressive`, `minimal`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_parallel_mode](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_parallel_mode)| + +## slave_parallel_threads +|name|value| +|----|-----| +|Name|`slave_parallel_threads`| +|Command line|`--slave-parallel-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `16383`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_parallel_threads](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_parallel_threads)| + +## slave_parallel_workers +|name|value| +|----|-----| +|Name|`slave_parallel_workers`| +|Command line|`--slave-parallel-workers=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1024`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_parallel_workers](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_parallel_workers)| +|dev.mysql.com|[sysvar_slave_parallel_workers](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_parallel_workers)| + +## slave_run_triggers_for_rbr +|name|value| +|----|-----| +|Name|`slave_run_triggers_for_rbr`| +|Command line|`--slave-run-triggers-for-rbr=value`| +|Scope|`global`| +|Default value|`NO`| +|Valid value(s)|`NO`, `YES`, `LOGGING`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_run_triggers_for_rbr](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_run_triggers_for_rbr)| + +## slave_skip_errors +|name|value| +|----|-----| +|Name|`slave_skip_errors`| +|Command line|`--slave-skip-errors=name`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| +|Valid value(s)|`[list of error codes]`, `ALL`, `OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_skip_errors](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_skip_errors)| +|dev.mysql.com|[option_mysqld_slave-skip-errors](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_slave-skip-errors)| +|dev.mysql.com|[sysvar_slave_skip_errors](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_skip_errors)| + +## slave_sql_verify_checksum +|name|value| +|----|-----| +|Name|`slave_sql_verify_checksum`| +|Command line|`--slave-sql-verify-checksum[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_sql_verify_checksum](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_sql_verify_checksum)| +|dev.mysql.com|[option_mysqld_slave-sql-verify-checksum](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_slave-sql-verify-checksum)| +|dev.mysql.com|[sysvar_slave_sql_verify_checksum](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_sql_verify_checksum)| + +## slave_transaction_retries +|name|value| +|----|-----| +|Name|`slave_transaction_retries`| +|Command line|`--slave-transaction-retries=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_transaction_retries](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_transaction_retries)| +|dev.mysql.com|[sysvar_slave_transaction_retries](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_transaction_retries)| + +## slave_transaction_retry_errors +|name|value| +|----|-----| +|Name|`slave_transaction_retry_errors`| +|Command line|`--slave-transaction_retry-errors=[error_code1,error_code2,...]`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`1158,1159,1160,1161,1205,1213,1429,2013,12701 (>= MariaDB 10.4.5), 1213,1205 (>= MariaDB 10.3.3)`| +|Dynamic|`false`| +|Valid value(s)|`comma-separated list of error codes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_transaction_retry_errors](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_transaction_retry_errors)| + +## slave_transaction_retry_interval +|name|value| +|----|-----| +|Name|`slave_transaction_retry_interval`| +|Command line|`--slave-transaction-retry-interval=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `3600`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_transaction_retry_interval](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_transaction_retry_interval)| + +## slave_type_conversions +|name|value| +|----|-----| +|Name|`slave_type_conversions`| +|Command line|`--slave-type-conversions=set`| +|Type of variable|`set`| +|Scope|`global`| +|Default value|``| +|Valid value(s)|`ALL_LOSSY`, `ALL_NON_LOSSY`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_type_conversions](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#slave_type_conversions)| +|dev.mysql.com|[sysvar_slave_type_conversions](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_type_conversions)| + +## sql_log_bin +|name|value| +|----|-----| +|Name|`sql_log_bin`| +|Type of variable|`boolean`| +|Scope|`session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_log_bin](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#sql_log_bin)| +|dev.mysql.com|[sysvar_sql_log_bin](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_sql_log_bin)| +|dev.mysql.com|[sysvar_sql_log_bin](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_sql_log_bin)| + +## sql_slave_skip_counter +|name|value| +|----|-----| +|Name|`sql_slave_skip_counter`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_slave_skip_counter](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#sql_slave_skip_counter)| +|dev.mysql.com|[sysvar_sql_slave_skip_counter](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_sql_slave_skip_counter)| + +## sync_binlog +|name|value| +|----|-----| +|Name|`sync_binlog`| +|Command line|`--sync-binlog=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sync_binlog](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#sync_binlog)| +|dev.mysql.com|[sysvar_sync_binlog](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_sync_binlog)| +|dev.mysql.com|[sysvar_sync_binlog](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_sync_binlog)| + +## sync_master_info +|name|value| +|----|-----| +|Name|`sync_master_info`| +|Command line|`--sync-master-info=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10000`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sync_master_info](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#sync_master_info)| +|dev.mysql.com|[sysvar_sync_master_info](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_sync_master_info)| + +## sync_relay_log +|name|value| +|----|-----| +|Name|`sync_relay_log`| +|Command line|`--sync-relay-log=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10000`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sync_relay_log](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#sync_relay_log)| +|dev.mysql.com|[sysvar_sync_relay_log](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_sync_relay_log)| + +## sync_relay_log_info +|name|value| +|----|-----| +|Name|`sync_relay_log_info`| +|Command line|`--sync-relay-log-info=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10000`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sync_relay_log_info](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/#sync_relay_log_info)| +|dev.mysql.com|[sysvar_sync_relay_log_info](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_sync_relay_log_info)| + +## Binlog_bytes_written +|name|value| +|----|-----| +|Name|`Binlog_bytes_written`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_bytes_written](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_bytes_written)| + +## Binlog_cache_disk_use +|name|value| +|----|-----| +|Name|`Binlog_cache_disk_use`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_cache_disk_use](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_cache_disk_use)| + +## Binlog_cache_use +|name|value| +|----|-----| +|Name|`Binlog_cache_use`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_cache_use](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_cache_use)| + +## Binlog_commits +|name|value| +|----|-----| +|Name|`Binlog_commits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_commits](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_commits)| + +## Binlog_group_commit_trigger_count +|name|value| +|----|-----| +|Name|`Binlog_group_commit_trigger_count`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_group_commit_trigger_count](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_group_commit_trigger_count)| + +## Binlog_group_commit_trigger_lock_wait +|name|value| +|----|-----| +|Name|`Binlog_group_commit_trigger_lock_wait`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_group_commit_trigger_lock_wait](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_group_commit_trigger_lock_wait)| + +## Binlog_group_commit_trigger_timeout +|name|value| +|----|-----| +|Name|`Binlog_group_commit_trigger_timeout`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_group_commit_trigger_timeout](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_group_commit_trigger_timeout)| + +## Binlog_group_commits +|name|value| +|----|-----| +|Name|`Binlog_group_commits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_group_commits](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_group_commits)| + +## Binlog_snapshot_file +|name|value| +|----|-----| +|Name|`Binlog_snapshot_file`| +|Type of variable|`string`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_snapshot_file](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_snapshot_file)| + +## Binlog_snapshot_position +|name|value| +|----|-----| +|Name|`Binlog_snapshot_position`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_snapshot_position](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_snapshot_position)| + +## Binlog_stmt_cache_disk_use +|name|value| +|----|-----| +|Name|`Binlog_stmt_cache_disk_use`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_stmt_cache_disk_use](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_stmt_cache_disk_use)| + +## Binlog_stmt_cache_use +|name|value| +|----|-----| +|Name|`Binlog_stmt_cache_use`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[binlog_stmt_cache_use](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#binlog_stmt_cache_use)| + +## Com_change_master +|name|value| +|----|-----| +|Name|`Com_change_master`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_change_master](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_change_master)| + +## Com_show_master_status +|name|value| +|----|-----| +|Name|`Com_show_master_status`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_master_status](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_show_master_status)| + +## Com_show_new_master +|name|value| +|----|-----| +|Name|`Com_show_new_master`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_new_master](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_show_new_master)| + +## Com_show_slave_hosts +|name|value| +|----|-----| +|Name|`Com_show_slave_hosts`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_slave_hosts](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_show_slave_hosts)| + +## Com_show_slave_status +|name|value| +|----|-----| +|Name|`Com_show_slave_status`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_slave_status](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_show_slave_status)| + +## Com_slave_start +|name|value| +|----|-----| +|Name|`Com_slave_start`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_slave_start](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_slave_start)| + +## Com_slave_stop +|name|value| +|----|-----| +|Name|`Com_slave_stop`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_slave_stop](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_slave_stop)| + +## Com_start_all_slaves +|name|value| +|----|-----| +|Name|`Com_start_all_slaves`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_start_all_slaves](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_start_all_slaves)| + +## Com_start_slave +|name|value| +|----|-----| +|Name|`Com_start_slave`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_start_slave](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_start_slave)| + +## Com_stop_all_slaves +|name|value| +|----|-----| +|Name|`Com_stop_all_slaves`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_stop_all_slaves](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_stop_all_slaves)| + +## Com_stop_slave +|name|value| +|----|-----| +|Name|`Com_stop_slave`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_stop_slave](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#com_stop_slave)| + +## Master_gtid_wait_count +|name|value| +|----|-----| +|Name|`Master_gtid_wait_count`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[master_gtid_wait_count](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#master_gtid_wait_count)| + +## Master_gtid_wait_time +|name|value| +|----|-----| +|Name|`Master_gtid_wait_time`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[master_gtid_wait_time](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#master_gtid_wait_time)| + +## Master_gtid_wait_timeouts +|name|value| +|----|-----| +|Name|`Master_gtid_wait_timeouts`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[master_gtid_wait_timeouts](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#master_gtid_wait_timeouts)| + +## Rpl_status +|name|value| +|----|-----| +|Name|`Rpl_status`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_status](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#rpl_status)| + +## Rpl_transactions_multi_engine +|name|value| +|----|-----| +|Name|`Rpl_transactions_multi_engine`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_transactions_multi_engine](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#rpl_transactions_multi_engine)| + +## Slave_connections +|name|value| +|----|-----| +|Name|`Slave_connections`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_connections](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#slave_connections)| + +## Slave_heartbeat_period +|name|value| +|----|-----| +|Name|`Slave_heartbeat_period`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_heartbeat_period](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#slave_heartbeat_period)| + +## Slave_open_temp_tables +|name|value| +|----|-----| +|Name|`Slave_open_temp_tables`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_open_temp_tables](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#slave_open_temp_tables)| + +## Slave_received_heartbeats +|name|value| +|----|-----| +|Name|`Slave_received_heartbeats`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_received_heartbeats](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#slave_received_heartbeats)| + +## Slave_retried_transactions +|name|value| +|----|-----| +|Name|`Slave_retried_transactions`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_retried_transactions](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#slave_retried_transactions)| + +## Slave_running +|name|value| +|----|-----| +|Name|`Slave_running`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_running](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#slave_running)| + +## Slave_skipped_errors +|name|value| +|----|-----| +|Name|`Slave_skipped_errors`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slave_skipped_errors](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#slave_skipped_errors)| + +## Slaves_connected +|name|value| +|----|-----| +|Name|`Slaves_connected`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slaves_connected](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#slaves_connected)| + +## Slaves_running +|name|value| +|----|-----| +|Name|`Slaves_running`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slaves_running](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#slaves_running)| + +## Transactions_gtid_foreign_engine +|name|value| +|----|-----| +|Name|`Transactions_gtid_foreign_engine`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[transactions_gtid_foreign_engine](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#transactions_gtid_foreign_engine)| + +## Transactions_multi_engine +|name|value| +|----|-----| +|Name|`Transactions_multi_engine`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[transactions_multi_engine](https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/#transactions_multi_engine)| + +## Rpl_semi_sync_master_clients +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_clients`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_clients](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_clients)| + +## Rpl_semi_sync_master_net_avg_wait_time +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_net_avg_wait_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_net_avg_wait_time](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_net_avg_wait_time)| + +## Rpl_semi_sync_master_net_wait_time +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_net_wait_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_net_wait_time](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_net_wait_time)| + +## Rpl_semi_sync_master_net_waits +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_net_waits`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_net_waits](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_net_waits)| + +## Rpl_semi_sync_master_no_times +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_no_times`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_no_times](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_no_times)| + +## Rpl_semi_sync_master_no_tx +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_no_tx`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_no_tx](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_no_tx)| + +## Rpl_semi_sync_master_status +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_status`| +|Type of variable|`boolean`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_status](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_status)| + +## Rpl_semi_sync_master_timefunc_failures +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_timefunc_failures`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_timefunc_failures](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_timefunc_failures)| + +## Rpl_semi_sync_master_tx_avg_wait_time +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_tx_avg_wait_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_tx_avg_wait_time](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_tx_avg_wait_time)| + +## Rpl_semi_sync_master_tx_wait_time +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_tx_wait_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_tx_wait_time](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_tx_wait_time)| + +## Rpl_semi_sync_master_tx_waits +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_tx_waits`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_tx_waits](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_tx_waits)| + +## Rpl_semi_sync_master_wait_pos_backtraverse +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_wait_pos_backtraverse`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_wait_pos_backtraverse](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_wait_pos_backtraverse)| + +## Rpl_semi_sync_master_wait_sessions +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_wait_sessions`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_wait_sessions](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_wait_sessions)| + +## Rpl_semi_sync_master_yes_tx +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_master_yes_tx`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_yes_tx](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_master_yes_tx)| + +## Rpl_semi_sync_slave_status +|name|value| +|----|-----| +|Name|`Rpl_semi_sync_slave_status`| +|Type of variable|`boolean`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_slave_status](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/#rpl_semi_sync_slave_status)| + +## rpl_semi_sync_master_enabled +|name|value| +|----|-----| +|Name|`rpl_semi_sync_master_enabled`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_enabled](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_master_enabled)| +|dev.mysql.com|[sysvar_rpl_semi_sync_master_enabled](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#sysvar_rpl_semi_sync_master_enabled)| + +## rpl_semi_sync_master_timeout +|name|value| +|----|-----| +|Name|`rpl_semi_sync_master_timeout`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10000`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_timeout](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_master_timeout)| +|dev.mysql.com|[sysvar_rpl_semi_sync_master_timeout](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#sysvar_rpl_semi_sync_master_timeout)| + +## rpl_semi_sync_master_trace_level +|name|value| +|----|-----| +|Name|`rpl_semi_sync_master_trace_level`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`32`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_trace_level](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_master_trace_level)| +|dev.mysql.com|[sysvar_rpl_semi_sync_master_trace_level](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#sysvar_rpl_semi_sync_master_trace_level)| + +## rpl_semi_sync_master_wait_no_slave +|name|value| +|----|-----| +|Name|`rpl_semi_sync_master_wait_no_slave`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_wait_no_slave](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_master_wait_no_slave)| +|dev.mysql.com|[sysvar_rpl_semi_sync_master_wait_no_slave](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#sysvar_rpl_semi_sync_master_wait_no_slave)| + +## rpl_semi_sync_master_wait_point +|name|value| +|----|-----| +|Name|`rpl_semi_sync_master_wait_point`| +|Command line|`--rpl-semi-sync-master-wait-point=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`AFTER_SYNC`| +|Dynamic|`true`| +|Valid value(s)|`AFTER_SYNC`, `AFTER_COMMIT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master_wait_point](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_master_wait_point)| +|dev.mysql.com|[sysvar_rpl_semi_sync_master_wait_point](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#sysvar_rpl_semi_sync_master_wait_point)| + +## rpl_semi_sync_slave_delay_master +|name|value| +|----|-----| +|Name|`rpl_semi_sync_slave_delay_master`| +|Command line|`--rpl-semi-sync-slave-delay-master[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_slave_delay_master](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_slave_delay_master)| + +## rpl_semi_sync_slave_enabled +|name|value| +|----|-----| +|Name|`rpl_semi_sync_slave_enabled`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_slave_enabled](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_slave_enabled)| +|dev.mysql.com|[sysvar_rpl_semi_sync_slave_enabled](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_rpl_semi_sync_slave_enabled)| + +## rpl_semi_sync_slave_kill_conn_timeout +|name|value| +|----|-----| +|Name|`rpl_semi_sync_slave_kill_conn_timeout`| +|Command line|`--rpl-semi-sync-slave-kill-conn-timeout[={0|1}]`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`5`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_slave_kill_conn_timeout](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_slave_kill_conn_timeout)| + +## rpl_semi_sync_slave_trace_level +|name|value| +|----|-----| +|Name|`rpl_semi_sync_slave_trace_level`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`32`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_slave_trace_level](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_slave_trace_level)| +|dev.mysql.com|[sysvar_rpl_semi_sync_slave_trace_level](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_rpl_semi_sync_slave_trace_level)| + +## rpl_semi_sync_master +|name|value| +|----|-----| +|Name|`rpl_semi_sync_master`| +|Command line|`--rpl-semi-sync-master=value`| +|Default value|`ON`| +|Valid value(s)|`OFF`, `ON`, `FORCE`, `FORCE_PLUS_PERMANENT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_master](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_master)| + +## rpl_semi_sync_slave +|name|value| +|----|-----| +|Name|`rpl_semi_sync_slave`| +|Command line|`--rpl-semi-sync-slave=value`| +|Default value|`ON`| +|Valid value(s)|`OFF`, `ON`, `FORCE`, `FORCE_PLUS_PERMANENT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_semi_sync_slave](https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/#rpl_semi_sync_slave)| + +## Aborted_clients +|name|value| +|----|-----| +|Name|`Aborted_clients`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aborted_clients](https://mariadb.com/kb/en/library/documentation/server-status-variables/#aborted_clients)| + +## Aborted_connects +|name|value| +|----|-----| +|Name|`Aborted_connects`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aborted_connects](https://mariadb.com/kb/en/library/documentation/server-status-variables/#aborted_connects)| + +## Aborted_connects_preauth +|name|value| +|----|-----| +|Name|`Aborted_connects_preauth`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[aborted_connects_preauth](https://mariadb.com/kb/en/library/documentation/server-status-variables/#aborted_connects_preauth)| + +## Access_denied_errors +|name|value| +|----|-----| +|Name|`Access_denied_errors`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[access_denied_errors](https://mariadb.com/kb/en/library/documentation/server-status-variables/#access_denied_errors)| + +## Acl_column_grants +|name|value| +|----|-----| +|Name|`Acl_column_grants`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_column_grants](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_column_grants)| + +## Acl_database_grants +|name|value| +|----|-----| +|Name|`Acl_database_grants`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_database_grants](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_database_grants)| + +## Acl_function_grants +|name|value| +|----|-----| +|Name|`Acl_function_grants`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_function_grants](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_function_grants)| + +## Acl_package_body_grants +|name|value| +|----|-----| +|Name|`Acl_package_body_grants`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_package_body_grants](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_package_body_grants)| + +## Acl_package_spec_grants +|name|value| +|----|-----| +|Name|`Acl_package_spec_grants`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_package_spec_grants](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_package_spec_grants)| + +## Acl_procedure_grants +|name|value| +|----|-----| +|Name|`Acl_procedure_grants`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_procedure_grants](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_procedure_grants)| + +## Acl_proxy_users +|name|value| +|----|-----| +|Name|`Acl_proxy_users`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_proxy_users](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_proxy_users)| + +## Acl_role_grants +|name|value| +|----|-----| +|Name|`Acl_role_grants`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_role_grants](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_role_grants)| + +## Acl_roles +|name|value| +|----|-----| +|Name|`Acl_roles`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_roles](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_roles)| + +## Acl_table_grants +|name|value| +|----|-----| +|Name|`Acl_table_grants`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_table_grants](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_table_grants)| + +## Acl_users +|name|value| +|----|-----| +|Name|`Acl_users`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[acl_users](https://mariadb.com/kb/en/library/documentation/server-status-variables/#acl_users)| + +## Busy_time +|name|value| +|----|-----| +|Name|`Busy_time`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[busy_time](https://mariadb.com/kb/en/library/documentation/server-status-variables/#busy_time)| + +## Bytes_received +|name|value| +|----|-----| +|Name|`Bytes_received`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[bytes_received](https://mariadb.com/kb/en/library/documentation/server-status-variables/#bytes_received)| + +## Bytes_sent +|name|value| +|----|-----| +|Name|`Bytes_sent`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[bytes_sent](https://mariadb.com/kb/en/library/documentation/server-status-variables/#bytes_sent)| + +## Com_admin_commands +|name|value| +|----|-----| +|Name|`Com_admin_commands`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_admin_commands](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_admin_commands)| + +## Com_alter_db +|name|value| +|----|-----| +|Name|`Com_alter_db`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_alter_db](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_alter_db)| + +## Com_alter_db_upgrade +|name|value| +|----|-----| +|Name|`Com_alter_db_upgrade`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_alter_db_upgrade](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_alter_db_upgrade)| + +## Com_alter_event +|name|value| +|----|-----| +|Name|`Com_alter_event`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_alter_event](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_alter_event)| + +## Com_alter_function +|name|value| +|----|-----| +|Name|`Com_alter_function`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_alter_function](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_alter_function)| + +## Com_alter_procedure +|name|value| +|----|-----| +|Name|`Com_alter_procedure`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_alter_procedure](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_alter_procedure)| + +## Com_alter_sequence +|name|value| +|----|-----| +|Name|`Com_alter_sequence`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_alter_sequence](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_alter_sequence)| + +## Com_alter_server +|name|value| +|----|-----| +|Name|`Com_alter_server`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_alter_server](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_alter_server)| + +## Com_alter_table +|name|value| +|----|-----| +|Name|`Com_alter_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_alter_table](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_alter_table)| + +## Com_alter_tablespace +|name|value| +|----|-----| +|Name|`Com_alter_tablespace`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_alter_tablespace](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_alter_tablespace)| + +## Com_alter_user +|name|value| +|----|-----| +|Name|`Com_alter_user`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_alter_user](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_alter_user)| + +## Com_analyze +|name|value| +|----|-----| +|Name|`Com_analyze`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_analyze](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_analyze)| + +## Com_assign_to_keycache +|name|value| +|----|-----| +|Name|`Com_assign_to_keycache`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_assign_to_keycache](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_assign_to_keycache)| + +## Com_backup +|name|value| +|----|-----| +|Name|`Com_backup`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_backup](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_backup)| + +## Com_backup_lock +|name|value| +|----|-----| +|Name|`Com_backup_lock`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_backup_lock](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_backup_lock)| + +## Com_backup_table +|name|value| +|----|-----| +|Name|`Com_backup_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_backup_table](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_backup_table)| + +## Com_begin +|name|value| +|----|-----| +|Name|`Com_begin`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_begin](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_begin)| + +## Com_binlog +|name|value| +|----|-----| +|Name|`Com_binlog`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_binlog](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_binlog)| + +## Com_call_procedure +|name|value| +|----|-----| +|Name|`Com_call_procedure`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_call_procedure](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_call_procedure)| + +## Com_change_db +|name|value| +|----|-----| +|Name|`Com_change_db`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_change_db](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_change_db)| + +## Com_check +|name|value| +|----|-----| +|Name|`Com_check`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_check](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_check)| + +## Com_checksum +|name|value| +|----|-----| +|Name|`Com_checksum`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_checksum](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_checksum)| + +## Com_commit +|name|value| +|----|-----| +|Name|`Com_commit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_commit](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_commit)| + +## Com_compound_sql +|name|value| +|----|-----| +|Name|`Com_compound_sql`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_compound_sql](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_compound_sql)| + +## Com_create_db +|name|value| +|----|-----| +|Name|`Com_create_db`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_db](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_db)| + +## Com_create_event +|name|value| +|----|-----| +|Name|`Com_create_event`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_event](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_event)| + +## Com_create_function +|name|value| +|----|-----| +|Name|`Com_create_function`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_function](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_function)| + +## Com_create_index +|name|value| +|----|-----| +|Name|`Com_create_index`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_index](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_index)| + +## Com_create_package +|name|value| +|----|-----| +|Name|`Com_create_package`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_package](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_package)| + +## Com_create_package_body +|name|value| +|----|-----| +|Name|`Com_create_package_body`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_package_body](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_package_body)| + +## Com_create_procedure +|name|value| +|----|-----| +|Name|`Com_create_procedure`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_procedure](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_procedure)| + +## Com_create_role +|name|value| +|----|-----| +|Name|`Com_create_role`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_role](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_role)| + +## Com_create_sequence +|name|value| +|----|-----| +|Name|`Com_create_sequence`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_sequence](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_sequence)| + +## Com_create_server +|name|value| +|----|-----| +|Name|`Com_create_server`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_server](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_server)| + +## Com_create_table +|name|value| +|----|-----| +|Name|`Com_create_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_table](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_table)| + +## Com_create_temporary_table +|name|value| +|----|-----| +|Name|`Com_create_temporary_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_temporary_table](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_temporary_table)| + +## Com_create_trigger +|name|value| +|----|-----| +|Name|`Com_create_trigger`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_trigger](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_trigger)| + +## Com_create_udf +|name|value| +|----|-----| +|Name|`Com_create_udf`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_udf](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_udf)| + +## Com_create_user +|name|value| +|----|-----| +|Name|`Com_create_user`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_user](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_user)| + +## Com_create_view +|name|value| +|----|-----| +|Name|`Com_create_view`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_create_view](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_create_view)| + +## Com_dealloc_sql +|name|value| +|----|-----| +|Name|`Com_dealloc_sql`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_dealloc_sql](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_dealloc_sql)| + +## Com_delete +|name|value| +|----|-----| +|Name|`Com_delete`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_delete](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_delete)| + +## Com_delete_multi +|name|value| +|----|-----| +|Name|`Com_delete_multi`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_delete_multi](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_delete_multi)| + +## Com_do +|name|value| +|----|-----| +|Name|`Com_do`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_do](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_do)| + +## Com_drop_db +|name|value| +|----|-----| +|Name|`Com_drop_db`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_db](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_db)| + +## Com_drop_event +|name|value| +|----|-----| +|Name|`Com_drop_event`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_event](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_event)| + +## Com_drop_function +|name|value| +|----|-----| +|Name|`Com_drop_function`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_function](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_function)| + +## Com_drop_index +|name|value| +|----|-----| +|Name|`Com_drop_index`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_index](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_index)| + +## Com_drop_package +|name|value| +|----|-----| +|Name|`Com_drop_package`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_package](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_package)| + +## Com_drop_package_body +|name|value| +|----|-----| +|Name|`Com_drop_package_body`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_package_body](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_package_body)| + +## Com_drop_procedure +|name|value| +|----|-----| +|Name|`Com_drop_procedure`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_procedure](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_procedure)| + +## Com_drop_role +|name|value| +|----|-----| +|Name|`Com_drop_role`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_role](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_role)| + +## Com_drop_sequence +|name|value| +|----|-----| +|Name|`Com_drop_sequence`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_sequence](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_sequence)| + +## Com_drop_server +|name|value| +|----|-----| +|Name|`Com_drop_server`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_server](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_server)| + +## Com_drop_table +|name|value| +|----|-----| +|Name|`Com_drop_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_table](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_table)| + +## Com_drop_temporary_table +|name|value| +|----|-----| +|Name|`Com_drop_temporary_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_temporary_table](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_temporary_table)| + +## Com_drop_trigger +|name|value| +|----|-----| +|Name|`Com_drop_trigger`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_trigger](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_trigger)| + +## Com_drop_user +|name|value| +|----|-----| +|Name|`Com_drop_user`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_user](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_user)| + +## Com_drop_view +|name|value| +|----|-----| +|Name|`Com_drop_view`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_drop_view](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_drop_view)| + +## Com_empty_query +|name|value| +|----|-----| +|Name|`Com_empty_query`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_empty_query](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_empty_query)| + +## Com_execute_immediate +|name|value| +|----|-----| +|Name|`Com_execute_immediate`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_execute_immediate](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_execute_immediate)| + +## Com_execute_sql +|name|value| +|----|-----| +|Name|`Com_execute_sql`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_execute_sql](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_execute_sql)| + +## Com_flush +|name|value| +|----|-----| +|Name|`Com_flush`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_flush](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_flush)| + +## Com_get_diagnostics +|name|value| +|----|-----| +|Name|`Com_get_diagnostics`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_get_diagnostics](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_get_diagnostics)| + +## Com_grant +|name|value| +|----|-----| +|Name|`Com_grant`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_grant](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_grant)| + +## Com_grant_role +|name|value| +|----|-----| +|Name|`Com_grant_role`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_grant_role](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_grant_role)| + +## Com_ha_close +|name|value| +|----|-----| +|Name|`Com_ha_close`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_ha_close](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_ha_close)| + +## Com_ha_open +|name|value| +|----|-----| +|Name|`Com_ha_open`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_ha_open](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_ha_open)| + +## Com_ha_read +|name|value| +|----|-----| +|Name|`Com_ha_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_ha_read](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_ha_read)| + +## Com_help +|name|value| +|----|-----| +|Name|`Com_help`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_help](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_help)| + +## Com_insert +|name|value| +|----|-----| +|Name|`Com_insert`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_insert](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_insert)| + +## Com_insert_select +|name|value| +|----|-----| +|Name|`Com_insert_select`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_insert_select](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_insert_select)| + +## Com_install_plugin +|name|value| +|----|-----| +|Name|`Com_install_plugin`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_install_plugin](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_install_plugin)| + +## Com_kill +|name|value| +|----|-----| +|Name|`Com_kill`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_kill](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_kill)| + +## Com_load +|name|value| +|----|-----| +|Name|`Com_load`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_load](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_load)| + +## Com_load_master_data +|name|value| +|----|-----| +|Name|`Com_load_master_data`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_load_master_data](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_load_master_data)| + +## Com_load_master_table +|name|value| +|----|-----| +|Name|`Com_load_master_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_load_master_table](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_load_master_table)| + +## Com_multi +|name|value| +|----|-----| +|Name|`Com_multi`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_multi](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_multi)| + +## Com_lock_tables +|name|value| +|----|-----| +|Name|`Com_lock_tables`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_lock_tables](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_lock_tables)| + +## Com_optimize +|name|value| +|----|-----| +|Name|`Com_optimize`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_optimize](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_optimize)| + +## Com_preload_keys +|name|value| +|----|-----| +|Name|`Com_preload_keys`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_preload_keys](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_preload_keys)| + +## Com_prepare_sql +|name|value| +|----|-----| +|Name|`Com_prepare_sql`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_prepare_sql](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_prepare_sql)| + +## Com_purge +|name|value| +|----|-----| +|Name|`Com_purge`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_purge](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_purge)| + +## Com_purge_before_date +|name|value| +|----|-----| +|Name|`Com_purge_before_date`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_purge_before_date](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_purge_before_date)| + +## Com_release_savepoint +|name|value| +|----|-----| +|Name|`Com_release_savepoint`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_release_savepoint](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_release_savepoint)| + +## Com_rename_table +|name|value| +|----|-----| +|Name|`Com_rename_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_rename_table](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_rename_table)| + +## Com_rename_user +|name|value| +|----|-----| +|Name|`Com_rename_user`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_rename_user](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_rename_user)| + +## Com_repair +|name|value| +|----|-----| +|Name|`Com_repair`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_repair](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_repair)| + +## Com_replace +|name|value| +|----|-----| +|Name|`Com_replace`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_replace](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_replace)| + +## Com_replace_select +|name|value| +|----|-----| +|Name|`Com_replace_select`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_replace_select](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_replace_select)| + +## Com_reset +|name|value| +|----|-----| +|Name|`Com_reset`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_reset](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_reset)| + +## Com_resignal +|name|value| +|----|-----| +|Name|`Com_resignal`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_resignal](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_resignal)| + +## Com_restore_table +|name|value| +|----|-----| +|Name|`Com_restore_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_restore_table](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_restore_table)| + +## Com_revoke +|name|value| +|----|-----| +|Name|`Com_revoke`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_revoke](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_revoke)| + +## Com_revoke_all +|name|value| +|----|-----| +|Name|`Com_revoke_all`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_revoke_all](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_revoke_all)| + +## Com_revoke_grant +|name|value| +|----|-----| +|Name|`Com_revoke_grant`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_revoke_grant](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_revoke_grant)| + +## Com_rollback +|name|value| +|----|-----| +|Name|`Com_rollback`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_rollback](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_rollback)| + +## Com_rollback_to_savepoint +|name|value| +|----|-----| +|Name|`Com_rollback_to_savepoint`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_rollback_to_savepoint](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_rollback_to_savepoint)| + +## Com_savepoint +|name|value| +|----|-----| +|Name|`Com_savepoint`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_savepoint](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_savepoint)| + +## Com_select +|name|value| +|----|-----| +|Name|`Com_select`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_select](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_select)| + +## Com_set_option +|name|value| +|----|-----| +|Name|`Com_set_option`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_set_option](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_set_option)| + +## Com_signal +|name|value| +|----|-----| +|Name|`Com_signal`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_signal](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_signal)| + +## Com_show_authors +|name|value| +|----|-----| +|Name|`Com_show_authors`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_authors](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_authors)| + +## Com_show_binlog_events +|name|value| +|----|-----| +|Name|`Com_show_binlog_events`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_binlog_events](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_binlog_events)| + +## Com_show_binlogs +|name|value| +|----|-----| +|Name|`Com_show_binlogs`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_binlogs](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_binlogs)| + +## Com_show_charsets +|name|value| +|----|-----| +|Name|`Com_show_charsets`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_charsets](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_charsets)| + +## Com_show_client_statistics +|name|value| +|----|-----| +|Name|`Com_show_client_statistics`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_client_statistics](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_client_statistics)| + +## Com_show_collations +|name|value| +|----|-----| +|Name|`Com_show_collations`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_collations](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_collations)| + +## Com_show_column_types +|name|value| +|----|-----| +|Name|`Com_show_column_types`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_column_types](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_column_types)| + +## Com_show_contributors +|name|value| +|----|-----| +|Name|`Com_show_contributors`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_contributors](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_contributors)| + +## Com_show_create_db +|name|value| +|----|-----| +|Name|`Com_show_create_db`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_create_db](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_create_db)| + +## Com_show_create_event +|name|value| +|----|-----| +|Name|`Com_show_create_event`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_create_event](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_create_event)| + +## Com_show_create_func +|name|value| +|----|-----| +|Name|`Com_show_create_func`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_create_func](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_create_func)| + +## Com_show_create_package +|name|value| +|----|-----| +|Name|`Com_show_create_package`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_create_package](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_create_package)| + +## Com_show_create_package_body +|name|value| +|----|-----| +|Name|`Com_show_create_package_body`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_create_package_body](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_create_package_body)| + +## Com_show_create_proc +|name|value| +|----|-----| +|Name|`Com_show_create_proc`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_create_proc](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_create_proc)| + +## Com_show_create_table +|name|value| +|----|-----| +|Name|`Com_show_create_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_create_table](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_create_table)| + +## Com_show_create_trigger +|name|value| +|----|-----| +|Name|`Com_show_create_trigger`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_create_trigger](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_create_trigger)| + +## Com_show_create_user +|name|value| +|----|-----| +|Name|`Com_show_create_user`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_create_user](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_create_user)| + +## Com_show_databases +|name|value| +|----|-----| +|Name|`Com_show_databases`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_databases](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_databases)| + +## Com_show_engine_logs +|name|value| +|----|-----| +|Name|`Com_show_engine_logs`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_engine_logs](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_engine_logs)| + +## Com_show_engine_mutex +|name|value| +|----|-----| +|Name|`Com_show_engine_mutex`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_engine_mutex](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_engine_mutex)| + +## Com_show_engine_status +|name|value| +|----|-----| +|Name|`Com_show_engine_status`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_engine_status](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_engine_status)| + +## Com_show_events +|name|value| +|----|-----| +|Name|`Com_show_events`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_events](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_events)| + +## Com_show_errors +|name|value| +|----|-----| +|Name|`Com_show_errors`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_errors](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_errors)| + +## Com_show_explain +|name|value| +|----|-----| +|Name|`Com_show_explain`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_explain](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_explain)| + +## Com_show_fields +|name|value| +|----|-----| +|Name|`Com_show_fields`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_fields](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_fields)| + +## Com_show_function_status +|name|value| +|----|-----| +|Name|`Com_show_function_status`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_function_status](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_function_status)| + +## Com_show_generic +|name|value| +|----|-----| +|Name|`Com_show_generic`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_generic](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_generic)| + +## Com_show_grants +|name|value| +|----|-----| +|Name|`Com_show_grants`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_grants](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_grants)| + +## Com_show_keys +|name|value| +|----|-----| +|Name|`Com_show_keys`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_keys](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_keys)| + +## Com_show_index_statistics +|name|value| +|----|-----| +|Name|`Com_show_index_statistics`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_index_statistics](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_index_statistics)| + +## Com_show_open_tables +|name|value| +|----|-----| +|Name|`Com_show_open_tables`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_open_tables](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_open_tables)| + +## Com_show_package_status +|name|value| +|----|-----| +|Name|`Com_show_package_status`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_package_status](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_package_status)| + +## Com_show_package_body_status +|name|value| +|----|-----| +|Name|`Com_show_package_body_status`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_package_body_status](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_package_body_status)| + +## Com_show_plugins +|name|value| +|----|-----| +|Name|`Com_show_plugins`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_plugins](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_plugins)| + +## Com_show_privileges +|name|value| +|----|-----| +|Name|`Com_show_privileges`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_privileges](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_privileges)| + +## Com_show_procedure_status +|name|value| +|----|-----| +|Name|`Com_show_procedure_status`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_procedure_status](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_procedure_status)| + +## Com_show_processlist +|name|value| +|----|-----| +|Name|`Com_show_processlist`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_processlist](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_processlist)| + +## Com_show_profile +|name|value| +|----|-----| +|Name|`Com_show_profile`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_profile](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_profile)| + +## Com_show_profiles +|name|value| +|----|-----| +|Name|`Com_show_profiles`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_profiles](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_profiles)| + +## Com_show_relaylog_events +|name|value| +|----|-----| +|Name|`Com_show_relaylog_events`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_relaylog_events](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_relaylog_events)| + +## Com_show_status +|name|value| +|----|-----| +|Name|`Com_show_status`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_status](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_status)| + +## Com_show_storage_engines +|name|value| +|----|-----| +|Name|`Com_show_storage_engines`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_storage_engines](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_storage_engines)| + +## Com_show_table_statistics +|name|value| +|----|-----| +|Name|`Com_show_table_statistics`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_table_statistics](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_table_statistics)| + +## Com_show_table_status +|name|value| +|----|-----| +|Name|`Com_show_table_status`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_table_status](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_table_status)| + +## Com_show_tables +|name|value| +|----|-----| +|Name|`Com_show_tables`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_tables](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_tables)| + +## Com_show_triggers +|name|value| +|----|-----| +|Name|`Com_show_triggers`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_triggers](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_triggers)| + +## Com_show_user_statistics +|name|value| +|----|-----| +|Name|`Com_show_user_statistics`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_user_statistics](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_user_statistics)| + +## Com_show_variable +|name|value| +|----|-----| +|Name|`Com_show_variable`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_variable](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_variable)| + +## Com_show_warnings +|name|value| +|----|-----| +|Name|`Com_show_warnings`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_show_warnings](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_show_warnings)| + +## Com_shutdown +|name|value| +|----|-----| +|Name|`Com_shutdown`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_shutdown](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_shutdown)| + +## Com_stmt_close +|name|value| +|----|-----| +|Name|`Com_stmt_close`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_stmt_close](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_stmt_close)| + +## Com_stmt_execute +|name|value| +|----|-----| +|Name|`Com_stmt_execute`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_stmt_execute](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_stmt_execute)| + +## Com_stmt_fetch +|name|value| +|----|-----| +|Name|`Com_stmt_fetch`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_stmt_fetch](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_stmt_fetch)| + +## Com_stmt_prepare +|name|value| +|----|-----| +|Name|`Com_stmt_prepare`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_stmt_prepare](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_stmt_prepare)| + +## Com_stmt_reprepare +|name|value| +|----|-----| +|Name|`Com_stmt_reprepare`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_stmt_reprepare](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_stmt_reprepare)| + +## Com_stmt_reset +|name|value| +|----|-----| +|Name|`Com_stmt_reset`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_stmt_reset](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_stmt_reset)| + +## Com_stmt_send_long_data +|name|value| +|----|-----| +|Name|`Com_stmt_send_long_data`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_stmt_send_long_data](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_stmt_send_long_data)| + +## Com_truncate +|name|value| +|----|-----| +|Name|`Com_truncate`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_truncate](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_truncate)| + +## Com_uninstall_plugin +|name|value| +|----|-----| +|Name|`Com_uninstall_plugin`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_uninstall_plugin](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_uninstall_plugin)| + +## Com_unlock_tables +|name|value| +|----|-----| +|Name|`Com_unlock_tables`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_unlock_tables](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_unlock_tables)| + +## Com_update +|name|value| +|----|-----| +|Name|`Com_update`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_update](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_update)| + +## Com_update_multi +|name|value| +|----|-----| +|Name|`Com_update_multi`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_update_multi](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_update_multi)| + +## Com_xa_commit +|name|value| +|----|-----| +|Name|`Com_xa_commit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_xa_commit](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_xa_commit)| + +## Com_xa_end +|name|value| +|----|-----| +|Name|`Com_xa_end`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_xa_end](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_xa_end)| + +## Com_xa_prepare +|name|value| +|----|-----| +|Name|`Com_xa_prepare`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_xa_prepare](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_xa_prepare)| + +## Com_xa_recover +|name|value| +|----|-----| +|Name|`Com_xa_recover`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_xa_recover](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_xa_recover)| + +## Com_xa_rollback +|name|value| +|----|-----| +|Name|`Com_xa_rollback`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_xa_rollback](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_xa_rollback)| + +## Com_xa_start +|name|value| +|----|-----| +|Name|`Com_xa_start`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[com_xa_start](https://mariadb.com/kb/en/library/documentation/server-status-variables/#com_xa_start)| + +## Compression +|name|value| +|----|-----| +|Name|`Compression`| +|Type of variable|`boolean`| +|Scope|`session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[compression](https://mariadb.com/kb/en/library/documentation/server-status-variables/#compression)| + +## Connection_errors_accept +|name|value| +|----|-----| +|Name|`Connection_errors_accept`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connection_errors_accept](https://mariadb.com/kb/en/library/documentation/server-status-variables/#connection_errors_accept)| + +## Connection_errors_internal +|name|value| +|----|-----| +|Name|`Connection_errors_internal`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connection_errors_internal](https://mariadb.com/kb/en/library/documentation/server-status-variables/#connection_errors_internal)| + +## Connection_errors_max_connections +|name|value| +|----|-----| +|Name|`Connection_errors_max_connections`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connection_errors_max_connections](https://mariadb.com/kb/en/library/documentation/server-status-variables/#connection_errors_max_connections)| + +## Connection_errors_peer_address +|name|value| +|----|-----| +|Name|`Connection_errors_peer_address`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connection_errors_peer_address](https://mariadb.com/kb/en/library/documentation/server-status-variables/#connection_errors_peer_address)| + +## Connection_errors_select +|name|value| +|----|-----| +|Name|`Connection_errors_select`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connection_errors_select](https://mariadb.com/kb/en/library/documentation/server-status-variables/#connection_errors_select)| + +## Connection_errors_tcpwrap +|name|value| +|----|-----| +|Name|`Connection_errors_tcpwrap`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connection_errors_tcpwrap](https://mariadb.com/kb/en/library/documentation/server-status-variables/#connection_errors_tcpwrap)| + +## Connections +|name|value| +|----|-----| +|Name|`Connections`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connections](https://mariadb.com/kb/en/library/documentation/server-status-variables/#connections)| + +## Cpu_time +|name|value| +|----|-----| +|Name|`Cpu_time`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[cpu_time](https://mariadb.com/kb/en/library/documentation/server-status-variables/#cpu_time)| + +## Created_tmp_disk_tables +|name|value| +|----|-----| +|Name|`Created_tmp_disk_tables`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[created_tmp_disk_tables](https://mariadb.com/kb/en/library/documentation/server-status-variables/#created_tmp_disk_tables)| + +## Created_tmp_files +|name|value| +|----|-----| +|Name|`Created_tmp_files`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[created_tmp_files](https://mariadb.com/kb/en/library/documentation/server-status-variables/#created_tmp_files)| + +## Created_tmp_tables +|name|value| +|----|-----| +|Name|`Created_tmp_tables`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[created_tmp_tables](https://mariadb.com/kb/en/library/documentation/server-status-variables/#created_tmp_tables)| + +## Delayed_errors +|name|value| +|----|-----| +|Name|`Delayed_errors`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[delayed_errors](https://mariadb.com/kb/en/library/documentation/server-status-variables/#delayed_errors)| + +## Delayed_insert_threads +|name|value| +|----|-----| +|Name|`Delayed_insert_threads`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[delayed_insert_threads](https://mariadb.com/kb/en/library/documentation/server-status-variables/#delayed_insert_threads)| + +## Delayed_writes +|name|value| +|----|-----| +|Name|`Delayed_writes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[delayed_writes](https://mariadb.com/kb/en/library/documentation/server-status-variables/#delayed_writes)| + +## Delete_scan +|name|value| +|----|-----| +|Name|`Delete_scan`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[delete_scan](https://mariadb.com/kb/en/library/documentation/server-status-variables/#delete_scan)| + +## Empty_queries +|name|value| +|----|-----| +|Name|`Empty_queries`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[empty_queries](https://mariadb.com/kb/en/library/documentation/server-status-variables/#empty_queries)| + +## Executed_events +|name|value| +|----|-----| +|Name|`Executed_events`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[executed_events](https://mariadb.com/kb/en/library/documentation/server-status-variables/#executed_events)| + +## Executed_triggers +|name|value| +|----|-----| +|Name|`Executed_triggers`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[executed_triggers](https://mariadb.com/kb/en/library/documentation/server-status-variables/#executed_triggers)| + +## Feature_application_time_periods +|name|value| +|----|-----| +|Name|`Feature_application_time_periods`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_application_time_periods](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_application_time_periods)| + +## Feature_check_constraint +|name|value| +|----|-----| +|Name|`Feature_check_constraint`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_check_constraint](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_check_constraint)| + +## Feature_custom_aggregate_functions +|name|value| +|----|-----| +|Name|`Feature_custom_aggregate_functions`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_custom_aggregate_functions](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_custom_aggregate_functions)| + +## Feature_delay_key_write +|name|value| +|----|-----| +|Name|`Feature_delay_key_write`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_delay_key_write](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_delay_key_write)| + +## Feature_dynamic_columns +|name|value| +|----|-----| +|Name|`Feature_dynamic_columns`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_dynamic_columns](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_dynamic_columns)| + +## Feature_fulltext +|name|value| +|----|-----| +|Name|`Feature_fulltext`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_fulltext](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_fulltext)| + +## Feature_gis +|name|value| +|----|-----| +|Name|`Feature_gis`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_gis](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_gis)| + +## Feature_invisible_columns +|name|value| +|----|-----| +|Name|`Feature_invisible_columns`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_invisible_columns](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_invisible_columns)| + +## Feature_json +|name|value| +|----|-----| +|Name|`Feature_json`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_json](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_json)| + +## Feature_locale +|name|value| +|----|-----| +|Name|`Feature_locale`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_locale](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_locale)| + +## Feature_subquery +|name|value| +|----|-----| +|Name|`Feature_subquery`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_subquery](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_subquery)| + +## Feature_system_versioning +|name|value| +|----|-----| +|Name|`Feature_system_versioning`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_system_versioning](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_system_versioning)| + +## Feature_timezone +|name|value| +|----|-----| +|Name|`Feature_timezone`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_timezone](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_timezone)| + +## Feature_trigger +|name|value| +|----|-----| +|Name|`Feature_trigger`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_trigger](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_trigger)| + +## Feature_window_functions +|name|value| +|----|-----| +|Name|`Feature_window_functions`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_window_functions](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_window_functions)| + +## Feature_xml +|name|value| +|----|-----| +|Name|`Feature_xml`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[feature_xml](https://mariadb.com/kb/en/library/documentation/server-status-variables/#feature_xml)| + +## Flush_commands +|name|value| +|----|-----| +|Name|`Flush_commands`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[flush_commands](https://mariadb.com/kb/en/library/documentation/server-status-variables/#flush_commands)| + +## Handler_commit +|name|value| +|----|-----| +|Name|`Handler_commit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_commit](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_commit)| + +## Handler_delete +|name|value| +|----|-----| +|Name|`Handler_delete`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_delete](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_delete)| + +## Handler_discover +|name|value| +|----|-----| +|Name|`Handler_discover`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_discover](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_discover)| + +## Handler_external_lock +|name|value| +|----|-----| +|Name|`Handler_external_lock`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_external_lock](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_external_lock)| + +## Handler_icp_attempts +|name|value| +|----|-----| +|Name|`Handler_icp_attempts`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_icp_attempts](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_icp_attempts)| + +## Handler_icp_match +|name|value| +|----|-----| +|Name|`Handler_icp_match`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_icp_match](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_icp_match)| + +## Handler_mrr_init +|name|value| +|----|-----| +|Name|`Handler_mrr_init`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_mrr_init](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_mrr_init)| + +## Handler_mrr_key_refills +|name|value| +|----|-----| +|Name|`Handler_mrr_key_refills`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_mrr_key_refills](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_mrr_key_refills)| + +## Handler_mrr_rowid_refills +|name|value| +|----|-----| +|Name|`Handler_mrr_rowid_refills`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_mrr_rowid_refills](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_mrr_rowid_refills)| + +## Handler_prepare +|name|value| +|----|-----| +|Name|`Handler_prepare`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_prepare](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_prepare)| + +## Handler_read_first +|name|value| +|----|-----| +|Name|`Handler_read_first`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_read_first](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_read_first)| + +## Handler_read_key +|name|value| +|----|-----| +|Name|`Handler_read_key`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_read_key](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_read_key)| + +## Handler_read_last +|name|value| +|----|-----| +|Name|`Handler_read_last`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_read_last](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_read_last)| + +## Handler_read_next +|name|value| +|----|-----| +|Name|`Handler_read_next`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_read_next](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_read_next)| + +## Handler_read_prev +|name|value| +|----|-----| +|Name|`Handler_read_prev`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_read_prev](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_read_prev)| + +## Handler_read_retry +|name|value| +|----|-----| +|Name|`Handler_read_retry`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_read_retry](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_read_retry)| + +## Handler_read_rnd +|name|value| +|----|-----| +|Name|`Handler_read_rnd`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_read_rnd](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_read_rnd)| + +## Handler_read_rnd_deleted +|name|value| +|----|-----| +|Name|`Handler_read_rnd_deleted`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_read_rnd_deleted](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_read_rnd_deleted)| + +## Handler_read_rnd_next +|name|value| +|----|-----| +|Name|`Handler_read_rnd_next`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_read_rnd_next](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_read_rnd_next)| + +## Handler_rollback +|name|value| +|----|-----| +|Name|`Handler_rollback`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_rollback](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_rollback)| + +## Handler_savepoint +|name|value| +|----|-----| +|Name|`Handler_savepoint`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_savepoint](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_savepoint)| + +## Handler_savepoint_rollback +|name|value| +|----|-----| +|Name|`Handler_savepoint_rollback`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_savepoint_rollback](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_savepoint_rollback)| + +## Handler_tmp_delete +|name|value| +|----|-----| +|Name|`Handler_tmp_delete`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_tmp_delete](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_tmp_delete)| + +## Handler_tmp_update +|name|value| +|----|-----| +|Name|`Handler_tmp_update`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_tmp_update](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_tmp_update)| + +## Handler_tmp_write +|name|value| +|----|-----| +|Name|`Handler_tmp_write`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_tmp_write](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_tmp_write)| + +## Handler_update +|name|value| +|----|-----| +|Name|`Handler_update`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_update](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_update)| + +## Handler_write +|name|value| +|----|-----| +|Name|`Handler_write`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[handler_write](https://mariadb.com/kb/en/library/documentation/server-status-variables/#handler_write)| + +## Key_blocks_not_flushed +|name|value| +|----|-----| +|Name|`Key_blocks_not_flushed`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_blocks_not_flushed](https://mariadb.com/kb/en/library/documentation/server-status-variables/#key_blocks_not_flushed)| + +## Key_blocks_unused +|name|value| +|----|-----| +|Name|`Key_blocks_unused`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_blocks_unused](https://mariadb.com/kb/en/library/documentation/server-status-variables/#key_blocks_unused)| + +## Key_blocks_used +|name|value| +|----|-----| +|Name|`Key_blocks_used`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_blocks_used](https://mariadb.com/kb/en/library/documentation/server-status-variables/#key_blocks_used)| + +## Key_blocks_warm +|name|value| +|----|-----| +|Name|`Key_blocks_warm`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_blocks_warm](https://mariadb.com/kb/en/library/documentation/server-status-variables/#key_blocks_warm)| + +## Key_read_requests +|name|value| +|----|-----| +|Name|`Key_read_requests`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_read_requests](https://mariadb.com/kb/en/library/documentation/server-status-variables/#key_read_requests)| + +## Key_reads +|name|value| +|----|-----| +|Name|`Key_reads`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_reads](https://mariadb.com/kb/en/library/documentation/server-status-variables/#key_reads)| + +## Key_write_requests +|name|value| +|----|-----| +|Name|`Key_write_requests`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_write_requests](https://mariadb.com/kb/en/library/documentation/server-status-variables/#key_write_requests)| + +## Key_writes +|name|value| +|----|-----| +|Name|`Key_writes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[key_writes](https://mariadb.com/kb/en/library/documentation/server-status-variables/#key_writes)| + +## Last_query_cost +|name|value| +|----|-----| +|Name|`Last_query_cost`| +|Type of variable|`integer`| +|Scope|`session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[last_query_cost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#last_query_cost)| + +## Maria_* +|name|value| +|----|-----| +|Name|`Maria_*`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[maria_](https://mariadb.com/kb/en/library/documentation/server-status-variables/#maria_)| + +## Max_statement_time_exceeded +|name|value| +|----|-----| +|Name|`Max_statement_time_exceeded`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_statement_time_exceeded](https://mariadb.com/kb/en/library/documentation/server-status-variables/#max_statement_time_exceeded)| + +## Max_used_connections +|name|value| +|----|-----| +|Name|`Max_used_connections`| +|Type of variable|`integer`| +|Scope|`session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_used_connections](https://mariadb.com/kb/en/library/documentation/server-status-variables/#max_used_connections)| + +## Memory_used +|name|value| +|----|-----| +|Name|`Memory_used`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[memory_used](https://mariadb.com/kb/en/library/documentation/server-status-variables/#memory_used)| + +## Memory_used_initial +|name|value| +|----|-----| +|Name|`Memory_used_initial`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[memory_used_initial](https://mariadb.com/kb/en/library/documentation/server-status-variables/#memory_used_initial)| + +## Not_flushed_delayed_rows +|name|value| +|----|-----| +|Name|`Not_flushed_delayed_rows`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[not_flushed_delayed_rows](https://mariadb.com/kb/en/library/documentation/server-status-variables/#not_flushed_delayed_rows)| + +## Open_files +|name|value| +|----|-----| +|Name|`Open_files`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[open_files](https://mariadb.com/kb/en/library/documentation/server-status-variables/#open_files)| + +## Open_streams +|name|value| +|----|-----| +|Name|`Open_streams`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[open_streams](https://mariadb.com/kb/en/library/documentation/server-status-variables/#open_streams)| + +## Open_table_definitions +|name|value| +|----|-----| +|Name|`Open_table_definitions`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[open_table_definitions](https://mariadb.com/kb/en/library/documentation/server-status-variables/#open_table_definitions)| + +## Open_tables +|name|value| +|----|-----| +|Name|`Open_tables`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[open_tables](https://mariadb.com/kb/en/library/documentation/server-status-variables/#open_tables)| + +## Opened_files +|name|value| +|----|-----| +|Name|`Opened_files`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[opened_files](https://mariadb.com/kb/en/library/documentation/server-status-variables/#opened_files)| + +## Opened_plugin_libraries +|name|value| +|----|-----| +|Name|`Opened_plugin_libraries`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[opened_plugin_libraries](https://mariadb.com/kb/en/library/documentation/server-status-variables/#opened_plugin_libraries)| + +## Opened_table_definitions +|name|value| +|----|-----| +|Name|`Opened_table_definitions`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[opened_table_definitions](https://mariadb.com/kb/en/library/documentation/server-status-variables/#opened_table_definitions)| + +## Opened_tables +|name|value| +|----|-----| +|Name|`Opened_tables`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[opened_tables](https://mariadb.com/kb/en/library/documentation/server-status-variables/#opened_tables)| + +## Opened_views +|name|value| +|----|-----| +|Name|`Opened_views`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[opened_views](https://mariadb.com/kb/en/library/documentation/server-status-variables/#opened_views)| + +## Performance_schema_accounts_lost +|name|value| +|----|-----| +|Name|`Performance_schema_accounts_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_accounts_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_accounts_lost)| + +## Performance_schema_cond_classes_lost +|name|value| +|----|-----| +|Name|`Performance_schema_cond_classes_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_cond_classes_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_cond_classes_lost)| + +## Performance_schema_cond_instances_lost +|name|value| +|----|-----| +|Name|`Performance_schema_cond_instances_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_cond_instances_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_cond_instances_lost)| + +## Performance_schema_digest_lost +|name|value| +|----|-----| +|Name|`Performance_schema_digest_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_digest_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_digest_lost)| + +## Performance_schema_file_classes_lost +|name|value| +|----|-----| +|Name|`Performance_schema_file_classes_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_file_classes_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_file_classes_lost)| + +## Performance_schema_file_handles_lost +|name|value| +|----|-----| +|Name|`Performance_schema_file_handles_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_file_handles_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_file_handles_lost)| + +## Performance_schema_file_instances_lost +|name|value| +|----|-----| +|Name|`Performance_schema_file_instances_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_file_instances_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_file_instances_lost)| + +## Performance_schema_hosts_lost +|name|value| +|----|-----| +|Name|`Performance_schema_hosts_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_hosts_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_hosts_lost)| + +## Performance_schema_locker_lost +|name|value| +|----|-----| +|Name|`Performance_schema_locker_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_locker_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_locker_lost)| + +## Performance_schema_mutex_classes_lost +|name|value| +|----|-----| +|Name|`Performance_schema_mutex_classes_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_mutex_classes_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_mutex_classes_lost)| + +## Performance_schema_mutex_instances_lost +|name|value| +|----|-----| +|Name|`Performance_schema_mutex_instances_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_mutex_instances_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_mutex_instances_lost)| + +## Performance_schema_rwlock_classes_lost +|name|value| +|----|-----| +|Name|`Performance_schema_rwlock_classes_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_rwlock_classes_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_rwlock_classes_lost)| + +## Performance_schema_rwlock_instances_lost +|name|value| +|----|-----| +|Name|`Performance_schema_rwlock_instances_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_rwlock_instances_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_rwlock_instances_lost)| + +## Performance_schema_session_connect_attrs_lost +|name|value| +|----|-----| +|Name|`Performance_schema_session_connect_attrs_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_session_connect_attrs_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_session_connect_attrs_lost)| + +## Performance_schema_socket_classes_lost +|name|value| +|----|-----| +|Name|`Performance_schema_socket_classes_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_socket_classes_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_socket_classes_lost)| + +## Performance_schema_socket_instances_lost +|name|value| +|----|-----| +|Name|`Performance_schema_socket_instances_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_socket_instances_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_socket_instances_lost)| + +## Performance_schema_stage_classes_lost +|name|value| +|----|-----| +|Name|`Performance_schema_stage_classes_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_stage_classes_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_stage_classes_lost)| + +## Performance_schema_statement_classes_lost +|name|value| +|----|-----| +|Name|`Performance_schema_statement_classes_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_statement_classes_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_statement_classes_lost)| + +## Performance_schema_table_handles_lost +|name|value| +|----|-----| +|Name|`Performance_schema_table_handles_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_table_handles_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_table_handles_lost)| + +## Performance_schema_table_instances_lost +|name|value| +|----|-----| +|Name|`Performance_schema_table_instances_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_table_instances_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_table_instances_lost)| + +## Performance_schema_thread_classes_lost +|name|value| +|----|-----| +|Name|`Performance_schema_thread_classes_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_thread_classes_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_thread_classes_lost)| + +## Performance_schema_thread_instances_lost +|name|value| +|----|-----| +|Name|`Performance_schema_thread_instances_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_thread_instances_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_thread_instances_lost)| + +## Performance_schema_users_lost +|name|value| +|----|-----| +|Name|`Performance_schema_users_lost`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[performance_schema_users_lost](https://mariadb.com/kb/en/library/documentation/server-status-variables/#performance_schema_users_lost)| + +## Prepared_stmt_count +|name|value| +|----|-----| +|Name|`Prepared_stmt_count`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[prepared_stmt_count](https://mariadb.com/kb/en/library/documentation/server-status-variables/#prepared_stmt_count)| + +## Qcache_free_blocks +|name|value| +|----|-----| +|Name|`Qcache_free_blocks`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[qcache_free_blocks](https://mariadb.com/kb/en/library/documentation/server-status-variables/#qcache_free_blocks)| + +## Qcache_free_memory +|name|value| +|----|-----| +|Name|`Qcache_free_memory`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[qcache_free_memory](https://mariadb.com/kb/en/library/documentation/server-status-variables/#qcache_free_memory)| + +## Qcache_hits +|name|value| +|----|-----| +|Name|`Qcache_hits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[qcache_hits](https://mariadb.com/kb/en/library/documentation/server-status-variables/#qcache_hits)| + +## Qcache_inserts +|name|value| +|----|-----| +|Name|`Qcache_inserts`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[qcache_inserts](https://mariadb.com/kb/en/library/documentation/server-status-variables/#qcache_inserts)| + +## Qcache_lowmem_prunes +|name|value| +|----|-----| +|Name|`Qcache_lowmem_prunes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[qcache_lowmem_prunes](https://mariadb.com/kb/en/library/documentation/server-status-variables/#qcache_lowmem_prunes)| + +## Qcache_not_cached +|name|value| +|----|-----| +|Name|`Qcache_not_cached`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[qcache_not_cached](https://mariadb.com/kb/en/library/documentation/server-status-variables/#qcache_not_cached)| + +## Qcache_queries_in_cache +|name|value| +|----|-----| +|Name|`Qcache_queries_in_cache`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[qcache_queries_in_cache](https://mariadb.com/kb/en/library/documentation/server-status-variables/#qcache_queries_in_cache)| + +## Qcache_total_blocks +|name|value| +|----|-----| +|Name|`Qcache_total_blocks`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[qcache_total_blocks](https://mariadb.com/kb/en/library/documentation/server-status-variables/#qcache_total_blocks)| + +## Queries +|name|value| +|----|-----| +|Name|`Queries`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[queries](https://mariadb.com/kb/en/library/documentation/server-status-variables/#queries)| + +## Questions +|name|value| +|----|-----| +|Name|`Questions`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[questions](https://mariadb.com/kb/en/library/documentation/server-status-variables/#questions)| + +## Rows_read +|name|value| +|----|-----| +|Name|`Rows_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rows_read](https://mariadb.com/kb/en/library/documentation/server-status-variables/#rows_read)| + +## Rows_sent +|name|value| +|----|-----| +|Name|`Rows_sent`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rows_sent](https://mariadb.com/kb/en/library/documentation/server-status-variables/#rows_sent)| + +## Rows_tmp_read +|name|value| +|----|-----| +|Name|`Rows_tmp_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rows_tmp_read](https://mariadb.com/kb/en/library/documentation/server-status-variables/#rows_tmp_read)| + +## Select_full_join +|name|value| +|----|-----| +|Name|`Select_full_join`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[select_full_join](https://mariadb.com/kb/en/library/documentation/server-status-variables/#select_full_join)| + +## Select_full_range_join +|name|value| +|----|-----| +|Name|`Select_full_range_join`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[select_full_range_join](https://mariadb.com/kb/en/library/documentation/server-status-variables/#select_full_range_join)| + +## Select_range +|name|value| +|----|-----| +|Name|`Select_range`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[select_range](https://mariadb.com/kb/en/library/documentation/server-status-variables/#select_range)| + +## Select_range_check +|name|value| +|----|-----| +|Name|`Select_range_check`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[select_range_check](https://mariadb.com/kb/en/library/documentation/server-status-variables/#select_range_check)| + +## Select_scan +|name|value| +|----|-----| +|Name|`Select_scan`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[select_scan](https://mariadb.com/kb/en/library/documentation/server-status-variables/#select_scan)| + +## Slow_launch_threads +|name|value| +|----|-----| +|Name|`Slow_launch_threads`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slow_launch_threads](https://mariadb.com/kb/en/library/documentation/server-status-variables/#slow_launch_threads)| + +## Slow_queries +|name|value| +|----|-----| +|Name|`Slow_queries`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slow_queries](https://mariadb.com/kb/en/library/documentation/server-status-variables/#slow_queries)| + +## Sort_merge_passes +|name|value| +|----|-----| +|Name|`Sort_merge_passes`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sort_merge_passes](https://mariadb.com/kb/en/library/documentation/server-status-variables/#sort_merge_passes)| + +## Sort_priority_queue_sorts +|name|value| +|----|-----| +|Name|`Sort_priority_queue_sorts`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sort_priority_queue_sorts](https://mariadb.com/kb/en/library/documentation/server-status-variables/#sort_priority_queue_sorts)| + +## Sort_range +|name|value| +|----|-----| +|Name|`Sort_range`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sort_range](https://mariadb.com/kb/en/library/documentation/server-status-variables/#sort_range)| + +## Sort_rows +|name|value| +|----|-----| +|Name|`Sort_rows`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sort_rows](https://mariadb.com/kb/en/library/documentation/server-status-variables/#sort_rows)| + +## Sort_scan +|name|value| +|----|-----| +|Name|`Sort_scan`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sort_scan](https://mariadb.com/kb/en/library/documentation/server-status-variables/#sort_scan)| + +## Subquery_cache_hit +|name|value| +|----|-----| +|Name|`Subquery_cache_hit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[subquery_cache_hit](https://mariadb.com/kb/en/library/documentation/server-status-variables/#subquery_cache_hit)| + +## Subquery_cache_miss +|name|value| +|----|-----| +|Name|`Subquery_cache_miss`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[subquery_cache_miss](https://mariadb.com/kb/en/library/documentation/server-status-variables/#subquery_cache_miss)| + +## Syncs +|name|value| +|----|-----| +|Name|`Syncs`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[syncs](https://mariadb.com/kb/en/library/documentation/server-status-variables/#syncs)| + +## Table_locks_immediate +|name|value| +|----|-----| +|Name|`Table_locks_immediate`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_locks_immediate](https://mariadb.com/kb/en/library/documentation/server-status-variables/#table_locks_immediate)| + +## Table_locks_waited +|name|value| +|----|-----| +|Name|`Table_locks_waited`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_locks_waited](https://mariadb.com/kb/en/library/documentation/server-status-variables/#table_locks_waited)| + +## Table_open_cache_active_instances +|name|value| +|----|-----| +|Name|`Table_open_cache_active_instances`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_open_cache_active_instances](https://mariadb.com/kb/en/library/documentation/server-status-variables/#table_open_cache_active_instances)| + +## Table_open_cache_hits +|name|value| +|----|-----| +|Name|`Table_open_cache_hits`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_open_cache_hits](https://mariadb.com/kb/en/library/documentation/server-status-variables/#table_open_cache_hits)| + +## Table_open_cache_misses +|name|value| +|----|-----| +|Name|`Table_open_cache_misses`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_open_cache_misses](https://mariadb.com/kb/en/library/documentation/server-status-variables/#table_open_cache_misses)| + +## Table_open_cache_overflows +|name|value| +|----|-----| +|Name|`Table_open_cache_overflows`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_open_cache_overflows](https://mariadb.com/kb/en/library/documentation/server-status-variables/#table_open_cache_overflows)| + +## Tc_log_max_pages_used +|name|value| +|----|-----| +|Name|`Tc_log_max_pages_used`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tc_log_max_pages_used](https://mariadb.com/kb/en/library/documentation/server-status-variables/#tc_log_max_pages_used)| + +## Tc_log_page_size +|name|value| +|----|-----| +|Name|`Tc_log_page_size`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tc_log_page_size](https://mariadb.com/kb/en/library/documentation/server-status-variables/#tc_log_page_size)| + +## Tc_log_page_waits +|name|value| +|----|-----| +|Name|`Tc_log_page_waits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tc_log_page_waits](https://mariadb.com/kb/en/library/documentation/server-status-variables/#tc_log_page_waits)| + +## Threads_cached +|name|value| +|----|-----| +|Name|`Threads_cached`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[threads_cached](https://mariadb.com/kb/en/library/documentation/server-status-variables/#threads_cached)| + +## Threads_connected +|name|value| +|----|-----| +|Name|`Threads_connected`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[threads_connected](https://mariadb.com/kb/en/library/documentation/server-status-variables/#threads_connected)| + +## Threads_created +|name|value| +|----|-----| +|Name|`Threads_created`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[threads_created](https://mariadb.com/kb/en/library/documentation/server-status-variables/#threads_created)| + +## Threads_running +|name|value| +|----|-----| +|Name|`Threads_running`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[threads_running](https://mariadb.com/kb/en/library/documentation/server-status-variables/#threads_running)| + +## Update_scan +|name|value| +|----|-----| +|Name|`Update_scan`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[update_scan](https://mariadb.com/kb/en/library/documentation/server-status-variables/#update_scan)| + +## Uptime +|name|value| +|----|-----| +|Name|`Uptime`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[uptime](https://mariadb.com/kb/en/library/documentation/server-status-variables/#uptime)| + +## Uptime_since_flush_status +|name|value| +|----|-----| +|Name|`Uptime_since_flush_status`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[uptime_since_flush_status](https://mariadb.com/kb/en/library/documentation/server-status-variables/#uptime_since_flush_status)| + +## alter_algorithm +|name|value| +|----|-----| +|Name|`alter_algorithm`| +|Command line|`--alter-algorithm=default`| +|Scope|`global`, `session`| +|Default value|`DEFAULT`| +|Dynamic|`true`| +|Valid value(s)|`DEFAULT`, `COPY`, `INPLACE`, `NOCOPY`, `INSTANT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[alter_algorithm](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#alter_algorithm)| + +## analyze_sample_percentage +|name|value| +|----|-----| +|Name|`analyze_sample_percentage`| +|Command line|`--analyze-sample-percentage=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`100.000000`| +|Dynamic|`true`| +|Range|from: `0` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[analyze_sample_percentage](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#analyze_sample_percentage)| + +## autocommit +|name|value| +|----|-----| +|Name|`autocommit`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[autocommit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#autocommit)| +|dev.mysql.com|[sysvar_autocommit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_autocommit)| + +## automatic_sp_privileges +|name|value| +|----|-----| +|Name|`automatic_sp_privileges`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[automatic_sp_privileges](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#automatic_sp_privileges)| +|dev.mysql.com|[sysvar_automatic_sp_privileges](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_automatic_sp_privileges)| + +## back_log +|name|value| +|----|-----| +|Name|`back_log`| +|Command line|`--back-log=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autosizing; do not use -1)`| +|Dynamic|`false`| +|Range|from: `1` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[back_log](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#back_log)| +|dev.mysql.com|[sysvar_back_log](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_back_log)| + +## basedir +|name|value| +|----|-----| +|Name|`basedir`| +|Command line|`--basedir=path or -b path`| +|Type of variable|`directory name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[basedir](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#basedir)| +|dev.mysql.com|[sysvar_basedir](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#sysvar_basedir)| +|dev.mysql.com|[sysvar_basedir](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_basedir)| + +## big_tables +|name|value| +|----|-----| +|Name|`big_tables`| +|Command line|`--big-tables[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[big_tables](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#big_tables)| +|dev.mysql.com|[sysvar_big_tables](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_big_tables)| + +## bind_address +|name|value| +|----|-----| +|Name|`bind_address`| +|Command line|`--bind-address=addr`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`*`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[bind_address](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#bind_address)| +|dev.mysql.com|[sysvar_bind_address](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_bind_address)| + +## bulk_insert_buffer_size +|name|value| +|----|-----| +|Name|`bulk_insert_buffer_size`| +|Command line|`--bulk-insert-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`8388608`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[bulk_insert_buffer_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#bulk_insert_buffer_size)| +|dev.mysql.com|[sysvar_bulk_insert_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_bulk_insert_buffer_size)| + +## character_set_client +|name|value| +|----|-----| +|Name|`character_set_client`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[character_set_client](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#character_set_client)| +|dev.mysql.com|[sysvar_character_set_client](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_character_set_client)| + +## character_set_connection +|name|value| +|----|-----| +|Name|`character_set_connection`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[character_set_connection](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#character_set_connection)| +|dev.mysql.com|[sysvar_character_set_connection](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_character_set_connection)| + +## character_set_database +|name|value| +|----|-----| +|Name|`character_set_database`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[character_set_database](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#character_set_database)| +|dev.mysql.com|[sysvar_character_set_database](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_character_set_database)| + +## character_set_filesystem +|name|value| +|----|-----| +|Name|`character_set_filesystem`| +|Command line|`--character-set-filesystem=name`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`binary`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[character_set_filesystem](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#character_set_filesystem)| +|dev.mysql.com|[sysvar_character_set_filesystem](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_character_set_filesystem)| + +## character_set_results +|name|value| +|----|-----| +|Name|`character_set_results`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[character_set_results](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#character_set_results)| +|dev.mysql.com|[sysvar_character_set_results](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_character_set_results)| + +## character_set_server +|name|value| +|----|-----| +|Name|`character_set_server`| +|Command line|`--character-set-server=name`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[character_set_server](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#character_set_server)| +|dev.mysql.com|[sysvar_character_set_server](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_character_set_server)| + +## character_set_system +|name|value| +|----|-----| +|Name|`character_set_system`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`utf8`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[character_set_system](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#character_set_system)| +|dev.mysql.com|[sysvar_character_set_system](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_character_set_system)| + +## character_sets_dir +|name|value| +|----|-----| +|Name|`character_sets_dir`| +|Command line|`--character-sets-dir=path`| +|Type of variable|`directory name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[character_sets_dir](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#character_sets_dir)| +|dev.mysql.com|[sysvar_character_sets_dir](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_character_sets_dir)| + +## check_constraint_checks +|name|value| +|----|-----| +|Name|`check_constraint_checks`| +|Command line|`--check-constraint-checks=[0|1]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[check_constraint_checks](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#check_constraint_checks)| + +## collation_connection +|name|value| +|----|-----| +|Name|`collation_connection`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[collation_connection](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#collation_connection)| +|dev.mysql.com|[sysvar_collation_connection](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_collation_connection)| + +## collation_database +|name|value| +|----|-----| +|Name|`collation_database`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[collation_database](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#collation_database)| +|dev.mysql.com|[sysvar_collation_database](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_collation_database)| + +## collation_server +|name|value| +|----|-----| +|Name|`collation_server`| +|Command line|`--collation-server=name`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[collation_server](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#collation_server)| +|dev.mysql.com|[sysvar_collation_server](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_collation_server)| + +## completion_type +|name|value| +|----|-----| +|Name|`completion_type`| +|Command line|`--completion-type=name`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`NO_CHAIN`| +|Dynamic|`true`| +|Valid value(s)|`NO_CHAIN`, `CHAIN`, `RELEASE`, `0`, `1`, `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[completion_type](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#completion_type)| +|dev.mysql.com|[sysvar_completion_type](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_completion_type)| + +## concurrent_insert +|name|value| +|----|-----| +|Name|`concurrent_insert`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`AUTO`| +|Dynamic|`true`| +|Valid value(s)|`NEVER`, `AUTO`, `ALWAYS`, `0`, `1`, `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[concurrent_insert](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#concurrent_insert)| +|dev.mysql.com|[sysvar_concurrent_insert](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_concurrent_insert)| + +## connect_timeout +|name|value| +|----|-----| +|Name|`connect_timeout`| +|Command line|`--connect-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`true`| +|Range|from: `2` to: `31536000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[connect_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#connect_timeout)| +|dev.mysql.com|[sysvar_connect_timeout](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_connect_timeout)| + +## core_file +|name|value| +|----|-----| +|Name|`core_file`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[core_file](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#core_file)| +|dev.mysql.com|[option_mysqld_core-file](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_core-file)| +|dev.mysql.com|[sysvar_core_file](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_core_file)| + +## datadir +|name|value| +|----|-----| +|Name|`datadir`| +|Command line|`--datadir=path or -h path`| +|Type of variable|`directory name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[datadir](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#datadir)| +|dev.mysql.com|[sysvar_datadir](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#sysvar_datadir)| +|dev.mysql.com|[sysvar_datadir](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_datadir)| + +## date_format +|name|value| +|----|-----| +|Name|`date_format`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[date_format](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#date_format)| + +## datetime_format +|name|value| +|----|-----| +|Name|`datetime_format`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[datetime_format](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#datetime_format)| + +## debug +|name|value| +|----|-----| +|Name|`debug`| +|Command line|`-#, --debug[=debug_options]`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[debug](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#debug)| +|dev.mysql.com|[option_mysqld_debug](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_debug)| +|dev.mysql.com|[sysvar_debug](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_debug)| + +## debug_no_thread_alarm +|name|value| +|----|-----| +|Name|`debug_no_thread_alarm`| +|Command line|`--debug-no-thead-alarm=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[debug_no_thread_alarm](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#debug_no_thread_alarm)| + +## debug_sync +|name|value| +|----|-----| +|Name|`debug_sync`| +|Type of variable|`string`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[debug_sync](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#debug_sync)| +|dev.mysql.com|[sysvar_debug_sync](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_debug_sync)| + +## default_password_lifetime +|name|value| +|----|-----| +|Name|`default_password_lifetime`| +|Command line|`--default-password-lifetime=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[default_password_lifetime](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#default_password_lifetime)| +|dev.mysql.com|[sysvar_default_password_lifetime](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_password_lifetime)| + +## default_regex_flags +|name|value| +|----|-----| +|Name|`default_regex_flags`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[default_regex_flags](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#default_regex_flags)| + +## default_storage_engine +|name|value| +|----|-----| +|Name|`default_storage_engine`| +|Command line|`--default-storage-engine=name`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`InnoDB`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[default_storage_engine](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#default_storage_engine)| +|dev.mysql.com|[sysvar_default_storage_engine](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_storage_engine)| + +## default_table_type +|name|value| +|----|-----| +|Name|`default_table_type`| +|Command line|`--default-table-type=name`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[default_table_type](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#default_table_type)| + +## default_tmp_storage_engine +|name|value| +|----|-----| +|Name|`default_tmp_storage_engine`| +|Command line|`--default-tmp-storage-engine=name`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`InnoDB`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[default_tmp_storage_engine](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#default_tmp_storage_engine)| +|dev.mysql.com|[sysvar_default_tmp_storage_engine](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_tmp_storage_engine)| + +## default_week_format +|name|value| +|----|-----| +|Name|`default_week_format`| +|Command line|`--default-week-format=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `7`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[default_week_format](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#default_week_format)| +|dev.mysql.com|[sysvar_default_week_format](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_week_format)| + +## delay_key_write +|name|value| +|----|-----| +|Name|`delay_key_write`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| +|Valid value(s)|`ON`, `OFF`, `ALL`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[delay_key_write](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#delay_key_write)| +|dev.mysql.com|[sysvar_delay_key_write](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_delay_key_write)| + +## delayed_insert_limit +|name|value| +|----|-----| +|Name|`delayed_insert_limit`| +|Command line|`--delayed-insert-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[delayed_insert_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#delayed_insert_limit)| +|dev.mysql.com|[sysvar_delayed_insert_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_delayed_insert_limit)| + +## delayed_insert_timeout +|name|value| +|----|-----| +|Name|`delayed_insert_timeout`| +|Command line|`--delayed-insert-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`300`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[delayed_insert_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#delayed_insert_timeout)| +|dev.mysql.com|[sysvar_delayed_insert_timeout](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_delayed_insert_timeout)| + +## delayed_queue_size +|name|value| +|----|-----| +|Name|`delayed_queue_size`| +|Command line|`--delayed-queue-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1000`| +|Dynamic|`true`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[delayed_queue_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#delayed_queue_size)| +|dev.mysql.com|[sysvar_delayed_queue_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_delayed_queue_size)| + +## disconnect_on_expired_password +|name|value| +|----|-----| +|Name|`disconnect_on_expired_password`| +|Type of variable|`boolean`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[disconnect_on_expired_password](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#disconnect_on_expired_password)| +|dev.mysql.com|[sysvar_disconnect_on_expired_password](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_disconnect_on_expired_password)| + +## div_precision_increment +|name|value| +|----|-----| +|Name|`div_precision_increment`| +|Command line|`--div-precision-increment=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`4`| +|Dynamic|`true`| +|Range|from: `0` to: `30`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[div_precision_increment](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#div_precision_increment)| +|dev.mysql.com|[sysvar_div_precision_increment](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_div_precision_increment)| + +## encrypt_tmp_disk_tables +|name|value| +|----|-----| +|Name|`encrypt_tmp_disk_tables`| +|Command line|`--encrypt-tmp-disk-tables[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[encrypt_tmp_disk_tables](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#encrypt_tmp_disk_tables)| + +## encrypt_tmp_files +|name|value| +|----|-----| +|Name|`encrypt_tmp_files`| +|Command line|`--encrypt-tmp-files[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[encrypt_tmp_files](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#encrypt_tmp_files)| + +## encryption_algorithm +|name|value| +|----|-----| +|Name|`encryption_algorithm`| +|Command line|`--encryption-algorithm=value`| +|Scope|`global`| +|Default value|`none`| +|Dynamic|`false`| +|Valid value(s)|`none`, `aes_ecb`, `aes_cbc`, `aes_ctr`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[encryption_algorithm](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#encryption_algorithm)| + +## enforce_storage_engine +|name|value| +|----|-----| +|Name|`enforce_storage_engine`| +|Type of variable|`string`| +|Scope|`session`| +|Default value|`none`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[enforce_storage_engine](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#enforce_storage_engine)| + +## engine_condition_pushdown +|name|value| +|----|-----| +|Name|`engine_condition_pushdown`| +|Command line|`--engine-condition-pushdown`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF (MariaDB 5.5), ON (<= MariaDB 5.3)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[engine_condition_pushdown](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#engine_condition_pushdown)| + +## eq_range_index_dive_limit +|name|value| +|----|-----| +|Name|`eq_range_index_dive_limit`| +|Command line|`--eq-range-index-dive-limit=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`200`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[eq_range_index_dive_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#eq_range_index_dive_limit)| +|dev.mysql.com|[sysvar_eq_range_index_dive_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_eq_range_index_dive_limit)| + +## error_count +|name|value| +|----|-----| +|Name|`error_count`| +|Type of variable|`integer`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[error_count](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#error_count)| + +## event_scheduler +|name|value| +|----|-----| +|Name|`event_scheduler`| +|Command line|`--event-scheduler[=value]`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Dynamic|`true`| +|Valid value(s)|`ON`, `1`, `OFF`, `0`, `DISABLED`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[event_scheduler](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#event_scheduler)| +|dev.mysql.com|[sysvar_event_scheduler](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_event_scheduler)| + +## expensive_subquery_limit +|name|value| +|----|-----| +|Name|`expensive_subquery_limit`| +|Command line|`--expensive-subquery-limit=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `0` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[expensive_subquery_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#expensive_subquery_limit)| + +## explicit_defaults_for_timestamp +|name|value| +|----|-----| +|Name|`explicit_defaults_for_timestamp`| +|Type of variable|`boolean`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[explicit_defaults_for_timestamp](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#explicit_defaults_for_timestamp)| +|dev.mysql.com|[sysvar_explicit_defaults_for_timestamp](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_explicit_defaults_for_timestamp)| + +## external_user +|name|value| +|----|-----| +|Name|`external_user`| +|Type of variable|`string`| +|Scope|`session`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[external_user](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#external_user)| +|dev.mysql.com|[sysvar_external_user](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_external_user)| + +## flush +|name|value| +|----|-----| +|Name|`flush`| +|Command line|`--flush[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[flush](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#flush)| +|dev.mysql.com|[option_mysqld_flush](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_flush)| +|dev.mysql.com|[sysvar_flush](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_flush)| + +## flush_time +|name|value| +|----|-----| +|Name|`flush_time`| +|Command line|`--flush-time=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[flush_time](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#flush_time)| +|dev.mysql.com|[sysvar_flush_time](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_flush_time)| + +## foreign_key_checks +|name|value| +|----|-----| +|Name|`foreign_key_checks`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[foreign_key_checks](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#foreign_key_checks)| +|dev.mysql.com|[sysvar_foreign_key_checks](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_foreign_key_checks)| + +## ft_boolean_syntax +|name|value| +|----|-----| +|Name|`ft_boolean_syntax`| +|Command line|`--ft-boolean-syntax=name`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`+ -><()~*:""&|`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ft_boolean_syntax](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#ft_boolean_syntax)| +|dev.mysql.com|[sysvar_ft_boolean_syntax](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ft_boolean_syntax)| + +## ft_max_word_len +|name|value| +|----|-----| +|Name|`ft_max_word_len`| +|Command line|`--ft-max-word-len=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `10`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ft_max_word_len](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#ft_max_word_len)| +|dev.mysql.com|[sysvar_ft_max_word_len](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ft_max_word_len)| + +## ft_min_word_len +|name|value| +|----|-----| +|Name|`ft_min_word_len`| +|Command line|`--ft-min-word-len=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`4`| +|Dynamic|`false`| +|Range|from: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ft_min_word_len](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#ft_min_word_len)| +|dev.mysql.com|[sysvar_ft_min_word_len](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ft_min_word_len)| + +## ft_query_expansion_limit +|name|value| +|----|-----| +|Name|`ft_query_expansion_limit`| +|Command line|`--ft-query-expansion-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`20`| +|Dynamic|`false`| +|Range|from: `0` to: `1000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ft_query_expansion_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#ft_query_expansion_limit)| +|dev.mysql.com|[sysvar_ft_query_expansion_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ft_query_expansion_limit)| + +## ft_stopword_file +|name|value| +|----|-----| +|Name|`ft_stopword_file`| +|Command line|`--ft-stopword-file=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ft_stopword_file](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#ft_stopword_file)| +|dev.mysql.com|[sysvar_ft_stopword_file](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ft_stopword_file)| + +## general_log +|name|value| +|----|-----| +|Name|`general_log`| +|Command line|`--general-log[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[general_log](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#general_log)| +|dev.mysql.com|[sysvar_general_log](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_general_log)| + +## general_log_file +|name|value| +|----|-----| +|Name|`general_log_file`| +|Command line|`--general-log-file=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Default value|`host_name.log`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[general_log_file](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#general_log_file)| +|dev.mysql.com|[sysvar_general_log_file](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_general_log_file)| + +## group_concat_max_len +|name|value| +|----|-----| +|Name|`group_concat_max_len`| +|Command line|`--group-concat-max-len=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `4`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[group_concat_max_len](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#group_concat_max_len)| +|dev.mysql.com|[sysvar_group_concat_max_len](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_group_concat_max_len)| + +## have_compress +|name|value| +|----|-----| +|Name|`have_compress`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_compress](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_compress)| + +## have_crypt +|name|value| +|----|-----| +|Name|`have_crypt`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_crypt](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_crypt)| + +## have_csv +|name|value| +|----|-----| +|Name|`have_csv`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_csv](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_csv)| + +## have_dynamic_loading +|name|value| +|----|-----| +|Name|`have_dynamic_loading`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_dynamic_loading](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_dynamic_loading)| + +## have_geometry +|name|value| +|----|-----| +|Name|`have_geometry`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_geometry](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_geometry)| + +## have_ndbcluster +|name|value| +|----|-----| +|Name|`have_ndbcluster`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_ndbcluster](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_ndbcluster)| + +## have_partitioning +|name|value| +|----|-----| +|Name|`have_partitioning`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_partitioning](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_partitioning)| + +## have_profiling +|name|value| +|----|-----| +|Name|`have_profiling`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_profiling](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_profiling)| + +## have_query_cache +|name|value| +|----|-----| +|Name|`have_query_cache`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_query_cache](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_query_cache)| + +## have_rtree_keys +|name|value| +|----|-----| +|Name|`have_rtree_keys`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_rtree_keys](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_rtree_keys)| + +## have_symlink +|name|value| +|----|-----| +|Name|`have_symlink`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_symlink](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#have_symlink)| + +## histogram_size +|name|value| +|----|-----| +|Name|`histogram_size`| +|Command line|`--histogram-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`254 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)`| +|Dynamic|`true`| +|Range|from: `0` to: `255`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[histogram_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#histogram_size)| + +## histogram_type +|name|value| +|----|-----| +|Name|`histogram_type`| +|Command line|`--histogram-type=value`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`DOUBLE_PREC_HB (>= MariaDB 10.4.3), SINGLE_PREC_HB(<= MariaDB 10.4.2)`| +|Dynamic|`true`| +|Valid value(s)|`SINGLE_PREC_HB`, `DOUBLE_PREC_HB`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[histogram_type](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#histogram_type)| + +## host_cache_size +|name|value| +|----|-----| +|Name|`host_cache_size`| +|Command line|`--host-cache-size=#.`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `0` to: `65536`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[host_cache_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#host_cache_size)| +|dev.mysql.com|[sysvar_host_cache_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_host_cache_size)| + +## hostname +|name|value| +|----|-----| +|Name|`hostname`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[hostname](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#hostname)| +|dev.mysql.com|[sysvar_hostname](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_hostname)| + +## identity +|name|value| +|----|-----| +|Name|`identity`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[identity](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#identity)| + +## idle_readonly_transaction_timeout +|name|value| +|----|-----| +|Name|`idle_readonly_transaction_timeout`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `31536000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[idle_readonly_transaction_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#idle_readonly_transaction_timeout)| + +## idle_transaction_timeout +|name|value| +|----|-----| +|Name|`idle_transaction_timeout`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `31536000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[idle_transaction_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#idle_transaction_timeout)| + +## idle_write_transaction_timeout +|name|value| +|----|-----| +|Name|`idle_write_transaction_timeout`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `31536000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[idle_write_transaction_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#idle_write_transaction_timeout)| + +## ignore_db_dirs +|name|value| +|----|-----| +|Name|`ignore_db_dirs`| +|Command line|`--ignore-db-dirs=dir.`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ignore_db_dirs](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#ignore_db_dirs)| + +## in_transaction +|name|value| +|----|-----| +|Name|`in_transaction`| +|Type of variable|`boolean`| +|Scope|`session`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[in_transaction](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#in_transaction)| + +## init_connect +|name|value| +|----|-----| +|Name|`init_connect`| +|Command line|`--init-connect=name`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[init_connect](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#init_connect)| +|dev.mysql.com|[sysvar_init_connect](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_init_connect)| + +## init_file +|name|value| +|----|-----| +|Name|`init_file`| +|Command line|`--init-file=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[init_file](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#init_file)| +|dev.mysql.com|[sysvar_init_file](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_init_file)| + +## insert_id +|name|value| +|----|-----| +|Name|`insert_id`| +|Type of variable|`integer`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[insert_id](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#insert_id)| + +## interactive_timeout +|name|value| +|----|-----| +|Name|`interactive_timeout`| +|Command line|`--interactive-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`28800`| +|Dynamic|`true`| +|Range|from: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[interactive_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#interactive_timeout)| +|dev.mysql.com|[sysvar_interactive_timeout](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_interactive_timeout)| + +## join_buffer_size +|name|value| +|----|-----| +|Name|`join_buffer_size`| +|Command line|`--join-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`262144`| +|Dynamic|`true`| +|Range|from: `128`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[join_buffer_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#join_buffer_size)| +|dev.mysql.com|[sysvar_join_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_join_buffer_size)| + +## join_buffer_space_limit +|name|value| +|----|-----| +|Name|`join_buffer_space_limit`| +|Command line|`--join-buffer-space-limit=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`2097152`| +|Dynamic|`true`| +|Range|from: `2048` to: `99999999997952`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[join_buffer_space_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#join_buffer_space_limit)| + +## join_cache_level +|name|value| +|----|-----| +|Name|`join_cache_level`| +|Command line|`--join-cache-level=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`2`| +|Dynamic|`true`| +|Range|from: `0` to: `8`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[join_cache_level](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#join_cache_level)| + +## keep_files_on_create +|name|value| +|----|-----| +|Name|`keep_files_on_create`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[keep_files_on_create](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#keep_files_on_create)| +|dev.mysql.com|[sysvar_keep_files_on_create](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_keep_files_on_create)| + +## large_files_support +|name|value| +|----|-----| +|Name|`large_files_support`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[large_files_support](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#large_files_support)| +|dev.mysql.com|[sysvar_large_files_support](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_large_files_support)| + +## large_page_size +|name|value| +|----|-----| +|Name|`large_page_size`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[large_page_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#large_page_size)| +|dev.mysql.com|[sysvar_large_page_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_large_page_size)| + +## large_pages +|name|value| +|----|-----| +|Name|`large_pages`| +|Command line|`--large-pages[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[large_pages](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#large_pages)| +|dev.mysql.com|[option_mysqld_large-pages](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_large-pages)| +|dev.mysql.com|[sysvar_large_pages](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_large_pages)| + +## last_insert_id +|name|value| +|----|-----| +|Name|`last_insert_id`| +|Type of variable|`integer`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[last_insert_id](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#last_insert_id)| + +## lc_messages +|name|value| +|----|-----| +|Name|`lc_messages`| +|Command line|`--lc-messages=name`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`en_US`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[lc_messages](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#lc_messages)| +|dev.mysql.com|[option_mysqld_lc-messages](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_lc-messages)| +|dev.mysql.com|[sysvar_lc_messages](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lc_messages)| + +## lc_messages_dir +|name|value| +|----|-----| +|Name|`lc_messages_dir`| +|Command line|`--lc-messages-dir=path`| +|Type of variable|`directory name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[lc_messages_dir](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#lc_messages_dir)| +|dev.mysql.com|[option_mysqld_lc-messages-dir](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_lc-messages-dir)| +|dev.mysql.com|[sysvar_lc_messages_dir](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lc_messages_dir)| + +## lc_time_names +|name|value| +|----|-----| +|Name|`lc_time_names`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[lc_time_names](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#lc_time_names)| +|dev.mysql.com|[sysvar_lc_time_names](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lc_time_names)| + +## license +|name|value| +|----|-----| +|Name|`license`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`GPL`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[license](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#license)| +|dev.mysql.com|[sysvar_license](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_license)| + +## local_infile +|name|value| +|----|-----| +|Name|`local_infile`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[local_infile](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#local_infile)| +|dev.mysql.com|[sysvar_local_infile](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_local_infile)| + +## lock_wait_timeout +|name|value| +|----|-----| +|Name|`lock_wait_timeout`| +|Command line|`--lock-wait-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[lock_wait_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#lock_wait_timeout)| +|dev.mysql.com|[sysvar_lock_wait_timeout](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lock_wait_timeout)| + +## locked_in_memory +|name|value| +|----|-----| +|Name|`locked_in_memory`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[locked_in_memory](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#locked_in_memory)| +|dev.mysql.com|[sysvar_locked_in_memory](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_locked_in_memory)| + +## log +|name|value| +|----|-----| +|Name|`log`| +|Command line|`-l [filename] or --log[=filename]`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log)| + +## log_disabled_statements +|name|value| +|----|-----| +|Name|`log_disabled_statements`| +|Command line|`--log-disabled_statements=value`| +|Type of variable|`set`| +|Scope|`global`, `session`| +|Default value|`(empty string)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_disabled_statements](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_disabled_statements)| + +## log_error +|name|value| +|----|-----| +|Name|`log_error`| +|Command line|`--log-error[=file_name]`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_error](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_error)| +|dev.mysql.com|[option_mysqld_log-error](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_log-error)| +|dev.mysql.com|[sysvar_log_error](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_error)| + +## log_output +|name|value| +|----|-----| +|Name|`log_output`| +|Command line|`--log-output=name`| +|Type of variable|`set`| +|Scope|`global`| +|Default value|`FILE`| +|Dynamic|`true`| +|Valid value(s)|`TABLE`, `FILE`, `NONE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_output](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_output)| +|dev.mysql.com|[sysvar_log_output](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_output)| + +## log_queries_not_using_indexes +|name|value| +|----|-----| +|Name|`log_queries_not_using_indexes`| +|Command line|`--log-queries-not-using-indexes[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_queries_not_using_indexes](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_queries_not_using_indexes)| +|dev.mysql.com|[sysvar_log_queries_not_using_indexes](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_queries_not_using_indexes)| + +## log_slow_admin_statements +|name|value| +|----|-----| +|Name|`log_slow_admin_statements`| +|Command line|`--log-slow-admin-statements[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_slow_admin_statements](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_slow_admin_statements)| +|dev.mysql.com|[sysvar_log_slow_admin_statements](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_slow_admin_statements)| + +## log_slow_disabled_statements +|name|value| +|----|-----| +|Name|`log_slow_disabled_statements`| +|Command line|`--log-slow-disabled_statements=value`| +|Type of variable|`set`| +|Scope|`global`, `session`| +|Default value|`sp`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_slow_disabled_statements](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_slow_disabled_statements)| + +## log_slow_filter +|name|value| +|----|-----| +|Name|`log_slow_filter`| +|Command line|`log-slow-filter=value1[,value2...]`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`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`| +|Valid value(s)|`admin`, `filesort`, `filesort_on_disk`, `filesort_priority_queue`, `full_join`, `full_scan`, `query_cache`, `query_cache_miss`, `tmp_table`, `tmp_table_on_disk`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_slow_filter](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_slow_filter)| + +## log_slow_queries +|name|value| +|----|-----| +|Name|`log_slow_queries`| +|Command line|`--log-slow-queries[=name]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_slow_queries](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_slow_queries)| + +## log_slow_rate_limit +|name|value| +|----|-----| +|Name|`log_slow_rate_limit`| +|Command line|`log-slow-rate-limit=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_slow_rate_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_slow_rate_limit)| + +## log_slow_verbosity +|name|value| +|----|-----| +|Name|`log_slow_verbosity`| +|Command line|`log-slow-verbosity=value1[,value2...]`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`(Empty)`| +|Dynamic|`true`| +|Valid value(s)|`query_plan`, `innodb`, `explain`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_slow_verbosity](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_slow_verbosity)| + +## log_tc_size +|name|value| +|----|-----| +|Name|`log_tc_size`| +|Command line|`--log-tc-size=#`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_tc_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_tc_size)| +|dev.mysql.com|[option_mysqld_log-tc-size](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_log-tc-size)| + +## log_warnings +|name|value| +|----|-----| +|Name|`log_warnings`| +|Command line|`--log-warnings[=#]`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[log_warnings](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#log_warnings)| +|dev.mysql.com|[option_mysqld_log-warnings](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_log-warnings)| +|dev.mysql.com|[sysvar_log_warnings](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_warnings)| + +## long_query_time +|name|value| +|----|-----| +|Name|`long_query_time`| +|Command line|`--long-query-time=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`10`| +|Dynamic|`true`| +|Range|from: `0` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[long_query_time](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#long_query_time)| +|dev.mysql.com|[sysvar_long_query_time](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_long_query_time)| + +## low_priority_updates +|name|value| +|----|-----| +|Name|`low_priority_updates`| +|Command line|`--low-priority-updates[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[low_priority_updates](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#low_priority_updates)| +|dev.mysql.com|[sysvar_low_priority_updates](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_low_priority_updates)| + +## lower_case_file_system +|name|value| +|----|-----| +|Name|`lower_case_file_system`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[lower_case_file_system](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#lower_case_file_system)| +|dev.mysql.com|[sysvar_lower_case_file_system](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lower_case_file_system)| + +## lower_case_table_names +|name|value| +|----|-----| +|Name|`lower_case_table_names`| +|Command line|`--lower-case-table-names[=#]`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[lower_case_table_names](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#lower_case_table_names)| +|dev.mysql.com|[sysvar_lower_case_table_names](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lower_case_table_names)| + +## max_allowed_packet +|name|value| +|----|-----| +|Name|`max_allowed_packet`| +|Command line|`--max-allowed-packet=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Range|from: `1024` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_allowed_packet](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_allowed_packet)| +|dev.mysql.com|[sysvar_max_allowed_packet](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_allowed_packet)| + +## max_connect_errors +|name|value| +|----|-----| +|Name|`max_connect_errors`| +|Command line|`--max-connect-errors=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_connect_errors](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_connect_errors)| +|dev.mysql.com|[sysvar_max_connect_errors](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_connect_errors)| + +## max_connections +|name|value| +|----|-----| +|Name|`max_connections`| +|Command line|`--max-connections=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`151`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_connections](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_connections)| +|dev.mysql.com|[sysvar_max_connections](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_connections)| + +## max_delayed_threads +|name|value| +|----|-----| +|Name|`max_delayed_threads`| +|Command line|`--max-delayed-threads=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`20`| +|Dynamic|`true`| +|Range|from: `0` to: `16384`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_delayed_threads](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_delayed_threads)| +|dev.mysql.com|[sysvar_max_delayed_threads](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_delayed_threads)| + +## max_digest_length +|name|value| +|----|-----| +|Name|`max_digest_length`| +|Command line|`--max-digest-length=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1024`| +|Range|from: `0` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_digest_length](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_digest_length)| +|dev.mysql.com|[sysvar_max_digest_length](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_digest_length)| + +## max_error_count +|name|value| +|----|-----| +|Name|`max_error_count`| +|Command line|`--max-error-count=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_error_count](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_error_count)| +|dev.mysql.com|[sysvar_max_error_count](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_error_count)| + +## max_heap_table_size +|name|value| +|----|-----| +|Name|`max_heap_table_size`| +|Command line|`--max-heap-table-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`16777216`| +|Dynamic|`true`| +|Range|from: `16384`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_heap_table_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_heap_table_size)| +|dev.mysql.com|[sysvar_max_heap_table_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_heap_table_size)| + +## max_insert_delayed_threads +|name|value| +|----|-----| +|Name|`max_insert_delayed_threads`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_insert_delayed_threads](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_insert_delayed_threads)| +|dev.mysql.com|[sysvar_max_insert_delayed_threads](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_insert_delayed_threads)| + +## max_join_size +|name|value| +|----|-----| +|Name|`max_join_size`| +|Command line|`--max-join-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`18446744073709551615`| +|Dynamic|`true`| +|Range|from: `1` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_join_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_join_size)| +|dev.mysql.com|[sysvar_max_join_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_join_size)| + +## max_length_for_sort_data +|name|value| +|----|-----| +|Name|`max_length_for_sort_data`| +|Command line|`--max-length-for-sort-data=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `4` to: `8388608`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_length_for_sort_data](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_length_for_sort_data)| +|dev.mysql.com|[sysvar_max_length_for_sort_data](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_length_for_sort_data)| + +## max_long_data_size +|name|value| +|----|-----| +|Name|`max_long_data_size`| +|Command line|`--max-long-data-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`16777216 (16M) >= MariaDB 10.2.4, 4194304 (4M) <= MariaDB 10.2.3, >= MariaDB 10.1.7, 1048576 (1M) <= MariaDB 10.1.6`| +|Dynamic|`false`| +|Range|from: `1024` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_long_data_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_long_data_size)| + +## max_password_errors +|name|value| +|----|-----| +|Name|`max_password_errors`| +|Command line|`--max-password-errors=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`4294967295`| +|Dynamic|`true`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_password_errors](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_password_errors)| + +## max_prepared_stmt_count +|name|value| +|----|-----| +|Name|`max_prepared_stmt_count`| +|Command line|`--max-prepared-stmt-count=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`16382`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_prepared_stmt_count](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_prepared_stmt_count)| +|dev.mysql.com|[sysvar_max_prepared_stmt_count](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_prepared_stmt_count)| + +## max_recursive_iterations +|name|value| +|----|-----| +|Name|`max_recursive_iterations`| +|Command line|`--max-recursive-iterations=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`4294967295`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_recursive_iterations](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_recursive_iterations)| + +## max_rowid_filter_size +|name|value| +|----|-----| +|Name|`max_rowid_filter_size`| +|Command line|`--max-rowid-filter-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`131072`| +|Dynamic|`true`| +|Range|from: `1024` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_rowid_filter_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_rowid_filter_size)| + +## max_seeks_for_key +|name|value| +|----|-----| +|Name|`max_seeks_for_key`| +|Command line|`--max-seeks-for-key=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_seeks_for_key](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_seeks_for_key)| +|dev.mysql.com|[sysvar_max_seeks_for_key](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_seeks_for_key)| + +## max_session_mem_used +|name|value| +|----|-----| +|Name|`max_session_mem_used`| +|Command line|`--max-session-mem-used=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`9223372036854775807 (8192 PB)`| +|Dynamic|`true`| +|Range|from: `8192` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_session_mem_used](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_session_mem_used)| + +## max_sort_length +|name|value| +|----|-----| +|Name|`max_sort_length`| +|Command line|`--max-sort-length=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1024`| +|Dynamic|`true`| +|Range|from: `4` to: `8388608`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_sort_length](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_sort_length)| +|dev.mysql.com|[sysvar_max_sort_length](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_sort_length)| + +## max_sp_recursion_depth +|name|value| +|----|-----| +|Name|`max_sp_recursion_depth`| +|Command line|`--max-sp-recursion-depth[=#]`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_sp_recursion_depth](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_sp_recursion_depth)| +|dev.mysql.com|[sysvar_max_sp_recursion_depth](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_sp_recursion_depth)| + +## max_statement_time +|name|value| +|----|-----| +|Name|`max_statement_time`| +|Command line|`--max-statement-time[=#]`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0.000000 >= MariaDB 10.1.13, 0 <= MariaDB 10.1.12`| +|Dynamic|`true`| +|Range|from: `0` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_statement_time](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_statement_time)| + +## max_tmp_tables +|name|value| +|----|-----| +|Name|`max_tmp_tables`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_tmp_tables](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_tmp_tables)| + +## max_user_connections +|name|value| +|----|-----| +|Name|`max_user_connections`| +|Command line|`--max-user-connections=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_user_connections](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_user_connections)| +|dev.mysql.com|[sysvar_max_user_connections](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_user_connections)| + +## max_write_lock_count +|name|value| +|----|-----| +|Name|`max_write_lock_count`| +|Command line|`--max-write-lock-count=#`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[max_write_lock_count](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#max_write_lock_count)| +|dev.mysql.com|[sysvar_max_write_lock_count](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_write_lock_count)| + +## metadata_locks_cache_size +|name|value| +|----|-----| +|Name|`metadata_locks_cache_size`| +|Command line|`--metadata-locks-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1024`| +|Dynamic|`false`| +|Range|from: `1` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[metadata_locks_cache_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#metadata_locks_cache_size)| +|dev.mysql.com|[sysvar_metadata_locks_cache_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_metadata_locks_cache_size)| + +## metadata_locks_hash_instances +|name|value| +|----|-----| +|Name|`metadata_locks_hash_instances`| +|Command line|`--metadata-locks-hash-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8`| +|Dynamic|`false`| +|Range|from: `1` to: `1024`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[metadata_locks_hash_instances](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#metadata_locks_hash_instances)| +|dev.mysql.com|[sysvar_metadata_locks_hash_instances](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_metadata_locks_hash_instances)| + +## min_examined_row_limit +|name|value| +|----|-----| +|Name|`min_examined_row_limit`| +|Command line|`--min-examined-row-limit=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[min_examined_row_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#min_examined_row_limit)| +|dev.mysql.com|[sysvar_min_examined_row_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_min_examined_row_limit)| + +## mrr_buffer_size +|name|value| +|----|-----| +|Name|`mrr_buffer_size`| +|Command line|`--mrr-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`262144`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mrr_buffer_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#mrr_buffer_size)| + +## multi_range_count +|name|value| +|----|-----| +|Name|`multi_range_count`| +|Command line|`--multi-range-count=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`256`| +|Dynamic|`true`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[multi_range_count](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#multi_range_count)| +|dev.mysql.com|[sysvar_multi_range_count](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_multi_range_count)| + +## mysql56_temporal_format +|name|value| +|----|-----| +|Name|`mysql56_temporal_format`| +|Command line|`--mysql56-temporal-format`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[mysql56_temporal_format](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#mysql56_temporal_format)| + +## named_pipe +|name|value| +|----|-----| +|Name|`named_pipe`| +|Command line|`--named-pipe[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[named_pipe](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#named_pipe)| +|dev.mysql.com|[sysvar_named_pipe](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_named_pipe)| + +## net_buffer_length +|name|value| +|----|-----| +|Name|`net_buffer_length`| +|Command line|`--net-buffer-length=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`16384`| +|Dynamic|`true`| +|Range|from: `1024` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[net_buffer_length](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#net_buffer_length)| +|dev.mysql.com|[sysvar_net_buffer_length](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_net_buffer_length)| + +## net_read_timeout +|name|value| +|----|-----| +|Name|`net_read_timeout`| +|Command line|`--net-read-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`30`| +|Dynamic|`true`| +|Range|from: `1` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[net_read_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#net_read_timeout)| +|dev.mysql.com|[sysvar_net_read_timeout](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_net_read_timeout)| + +## net_retry_count +|name|value| +|----|-----| +|Name|`net_retry_count`| +|Command line|`--net-retry-count=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`10`| +|Dynamic|`true`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[net_retry_count](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#net_retry_count)| +|dev.mysql.com|[sysvar_net_retry_count](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_net_retry_count)| + +## net_write_timeout +|name|value| +|----|-----| +|Name|`net_write_timeout`| +|Command line|`--net-write-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`60`| +|Dynamic|`true`| +|Range|from: `1` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[net_write_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#net_write_timeout)| +|dev.mysql.com|[sysvar_net_write_timeout](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_net_write_timeout)| + +## old +|name|value| +|----|-----| +|Name|`old`| +|Command line|`--old[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[old](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#old)| +|dev.mysql.com|[sysvar_old](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_old)| + +## old_alter_table +|name|value| +|----|-----| +|Name|`old_alter_table`| +|Command line|`--old-alter-table[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[old_alter_table](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#old_alter_table)| +|dev.mysql.com|[sysvar_old_alter_table](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_old_alter_table)| + +## old_mode +|name|value| +|----|-----| +|Name|`old_mode`| +|Command line|`--old-mode`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`(empty string)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[old_mode](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#old_mode)| + +## old_passwords +|name|value| +|----|-----| +|Name|`old_passwords`| +|Command line|`--old-passwords=value`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Valid value(s)|`0`, `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[old_passwords](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#old_passwords)| +|dev.mysql.com|[sysvar_old_passwords](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_old_passwords)| + +## open_files_limit +|name|value| +|----|-----| +|Name|`open_files_limit`| +|Command line|`--open-files-limit=count`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[open_files_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#open_files_limit)| +|dev.mysql.com|[sysvar_open_files_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_open_files_limit)| + +## optimizer_prune_level +|name|value| +|----|-----| +|Name|`optimizer_prune_level`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[optimizer_prune_level](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#optimizer_prune_level)| +|dev.mysql.com|[sysvar_optimizer_prune_level](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_optimizer_prune_level)| + +## optimizer_search_depth +|name|value| +|----|-----| +|Name|`optimizer_search_depth`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`62`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[optimizer_search_depth](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#optimizer_search_depth)| +|dev.mysql.com|[sysvar_optimizer_search_depth](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_optimizer_search_depth)| + +## optimizer_selectivity_sampling_limit +|name|value| +|----|-----| +|Name|`optimizer_selectivity_sampling_limit`| +|Command line|`optimizer-selectivity-sampling-limit[=#]`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `10` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[optimizer_selectivity_sampling_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#optimizer_selectivity_sampling_limit)| + +## optimizer_switch +|name|value| +|----|-----| +|Name|`optimizer_switch`| +|Command line|`--optimizer-switch=value`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[optimizer_switch](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#optimizer_switch)| +|dev.mysql.com|[sysvar_optimizer_switch](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_optimizer_switch)| + +## optimizer_use_condition_selectivity +|name|value| +|----|-----| +|Name|`optimizer_use_condition_selectivity`| +|Command line|`--optimizer-use-condition-selectivity=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`4 (>= MariaDB 10.4.1), 1 (<= MariaDB 10.4.0)`| +|Dynamic|`true`| +|Range|from: `1` to: `5`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[optimizer_use_condition_selectivity](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#optimizer_use_condition_selectivity)| + +## optimizer_trace +|name|value| +|----|-----| +|Name|`optimizer_trace`| +|Command line|`--optimizer-trace=value`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[optimizer_trace](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#optimizer_trace)| +|dev.mysql.com|[sysvar_optimizer_trace](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_optimizer_trace)| + +## optimizer_trace_max_mem_size +|name|value| +|----|-----| +|Name|`optimizer_trace_max_mem_size`| +|Command line|`--optimizer-trace-max-mem-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[optimizer_trace_max_mem_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#optimizer_trace_max_mem_size)| +|dev.mysql.com|[sysvar_optimizer_trace_max_mem_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_optimizer_trace_max_mem_size)| + +## pid_file +|name|value| +|----|-----| +|Name|`pid_file`| +|Command line|`--pid-file=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[pid_file](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#pid_file)| +|dev.mysql.com|[sysvar_pid_file](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_pid_file)| + +## plugin_dir +|name|value| +|----|-----| +|Name|`plugin_dir`| +|Command line|`--plugin-dir=path`| +|Type of variable|`directory name`| +|Scope|`global`| +|Default value|`BASEDIR/lib/plugin`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[plugin_dir](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#plugin_dir)| +|dev.mysql.com|[sysvar_plugin_dir](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_plugin_dir)| + +## plugin_maturity +|name|value| +|----|-----| +|Name|`plugin_maturity`| +|Command line|`--plugin-maturity=level`| +|Scope|`global`| +|Default value|`One less than the server maturity (>= MariaDB 10.3.3), unknown (<= MariaDB 10.3.2)`| +|Dynamic|`false`| +|Valid value(s)|`unknown`, `experimental`, `alpha`, `beta`, `gamma`, `stable`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[plugin_maturity](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#plugin_maturity)| + +## port +|name|value| +|----|-----| +|Name|`port`| +|Command line|`--port=port_num`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`3306`| +|Dynamic|`false`| +|Range|from: `0` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[port](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#port)| +|dev.mysql.com|[option_mysqld_port](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_port)| +|dev.mysql.com|[sysvar_port](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_port)| + +## preload_buffer_size +|name|value| +|----|-----| +|Name|`preload_buffer_size`| +|Command line|`--preload-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`32768`| +|Dynamic|`true`| +|Range|from: `1024` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[preload_buffer_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#preload_buffer_size)| +|dev.mysql.com|[sysvar_preload_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_preload_buffer_size)| + +## profiling +|name|value| +|----|-----| +|Name|`profiling`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[profiling](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#profiling)| + +## profiling_history_size +|name|value| +|----|-----| +|Name|`profiling_history_size`| +|Command line|`--profiling-history-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`15`| +|Dynamic|`true`| +|Range|from: `0` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[profiling_history_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#profiling_history_size)| + +## progress_report_time +|name|value| +|----|-----| +|Name|`progress_report_time`| +|Command line|`--progress-report-time=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`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`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[progress_report_time](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#progress_report_time)| + +## protocol_version +|name|value| +|----|-----| +|Name|`protocol_version`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[protocol_version](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#protocol_version)| +|dev.mysql.com|[sysvar_protocol_version](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_protocol_version)| + +## proxy_protocol_networks +|name|value| +|----|-----| +|Name|`proxy_protocol_networks`| +|Command line|`--proxy-protocol-networks=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(empty)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[proxy_protocol_networks](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#proxy_protocol_networks)| + +## proxy_user +|name|value| +|----|-----| +|Name|`proxy_user`| +|Type of variable|`string`| +|Scope|`session`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[proxy_user](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#proxy_user)| +|dev.mysql.com|[sysvar_proxy_user](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_proxy_user)| + +## pseudo_slave_mode +|name|value| +|----|-----| +|Name|`pseudo_slave_mode`| +|Type of variable|`integer`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[pseudo_slave_mode](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#pseudo_slave_mode)| +|dev.mysql.com|[sysvar_pseudo_slave_mode](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_pseudo_slave_mode)| + +## pseudo_thread_id +|name|value| +|----|-----| +|Name|`pseudo_thread_id`| +|Type of variable|`integer`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[pseudo_thread_id](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#pseudo_thread_id)| +|dev.mysql.com|[sysvar_pseudo_thread_id](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_pseudo_thread_id)| + +## query_alloc_block_size +|name|value| +|----|-----| +|Name|`query_alloc_block_size`| +|Command line|`--query-alloc-block-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `1024` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[query_alloc_block_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#query_alloc_block_size)| +|dev.mysql.com|[sysvar_query_alloc_block_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_query_alloc_block_size)| + +## query_cache_limit +|name|value| +|----|-----| +|Name|`query_cache_limit`| +|Command line|`--query-cache-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1048576`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[query_cache_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#query_cache_limit)| +|dev.mysql.com|[sysvar_query_cache_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_query_cache_limit)| + +## query_cache_min_res_unit +|name|value| +|----|-----| +|Name|`query_cache_min_res_unit`| +|Command line|`--query-cache-min-res-unit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`4096`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[query_cache_min_res_unit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#query_cache_min_res_unit)| +|dev.mysql.com|[sysvar_query_cache_min_res_unit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_query_cache_min_res_unit)| + +## query_cache_size +|name|value| +|----|-----| +|Name|`query_cache_size`| +|Command line|`--query-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[query_cache_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#query_cache_size)| +|dev.mysql.com|[sysvar_query_cache_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_query_cache_size)| + +## query_cache_strip_comments +|name|value| +|----|-----| +|Name|`query_cache_strip_comments`| +|Command line|`query-cache-strip-comments`| +|Type of variable|`boolean`| +|Scope|`session`, `global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[query_cache_strip_comments](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#query_cache_strip_comments)| + +## query_cache_type +|name|value| +|----|-----| +|Name|`query_cache_type`| +|Command line|`--query-cache-type=#`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Valid value(s)|`0`, `OFF`, `1`, `ON`, `2`, `DEMAND`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[query_cache_type](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#query_cache_type)| +|dev.mysql.com|[sysvar_query_cache_type](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_query_cache_type)| + +## query_cache_wlock_invalidate +|name|value| +|----|-----| +|Name|`query_cache_wlock_invalidate`| +|Command line|`--query-cache-wlock-invalidate[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[query_cache_wlock_invalidate](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#query_cache_wlock_invalidate)| +|dev.mysql.com|[sysvar_query_cache_wlock_invalidate](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_query_cache_wlock_invalidate)| + +## query_prealloc_size +|name|value| +|----|-----| +|Name|`query_prealloc_size`| +|Command line|`--query-prealloc-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[query_prealloc_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#query_prealloc_size)| +|dev.mysql.com|[sysvar_query_prealloc_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_query_prealloc_size)| + +## rand_seed1 +|name|value| +|----|-----| +|Name|`rand_seed1`| +|Type of variable|`integer`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rand_seed1](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#rand_seed1)| +|dev.mysql.com|[sysvar_rand_seed1](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_rand_seed1)| + +## rand_seed2 +|name|value| +|----|-----| +|Name|`rand_seed2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rand_seed2](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#rand_seed2)| + +## range_alloc_block_size +|name|value| +|----|-----| +|Name|`range_alloc_block_size`| +|Command line|`--range-alloc-block-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`4096`| +|Dynamic|`true`| +|Range|from: `4096` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[range_alloc_block_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#range_alloc_block_size)| +|dev.mysql.com|[sysvar_range_alloc_block_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_range_alloc_block_size)| + +## read_buffer_size +|name|value| +|----|-----| +|Name|`read_buffer_size`| +|Command line|`--read-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`131072`| +|Dynamic|`true`| +|Range|from: `8200` to: `2147479552`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[read_buffer_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#read_buffer_size)| +|dev.mysql.com|[sysvar_read_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_read_buffer_size)| + +## read_only +|name|value| +|----|-----| +|Name|`read_only`| +|Command line|`--read-only[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[read_only](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#read_only)| +|dev.mysql.com|[sysvar_read_only](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_read_only)| + +## read_rnd_buffer_size +|name|value| +|----|-----| +|Name|`read_rnd_buffer_size`| +|Command line|`--read-rnd-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`262144`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[read_rnd_buffer_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#read_rnd_buffer_size)| +|dev.mysql.com|[sysvar_read_rnd_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_read_rnd_buffer_size)| + +## rowid_merge_buff_size +|name|value| +|----|-----| +|Name|`rowid_merge_buff_size`| +|Command line|`--rowid-merge-buff-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`8388608`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rowid_merge_buff_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#rowid_merge_buff_size)| + +## rpl_recovery_rank +|name|value| +|----|-----| +|Name|`rpl_recovery_rank`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[rpl_recovery_rank](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#rpl_recovery_rank)| + +## safe_show_database +|name|value| +|----|-----| +|Name|`safe_show_database`| +|Command line|`--safe-show-database (until MySQL 4.1.1)`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[safe_show_database](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#safe_show_database)| + +## secure_auth +|name|value| +|----|-----| +|Name|`secure_auth`| +|Command line|`--secure-auth[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Valid value(s)|`ON`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[secure_auth](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#secure_auth)| +|dev.mysql.com|[sysvar_secure_auth](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_secure_auth)| + +## secure_file_priv +|name|value| +|----|-----| +|Name|`secure_file_priv`| +|Command line|`--secure-path-priv=path`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`platform specific`| +|Dynamic|`false`| +|Valid value(s)|`empty string`, `dirname`, `NULL`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[secure_file_priv](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#secure_file_priv)| +|dev.mysql.com|[sysvar_secure_file_priv](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_secure_file_priv)| + +## secure_timestamp +|name|value| +|----|-----| +|Name|`secure_timestamp`| +|Command line|`--secure-timestamp=value`| +|Scope|`global`| +|Default value|`NO`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[secure_timestamp](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#secure_timestamp)| + +## session_track_schema +|name|value| +|----|-----| +|Name|`session_track_schema`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[session_track_schema](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#session_track_schema)| +|dev.mysql.com|[sysvar_session_track_schema](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_session_track_schema)| + +## session_track_state_change +|name|value| +|----|-----| +|Name|`session_track_state_change`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[session_track_state_change](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#session_track_state_change)| +|dev.mysql.com|[sysvar_session_track_state_change](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_session_track_state_change)| + +## session_track_system_variables +|name|value| +|----|-----| +|Name|`session_track_system_variables`| +|Command line|`--session-track-system-variables=value`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`time_z1e, autocommit, character_set_client, character_set_results, character_set_c1necti1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[session_track_system_variables](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#session_track_system_variables)| +|dev.mysql.com|[sysvar_session_track_system_variables](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_session_track_system_variables)| + +## session_track_transaction_info +|name|value| +|----|-----| +|Name|`session_track_transaction_info`| +|Command line|`--session-track-transaction-info=value`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| +|Valid value(s)|`OFF`, `STATE`, `CHARACTERISTICS`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[session_track_transaction_info](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#session_track_transaction_info)| +|dev.mysql.com|[sysvar_session_track_transaction_info](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_session_track_transaction_info)| + +## shared_memory +|name|value| +|----|-----| +|Name|`shared_memory`| +|Command line|`--shared-memory[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[shared_memory](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#shared_memory)| +|dev.mysql.com|[sysvar_shared_memory](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_shared_memory)| + +## shared_memory_base_name +|name|value| +|----|-----| +|Name|`shared_memory_base_name`| +|Command line|`--shared-memory-base-name=name`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`MYSQL`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[shared_memory_base_name](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#shared_memory_base_name)| +|dev.mysql.com|[sysvar_shared_memory_base_name](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_shared_memory_base_name)| + +## skip_external_locking +|name|value| +|----|-----| +|Name|`skip_external_locking`| +|Command line|`--skip-external-locking[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[skip_external_locking](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#skip_external_locking)| +|dev.mysql.com|[sysvar_skip_external_locking](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_skip_external_locking)| + +## skip_name_resolve +|name|value| +|----|-----| +|Name|`skip_name_resolve`| +|Command line|`--skip-name-resolve[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[skip_name_resolve](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#skip_name_resolve)| +|dev.mysql.com|[sysvar_skip_name_resolve](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_skip_name_resolve)| + +## skip_networking +|name|value| +|----|-----| +|Name|`skip_networking`| +|Command line|`--skip-networking[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[skip_networking](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#skip_networking)| +|dev.mysql.com|[sysvar_skip_networking](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_skip_networking)| + +## skip_show_database +|name|value| +|----|-----| +|Name|`skip_show_database`| +|Command line|`--skip-show-database`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[skip_show_database](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#skip_show_database)| +|dev.mysql.com|[option_mysqld_skip-show-database](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_skip-show-database)| +|dev.mysql.com|[sysvar_skip_show_database](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_skip_show_database)| + +## slow_launch_time +|name|value| +|----|-----| +|Name|`slow_launch_time`| +|Command line|`--slow-launch-time=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slow_launch_time](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#slow_launch_time)| +|dev.mysql.com|[sysvar_slow_launch_time](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_slow_launch_time)| + +## slow_query_log +|name|value| +|----|-----| +|Name|`slow_query_log`| +|Command line|`--slow-query-log[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slow_query_log](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#slow_query_log)| +|dev.mysql.com|[sysvar_slow_query_log](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_slow_query_log)| + +## slow_query_log_file +|name|value| +|----|-----| +|Name|`slow_query_log_file`| +|Command line|`--slow-query-log-file=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Default value|`host_name-slow.log`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[slow_query_log_file](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#slow_query_log_file)| +|dev.mysql.com|[sysvar_slow_query_log_file](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_slow_query_log_file)| + +## socket +|name|value| +|----|-----| +|Name|`socket`| +|Command line|`--socket={file_name|pipe_name}`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[socket](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#socket)| +|dev.mysql.com|[option_mysqld_socket](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_socket)| +|dev.mysql.com|[sysvar_socket](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_socket)| + +## sort_buffer_size +|name|value| +|----|-----| +|Name|`sort_buffer_size`| +|Command line|`--sort-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `32768`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sort_buffer_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sort_buffer_size)| +|dev.mysql.com|[sysvar_sort_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sort_buffer_size)| + +## sql_auto_is_null +|name|value| +|----|-----| +|Name|`sql_auto_is_null`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_auto_is_null](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_auto_is_null)| +|dev.mysql.com|[sysvar_sql_auto_is_null](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_auto_is_null)| + +## sql_big_selects +|name|value| +|----|-----| +|Name|`sql_big_selects`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_big_selects](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_big_selects)| +|dev.mysql.com|[sysvar_sql_big_selects](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_big_selects)| + +## sql_big_tables +|name|value| +|----|-----| +|Name|`sql_big_tables`| +|Command line|`--sql-big-tables`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_big_tables](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_big_tables)| + +## sql_buffer_result +|name|value| +|----|-----| +|Name|`sql_buffer_result`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_buffer_result](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_buffer_result)| +|dev.mysql.com|[sysvar_sql_buffer_result](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_buffer_result)| + +## sql_log_off +|name|value| +|----|-----| +|Name|`sql_log_off`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Valid value(s)|`OFF`, `ON`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_log_off](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_log_off)| +|dev.mysql.com|[sysvar_sql_log_off](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_log_off)| + +## sql_log_update +|name|value| +|----|-----| +|Name|`sql_log_update`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_log_update](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_log_update)| + +## sql_low_priority_updates +|name|value| +|----|-----| +|Name|`sql_low_priority_updates`| +|Command line|`--sql-low-priority-updates`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_low_priority_updates](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_low_priority_updates)| + +## sql_max_join_size +|name|value| +|----|-----| +|Name|`sql_max_join_size`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_max_join_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_max_join_size)| + +## sql_mode +|name|value| +|----|-----| +|Name|`sql_mode`| +|Command line|`--sql-mode=name`| +|Type of variable|`set`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_mode](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_mode)| +|dev.mysql.com|[option_mysqld_sql-mode](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_sql-mode)| +|dev.mysql.com|[sysvar_sql_mode](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode)| + +## sql_notes +|name|value| +|----|-----| +|Name|`sql_notes`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_notes](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_notes)| +|dev.mysql.com|[sysvar_sql_notes](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_notes)| + +## sql_quote_show_create +|name|value| +|----|-----| +|Name|`sql_quote_show_create`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_quote_show_create](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_quote_show_create)| +|dev.mysql.com|[sysvar_sql_quote_show_create](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_quote_show_create)| + +## sql_safe_updates +|name|value| +|----|-----| +|Name|`sql_safe_updates`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_safe_updates](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_safe_updates)| +|dev.mysql.com|[sysvar_sql_safe_updates](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_safe_updates)| + +## sql_select_limit +|name|value| +|----|-----| +|Name|`sql_select_limit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_select_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_select_limit)| +|dev.mysql.com|[sysvar_sql_select_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_select_limit)| + +## sql_warnings +|name|value| +|----|-----| +|Name|`sql_warnings`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sql_warnings](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sql_warnings)| +|dev.mysql.com|[sysvar_sql_warnings](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_warnings)| + +## storage_engine +|name|value| +|----|-----| +|Name|`storage_engine`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[storage_engine](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#storage_engine)| + +## standard_compliant_cte +|name|value| +|----|-----| +|Name|`standard_compliant_cte`| +|Command line|`--standard-compliant-cte={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[standard_compliant_cte](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#standard_compliant_cte)| + +## stored_program_cache +|name|value| +|----|-----| +|Name|`stored_program_cache`| +|Command line|`--stored-program-cache=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`256`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[stored_program_cache](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#stored_program_cache)| +|dev.mysql.com|[sysvar_stored_program_cache](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_stored_program_cache)| + +## strict_password_validation +|name|value| +|----|-----| +|Name|`strict_password_validation`| +|Command line|`--strict-password-validation`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[strict_password_validation](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#strict_password_validation)| + +## sync_frm +|name|value| +|----|-----| +|Name|`sync_frm`| +|Command line|`--sync-frm`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`TRUE`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sync_frm](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#sync_frm)| + +## system_time_zone +|name|value| +|----|-----| +|Name|`system_time_zone`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[system_time_zone](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#system_time_zone)| +|dev.mysql.com|[sysvar_system_time_zone](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_system_time_zone)| + +## table_definition_cache +|name|value| +|----|-----| +|Name|`table_definition_cache`| +|Command line|`--table-definition-cache=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `400`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_definition_cache](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#table_definition_cache)| +|dev.mysql.com|[sysvar_table_definition_cache](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_table_definition_cache)| + +## table_lock_wait_timeout +|name|value| +|----|-----| +|Name|`table_lock_wait_timeout`| +|Command line|`--table-lock-wait-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`50`| +|Dynamic|`true`| +|Range|from: `1` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_lock_wait_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#table_lock_wait_timeout)| + +## table_open_cache +|name|value| +|----|-----| +|Name|`table_open_cache`| +|Command line|`--table-open-cache=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_open_cache](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#table_open_cache)| +|dev.mysql.com|[sysvar_table_open_cache](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_table_open_cache)| + +## table_open_cache_instances +|name|value| +|----|-----| +|Name|`table_open_cache_instances`| +|Command line|`--table-open-cache-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_open_cache_instances](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#table_open_cache_instances)| +|dev.mysql.com|[sysvar_table_open_cache_instances](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_table_open_cache_instances)| + +## table_type +|name|value| +|----|-----| +|Name|`table_type`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[table_type](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#table_type)| + +## tcp_keepalive_interval +|name|value| +|----|-----| +|Name|`tcp_keepalive_interval`| +|Command line|`--tcp-keepalive-interval=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tcp_keepalive_interval](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#tcp_keepalive_interval)| + +## tcp_keepalive_probes +|name|value| +|----|-----| +|Name|`tcp_keepalive_probes`| +|Command line|`--tcp-keepalive-probes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tcp_keepalive_probes](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#tcp_keepalive_probes)| + +## tcp_keepalive_time +|name|value| +|----|-----| +|Name|`tcp_keepalive_time`| +|Command line|`--tcp-keepalive-time=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tcp_keepalive_time](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#tcp_keepalive_time)| + +## tcp_nodelay +|name|value| +|----|-----| +|Name|`tcp_nodelay`| +|Command line|`--tcp-nodelay={0|1}`| +|Type of variable|`boolean`| +|Scope|`session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tcp_nodelay](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#tcp_nodelay)| + +## thread_cache_size +|name|value| +|----|-----| +|Name|`thread_cache_size`| +|Command line|`--thread-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autosizing; do not use -1)`| +|Dynamic|`true`| +|Range|from: `0` to: `16384`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_cache_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#thread_cache_size)| +|dev.mysql.com|[sysvar_thread_cache_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_cache_size)| + +## thread_concurrency +|name|value| +|----|-----| +|Name|`thread_concurrency`| +|Command line|`--thread-concurrency=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`false`| +|Range|from: `1` to: `512`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_concurrency](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#thread_concurrency)| + +## thread_stack +|name|value| +|----|-----| +|Name|`thread_stack`| +|Command line|`--thread-stack=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `131072` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_stack](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#thread_stack)| +|dev.mysql.com|[sysvar_thread_stack](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_stack)| + +## time_format +|name|value| +|----|-----| +|Name|`time_format`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[time_format](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#time_format)| + +## time_zone +|name|value| +|----|-----| +|Name|`time_zone`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[time_zone](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#time_zone)| +|dev.mysql.com|[sysvar_time_zone](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_time_zone)| + +## timed_mutexes +|name|value| +|----|-----| +|Name|`timed_mutexes`| +|Command line|`--timed-mutexes`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[timed_mutexes](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#timed_mutexes)| + +## timestamp +|name|value| +|----|-----| +|Name|`timestamp`| +|Type of variable|`numeric`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[timestamp](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#timestamp)| +|dev.mysql.com|[sysvar_timestamp](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_timestamp)| + +## tmp_disk_table_size +|name|value| +|----|-----| +|Name|`tmp_disk_table_size`| +|Command line|`--tmp-disk-table-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`18446744073709551615 (max unsigned integer, no limit)`| +|Dynamic|`true`| +|Range|from: `1024` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tmp_disk_table_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#tmp_disk_table_size)| + +## tmp_memory_table_size +|name|value| +|----|-----| +|Name|`tmp_memory_table_size`| +|Command line|`--tmp-memory-table-size=#`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tmp_memory_table_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#tmp_memory_table_size)| + +## tmp_table_size +|name|value| +|----|-----| +|Name|`tmp_table_size`| +|Command line|`--tmp-table-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`16777216`| +|Dynamic|`true`| +|Range|from: `1024`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tmp_table_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#tmp_table_size)| +|dev.mysql.com|[sysvar_tmp_table_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_tmp_table_size)| + +## tmpdir +|name|value| +|----|-----| +|Name|`tmpdir`| +|Command line|`--tmpdir=path or -t path`| +|Type of variable|`directory name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tmpdir](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#tmpdir)| +|dev.mysql.com|[option_mysqld_tmpdir](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_tmpdir)| +|dev.mysql.com|[sysvar_tmpdir](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_tmpdir)| + +## transaction_alloc_block_size +|name|value| +|----|-----| +|Name|`transaction_alloc_block_size`| +|Command line|`--transaction-alloc-block-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`8192`| +|Dynamic|`true`| +|Range|from: `1024`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[transaction_alloc_block_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#transaction_alloc_block_size)| +|dev.mysql.com|[sysvar_transaction_alloc_block_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_transaction_alloc_block_size)| + +## transaction_prealloc_size +|name|value| +|----|-----| +|Name|`transaction_prealloc_size`| +|Command line|`--transaction-prealloc-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`4096`| +|Dynamic|`true`| +|Range|from: `1024`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[transaction_prealloc_size](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#transaction_prealloc_size)| +|dev.mysql.com|[sysvar_transaction_prealloc_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_transaction_prealloc_size)| + +## tx_isolation +|name|value| +|----|-----| +|Name|`tx_isolation`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`REPEATABLE-READ`| +|Dynamic|`true`| +|Valid value(s)|`READ-UNCOMMITTED`, `READ-COMMITTED`, `REPEATABLE-READ`, `SERIALIZABLE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tx_isolation](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#tx_isolation)| +|dev.mysql.com|[sysvar_tx_isolation](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_tx_isolation)| + +## tx_read_only +|name|value| +|----|-----| +|Name|`tx_read_only`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tx_read_only](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#tx_read_only)| +|dev.mysql.com|[sysvar_tx_read_only](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_tx_read_only)| + +## unique_checks +|name|value| +|----|-----| +|Name|`unique_checks`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[unique_checks](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#unique_checks)| +|dev.mysql.com|[sysvar_unique_checks](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_unique_checks)| + +## updatable_views_with_limit +|name|value| +|----|-----| +|Name|`updatable_views_with_limit`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[updatable_views_with_limit](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#updatable_views_with_limit)| +|dev.mysql.com|[sysvar_updatable_views_with_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_updatable_views_with_limit)| + +## use_stat_tables +|name|value| +|----|-----| +|Name|`use_stat_tables`| +|Command line|`--use-stat-tables=mode`| +|Scope|`global`, `session`| +|Default value|`preferably_for_queries (>= MariaDB 10.4.1), never (<= MariaDB 10.4.0)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[use_stat_tables](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#use_stat_tables)| + +## version +|name|value| +|----|-----| +|Name|`version`| +|Command line|`-V, --version[=name] (>= MariaDB 10.2.1), --version (<= MariaDB 10.2.0)`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[version](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#version)| + +## version_comment +|name|value| +|----|-----| +|Name|`version_comment`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[version_comment](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#version_comment)| +|dev.mysql.com|[sysvar_version_comment](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_version_comment)| + +## version_compile_machine +|name|value| +|----|-----| +|Name|`version_compile_machine`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[version_compile_machine](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#version_compile_machine)| +|dev.mysql.com|[sysvar_version_compile_machine](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_version_compile_machine)| + +## version_compile_os +|name|value| +|----|-----| +|Name|`version_compile_os`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[version_compile_os](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#version_compile_os)| +|dev.mysql.com|[sysvar_version_compile_os](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_version_compile_os)| + +## version_malloc_library +|name|value| +|----|-----| +|Name|`version_malloc_library`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[version_malloc_library](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#version_malloc_library)| + +## version_source_revision +|name|value| +|----|-----| +|Name|`version_source_revision`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[version_source_revision](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#version_source_revision)| + +## wait_timeout +|name|value| +|----|-----| +|Name|`wait_timeout`| +|Command line|`--wait-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`28800`| +|Dynamic|`true`| +|Range|from: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[wait_timeout](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#wait_timeout)| +|dev.mysql.com|[sysvar_wait_timeout](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_wait_timeout)| + +## warning_count +|name|value| +|----|-----| +|Name|`warning_count`| +|Type of variable|`integer`| +|Scope|`session`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[warning_count](https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/#warning_count)| + +## Sphinx_error +|name|value| +|----|-----| +|Name|`Sphinx_error`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sphinx_error](https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/#sphinx_error)| + +## Sphinx_time +|name|value| +|----|-----| +|Name|`Sphinx_time`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sphinx_time](https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/#sphinx_time)| + +## Sphinx_total +|name|value| +|----|-----| +|Name|`Sphinx_total`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sphinx_total](https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/#sphinx_total)| + +## Sphinx_total_found +|name|value| +|----|-----| +|Name|`Sphinx_total_found`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sphinx_total_found](https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/#sphinx_total_found)| + +## Sphinx_word_count +|name|value| +|----|-----| +|Name|`Sphinx_word_count`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sphinx_word_count](https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/#sphinx_word_count)| + +## Sphinx_words +|name|value| +|----|-----| +|Name|`Sphinx_words`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[sphinx_words](https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/#sphinx_words)| + +## Spider_direct_aggregate +|name|value| +|----|-----| +|Name|`Spider_direct_aggregate`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_direct_aggregate](https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/#spider_direct_aggregate)| + +## Spider_direct_order_limit +|name|value| +|----|-----| +|Name|`Spider_direct_order_limit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_direct_order_limit](https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/#spider_direct_order_limit)| + +## Spider_mon_table_cache_version +|name|value| +|----|-----| +|Name|`Spider_mon_table_cache_version`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_mon_table_cache_version](https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/#spider_mon_table_cache_version)| + +## Spider_mon_table_cache_version_req +|name|value| +|----|-----| +|Name|`Spider_mon_table_cache_version_req`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_mon_table_cache_version_req](https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/#spider_mon_table_cache_version_req)| + +## spider_auto_increment_mode +|name|value| +|----|-----| +|Name|`spider_auto_increment_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_auto_increment_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_auto_increment_mode)| + +## spider_bgs_first_read +|name|value| +|----|-----| +|Name|`spider_bgs_first_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_bgs_first_read](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_bgs_first_read)| + +## spider_bgs_mode +|name|value| +|----|-----| +|Name|`spider_bgs_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_bgs_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_bgs_mode)| + +## spider_bgs_second_read +|name|value| +|----|-----| +|Name|`spider_bgs_second_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_bgs_second_read](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_bgs_second_read)| + +## spider_bka_engine +|name|value| +|----|-----| +|Name|`spider_bka_engine`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_bka_engine](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_bka_engine)| + +## spider_bka_mode +|name|value| +|----|-----| +|Name|`spider_bka_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_bka_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_bka_mode)| + +## spider_bka_table_name_type +|name|value| +|----|-----| +|Name|`spider_bka_table_name_type`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_bka_table_name_type](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_bka_table_name_type)| + +## spider_block_size +|name|value| +|----|-----| +|Name|`spider_block_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_block_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_block_size)| + +## spider_bulk_size +|name|value| +|----|-----| +|Name|`spider_bulk_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_bulk_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_bulk_size)| + +## spider_bulk_update_mode +|name|value| +|----|-----| +|Name|`spider_bulk_update_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_bulk_update_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_bulk_update_mode)| + +## spider_bulk_update_size +|name|value| +|----|-----| +|Name|`spider_bulk_update_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_bulk_update_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_bulk_update_size)| + +## spider_casual_read +|name|value| +|----|-----| +|Name|`spider_casual_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `63`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_casual_read](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_casual_read)| + +## spider_conn_recycle_mode +|name|value| +|----|-----| +|Name|`spider_conn_recycle_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_conn_recycle_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_conn_recycle_mode)| + +## spider_conn_recycle_strict +|name|value| +|----|-----| +|Name|`spider_conn_recycle_strict`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_conn_recycle_strict](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_conn_recycle_strict)| + +## spider_conn_wait_timeout +|name|value| +|----|-----| +|Name|`spider_conn_wait_timeout`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `1000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_conn_wait_timeout](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_conn_wait_timeout)| + +## spider_connect_error_interval +|name|value| +|----|-----| +|Name|`spider_connect_error_interval`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_connect_error_interval](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_connect_error_interval)| + +## spider_connect_mutex +|name|value| +|----|-----| +|Name|`spider_connect_mutex`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_connect_mutex](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_connect_mutex)| + +## spider_connect_retry_count +|name|value| +|----|-----| +|Name|`spider_connect_retry_count`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_connect_retry_count](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_connect_retry_count)| + +## spider_connect_retry_interval +|name|value| +|----|-----| +|Name|`spider_connect_retry_interval`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_connect_retry_interval](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_connect_retry_interval)| + +## spider_connect_timeout +|name|value| +|----|-----| +|Name|`spider_connect_timeout`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_connect_timeout](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_connect_timeout)| + +## spider_crd_bg_mode +|name|value| +|----|-----| +|Name|`spider_crd_bg_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_crd_bg_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_crd_bg_mode)| + +## spider_crd_interval +|name|value| +|----|-----| +|Name|`spider_crd_interval`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_crd_interval](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_crd_interval)| + +## spider_crd_mode +|name|value| +|----|-----| +|Name|`spider_crd_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_crd_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_crd_mode)| + +## spider_crd_sync +|name|value| +|----|-----| +|Name|`spider_crd_sync`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_crd_sync](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_crd_sync)| + +## spider_crd_type +|name|value| +|----|-----| +|Name|`spider_crd_type`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_crd_type](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_crd_type)| + +## spider_crd_weight +|name|value| +|----|-----| +|Name|`spider_crd_weight`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_crd_weight](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_crd_weight)| + +## spider_delete_all_rows_type +|name|value| +|----|-----| +|Name|`spider_delete_all_rows_type`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_delete_all_rows_type](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_delete_all_rows_type)| + +## spider_direct_dup_insert +|name|value| +|----|-----| +|Name|`spider_direct_dup_insert`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_direct_dup_insert](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_direct_dup_insert)| + +## spider_direct_order_limit +|name|value| +|----|-----| +|Name|`spider_direct_order_limit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_direct_order_limit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_direct_order_limit)| + +## spider_dry_access +|name|value| +|----|-----| +|Name|`spider_dry_access`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_dry_access](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_dry_access)| + +## spider_error_read_mode +|name|value| +|----|-----| +|Name|`spider_error_read_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_error_read_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_error_read_mode)| + +## spider_error_write_mode +|name|value| +|----|-----| +|Name|`spider_error_write_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_error_write_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_error_write_mode)| + +## spider_first_read +|name|value| +|----|-----| +|Name|`spider_first_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_first_read](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_first_read)| + +## spider_force_commit +|name|value| +|----|-----| +|Name|`spider_force_commit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_force_commit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_force_commit)| + +## spider_general_log +|name|value| +|----|-----| +|Name|`spider_general_log`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_general_log](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_general_log)| + +## spider_index_hint_pushdown +|name|value| +|----|-----| +|Name|`spider_index_hint_pushdown`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_index_hint_pushdown](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_index_hint_pushdown)| + +## spider_init_sql_alloc_size +|name|value| +|----|-----| +|Name|`spider_init_sql_alloc_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_init_sql_alloc_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_init_sql_alloc_size)| + +## spider_internal_limit +|name|value| +|----|-----| +|Name|`spider_internal_limit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_internal_limit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_internal_limit)| + +## spider_internal_offset +|name|value| +|----|-----| +|Name|`spider_internal_offset`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_internal_offset](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_internal_offset)| + +## spider_internal_optimize +|name|value| +|----|-----| +|Name|`spider_internal_optimize`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_internal_optimize](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_internal_optimize)| + +## spider_internal_optimize_local +|name|value| +|----|-----| +|Name|`spider_internal_optimize_local`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_internal_optimize_local](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_internal_optimize_local)| + +## spider_internal_sql_log_off +|name|value| +|----|-----| +|Name|`spider_internal_sql_log_off`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_internal_sql_log_off](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_internal_sql_log_off)| + +## spider_internal_unlock +|name|value| +|----|-----| +|Name|`spider_internal_unlock`| +|Type of variable|`boolean`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_internal_unlock](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_internal_unlock)| + +## spider_internal_xa +|name|value| +|----|-----| +|Name|`spider_internal_xa`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_internal_xa](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_internal_xa)| + +## spider_internal_xa_id_type +|name|value| +|----|-----| +|Name|`spider_internal_xa_id_type`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_internal_xa_id_type](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_internal_xa_id_type)| + +## spider_internal_xa_snapshot +|name|value| +|----|-----| +|Name|`spider_internal_xa_snapshot`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_internal_xa_snapshot](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_internal_xa_snapshot)| + +## spider_load_crd_at_startup +|name|value| +|----|-----| +|Name|`spider_load_crd_at_startup`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_load_crd_at_startup](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_load_crd_at_startup)| + +## spider_load_sts_at_startup +|name|value| +|----|-----| +|Name|`spider_load_sts_at_startup`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_load_sts_at_startup](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_load_sts_at_startup)| + +## spider_local_lock_table +|name|value| +|----|-----| +|Name|`spider_local_lock_table`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_local_lock_table](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_local_lock_table)| + +## spider_lock_exchange +|name|value| +|----|-----| +|Name|`spider_lock_exchange`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_lock_exchange](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_lock_exchange)| + +## spider_log_result_error_with_sql +|name|value| +|----|-----| +|Name|`spider_log_result_error_with_sql`| +|Type of variable|`integer`| +|Dynamic|`true`| +|Range|from: `0` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_log_result_error_with_sql](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_log_result_error_with_sql)| + +## spider_log_result_errors +|name|value| +|----|-----| +|Name|`spider_log_result_errors`| +|Type of variable|`integer`| +|Dynamic|`true`| +|Range|from: `0` to: `4`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_log_result_errors](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_log_result_errors)| + +## spider_low_mem_read +|name|value| +|----|-----| +|Name|`spider_low_mem_read`| +|Type of variable|`integer`| +|Default value|`-1`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_low_mem_read](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_low_mem_read)| + +## spider_max_connections +|name|value| +|----|-----| +|Name|`spider_max_connections`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `99999`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_max_connections](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_max_connections)| + +## spider_max_order +|name|value| +|----|-----| +|Name|`spider_max_order`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `32767`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_max_order](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_max_order)| + +## spider_multi_split_read +|name|value| +|----|-----| +|Name|`spider_multi_split_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_multi_split_read](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_multi_split_read)| + +## spider_net_read_timeout +|name|value| +|----|-----| +|Name|`spider_net_read_timeout`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_net_read_timeout](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_net_read_timeout)| + +## spider_net_write_timeout +|name|value| +|----|-----| +|Name|`spider_net_write_timeout`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_net_write_timeout](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_net_write_timeout)| + +## spider_ping_interval_at_trx_start +|name|value| +|----|-----| +|Name|`spider_ping_interval_at_trx_start`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_ping_interval_at_trx_start](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_ping_interval_at_trx_start)| + +## spider_quick_mode +|name|value| +|----|-----| +|Name|`spider_quick_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_quick_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_quick_mode)| + +## spider_quick_page_size +|name|value| +|----|-----| +|Name|`spider_quick_page_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_quick_page_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_quick_page_size)| + +## spider_read_only_mode +|name|value| +|----|-----| +|Name|`spider_read_only_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_read_only_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_read_only_mode)| + +## spider_remote_access_charset +|name|value| +|----|-----| +|Name|`spider_remote_access_charset`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_remote_access_charset](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_remote_access_charset)| + +## spider_remote_autocommit +|name|value| +|----|-----| +|Name|`spider_remote_autocommit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_remote_autocommit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_remote_autocommit)| + +## spider_remote_default_database +|name|value| +|----|-----| +|Name|`spider_remote_default_database`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_remote_default_database](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_remote_default_database)| + +## spider_remote_sql_log_off +|name|value| +|----|-----| +|Name|`spider_remote_sql_log_off`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_remote_sql_log_off](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_remote_sql_log_off)| + +## spider_remote_time_zone +|name|value| +|----|-----| +|Name|`spider_remote_time_zone`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_remote_time_zone](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_remote_time_zone)| + +## spider_remote_trx_isolation +|name|value| +|----|-----| +|Name|`spider_remote_trx_isolation`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_remote_trx_isolation](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_remote_trx_isolation)| + +## spider_reset_sql_alloc +|name|value| +|----|-----| +|Name|`spider_reset_sql_alloc`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_reset_sql_alloc](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_reset_sql_alloc)| + +## spider_same_server_link +|name|value| +|----|-----| +|Name|`spider_same_server_link`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_same_server_link](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_same_server_link)| + +## spider_second_read +|name|value| +|----|-----| +|Name|`spider_second_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_second_read](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_second_read)| + +## spider_select_column_mode +|name|value| +|----|-----| +|Name|`spider_select_column_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_select_column_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_select_column_mode)| + +## spider_selupd_lock_mode +|name|value| +|----|-----| +|Name|`spider_selupd_lock_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_selupd_lock_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_selupd_lock_mode)| + +## spider_semi_split_read +|name|value| +|----|-----| +|Name|`spider_semi_split_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_semi_split_read](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_semi_split_read)| + +## spider_semi_split_read_limit +|name|value| +|----|-----| +|Name|`spider_semi_split_read_limit`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_semi_split_read_limit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_semi_split_read_limit)| + +## spider_semi_table_lock +|name|value| +|----|-----| +|Name|`spider_semi_table_lock`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_semi_table_lock](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_semi_table_lock)| + +## spider_semi_table_lock_connection +|name|value| +|----|-----| +|Name|`spider_semi_table_lock_connection`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_semi_table_lock_connection](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_semi_table_lock_connection)| + +## spider_semi_trx +|name|value| +|----|-----| +|Name|`spider_semi_trx`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_semi_trx](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_semi_trx)| + +## spider_semi_trx_isolation +|name|value| +|----|-----| +|Name|`spider_semi_trx_isolation`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_semi_trx_isolation](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_semi_trx_isolation)| + +## spider_skip_default_condition +|name|value| +|----|-----| +|Name|`spider_skip_default_condition`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_skip_default_condition](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_skip_default_condition)| + +## spider_skip_parallel_search +|name|value| +|----|-----| +|Name|`spider_skip_parallel_search`| +|Command line|`--spider-skip-parallel-search=#`| +|Type of variable|`integer`| +|Scope|`session`| +|Dynamic|`true`| +|Range|from: `-1` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_skip_parallel_search](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_skip_parallel_search)| + +## spider_split_read +|name|value| +|----|-----| +|Name|`spider_split_read`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_split_read](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_split_read)| + +## spider_store_last_crd +|name|value| +|----|-----| +|Name|`spider_store_last_crd`| +|Command line|`--spider-store-last-crd=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_store_last_crd](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_store_last_crd)| + +## spider_store_last_sts +|name|value| +|----|-----| +|Name|`spider_store_last_sts`| +|Command line|`--spider-store-last-sts=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_store_last_sts](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_store_last_sts)| + +## spider_sts_bg_mode +|name|value| +|----|-----| +|Name|`spider_sts_bg_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_sts_bg_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_sts_bg_mode)| + +## spider_sts_interval +|name|value| +|----|-----| +|Name|`spider_sts_interval`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_sts_interval](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_sts_interval)| + +## spider_sts_mode +|name|value| +|----|-----| +|Name|`spider_sts_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_sts_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_sts_mode)| + +## spider_sts_sync +|name|value| +|----|-----| +|Name|`spider_sts_sync`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_sts_sync](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_sts_sync)| + +## spider_support_xa +|name|value| +|----|-----| +|Name|`spider_support_xa`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_support_xa](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_support_xa)| + +## spider_sync_autocommit +|name|value| +|----|-----| +|Name|`spider_sync_autocommit`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_sync_autocommit](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_sync_autocommit)| + +## spider_sync_time_zone +|name|value| +|----|-----| +|Name|`spider_sync_time_zone`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_sync_time_zone](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_sync_time_zone)| + +## spider_sync_trx_isolation +|name|value| +|----|-----| +|Name|`spider_sync_trx_isolation`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_sync_trx_isolation](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_sync_trx_isolation)| + +## spider_table_crd_thread_count +|name|value| +|----|-----| +|Name|`spider_table_crd_thread_count`| +|Command line|`--spider-table-crd-thread-count=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`false`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_table_crd_thread_count](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_table_crd_thread_count)| + +## spider_table_init_error_interval +|name|value| +|----|-----| +|Name|`spider_table_init_error_interval`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_table_init_error_interval](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_table_init_error_interval)| + +## spider_table_sts_thread_count +|name|value| +|----|-----| +|Name|`spider_table_sts_thread_count`| +|Command line|`--spider-table-sts-thread-count=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`false`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_table_sts_thread_count](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_table_sts_thread_count)| + +## spider_udf_ct_bulk_insert_interval +|name|value| +|----|-----| +|Name|`spider_udf_ct_bulk_insert_interval`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `-1` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_udf_ct_bulk_insert_interval](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_udf_ct_bulk_insert_interval)| + +## spider_udf_ct_bulk_insert_rows +|name|value| +|----|-----| +|Name|`spider_udf_ct_bulk_insert_rows`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `-1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_udf_ct_bulk_insert_rows](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_udf_ct_bulk_insert_rows)| + +## spider_udf_ds_bulk_insert_rows +|name|value| +|----|-----| +|Name|`spider_udf_ds_bulk_insert_rows`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `-1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_udf_ds_bulk_insert_rows](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_udf_ds_bulk_insert_rows)| + +## spider_udf_ds_table_loop_mode +|name|value| +|----|-----| +|Name|`spider_udf_ds_table_loop_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_udf_ds_table_loop_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_udf_ds_table_loop_mode)| + +## spider_udf_ds_use_real_table +|name|value| +|----|-----| +|Name|`spider_udf_ds_use_real_table`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_udf_ds_use_real_table](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_udf_ds_use_real_table)| + +## spider_udf_table_lock_mutex_count +|name|value| +|----|-----| +|Name|`spider_udf_table_lock_mutex_count`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`20`| +|Dynamic|`false`| +|Range|from: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_udf_table_lock_mutex_count](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_udf_table_lock_mutex_count)| + +## spider_udf_table_mon_mutex_count +|name|value| +|----|-----| +|Name|`spider_udf_table_mon_mutex_count`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`20`| +|Dynamic|`false`| +|Range|from: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_udf_table_mon_mutex_count](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_udf_table_mon_mutex_count)| + +## spider_use_all_conns_snapshot +|name|value| +|----|-----| +|Name|`spider_use_all_conns_snapshot`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_use_all_conns_snapshot](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_use_all_conns_snapshot)| + +## spider_use_consistent_snapshot +|name|value| +|----|-----| +|Name|`spider_use_consistent_snapshot`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_use_consistent_snapshot](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_use_consistent_snapshot)| + +## spider_use_default_database +|name|value| +|----|-----| +|Name|`spider_use_default_database`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_use_default_database](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_use_default_database)| + +## spider_use_flash_logs +|name|value| +|----|-----| +|Name|`spider_use_flash_logs`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_use_flash_logs](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_use_flash_logs)| + +## spider_use_handler +|name|value| +|----|-----| +|Name|`spider_use_handler`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_use_handler](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_use_handler)| + +## spider_use_pushdown_udf +|name|value| +|----|-----| +|Name|`spider_use_pushdown_udf`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_use_pushdown_udf](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_use_pushdown_udf)| + +## spider_use_snapshot_with_flush_tables +|name|value| +|----|-----| +|Name|`spider_use_snapshot_with_flush_tables`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_use_snapshot_with_flush_tables](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_use_snapshot_with_flush_tables)| + +## spider_use_table_charset +|name|value| +|----|-----| +|Name|`spider_use_table_charset`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `-1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_use_table_charset](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_use_table_charset)| + +## spider_version +|name|value| +|----|-----| +|Name|`spider_version`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_version](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_version)| + +## spider_xa_register_mode +|name|value| +|----|-----| +|Name|`spider_xa_register_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[spider_xa_register_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/#spider_xa_register_mode)| + +## Ssl_accept_renegotiates +|name|value| +|----|-----| +|Name|`Ssl_accept_renegotiates`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_accept_renegotiates](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_accept_renegotiates)| + +## Ssl_accepts +|name|value| +|----|-----| +|Name|`Ssl_accepts`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_accepts](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_accepts)| + +## Ssl_callback_cache_hits +|name|value| +|----|-----| +|Name|`Ssl_callback_cache_hits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_callback_cache_hits](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_callback_cache_hits)| + +## Ssl_cipher +|name|value| +|----|-----| +|Name|`Ssl_cipher`| +|Type of variable|`string`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_cipher](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_cipher)| + +## Ssl_cipher_list +|name|value| +|----|-----| +|Name|`Ssl_cipher_list`| +|Type of variable|`string`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_cipher_list](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_cipher_list)| + +## Ssl_client_connects +|name|value| +|----|-----| +|Name|`Ssl_client_connects`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_client_connects](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_client_connects)| + +## Ssl_connect_renegotiates +|name|value| +|----|-----| +|Name|`Ssl_connect_renegotiates`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_connect_renegotiates](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_connect_renegotiates)| + +## Ssl_ctx_verify_depth +|name|value| +|----|-----| +|Name|`Ssl_ctx_verify_depth`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_ctx_verify_depth](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_ctx_verify_depth)| + +## Ssl_ctx_verify_mode +|name|value| +|----|-----| +|Name|`Ssl_ctx_verify_mode`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_ctx_verify_mode](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_ctx_verify_mode)| + +## Ssl_default_timeout +|name|value| +|----|-----| +|Name|`Ssl_default_timeout`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_default_timeout](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_default_timeout)| + +## Ssl_finished_accepts +|name|value| +|----|-----| +|Name|`Ssl_finished_accepts`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_finished_accepts](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_finished_accepts)| + +## Ssl_finished_connects +|name|value| +|----|-----| +|Name|`Ssl_finished_connects`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_finished_connects](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_finished_connects)| + +## Ssl_server_not_after +|name|value| +|----|-----| +|Name|`Ssl_server_not_after`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_server_not_after](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_server_not_after)| + +## Ssl_server_not_before +|name|value| +|----|-----| +|Name|`Ssl_server_not_before`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_server_not_before](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_server_not_before)| + +## Ssl_session_cache_hits +|name|value| +|----|-----| +|Name|`Ssl_session_cache_hits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_session_cache_hits](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_session_cache_hits)| + +## Ssl_session_cache_misses +|name|value| +|----|-----| +|Name|`Ssl_session_cache_misses`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_session_cache_misses](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_session_cache_misses)| + +## Ssl_session_cache_mode +|name|value| +|----|-----| +|Name|`Ssl_session_cache_mode`| +|Type of variable|`string`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_session_cache_mode](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_session_cache_mode)| + +## Ssl_session_cache_overflows +|name|value| +|----|-----| +|Name|`Ssl_session_cache_overflows`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_session_cache_overflows](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_session_cache_overflows)| + +## Ssl_session_cache_size +|name|value| +|----|-----| +|Name|`Ssl_session_cache_size`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_session_cache_size](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_session_cache_size)| + +## Ssl_session_cache_timeouts +|name|value| +|----|-----| +|Name|`Ssl_session_cache_timeouts`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_session_cache_timeouts](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_session_cache_timeouts)| + +## Ssl_sessions_reused +|name|value| +|----|-----| +|Name|`Ssl_sessions_reused`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_sessions_reused](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_sessions_reused)| + +## Ssl_used_session_cache_entries +|name|value| +|----|-----| +|Name|`Ssl_used_session_cache_entries`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_used_session_cache_entries](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_used_session_cache_entries)| + +## Ssl_verify_depth +|name|value| +|----|-----| +|Name|`Ssl_verify_depth`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_verify_depth](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_verify_depth)| + +## Ssl_verify_mode +|name|value| +|----|-----| +|Name|`Ssl_verify_mode`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_verify_mode](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_verify_mode)| + +## Ssl_version +|name|value| +|----|-----| +|Name|`Ssl_version`| +|Type of variable|`string`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_version](https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/#ssl_version)| + +## have_openssl +|name|value| +|----|-----| +|Name|`have_openssl`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_openssl](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#have_openssl)| + +## have_ssl +|name|value| +|----|-----| +|Name|`have_ssl`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| +|Valid value(s)|`YES`, `DISABLED`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_ssl](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#have_ssl)| +|dev.mysql.com|[sysvar_have_ssl](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_have_ssl)| + +## ssl_ca +|name|value| +|----|-----| +|Name|`ssl_ca`| +|Command line|`--ssl-ca=file_name`| +|Type of variable|`file name`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_ca](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#ssl_ca)| +|dev.mysql.com|[sysvar_ssl_ca](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_ca)| + +## ssl_capath +|name|value| +|----|-----| +|Name|`ssl_capath`| +|Type of variable|`directory name`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_capath](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#ssl_capath)| +|dev.mysql.com|[sysvar_ssl_capath](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_capath)| + +## ssl_cert +|name|value| +|----|-----| +|Name|`ssl_cert`| +|Type of variable|`file name`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_cert](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#ssl_cert)| +|dev.mysql.com|[sysvar_ssl_cert](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_cert)| + +## ssl_cipher +|name|value| +|----|-----| +|Name|`ssl_cipher`| +|Command line|`--ssl-cipher=name`| +|Type of variable|`string`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_cipher](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#ssl_cipher)| +|dev.mysql.com|[sysvar_ssl_cipher](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_cipher)| + +## ssl_crl +|name|value| +|----|-----| +|Name|`ssl_crl`| +|Type of variable|`file name`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_crl](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#ssl_crl)| +|dev.mysql.com|[sysvar_ssl_crl](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_crl)| + +## ssl_crlpath +|name|value| +|----|-----| +|Name|`ssl_crlpath`| +|Type of variable|`directory name`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_crlpath](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#ssl_crlpath)| +|dev.mysql.com|[sysvar_ssl_crlpath](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_crlpath)| + +## ssl_key +|name|value| +|----|-----| +|Name|`ssl_key`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ssl_key](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#ssl_key)| +|dev.mysql.com|[sysvar_ssl_key](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_key)| + +## tls_version +|name|value| +|----|-----| +|Name|`tls_version`| +|Type of variable|`string`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tls_version](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#tls_version)| +|dev.mysql.com|[sysvar_tls_version](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_tls_version)| + +## version_ssl_library +|name|value| +|----|-----| +|Name|`version_ssl_library`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`None`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[version_ssl_library](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#version_ssl_library)| + +## extra_max_connections +|name|value| +|----|-----| +|Name|`extra_max_connections`| +|Command line|`--extra-max-connections=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1` to: `100000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[extra_max_connections](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#extra_max_connections)| + +## extra_port +|name|value| +|----|-----| +|Name|`extra_port`| +|Command line|`--extra-port=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[extra_port](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#extra_port)| + +## thread_handling +|name|value| +|----|-----| +|Name|`thread_handling`| +|Command line|`--thread-handling=name`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`one-thread-per-connection`| +|Dynamic|`false`| +|Valid value(s)|`no-threads`, `one-thread-per-connection`, `pool-of-threads`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_handling](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_handling)| +|dev.mysql.com|[sysvar_thread_handling](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_handling)| + +## thread_pool_dedicated_listener +|name|value| +|----|-----| +|Name|`thread_pool_dedicated_listener`| +|Command line|`thread-pool-dedicated-listener={0|1}`| +|Type of variable|`boolean`| +|Scope|``| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_pool_dedicated_listener](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_pool_dedicated_listener)| + +## thread_pool_exact_stats +|name|value| +|----|-----| +|Name|`thread_pool_exact_stats`| +|Command line|`thread-pool-exact-stats={0|1}`| +|Type of variable|`boolean`| +|Scope|``| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_pool_exact_stats](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_pool_exact_stats)| + +## thread_pool_idle_timeout +|name|value| +|----|-----| +|Name|`thread_pool_idle_timeout`| +|Command line|`thread-pool-idle-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`60`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_pool_idle_timeout](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_pool_idle_timeout)| + +## thread_pool_max_threads +|name|value| +|----|-----| +|Name|`thread_pool_max_threads`| +|Command line|`thread-pool-max-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`65536 (>= MariaDB 10.2.4), 1000 (<= MariaDB 10.2.3, >= MariaDB 10.1), 500 (<= MariaDB 10.0)`| +|Dynamic|`true`| +|Range|from: `1` to: `65536`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_pool_max_threads](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_pool_max_threads)| + +## thread_pool_min_threads +|name|value| +|----|-----| +|Name|`thread_pool_min_threads`| +|Command line|`thread-pool-min-threads=#`| +|Type of variable|`integer`| +|Default value|`1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_pool_min_threads](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_pool_min_threads)| + +## thread_pool_oversubscribe +|name|value| +|----|-----| +|Name|`thread_pool_oversubscribe`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`3`| +|Dynamic|`true`| +|Range|from: `1` to: `65536`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_pool_oversubscribe](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_pool_oversubscribe)| + +## thread_pool_prio_kickup_timer +|name|value| +|----|-----| +|Name|`thread_pool_prio_kickup_timer`| +|Type of variable|`integer`| +|Default value|`1000`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_pool_prio_kickup_timer](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_pool_prio_kickup_timer)| +|dev.mysql.com|[sysvar_thread_pool_prio_kickup_timer](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_prio_kickup_timer)| + +## thread_pool_priority +|name|value| +|----|-----| +|Name|`thread_pool_priority`| +|Command line|`--thread-pool-priority=#`| +|Scope|`global`, `connection`| +|Default value|`auto`| +|Valid value(s)|`high`, `low`, `auto`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_pool_priority](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_pool_priority)| + +## thread_pool_size +|name|value| +|----|-----| +|Name|`thread_pool_size`| +|Command line|`--thread-pool-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Range|from: `1` to: `128`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_pool_size](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_pool_size)| +|dev.mysql.com|[sysvar_thread_pool_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_size)| + +## thread_pool_stall_limit +|name|value| +|----|-----| +|Name|`thread_pool_stall_limit`| +|Command line|`--thread-pool-stall-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[thread_pool_stall_limit](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#thread_pool_stall_limit)| +|dev.mysql.com|[sysvar_thread_pool_stall_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_stall_limit)| + +## Threadpool_idle_threads +|name|value| +|----|-----| +|Name|`Threadpool_idle_threads`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[threadpool_idle_threads](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#threadpool_idle_threads)| + +## Threadpool_threads +|name|value| +|----|-----| +|Name|`Threadpool_threads`| +|Type of variable|`integer`| +|Scope|`global`, `session`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[threadpool_threads](https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/#threadpool_threads)| + +## Tokudb_basement_deserialization_fixed_key +|name|value| +|----|-----| +|Name|`Tokudb_basement_deserialization_fixed_key`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basement_deserialization_fixed_key](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basement_deserialization_fixed_key)| + +## Tokudb_basement_deserialization_variable_key +|name|value| +|----|-----| +|Name|`Tokudb_basement_deserialization_variable_key`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basement_deserialization_variable_key](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basement_deserialization_variable_key)| + +## Tokudb_basements_decompressed_for_write +|name|value| +|----|-----| +|Name|`Tokudb_basements_decompressed_for_write`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_decompressed_for_write](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_decompressed_for_write)| + +## Tokudb_basements_decompressed_prefetch +|name|value| +|----|-----| +|Name|`Tokudb_basements_decompressed_prefetch`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_decompressed_prefetch](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_decompressed_prefetch)| + +## Tokudb_basements_decompressed_prelocked_range +|name|value| +|----|-----| +|Name|`Tokudb_basements_decompressed_prelocked_range`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_decompressed_prelocked_range](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_decompressed_prelocked_range)| + +## Tokudb_basements_decompressed_target_query +|name|value| +|----|-----| +|Name|`Tokudb_basements_decompressed_target_query`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_decompressed_target_query](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_decompressed_target_query)| + +## Tokudb_basements_fetched_for_write +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_for_write`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_for_write](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_for_write)| + +## Tokudb_basements_fetched_for_write_bytes +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_for_write_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_for_write_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_for_write_bytes)| + +## Tokudb_basements_fetched_for_write_seconds +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_for_write_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_for_write_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_for_write_seconds)| + +## Tokudb_basements_fetched_prefetch +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_prefetch`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_prefetch](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_prefetch)| + +## Tokudb_basements_fetched_prefetch_bytes +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_prefetch_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_prefetch_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_prefetch_bytes)| + +## Tokudb_basements_fetched_prefetch_seconds +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_prefetch_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_prefetch_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_prefetch_seconds)| + +## Tokudb_basements_fetched_prelocked_range +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_prelocked_range`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_prelocked_range](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_prelocked_range)| + +## Tokudb_basements_fetched_prelocked_range_bytes +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_prelocked_range_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_prelocked_range_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_prelocked_range_bytes)| + +## Tokudb_basements_fetched_prelocked_range_seconds +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_prelocked_range_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_prelocked_range_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_prelocked_range_seconds)| + +## Tokudb_basements_fetched_target_query +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_target_query`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_target_query](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_target_query)| + +## Tokudb_basements_fetched_target_query_bytes +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_target_query_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_target_query_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_target_query_bytes)| + +## Tokudb_basements_fetched_target_query_seconds +|name|value| +|----|-----| +|Name|`Tokudb_basements_fetched_target_query_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_basements_fetched_target_query_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_basements_fetched_target_query_seconds)| + +## Tokudb_broadcase_messages_injected_at_root +|name|value| +|----|-----| +|Name|`Tokudb_broadcase_messages_injected_at_root`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_broadcase_messages_injected_at_root](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_broadcase_messages_injected_at_root)| + +## Tokudb_buffers_decompressed_for_write +|name|value| +|----|-----| +|Name|`Tokudb_buffers_decompressed_for_write`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_decompressed_for_write](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_decompressed_for_write)| + +## Tokudb_buffers_decompressed_prefetch +|name|value| +|----|-----| +|Name|`Tokudb_buffers_decompressed_prefetch`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_decompressed_prefetch](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_decompressed_prefetch)| + +## Tokudb_buffers_decompressed_prelocked_range +|name|value| +|----|-----| +|Name|`Tokudb_buffers_decompressed_prelocked_range`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_decompressed_prelocked_range](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_decompressed_prelocked_range)| + +## Tokudb_buffers_decompressed_target_query +|name|value| +|----|-----| +|Name|`Tokudb_buffers_decompressed_target_query`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_decompressed_target_query](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_decompressed_target_query)| + +## Tokudb_buffers_fetched_for_write +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_for_write`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_for_write](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_for_write)| + +## Tokudb_buffers_fetched_for_write_bytes +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_for_write_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_for_write_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_for_write_bytes)| + +## Tokudb_buffers_fetched_for_write_seconds +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_for_write_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_for_write_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_for_write_seconds)| + +## Tokudb_buffers_fetched_prefetch +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_prefetch`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_prefetch](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_prefetch)| + +## Tokudb_buffers_fetched_prefetch_bytes +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_prefetch_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_prefetch_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_prefetch_bytes)| + +## Tokudb_buffers_fetched_prefetch_seconds +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_prefetch_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_prefetch_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_prefetch_seconds)| + +## Tokudb_buffers_fetched_prelocked_range +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_prelocked_range`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_prelocked_range](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_prelocked_range)| + +## Tokudb_buffers_fetched_prelocked_range_bytes +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_prelocked_range_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_prelocked_range_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_prelocked_range_bytes)| + +## Tokudb_buffers_fetched_prelocked_range_seconds +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_prelocked_range_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_prelocked_range_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_prelocked_range_seconds)| + +## Tokudb_buffers_fetched_target_query +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_target_query`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_target_query](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_target_query)| + +## Tokudb_buffers_fetched_target_query_bytes +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_target_query_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_target_query_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_target_query_bytes)| + +## Tokudb_buffers_fetched_target_query_seconds +|name|value| +|----|-----| +|Name|`Tokudb_buffers_fetched_target_query_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_buffers_fetched_target_query_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_buffers_fetched_target_query_seconds)| + +## Tokudb_cachetable_cleaner_executions +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_cleaner_executions`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_cleaner_executions](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_cleaner_executions)| + +## Tokudb_cachetable_cleaner_iterations +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_cleaner_iterations`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_cleaner_iterations](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_cleaner_iterations)| + +## Tokudb_cachetable_cleaner_period +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_cleaner_period`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_cleaner_period](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_cleaner_period)| + +## Tokudb_cachetable_evictions +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_evictions`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_evictions](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_evictions)| + +## Tokudb_cachetable_long_wait_pressure_count +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_long_wait_pressure_count`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_long_wait_pressure_count](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_long_wait_pressure_count)| + +## Tokudb_cachetable_long_wait_pressure_time +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_long_wait_pressure_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_long_wait_pressure_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_long_wait_pressure_time)| + +## Tokudb_cachetable_miss +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_miss`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_miss](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_miss)| + +## Tokudb_cachetable_miss_time +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_miss_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_miss_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_miss_time)| + +## Tokudb_cachetable_prefetches +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_prefetches`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_prefetches](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_prefetches)| + +## Tokudb_cachetable_size_cachepressure +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_size_cachepressure`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_size_cachepressure](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_size_cachepressure)| + +## Tokudb_cachetable_size_cloned +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_size_cloned`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_size_cloned](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_size_cloned)| + +## Tokudb_cachetable_size_current +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_size_current`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_size_current](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_size_current)| + +## Tokudb_cachetable_size_leaf +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_size_leaf`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_size_leaf](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_size_leaf)| + +## Tokudb_cachetable_size_limit +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_size_limit`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_size_limit](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_size_limit)| + +## Tokudb_cachetable_size_nonleaf +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_size_nonleaf`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_size_nonleaf](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_size_nonleaf)| + +## Tokudb_cachetable_size_rollback +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_size_rollback`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_size_rollback](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_size_rollback)| + +## Tokudb_cachetable_size_writing +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_size_writing`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_size_writing](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_size_writing)| + +## Tokudb_cachetable_wait_pressure_count +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_wait_pressure_count`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_wait_pressure_count](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_wait_pressure_count)| + +## Tokudb_cachetable_wait_pressure_time +|name|value| +|----|-----| +|Name|`Tokudb_cachetable_wait_pressure_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cachetable_wait_pressure_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cachetable_wait_pressure_time)| + +## Tokudb_checkpoint_begin_time +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_begin_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_begin_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_begin_time)| + +## Tokudb_checkpoint_duration +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_duration`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_duration](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_duration)| + +## Tokudb_checkpoint_duration_last +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_duration_last`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_duration_last](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_duration_last)| + +## Tokudb_checkpoint_failed +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_failed`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_failed](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_failed)| + +## Tokudb_checkpoint_last_began +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_last_began`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_last_began](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_last_began)| + +## Tokudb_checkpoint_last_complete_began +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_last_complete_began`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_last_complete_began](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_last_complete_began)| + +## Tokudb_checkpoint_last_complete_ended +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_last_complete_ended`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_last_complete_ended](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_last_complete_ended)| + +## Tokudb_checkpoint_long_begin_count +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_long_begin_count`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_long_begin_count](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_long_begin_count)| + +## Tokudb_checkpoint_long_begin_time +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_long_begin_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_long_begin_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_long_begin_time)| + +## Tokudb_checkpoint_period +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_period`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_period](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_period)| + +## Tokudb_checkpoint_taken +|name|value| +|----|-----| +|Name|`Tokudb_checkpoint_taken`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_taken](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_checkpoint_taken)| + +## Tokudb_cursor_skip_deleted_leaf_entry +|name|value| +|----|-----| +|Name|`Tokudb_cursor_skip_deleted_leaf_entry`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cursor_skip_deleted_leaf_entry](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_cursor_skip_deleted_leaf_entry)| + +## Tokudb_db_closes +|name|value| +|----|-----| +|Name|`Tokudb_db_closes`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_db_closes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_db_closes)| + +## Tokudb_db_open_current +|name|value| +|----|-----| +|Name|`Tokudb_db_open_current`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_db_open_current](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_db_open_current)| + +## Tokudb_db_open_max +|name|value| +|----|-----| +|Name|`Tokudb_db_open_max`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_db_open_max](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_db_open_max)| + +## Tokudb_db_opens +|name|value| +|----|-----| +|Name|`Tokudb_db_opens`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_db_opens](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_db_opens)| + +## Tokudb_descriptor_set +|name|value| +|----|-----| +|Name|`Tokudb_descriptor_set`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_descriptor_set](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_descriptor_set)| + +## Tokudb_dictionary_broadcast_updates +|name|value| +|----|-----| +|Name|`Tokudb_dictionary_broadcast_updates`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_dictionary_broadcast_updates](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_dictionary_broadcast_updates)| + +## Tokudb_dictionary_updates +|name|value| +|----|-----| +|Name|`Tokudb_dictionary_updates`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_dictionary_updates](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_dictionary_updates)| + +## Tokudb_filesystem_fsync_num +|name|value| +|----|-----| +|Name|`Tokudb_filesystem_fsync_num`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_filesystem_fsync_num](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_filesystem_fsync_num)| + +## Tokudb_filesystem_fsync_time +|name|value| +|----|-----| +|Name|`Tokudb_filesystem_fsync_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_filesystem_fsync_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_filesystem_fsync_time)| + +## Tokudb_filesystem_long_fsync_num +|name|value| +|----|-----| +|Name|`Tokudb_filesystem_long_fsync_num`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_filesystem_long_fsync_num](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_filesystem_long_fsync_num)| + +## Tokudb_filesystem_long_fsync_time +|name|value| +|----|-----| +|Name|`Tokudb_filesystem_long_fsync_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_filesystem_long_fsync_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_filesystem_long_fsync_time)| + +## Tokudb_filesystem_threads_blocked_by_full_disk +|name|value| +|----|-----| +|Name|`Tokudb_filesystem_threads_blocked_by_full_disk`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_filesystem_threads_blocked_by_full_disk](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_filesystem_threads_blocked_by_full_disk)| + +## Tokudb_leaf_compression_to_memory_seconds +|name|value| +|----|-----| +|Name|`Tokudb_leaf_compression_to_memory_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_compression_to_memory_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_compression_to_memory_seconds)| + +## Tokudb_leaf_decompression_to_memory_seconds +|name|value| +|----|-----| +|Name|`Tokudb_leaf_decompression_to_memory_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_decompression_to_memory_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_decompression_to_memory_seconds)| + +## Tokudb_leaf_deserialization_to_memory_seconds +|name|value| +|----|-----| +|Name|`Tokudb_leaf_deserialization_to_memory_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_deserialization_to_memory_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_deserialization_to_memory_seconds)| + +## Tokudb_leaf_node_compression_ratio +|name|value| +|----|-----| +|Name|`Tokudb_leaf_node_compression_ratio`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_node_compression_ratio](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_node_compression_ratio)| + +## Tokudb_leaf_node_full_evictions +|name|value| +|----|-----| +|Name|`Tokudb_leaf_node_full_evictions`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_node_full_evictions](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_node_full_evictions)| + +## Tokudb_leaf_node_full_evictions_bytes +|name|value| +|----|-----| +|Name|`Tokudb_leaf_node_full_evictions_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_node_full_evictions_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_node_full_evictions_bytes)| + +## Tokudb_leaf_node_partial_evictions +|name|value| +|----|-----| +|Name|`Tokudb_leaf_node_partial_evictions`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_node_partial_evictions](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_node_partial_evictions)| + +## Tokudb_leaf_node_partial_evictions_bytes +|name|value| +|----|-----| +|Name|`Tokudb_leaf_node_partial_evictions_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_node_partial_evictions_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_node_partial_evictions_bytes)| + +## Tokudb_leaf_nodes_created +|name|value| +|----|-----| +|Name|`Tokudb_leaf_nodes_created`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_nodes_created](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_nodes_created)| + +## Tokudb_leaf_nodes_destroyed +|name|value| +|----|-----| +|Name|`Tokudb_leaf_nodes_destroyed`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_nodes_destroyed](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_nodes_destroyed)| + +## Tokudb_leaf_nodes_flushed_checkpoint +|name|value| +|----|-----| +|Name|`Tokudb_leaf_nodes_flushed_checkpoint`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_nodes_flushed_checkpoint](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_nodes_flushed_checkpoint)| + +## Tokudb_leaf_nodes_flushed_checkpoint_bytes +|name|value| +|----|-----| +|Name|`Tokudb_leaf_nodes_flushed_checkpoint_bytes`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_nodes_flushed_checkpoint_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_nodes_flushed_checkpoint_bytes)| + +## Tokudb_leaf_nodes_flushed_checkpoint_seconds +|name|value| +|----|-----| +|Name|`Tokudb_leaf_nodes_flushed_checkpoint_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_nodes_flushed_checkpoint_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_nodes_flushed_checkpoint_seconds)| + +## Tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes +|name|value| +|----|-----| +|Name|`Tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes)| + +## Tokudb_leaf_nodes_flushed_not_checkpoint +|name|value| +|----|-----| +|Name|`Tokudb_leaf_nodes_flushed_not_checkpoint`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_nodes_flushed_not_checkpoint](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_nodes_flushed_not_checkpoint)| + +## Tokudb_leaf_nodes_flushed_not_checkpoint_bytes +|name|value| +|----|-----| +|Name|`Tokudb_leaf_nodes_flushed_not_checkpoint_bytes`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_nodes_flushed_not_checkpoint_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_nodes_flushed_not_checkpoint_bytes)| + +## Tokudb_leaf_nodes_flushed_not_checkpoint_seconds +|name|value| +|----|-----| +|Name|`Tokudb_leaf_nodes_flushed_not_checkpoint_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_nodes_flushed_not_checkpoint_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_nodes_flushed_not_checkpoint_seconds)| + +## Tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes +|name|value| +|----|-----| +|Name|`Tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes)| + +## Tokudb_leaf_serialization_to_memory_seconds +|name|value| +|----|-----| +|Name|`Tokudb_leaf_serialization_to_memory_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_leaf_serialization_to_memory_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_leaf_serialization_to_memory_seconds)| + +## Tokudb_loader_num_created +|name|value| +|----|-----| +|Name|`Tokudb_loader_num_created`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_loader_num_created](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_loader_num_created)| + +## Tokudb_loader_num_current +|name|value| +|----|-----| +|Name|`Tokudb_loader_num_current`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_loader_num_current](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_loader_num_current)| + +## Tokudb_loader_num_max +|name|value| +|----|-----| +|Name|`Tokudb_loader_num_max`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_loader_num_max](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_loader_num_max)| + +## Tokudb_locktree_escalation_num +|name|value| +|----|-----| +|Name|`Tokudb_locktree_escalation_num`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_escalation_num](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_escalation_num)| + +## Tokudb_locktree_escalation_seconds +|name|value| +|----|-----| +|Name|`Tokudb_locktree_escalation_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_escalation_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_escalation_seconds)| + +## Tokudb_locktree_latest_post_escalation_memory_size +|name|value| +|----|-----| +|Name|`Tokudb_locktree_latest_post_escalation_memory_size`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_latest_post_escalation_memory_size](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_latest_post_escalation_memory_size)| + +## Tokudb_locktree_long_wait_count +|name|value| +|----|-----| +|Name|`Tokudb_locktree_long_wait_count`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_long_wait_count](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_long_wait_count)| + +## Tokudb_locktree_long_wait_escalation_count +|name|value| +|----|-----| +|Name|`Tokudb_locktree_long_wait_escalation_count`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_long_wait_escalation_count](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_long_wait_escalation_count)| + +## Tokudb_locktree_long_wait_escalation_time +|name|value| +|----|-----| +|Name|`Tokudb_locktree_long_wait_escalation_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_long_wait_escalation_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_long_wait_escalation_time)| + +## Tokudb_locktree_long_wait_time +|name|value| +|----|-----| +|Name|`Tokudb_locktree_long_wait_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_long_wait_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_long_wait_time)| + +## Tokudb_locktree_memory_size +|name|value| +|----|-----| +|Name|`Tokudb_locktree_memory_size`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_memory_size](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_memory_size)| + +## Tokudb_locktree_memory_size_limit +|name|value| +|----|-----| +|Name|`Tokudb_locktree_memory_size_limit`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_memory_size_limit](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_memory_size_limit)| + +## Tokudb_locktree_open_current +|name|value| +|----|-----| +|Name|`Tokudb_locktree_open_current`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_open_current](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_open_current)| + +## Tokudb_locktree_pending_lock_requests +|name|value| +|----|-----| +|Name|`Tokudb_locktree_pending_lock_requests`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_pending_lock_requests](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_pending_lock_requests)| + +## Tokudb_locktree_sto_eligible_num +|name|value| +|----|-----| +|Name|`Tokudb_locktree_sto_eligible_num`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_sto_eligible_num](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_sto_eligible_num)| + +## Tokudb_locktree_sto_ended_num +|name|value| +|----|-----| +|Name|`Tokudb_locktree_sto_ended_num`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_sto_ended_num](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_sto_ended_num)| + +## Tokudb_locktree_sto_ended_seconds +|name|value| +|----|-----| +|Name|`Tokudb_locktree_sto_ended_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_sto_ended_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_sto_ended_seconds)| + +## Tokudb_locktree_timeout_count +|name|value| +|----|-----| +|Name|`Tokudb_locktree_timeout_count`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_timeout_count](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_timeout_count)| + +## Tokudb_locktree_wait_count +|name|value| +|----|-----| +|Name|`Tokudb_locktree_wait_count`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_wait_count](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_wait_count)| + +## Tokudb_locktree_wait_escalation_count +|name|value| +|----|-----| +|Name|`Tokudb_locktree_wait_escalation_count`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_wait_escalation_count](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_wait_escalation_count)| + +## Tokudb_locktree_wait_escalation_time +|name|value| +|----|-----| +|Name|`Tokudb_locktree_wait_escalation_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_wait_escalation_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_wait_escalation_time)| + +## Tokudb_locktree_wait_time +|name|value| +|----|-----| +|Name|`Tokudb_locktree_wait_time`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_locktree_wait_time](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_locktree_wait_time)| + +## Tokudb_logger_wait_long +|name|value| +|----|-----| +|Name|`Tokudb_logger_wait_long`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_logger_wait_long](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_logger_wait_long)| + +## Tokudb_logger_writes +|name|value| +|----|-----| +|Name|`Tokudb_logger_writes`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_logger_writes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_logger_writes)| + +## Tokudb_logger_writes_bytes +|name|value| +|----|-----| +|Name|`Tokudb_logger_writes_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_logger_writes_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_logger_writes_bytes)| + +## Tokudb_logger_writes_seconds +|name|value| +|----|-----| +|Name|`Tokudb_logger_writes_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_logger_writes_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_logger_writes_seconds)| + +## Tokudb_logger_writes_uncompressed_bytes +|name|value| +|----|-----| +|Name|`Tokudb_logger_writes_uncompressed_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_logger_writes_uncompressed_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_logger_writes_uncompressed_bytes)| + +## Tokudb_mem_estimated_maximum_memory_footprint +|name|value| +|----|-----| +|Name|`Tokudb_mem_estimated_maximum_memory_footprint`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_mem_estimated_maximum_memory_footprint](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_mem_estimated_maximum_memory_footprint)| + +## Tokudb_messages_flushed_from_h1_to_leaves_bytes +|name|value| +|----|-----| +|Name|`Tokudb_messages_flushed_from_h1_to_leaves_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_messages_flushed_from_h1_to_leaves_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_messages_flushed_from_h1_to_leaves_bytes)| + +## Tokudb_messages_ignored_by_leaf_due_to_msn +|name|value| +|----|-----| +|Name|`Tokudb_messages_ignored_by_leaf_due_to_msn`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_messages_ignored_by_leaf_due_to_msn](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_messages_ignored_by_leaf_due_to_msn)| + +## Tokudb_messages_in_trees_estimate_bytes +|name|value| +|----|-----| +|Name|`Tokudb_messages_in_trees_estimate_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_messages_in_trees_estimate_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_messages_in_trees_estimate_bytes)| + +## Tokudb_messages_injected_at_root +|name|value| +|----|-----| +|Name|`Tokudb_messages_injected_at_root`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_messages_injected_at_root](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_messages_injected_at_root)| + +## Tokudb_messages_injected_at_root_bytes +|name|value| +|----|-----| +|Name|`Tokudb_messages_injected_at_root_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_messages_injected_at_root_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_messages_injected_at_root_bytes)| + +## Tokudb_nonleaf_compression_to_memory_seconds +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_compression_to_memory_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_compression_to_memory_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_compression_to_memory_seconds)| + +## Tokudb_nonleaf_decompression_to_memory_seconds +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_decompression_to_memory_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_decompression_to_memory_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_decompression_to_memory_seconds)| + +## Tokudb_nonleaf_deserialization_to_memory_seconds +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_deserialization_to_memory_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_deserialization_to_memory_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_deserialization_to_memory_seconds)| + +## Tokudb_nonleaf_node_compression_ratio +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_node_compression_ratio`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_node_compression_ratio](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_node_compression_ratio)| + +## Tokudb_nonleaf_node_full_evictions +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_node_full_evictions`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_node_full_evictions](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_node_full_evictions)| + +## Tokudb_nonleaf_node_full_evictions_bytes +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_node_full_evictions_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_node_full_evictions_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_node_full_evictions_bytes)| + +## Tokudb_nonleaf_node_partial_evictions +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_node_partial_evictions`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_node_partial_evictions](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_node_partial_evictions)| + +## Tokudb_nonleaf_node_partial_evictions_bytes +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_node_partial_evictions_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_node_partial_evictions_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_node_partial_evictions_bytes)| + +## Tokudb_nonleaf_nodes_created +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_nodes_created`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_nodes_created](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_nodes_created)| + +## Tokudb_nonleaf_nodes_destroyed +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_nodes_destroyed`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_nodes_destroyed](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_nodes_destroyed)| + +## Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_nodes_flushed_to_disk_checkpoint](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_nodes_flushed_to_disk_checkpoint)| + +## Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes)| + +## Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds)| + +## Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes)| + +## Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint)| + +## Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes)| + +## Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds)| + +## Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes)| + +## Tokudb_nonleaf_serialization_to_memory_seconds +|name|value| +|----|-----| +|Name|`Tokudb_nonleaf_serialization_to_memory_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_nonleaf_serialization_to_memory_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_nonleaf_serialization_to_memory_seconds)| + +## Tokudb_overall_node_compression_ratio +|name|value| +|----|-----| +|Name|`Tokudb_overall_node_compression_ratio`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_overall_node_compression_ratio](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_overall_node_compression_ratio)| + +## Tokudb_pivots_fetched_for_query +|name|value| +|----|-----| +|Name|`Tokudb_pivots_fetched_for_query`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_pivots_fetched_for_query](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_pivots_fetched_for_query)| + +## Tokudb_pivots_fetched_for_query_bytes +|name|value| +|----|-----| +|Name|`Tokudb_pivots_fetched_for_query_bytes`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_pivots_fetched_for_query_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_pivots_fetched_for_query_bytes)| + +## Tokudb_pivots_fetched_for_query_seconds +|name|value| +|----|-----| +|Name|`Tokudb_pivots_fetched_for_query_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_pivots_fetched_for_query_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_pivots_fetched_for_query_seconds)| + +## Tokudb_pivots_fetched_for_prefetch +|name|value| +|----|-----| +|Name|`Tokudb_pivots_fetched_for_prefetch`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_pivots_fetched_for_prefetch](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_pivots_fetched_for_prefetch)| + +## Tokudb_pivots_fetched_for_prefetch_bytes +|name|value| +|----|-----| +|Name|`Tokudb_pivots_fetched_for_prefetch_bytes`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_pivots_fetched_for_prefetch_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_pivots_fetched_for_prefetch_bytes)| + +## Tokudb_pivots_fetched_for_prefetch_seconds +|name|value| +|----|-----| +|Name|`Tokudb_pivots_fetched_for_prefetch_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_pivots_fetched_for_prefetch_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_pivots_fetched_for_prefetch_seconds)| + +## Tokudb_pivots_fetched_for_write +|name|value| +|----|-----| +|Name|`Tokudb_pivots_fetched_for_write`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_pivots_fetched_for_write](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_pivots_fetched_for_write)| + +## Tokudb_pivots_fetched_for_write_bytes +|name|value| +|----|-----| +|Name|`Tokudb_pivots_fetched_for_write_bytes`| +|Type of variable|`byte`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_pivots_fetched_for_write_bytes](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_pivots_fetched_for_write_bytes)| + +## Tokudb_pivots_fetched_for_write_seconds +|name|value| +|----|-----| +|Name|`Tokudb_pivots_fetched_for_write_seconds`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_pivots_fetched_for_write_seconds](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_pivots_fetched_for_write_seconds)| + +## Tokudb_promotion_h1_roots_injected_into +|name|value| +|----|-----| +|Name|`Tokudb_promotion_h1_roots_injected_into`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_h1_roots_injected_into](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_h1_roots_injected_into)| + +## Tokudb_promotion_injections_at_depth_0 +|name|value| +|----|-----| +|Name|`Tokudb_promotion_injections_at_depth_0`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_injections_at_depth_0](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_injections_at_depth_0)| + +## Tokudb_promotion_injections_at_depth_1 +|name|value| +|----|-----| +|Name|`Tokudb_promotion_injections_at_depth_1`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_injections_at_depth_1](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_injections_at_depth_1)| + +## Tokudb_promotion_injections_at_depth_2 +|name|value| +|----|-----| +|Name|`Tokudb_promotion_injections_at_depth_2`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_injections_at_depth_2](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_injections_at_depth_2)| + +## Tokudb_promotion_injections_at_depth_3 +|name|value| +|----|-----| +|Name|`Tokudb_promotion_injections_at_depth_3`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_injections_at_depth_3](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_injections_at_depth_3)| + +## Tokudb_promotion_injections_lower_than_depth_3 +|name|value| +|----|-----| +|Name|`Tokudb_promotion_injections_lower_than_depth_3`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_injections_lower_than_depth_3](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_injections_lower_than_depth_3)| + +## Tokudb_promotion_leaf_roots_injected_into +|name|value| +|----|-----| +|Name|`Tokudb_promotion_leaf_roots_injected_into`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_leaf_roots_injected_into](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_leaf_roots_injected_into)| + +## Tokudb_promotion_roots_split +|name|value| +|----|-----| +|Name|`Tokudb_promotion_roots_split`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_roots_split](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_roots_split)| + +## Tokudb_promotion_stopped_after_locking_child +|name|value| +|----|-----| +|Name|`Tokudb_promotion_stopped_after_locking_child`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_stopped_after_locking_child](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_stopped_after_locking_child)| + +## Tokudb_promotion_stopped_at_height_1 +|name|value| +|----|-----| +|Name|`Tokudb_promotion_stopped_at_height_1`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_stopped_at_height_1](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_stopped_at_height_1)| + +## Tokudb_promotion_stopped_child_locked_or_not_in_memory +|name|value| +|----|-----| +|Name|`Tokudb_promotion_stopped_child_locked_or_not_in_memory`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_stopped_child_locked_or_not_in_memory](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_stopped_child_locked_or_not_in_memory)| + +## Tokudb_promotion_stopped_child_not_fully_in_memory +|name|value| +|----|-----| +|Name|`Tokudb_promotion_stopped_child_not_fully_in_memory`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_stopped_child_not_fully_in_memory](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_stopped_child_not_fully_in_memory)| + +## Tokudb_promotion_stopped_nonempty_buffer +|name|value| +|----|-----| +|Name|`Tokudb_promotion_stopped_nonempty_buffer`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_promotion_stopped_nonempty_buffer](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_promotion_stopped_nonempty_buffer)| + +## Tokudb_txn_aborts +|name|value| +|----|-----| +|Name|`Tokudb_txn_aborts`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_txn_aborts](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_txn_aborts)| + +## Tokudb_txn_begin +|name|value| +|----|-----| +|Name|`Tokudb_txn_begin`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_txn_begin](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_txn_begin)| + +## Tokudb_txn_begin_read_only +|name|value| +|----|-----| +|Name|`Tokudb_txn_begin_read_only`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_txn_begin_read_only](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_txn_begin_read_only)| + +## Tokudb_txn_commits +|name|value| +|----|-----| +|Name|`Tokudb_txn_commits`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_txn_commits](https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/#tokudb_txn_commits)| + +## tokudb_alter_print_error +|name|value| +|----|-----| +|Name|`tokudb_alter_print_error`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_alter_print_error](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_alter_print_error)| + +## tokudb_analyze_time +|name|value| +|----|-----| +|Name|`tokudb_analyze_time`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`5`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_analyze_time](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_analyze_time)| + +## tokudb_block_size +|name|value| +|----|-----| +|Name|`tokudb_block_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`4194304 (4MB)`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_block_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_block_size)| + +## tokudb_bulk_fetch +|name|value| +|----|-----| +|Name|`tokudb_bulk_fetch`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_bulk_fetch](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_bulk_fetch)| + +## tokudb_cache_size +|name|value| +|----|-----| +|Name|`tokudb_cache_size`| +|Type of variable|`integer`| +|Default value|`Half of the total system memory`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cache_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_cache_size)| + +## tokudb_check_jemalloc +|name|value| +|----|-----| +|Name|`tokudb_check_jemalloc`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Valid value(s)|`0`, `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_check_jemalloc](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_check_jemalloc)| + +## tokudb_checkpoint_lock +|name|value| +|----|-----| +|Name|`tokudb_checkpoint_lock`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_lock](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_checkpoint_lock)| + +## tokudb_checkpoint_on_flush_logs +|name|value| +|----|-----| +|Name|`tokudb_checkpoint_on_flush_logs`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpoint_on_flush_logs](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_checkpoint_on_flush_logs)| + +## tokudb_checkpointing_period +|name|value| +|----|-----| +|Name|`tokudb_checkpointing_period`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`60`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_checkpointing_period](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_checkpointing_period)| + +## tokudb_cleaner_iterations +|name|value| +|----|-----| +|Name|`tokudb_cleaner_iterations`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`5`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cleaner_iterations](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_cleaner_iterations)| + +## tokudb_cleaner_period +|name|value| +|----|-----| +|Name|`tokudb_cleaner_period`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_cleaner_period](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_cleaner_period)| + +## tokudb_commit_sync +|name|value| +|----|-----| +|Name|`tokudb_commit_sync`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_commit_sync](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_commit_sync)| + +## tokudb_create_index_online +|name|value| +|----|-----| +|Name|`tokudb_create_index_online`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_create_index_online](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_create_index_online)| + +## tokudb_data_dir +|name|value| +|----|-----| +|Name|`tokudb_data_dir`| +|Type of variable|`string`| +|Default value|`Empty (the MariaDB datadir is used)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_data_dir](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_data_dir)| + +## tokudb_debug +|name|value| +|----|-----| +|Name|`tokudb_debug`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_debug](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_debug)| + +## tokudb_directio +|name|value| +|----|-----| +|Name|`tokudb_directio`| +|Type of variable|`boolean`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_directio](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_directio)| + +## tokudb_disable_hot_alter +|name|value| +|----|-----| +|Name|`tokudb_disable_hot_alter`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_disable_hot_alter](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_disable_hot_alter)| + +## tokudb_disable_prefetching +|name|value| +|----|-----| +|Name|`tokudb_disable_prefetching`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_disable_prefetching](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_disable_prefetching)| + +## tokudb_disable_slow_alter +|name|value| +|----|-----| +|Name|`tokudb_disable_slow_alter`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_disable_slow_alter](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_disable_slow_alter)| + +## tokudb_empty_scan +|name|value| +|----|-----| +|Name|`tokudb_empty_scan`| +|Scope|`global`, `session`| +|Default value|`rl`| +|Dynamic|`true`| +|Valid value(s)|`lr`, `rl`, `disabled`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_empty_scan](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_empty_scan)| + +## tokudb_fs_reserve_percent +|name|value| +|----|-----| +|Name|`tokudb_fs_reserve_percent`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`5`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_fs_reserve_percent](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_fs_reserve_percent)| + +## tokudb_fsync_log_period +|name|value| +|----|-----| +|Name|`tokudb_fsync_log_period`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_fsync_log_period](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_fsync_log_period)| + +## tokudb_hide_default_row_format +|name|value| +|----|-----| +|Name|`tokudb_hide_default_row_format`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_hide_default_row_format](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_hide_default_row_format)| + +## tokudb_killed_time +|name|value| +|----|-----| +|Name|`tokudb_killed_time`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`4000`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_killed_time](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_killed_time)| + +## tokudb_last_lock_timeout +|name|value| +|----|-----| +|Name|`tokudb_last_lock_timeout`| +|Scope|`global`, `session`| +|Default value|`Empty`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_last_lock_timeout](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_last_lock_timeout)| + +## tokudb_load_save_space +|name|value| +|----|-----| +|Name|`tokudb_load_save_space`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_load_save_space](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_load_save_space)| + +## tokudb_loader_memory_size +|name|value| +|----|-----| +|Name|`tokudb_loader_memory_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`100000000 (100M)`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_loader_memory_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_loader_memory_size)| + +## tokudb_lock_timeout +|name|value| +|----|-----| +|Name|`tokudb_lock_timeout`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`4000 (4 seconds)`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_lock_timeout](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_lock_timeout)| + +## tokudb_lock_timeout_debug +|name|value| +|----|-----| +|Name|`tokudb_lock_timeout_debug`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_lock_timeout_debug](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_lock_timeout_debug)| + +## tokudb_log_dir +|name|value| +|----|-----| +|Name|`tokudb_log_dir`| +|Type of variable|`string`| +|Default value|`Empty (the MariaDB datadir is used)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_log_dir](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_log_dir)| + +## tokudb_max_lock_memory +|name|value| +|----|-----| +|Name|`tokudb_max_lock_memory`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`130653952`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_max_lock_memory](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_max_lock_memory)| + +## tokudb_optimize_index_fraction +|name|value| +|----|-----| +|Name|`tokudb_optimize_index_fraction`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1.000000`| +|Dynamic|`true`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_optimize_index_fraction](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_optimize_index_fraction)| + +## tokudb_optimize_index_name +|name|value| +|----|-----| +|Name|`tokudb_optimize_index_name`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`None`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_optimize_index_name](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_optimize_index_name)| + +## tokudb_optimize_throttle +|name|value| +|----|-----| +|Name|`tokudb_optimize_throttle`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_optimize_throttle](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_optimize_throttle)| + +## tokudb_pk_insert_mode +|name|value| +|----|-----| +|Name|`tokudb_pk_insert_mode`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Valid value(s)|`0`, `1`, `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_pk_insert_mode](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_pk_insert_mode)| + +## tokudb_prelock_empty +|name|value| +|----|-----| +|Name|`tokudb_prelock_empty`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_prelock_empty](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_prelock_empty)| + +## tokudb_read_block_size +|name|value| +|----|-----| +|Name|`tokudb_read_block_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`65536 (64KB)`| +|Dynamic|`true`| +|Range|from: `4096` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_read_block_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_read_block_size)| + +## tokudb_read_buf_size +|name|value| +|----|-----| +|Name|`tokudb_read_buf_size`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`131072 (128KB)`| +|Dynamic|`true`| +|Range|from: `0` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_read_buf_size](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_read_buf_size)| + +## tokudb_read_status_frequency +|name|value| +|----|-----| +|Name|`tokudb_read_status_frequency`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10000`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_read_status_frequency](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_read_status_frequency)| + +## tokudb_row_format +|name|value| +|----|-----| +|Name|`tokudb_row_format`| +|Scope|`global`, `session`| +|Default value|`tokudb_zlib`| +|Dynamic|`true`| +|Valid value(s)|`tokudb_default`, `tokudb_fast`, `tokudb_small`, `tokudb_zlib`, `tokudb_quicklz`, `tokudb_lzma`, `tokudb_uncompressed`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_row_format](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_row_format)| + +## tokudb_rpl_check_readonly +|name|value| +|----|-----| +|Name|`tokudb_rpl_check_readonly`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_rpl_check_readonly](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_rpl_check_readonly)| + +## tokudb_rpl_lookup_rows +|name|value| +|----|-----| +|Name|`tokudb_rpl_lookup_rows`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_rpl_lookup_rows](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_rpl_lookup_rows)| + +## tokudb_rpl_lookup_rows_delay +|name|value| +|----|-----| +|Name|`tokudb_rpl_lookup_rows_delay`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_rpl_lookup_rows_delay](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_rpl_lookup_rows_delay)| + +## tokudb_rpl_unique_checks +|name|value| +|----|-----| +|Name|`tokudb_rpl_unique_checks`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_rpl_unique_checks](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_rpl_unique_checks)| + +## tokudb_rpl_unique_checks_delay +|name|value| +|----|-----| +|Name|`tokudb_rpl_unique_checks_delay`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_rpl_unique_checks_delay](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_rpl_unique_checks_delay)| + +## tokudb_support_xa +|name|value| +|----|-----| +|Name|`tokudb_support_xa`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_support_xa](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_support_xa)| + +## tokudb_tmp_dir +|name|value| +|----|-----| +|Name|`tokudb_tmp_dir`| +|Type of variable|`directory name`| +|Default value|`Empty (the MariaDB datadir is used)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_tmp_dir](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_tmp_dir)| + +## tokudb_version +|name|value| +|----|-----| +|Name|`tokudb_version`| +|Type of variable|`string`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_version](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_version)| + +## tokudb_write_status_frequency +|name|value| +|----|-----| +|Name|`tokudb_write_status_frequency`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1000`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[tokudb_write_status_frequency](https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/#tokudb_write_status_frequency)| + +## system_versioning_alter_history +|name|value| +|----|-----| +|Name|`system_versioning_alter_history`| +|Command line|`--system-versioning-alter-history=value`| +|Scope|`global`, `session`| +|Default value|`ERROR`| +|Dynamic|`true`| +|Valid value(s)|`ERROR`, `KEEP`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[system_versioning_alter_history](https://mariadb.com/kb/en/library/documentation/system-versioned-tables/#system_versioning_alter_history)| + +## system_versioning_asof +|name|value| +|----|-----| +|Name|`system_versioning_asof`| +|Scope|`global`, `session`| +|Default value|`DEFAULT`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[system_versioning_asof](https://mariadb.com/kb/en/library/documentation/system-versioned-tables/#system_versioning_asof)| + +## system_versioning_innodb_algorithm_simple +|name|value| +|----|-----| +|Name|`system_versioning_innodb_algorithm_simple`| +|Command line|`--system-versioning-innodb-algorithm-simple[={0|1}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[system_versioning_innodb_algorithm_simple](https://mariadb.com/kb/en/library/documentation/system-versioned-tables/#system_versioning_innodb_algorithm_simple)| + +## Innodb_adaptive_hash_cells +|name|value| +|----|-----| +|Name|`Innodb_adaptive_hash_cells`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_hash_cells](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_adaptive_hash_cells)| + +## Innodb_adaptive_hash_hash_searches +|name|value| +|----|-----| +|Name|`Innodb_adaptive_hash_hash_searches`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_hash_hash_searches](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_adaptive_hash_hash_searches)| + +## Innodb_adaptive_hash_heap_buffers +|name|value| +|----|-----| +|Name|`Innodb_adaptive_hash_heap_buffers`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_hash_heap_buffers](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_adaptive_hash_heap_buffers)| + +## Innodb_adaptive_hash_non_hash_searches +|name|value| +|----|-----| +|Name|`Innodb_adaptive_hash_non_hash_searches`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_hash_non_hash_searches](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_adaptive_hash_non_hash_searches)| + +## Innodb_available_undo_logs +|name|value| +|----|-----| +|Name|`Innodb_available_undo_logs`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_available_undo_logs](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_available_undo_logs)| + +## Innodb_background_log_sync +|name|value| +|----|-----| +|Name|`Innodb_background_log_sync`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_background_log_sync](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_background_log_sync)| + +## Innodb_buffer_pool_bytes_data +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_bytes_data`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_bytes_data](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_bytes_data)| + +## Innodb_buffer_pool_bytes_dirty +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_bytes_dirty`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_bytes_dirty](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_bytes_dirty)| + +## Innodb_buffer_pool_dump_status +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_dump_status`| +|Type of variable|`string`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_dump_status](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_dump_status)| + +## Innodb_buffer_pool_load_incomplete +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_load_incomplete`| +|Type of variable|`boolean`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_load_incomplete](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_load_incomplete)| + +## Innodb_buffer_pool_load_status +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_load_status`| +|Type of variable|`string`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_load_status](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_load_status)| + +## Innodb_buffer_pool_pages_data +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_pages_data`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_pages_data](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_pages_data)| + +## Innodb_buffer_pool_pages_dirty +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_pages_dirty`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_pages_dirty](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_pages_dirty)| + +## Innodb_buffer_pool_pages_flushed +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_pages_flushed`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_pages_flushed](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_pages_flushed)| + +## Innodb_buffer_pool_pages_LRU_flushed +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_pages_LRU_flushed`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_pages_lru_flushed](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_pages_lru_flushed)| + +## Innodb_buffer_pool_pages_free +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_pages_free`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_pages_free](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_pages_free)| + +## Innodb_buffer_pool_pages_made_not_young +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_pages_made_not_young`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_pages_made_not_young](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_pages_made_not_young)| + +## Innodb_buffer_pool_pages_made_young +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_pages_made_young`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_pages_made_young](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_pages_made_young)| + +## Innodb_buffer_pool_pages_misc +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_pages_misc`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_pages_misc](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_pages_misc)| + +## Innodb_buffer_pool_pages_old +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_pages_old`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_pages_old](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_pages_old)| + +## Innodb_buffer_pool_pages_total +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_pages_total`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_pages_total](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_pages_total)| + +## Innodb_buffer_pool_read_ahead +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_read_ahead`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_read_ahead](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_read_ahead)| + +## Innodb_buffer_pool_read_ahead_evicted +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_read_ahead_evicted`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_read_ahead_evicted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_read_ahead_evicted)| + +## Innodb_buffer_pool_read_ahead_rnd +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_read_ahead_rnd`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_read_ahead_rnd](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_read_ahead_rnd)| + +## Innodb_buffer_pool_read_requests +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_read_requests`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_read_requests](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_read_requests)| + +## Innodb_buffer_pool_reads +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_reads`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_reads](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_reads)| + +## Innodb_buffer_pool_resize_status +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_resize_status`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_resize_status](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_resize_status)| + +## Innodb_buffer_pool_wait_free +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_wait_free`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_wait_free](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_wait_free)| + +## Innodb_buffer_pool_write_requests +|name|value| +|----|-----| +|Name|`Innodb_buffer_pool_write_requests`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_write_requests](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_buffer_pool_write_requests)| + +## Innodb_checkpoint_age +|name|value| +|----|-----| +|Name|`Innodb_checkpoint_age`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_checkpoint_age](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_checkpoint_age)| + +## Innodb_checkpoint_max_age +|name|value| +|----|-----| +|Name|`Innodb_checkpoint_max_age`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_checkpoint_max_age](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_checkpoint_max_age)| + +## Innodb_checkpoint_target_age +|name|value| +|----|-----| +|Name|`Innodb_checkpoint_target_age`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_checkpoint_target_age](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_checkpoint_target_age)| + +## Innodb_current_row_locks +|name|value| +|----|-----| +|Name|`Innodb_current_row_locks`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_current_row_locks](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_current_row_locks)| + +## Innodb_data_fsyncs +|name|value| +|----|-----| +|Name|`Innodb_data_fsyncs`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_data_fsyncs](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_data_fsyncs)| + +## Innodb_data_pending_fsyncs +|name|value| +|----|-----| +|Name|`Innodb_data_pending_fsyncs`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_data_pending_fsyncs](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_data_pending_fsyncs)| + +## Innodb_data_pending_reads +|name|value| +|----|-----| +|Name|`Innodb_data_pending_reads`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_data_pending_reads](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_data_pending_reads)| + +## Innodb_data_pending_writes +|name|value| +|----|-----| +|Name|`Innodb_data_pending_writes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_data_pending_writes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_data_pending_writes)| + +## Innodb_data_read +|name|value| +|----|-----| +|Name|`Innodb_data_read`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_data_read](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_data_read)| + +## Innodb_data_reads +|name|value| +|----|-----| +|Name|`Innodb_data_reads`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_data_reads](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_data_reads)| + +## Innodb_data_writes +|name|value| +|----|-----| +|Name|`Innodb_data_writes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_data_writes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_data_writes)| + +## Innodb_data_written +|name|value| +|----|-----| +|Name|`Innodb_data_written`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_data_written](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_data_written)| + +## Innodb_dblwr_pages_written +|name|value| +|----|-----| +|Name|`Innodb_dblwr_pages_written`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_dblwr_pages_written](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_dblwr_pages_written)| + +## Innodb_dblwr_writes +|name|value| +|----|-----| +|Name|`Innodb_dblwr_writes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_dblwr_writes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_dblwr_writes)| + +## Innodb_deadlocks +|name|value| +|----|-----| +|Name|`Innodb_deadlocks`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_deadlocks](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_deadlocks)| + +## Innodb_defragment_compression_failures +|name|value| +|----|-----| +|Name|`Innodb_defragment_compression_failures`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_defragment_compression_failures](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_defragment_compression_failures)| + +## Innodb_defragment_count +|name|value| +|----|-----| +|Name|`Innodb_defragment_count`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_defragment_count](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_defragment_count)| + +## Innodb_defragment_failures +|name|value| +|----|-----| +|Name|`Innodb_defragment_failures`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_defragment_failures](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_defragment_failures)| + +## Innodb_dict_tables +|name|value| +|----|-----| +|Name|`Innodb_dict_tables`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_dict_tables](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_dict_tables)| + +## Innodb_encryption_n_merge_blocks_decrypted +|name|value| +|----|-----| +|Name|`Innodb_encryption_n_merge_blocks_decrypted`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_n_merge_blocks_decrypted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_encryption_n_merge_blocks_decrypted)| + +## Innodb_encryption_n_merge_blocks_encrypted +|name|value| +|----|-----| +|Name|`Innodb_encryption_n_merge_blocks_encrypted`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_n_merge_blocks_encrypted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_encryption_n_merge_blocks_encrypted)| + +## Innodb_encryption_n_rowlog_blocks_decrypted +|name|value| +|----|-----| +|Name|`Innodb_encryption_n_rowlog_blocks_decrypted`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_n_rowlog_blocks_decrypted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_encryption_n_rowlog_blocks_decrypted)| + +## Innodb_encryption_n_rowlog_blocks_encrypted +|name|value| +|----|-----| +|Name|`Innodb_encryption_n_rowlog_blocks_encrypted`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_n_rowlog_blocks_encrypted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_encryption_n_rowlog_blocks_encrypted)| + +## Innodb_encryption_num_key_requests +|name|value| +|----|-----| +|Name|`Innodb_encryption_num_key_requests`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_num_key_requests](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_encryption_num_key_requests)| + +## Innodb_encryption_rotation_estimated_iops +|name|value| +|----|-----| +|Name|`Innodb_encryption_rotation_estimated_iops`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_rotation_estimated_iops](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_encryption_rotation_estimated_iops)| + +## Innodb_encryption_rotation_pages_flushed +|name|value| +|----|-----| +|Name|`Innodb_encryption_rotation_pages_flushed`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_rotation_pages_flushed](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_encryption_rotation_pages_flushed)| + +## Innodb_encryption_rotation_pages_modified +|name|value| +|----|-----| +|Name|`Innodb_encryption_rotation_pages_modified`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_rotation_pages_modified](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_encryption_rotation_pages_modified)| + +## Innodb_encryption_rotation_pages_read_from_cache +|name|value| +|----|-----| +|Name|`Innodb_encryption_rotation_pages_read_from_cache`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_rotation_pages_read_from_cache](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_encryption_rotation_pages_read_from_cache)| + +## Innodb_encryption_rotation_pages_read_from_disk +|name|value| +|----|-----| +|Name|`Innodb_encryption_rotation_pages_read_from_disk`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_rotation_pages_read_from_disk](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_encryption_rotation_pages_read_from_disk)| + +## Innodb_have_atomic_builtins +|name|value| +|----|-----| +|Name|`Innodb_have_atomic_builtins`| +|Type of variable|`boolean`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_have_atomic_builtins](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_have_atomic_builtins)| + +## Innodb_have_bzip2 +|name|value| +|----|-----| +|Name|`Innodb_have_bzip2`| +|Type of variable|`boolean`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_have_bzip2](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_have_bzip2)| + +## Innodb_have_lz4 +|name|value| +|----|-----| +|Name|`Innodb_have_lz4`| +|Type of variable|`boolean`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_have_lz4](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_have_lz4)| + +## Innodb_have_lzma +|name|value| +|----|-----| +|Name|`Innodb_have_lzma`| +|Type of variable|`boolean`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_have_lzma](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_have_lzma)| + +## Innodb_have_lzo +|name|value| +|----|-----| +|Name|`Innodb_have_lzo`| +|Type of variable|`boolean`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_have_lzo](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_have_lzo)| + +## Innodb_have_punch_hole +|name|value| +|----|-----| +|Name|`Innodb_have_punch_hole`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_have_punch_hole](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_have_punch_hole)| + +## Innodb_have_snappy +|name|value| +|----|-----| +|Name|`Innodb_have_snappy`| +|Type of variable|`boolean`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_have_snappy](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_have_snappy)| + +## Innodb_history_list_length +|name|value| +|----|-----| +|Name|`Innodb_history_list_length`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_history_list_length](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_history_list_length)| + +## Innodb_ibuf_discarded_delete_marks +|name|value| +|----|-----| +|Name|`Innodb_ibuf_discarded_delete_marks`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_discarded_delete_marks](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_ibuf_discarded_delete_marks)| + +## Innodb_ibuf_discarded_deletes +|name|value| +|----|-----| +|Name|`Innodb_ibuf_discarded_deletes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_discarded_deletes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_ibuf_discarded_deletes)| + +## Innodb_ibuf_discarded_inserts +|name|value| +|----|-----| +|Name|`Innodb_ibuf_discarded_inserts`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_discarded_inserts](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_ibuf_discarded_inserts)| + +## Innodb_ibuf_free_list +|name|value| +|----|-----| +|Name|`Innodb_ibuf_free_list`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_free_list](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_ibuf_free_list)| + +## Innodb_ibuf_merged_delete_marks +|name|value| +|----|-----| +|Name|`Innodb_ibuf_merged_delete_marks`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_merged_delete_marks](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_ibuf_merged_delete_marks)| + +## Innodb_ibuf_merged_deletes +|name|value| +|----|-----| +|Name|`Innodb_ibuf_merged_deletes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_merged_deletes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_ibuf_merged_deletes)| + +## Innodb_ibuf_merged_inserts +|name|value| +|----|-----| +|Name|`Innodb_ibuf_merged_inserts`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_merged_inserts](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_ibuf_merged_inserts)| + +## Innodb_ibuf_merges +|name|value| +|----|-----| +|Name|`Innodb_ibuf_merges`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_merges](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_ibuf_merges)| + +## Innodb_ibuf_segment_size +|name|value| +|----|-----| +|Name|`Innodb_ibuf_segment_size`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_segment_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_ibuf_segment_size)| + +## Innodb_ibuf_size +|name|value| +|----|-----| +|Name|`Innodb_ibuf_size`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_ibuf_size)| + +## Innodb_instant_alter_column +|name|value| +|----|-----| +|Name|`Innodb_instant_alter_column`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_instant_alter_column](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_instant_alter_column)| + +## Innodb_log_waits +|name|value| +|----|-----| +|Name|`Innodb_log_waits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_log_waits)| + +## Innodb_log_write_requests +|name|value| +|----|-----| +|Name|`Innodb_log_write_requests`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_write_requests](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_log_write_requests)| + +## Innodb_log_writes +|name|value| +|----|-----| +|Name|`Innodb_log_writes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_writes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_log_writes)| + +## Innodb_lsn_current +|name|value| +|----|-----| +|Name|`Innodb_lsn_current`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_lsn_current](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_lsn_current)| + +## Innodb_lsn_flushed +|name|value| +|----|-----| +|Name|`Innodb_lsn_flushed`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_lsn_flushed](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_lsn_flushed)| + +## Innodb_lsn_last_checkpoint +|name|value| +|----|-----| +|Name|`Innodb_lsn_last_checkpoint`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_lsn_last_checkpoint](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_lsn_last_checkpoint)| + +## Innodb_master_thread_1_second_loops +|name|value| +|----|-----| +|Name|`Innodb_master_thread_1_second_loops`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_master_thread_1_second_loops](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_master_thread_1_second_loops)| + +## Innodb_master_thread_10_second_loops +|name|value| +|----|-----| +|Name|`Innodb_master_thread_10_second_loops`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_master_thread_10_second_loops](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_master_thread_10_second_loops)| + +## Innodb_master_thread_active_loops +|name|value| +|----|-----| +|Name|`Innodb_master_thread_active_loops`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_master_thread_active_loops](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_master_thread_active_loops)| + +## Innodb_master_thread_background_loops +|name|value| +|----|-----| +|Name|`Innodb_master_thread_background_loops`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_master_thread_background_loops](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_master_thread_background_loops)| + +## Innodb_master_thread_idle_loops +|name|value| +|----|-----| +|Name|`Innodb_master_thread_idle_loops`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_master_thread_idle_loops](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_master_thread_idle_loops)| + +## Innodb_master_thread_main_flush_loops +|name|value| +|----|-----| +|Name|`Innodb_master_thread_main_flush_loops`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_master_thread_main_flush_loops](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_master_thread_main_flush_loops)| + +## Innodb_master_thread_sleeps +|name|value| +|----|-----| +|Name|`Innodb_master_thread_sleeps`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_master_thread_sleeps](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_master_thread_sleeps)| + +## Innodb_max_trx_id +|name|value| +|----|-----| +|Name|`Innodb_max_trx_id`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_max_trx_id](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_max_trx_id)| + +## Innodb_mem_adaptive_hash +|name|value| +|----|-----| +|Name|`Innodb_mem_adaptive_hash`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_mem_adaptive_hash](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_mem_adaptive_hash)| + +## Innodb_mem_dictionary +|name|value| +|----|-----| +|Name|`Innodb_mem_dictionary`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_mem_dictionary](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_mem_dictionary)| + +## Innodb_mem_total +|name|value| +|----|-----| +|Name|`Innodb_mem_total`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_mem_total](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_mem_total)| + +## Innodb_mutex_os_waits +|name|value| +|----|-----| +|Name|`Innodb_mutex_os_waits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_mutex_os_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_mutex_os_waits)| + +## Innodb_mutex_spin_rounds +|name|value| +|----|-----| +|Name|`Innodb_mutex_spin_rounds`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_mutex_spin_rounds](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_mutex_spin_rounds)| + +## Innodb_mutex_spin_waits +|name|value| +|----|-----| +|Name|`Innodb_mutex_spin_waits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_mutex_spin_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_mutex_spin_waits)| + +## Innodb_num_index_pages_written +|name|value| +|----|-----| +|Name|`Innodb_num_index_pages_written`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_index_pages_written](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_index_pages_written)| + +## Innodb_num_non_index_pages_written +|name|value| +|----|-----| +|Name|`Innodb_num_non_index_pages_written`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_non_index_pages_written](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_non_index_pages_written)| + +## Innodb_num_open_files +|name|value| +|----|-----| +|Name|`Innodb_num_open_files`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_open_files](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_open_files)| + +## Innodb_num_page_compressed_trim_op +|name|value| +|----|-----| +|Name|`Innodb_num_page_compressed_trim_op`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_page_compressed_trim_op](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_page_compressed_trim_op)| + +## Innodb_num_page_compressed_trim_op_saved +|name|value| +|----|-----| +|Name|`Innodb_num_page_compressed_trim_op_saved`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_page_compressed_trim_op_saved](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_page_compressed_trim_op_saved)| + +## Innodb_num_pages_decrypted +|name|value| +|----|-----| +|Name|`Innodb_num_pages_decrypted`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_pages_decrypted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_pages_decrypted)| + +## Innodb_num_pages_encrypted +|name|value| +|----|-----| +|Name|`Innodb_num_pages_encrypted`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_pages_encrypted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_pages_encrypted)| + +## Innodb_num_pages_page_compressed +|name|value| +|----|-----| +|Name|`Innodb_num_pages_page_compressed`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_pages_page_compressed](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_pages_page_compressed)| + +## Innodb_num_pages_page_compression_error +|name|value| +|----|-----| +|Name|`Innodb_num_pages_page_compression_error`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_pages_page_compression_error](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_pages_page_compression_error)| + +## Innodb_num_pages_page_decompressed +|name|value| +|----|-----| +|Name|`Innodb_num_pages_page_decompressed`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_pages_page_decompressed](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_pages_page_decompressed)| + +## Innodb_num_pages_page_encryption_error +|name|value| +|----|-----| +|Name|`Innodb_num_pages_page_encryption_error`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_num_pages_page_encryption_error](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_num_pages_page_encryption_error)| + +## Innodb_oldest_view_low_limit_trx_id +|name|value| +|----|-----| +|Name|`Innodb_oldest_view_low_limit_trx_id`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_oldest_view_low_limit_trx_id](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_oldest_view_low_limit_trx_id)| + +## Innodb_onlineddl_pct_progress +|name|value| +|----|-----| +|Name|`Innodb_onlineddl_pct_progress`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_onlineddl_pct_progress](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_onlineddl_pct_progress)| + +## Innodb_onlineddl_rowlog_pct_used +|name|value| +|----|-----| +|Name|`Innodb_onlineddl_rowlog_pct_used`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_onlineddl_rowlog_pct_used](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_onlineddl_rowlog_pct_used)| + +## Innodb_onlineddl_rowlog_rows +|name|value| +|----|-----| +|Name|`Innodb_onlineddl_rowlog_rows`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_onlineddl_rowlog_rows](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_onlineddl_rowlog_rows)| + +## Innodb_os_log_fsyncs +|name|value| +|----|-----| +|Name|`Innodb_os_log_fsyncs`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_os_log_fsyncs](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_os_log_fsyncs)| + +## Innodb_os_log_pending_fsyncs +|name|value| +|----|-----| +|Name|`Innodb_os_log_pending_fsyncs`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_os_log_pending_fsyncs](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_os_log_pending_fsyncs)| + +## Innodb_os_log_pending_writes +|name|value| +|----|-----| +|Name|`Innodb_os_log_pending_writes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_os_log_pending_writes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_os_log_pending_writes)| + +## Innodb_os_log_written +|name|value| +|----|-----| +|Name|`Innodb_os_log_written`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_os_log_written](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_os_log_written)| + +## Innodb_page_compression_saved +|name|value| +|----|-----| +|Name|`Innodb_page_compression_saved`| +|Type of variable|`byte`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_compression_saved](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_page_compression_saved)| + +## Innodb_page_compression_trim_sect512 +|name|value| +|----|-----| +|Name|`Innodb_page_compression_trim_sect512`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_compression_trim_sect512](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_page_compression_trim_sect512)| + +## Innodb_page_compression_trim_sect1024 +|name|value| +|----|-----| +|Name|`Innodb_page_compression_trim_sect1024`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_compression_trim_sect1024](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_page_compression_trim_sect1024)| + +## Innodb_page_compression_trim_sect2048 +|name|value| +|----|-----| +|Name|`Innodb_page_compression_trim_sect2048`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_compression_trim_sect2048](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_page_compression_trim_sect2048)| + +## Innodb_page_compression_trim_sect4096 +|name|value| +|----|-----| +|Name|`Innodb_page_compression_trim_sect4096`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_compression_trim_sect4096](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_page_compression_trim_sect4096)| + +## Innodb_page_compression_trim_sect8192 +|name|value| +|----|-----| +|Name|`Innodb_page_compression_trim_sect8192`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_compression_trim_sect8192](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_page_compression_trim_sect8192)| + +## Innodb_page_compression_trim_sect16384 +|name|value| +|----|-----| +|Name|`Innodb_page_compression_trim_sect16384`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_compression_trim_sect16384](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_page_compression_trim_sect16384)| + +## Innodb_page_compression_trim_sect32768 +|name|value| +|----|-----| +|Name|`Innodb_page_compression_trim_sect32768`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_compression_trim_sect32768](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_page_compression_trim_sect32768)| + +## Innodb_page_size +|name|value| +|----|-----| +|Name|`Innodb_page_size`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_page_size)| + +## Innodb_pages_created +|name|value| +|----|-----| +|Name|`Innodb_pages_created`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_pages_created](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_pages_created)| + +## Innodb_pages_read +|name|value| +|----|-----| +|Name|`Innodb_pages_read`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_pages_read](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_pages_read)| + +## Innodb_pages0_read +|name|value| +|----|-----| +|Name|`Innodb_pages0_read`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_pages0_read](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_pages0_read)| + +## Innodb_pages_written +|name|value| +|----|-----| +|Name|`Innodb_pages_written`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_pages_written](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_pages_written)| + +## Innodb_purge_trx_id +|name|value| +|----|-----| +|Name|`Innodb_purge_trx_id`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_purge_trx_id](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_purge_trx_id)| + +## Innodb_purge_undo_no +|name|value| +|----|-----| +|Name|`Innodb_purge_undo_no`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_purge_undo_no](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_purge_undo_no)| + +## Innodb_read_views_memory +|name|value| +|----|-----| +|Name|`Innodb_read_views_memory`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_read_views_memory](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_read_views_memory)| + +## Innodb_row_lock_current_waits +|name|value| +|----|-----| +|Name|`Innodb_row_lock_current_waits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_row_lock_current_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_row_lock_current_waits)| + +## Innodb_row_lock_numbers +|name|value| +|----|-----| +|Name|`Innodb_row_lock_numbers`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_row_lock_numbers](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_row_lock_numbers)| + +## Innodb_row_lock_time +|name|value| +|----|-----| +|Name|`Innodb_row_lock_time`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_row_lock_time](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_row_lock_time)| + +## Innodb_row_lock_time_avg +|name|value| +|----|-----| +|Name|`Innodb_row_lock_time_avg`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_row_lock_time_avg](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_row_lock_time_avg)| + +## Innodb_row_lock_time_max +|name|value| +|----|-----| +|Name|`Innodb_row_lock_time_max`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_row_lock_time_max](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_row_lock_time_max)| + +## Innodb_row_lock_time_waits +|name|value| +|----|-----| +|Name|`Innodb_row_lock_time_waits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_row_lock_time_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_row_lock_time_waits)| + +## Innodb_rows_deleted +|name|value| +|----|-----| +|Name|`Innodb_rows_deleted`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_rows_deleted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_rows_deleted)| + +## Innodb_rows_inserted +|name|value| +|----|-----| +|Name|`Innodb_rows_inserted`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_rows_inserted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_rows_inserted)| + +## Innodb_rows_read +|name|value| +|----|-----| +|Name|`Innodb_rows_read`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_rows_read](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_rows_read)| + +## Innodb_rows_updated +|name|value| +|----|-----| +|Name|`Innodb_rows_updated`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_rows_updated](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_rows_updated)| + +## Innodb_s_lock_os_waits +|name|value| +|----|-----| +|Name|`Innodb_s_lock_os_waits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_s_lock_os_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_s_lock_os_waits)| + +## Innodb_s_lock_spin_rounds +|name|value| +|----|-----| +|Name|`Innodb_s_lock_spin_rounds`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_s_lock_spin_rounds](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_s_lock_spin_rounds)| + +## Innodb_s_lock_spin_waits +|name|value| +|----|-----| +|Name|`Innodb_s_lock_spin_waits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_s_lock_spin_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_s_lock_spin_waits)| + +## Innodb_scrub_background_page_reorganizations +|name|value| +|----|-----| +|Name|`Innodb_scrub_background_page_reorganizations`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_scrub_background_page_reorganizations](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_scrub_background_page_reorganizations)| + +## Innodb_scrub_background_page_split_failures_missing_index +|name|value| +|----|-----| +|Name|`Innodb_scrub_background_page_split_failures_missing_index`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_scrub_background_page_split_failures_missing_index](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_scrub_background_page_split_failures_missing_index)| + +## Innodb_scrub_background_page_split_failures_out_of_filespace +|name|value| +|----|-----| +|Name|`Innodb_scrub_background_page_split_failures_out_of_filespace`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_scrub_background_page_split_failures_out_of_filespace](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_scrub_background_page_split_failures_out_of_filespace)| + +## Innodb_scrub_background_page_split_failures_underflow +|name|value| +|----|-----| +|Name|`Innodb_scrub_background_page_split_failures_underflow`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_scrub_background_page_split_failures_underflow](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_scrub_background_page_split_failures_underflow)| + +## Innodb_scrub_background_page_split_failures_unknown +|name|value| +|----|-----| +|Name|`Innodb_scrub_background_page_split_failures_unknown`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_scrub_background_page_split_failures_unknown](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_scrub_background_page_split_failures_unknown)| + +## Innodb_scrub_background_page_splits +|name|value| +|----|-----| +|Name|`Innodb_scrub_background_page_splits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_scrub_background_page_splits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_scrub_background_page_splits)| + +## Innodb_scrub_log +|name|value| +|----|-----| +|Name|`Innodb_scrub_log`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_scrub_log](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_scrub_log)| + +## Innodb_secondary_index_triggered_cluster_reads +|name|value| +|----|-----| +|Name|`Innodb_secondary_index_triggered_cluster_reads`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_secondary_index_triggered_cluster_reads](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_secondary_index_triggered_cluster_reads)| + +## Innodb_secondary_index_triggered_cluster_reads_avoided +|name|value| +|----|-----| +|Name|`Innodb_secondary_index_triggered_cluster_reads_avoided`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_secondary_index_triggered_cluster_reads_avoided](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_secondary_index_triggered_cluster_reads_avoided)| + +## Innodb_system_rows_deleted +|name|value| +|----|-----| +|Name|`Innodb_system_rows_deleted`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_system_rows_deleted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_system_rows_deleted)| + +## Innodb_system_rows_inserted +|name|value| +|----|-----| +|Name|`Innodb_system_rows_inserted`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_system_rows_inserted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_system_rows_inserted)| + +## Innodb_system_rows_read +|name|value| +|----|-----| +|Name|`Innodb_system_rows_read`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_system_rows_read](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_system_rows_read)| + +## Innodb_system_rows_updated +|name|value| +|----|-----| +|Name|`Innodb_system_rows_updated`| +|Type of variable|`integer`| +|Scope|``| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_system_rows_updated](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_system_rows_updated)| + +## Innodb_truncated_status_writes +|name|value| +|----|-----| +|Name|`Innodb_truncated_status_writes`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_truncated_status_writes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_truncated_status_writes)| + +## Innodb_undo_truncations +|name|value| +|----|-----| +|Name|`Innodb_undo_truncations`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_undo_truncations](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_undo_truncations)| + +## Innodb_x_lock_os_waits +|name|value| +|----|-----| +|Name|`Innodb_x_lock_os_waits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_x_lock_os_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_x_lock_os_waits)| + +## Innodb_x_lock_spin_rounds +|name|value| +|----|-----| +|Name|`Innodb_x_lock_spin_rounds`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_x_lock_spin_rounds](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_x_lock_spin_rounds)| + +## Innodb_x_lock_spin_waits +|name|value| +|----|-----| +|Name|`Innodb_x_lock_spin_waits`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_x_lock_spin_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_x_lock_spin_waits)| + +## have_innodb +|name|value| +|----|-----| +|Name|`have_innodb`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[have_innodb](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#have_innodb)| + +## ignore_builtin_innodb +|name|value| +|----|-----| +|Name|`ignore_builtin_innodb`| +|Command line|`--ignore-builtin-innodb[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[ignore_builtin_innodb](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#ignore_builtin_innodb)| +|dev.mysql.com|[sysvar_ignore_builtin_innodb](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_ignore_builtin_innodb)| + +## innodb_adaptive_checkpoint +|name|value| +|----|-----| +|Name|`innodb_adaptive_checkpoint`| +|Command line|`--innodb-adaptive-checkpoint=#`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`estimate`| +|Dynamic|`true`| +|Valid value(s)|`none`, `0`, `reflex`, `1`, `estimate`, `2`, `keep_average`, `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_checkpoint](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_adaptive_checkpoint)| + +## innodb_adaptive_flushing +|name|value| +|----|-----| +|Name|`innodb_adaptive_flushing`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_flushing](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_adaptive_flushing)| +|dev.mysql.com|[sysvar_innodb_adaptive_flushing](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_adaptive_flushing)| + +## innodb_adaptive_flushing_lwm +|name|value| +|----|-----| +|Name|`innodb_adaptive_flushing_lwm`| +|Command line|`--innodb-adaptive-flushing-lwm=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`true`| +|Range|from: `0` to: `70`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_flushing_lwm](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_adaptive_flushing_lwm)| +|dev.mysql.com|[sysvar_innodb_adaptive_flushing_lwm](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_adaptive_flushing_lwm)| + +## innodb_adaptive_flushing_method +|name|value| +|----|-----| +|Name|`innodb_adaptive_flushing_method`| +|Command line|`innodb-adaptive-flushing-method=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`estimate`| +|Dynamic|`true`| +|Valid value(s)|`native`, `0`, `estimate`, `1`, `keep_average`, `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_flushing_method](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_adaptive_flushing_method)| + +## innodb_adaptive_hash_index +|name|value| +|----|-----| +|Name|`innodb_adaptive_hash_index`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_hash_index](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_adaptive_hash_index)| +|dev.mysql.com|[sysvar_innodb_adaptive_hash_index](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_adaptive_hash_index)| + +## innodb_adaptive_hash_index_partitions +|name|value| +|----|-----| +|Name|`innodb_adaptive_hash_index_partitions`| +|Command line|`innodb-adaptive-hash-index-partitions=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| +|Range|from: `1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_hash_index_partitions](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_adaptive_hash_index_partitions)| + +## innodb_adaptive_hash_index_parts +|name|value| +|----|-----| +|Name|`innodb_adaptive_hash_index_parts`| +|Command line|`--innodb-adaptive-hash-index-parts=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8`| +|Dynamic|`false`| +|Range|from: `1` to: `512`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_hash_index_parts](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_adaptive_hash_index_parts)| +|dev.mysql.com|[sysvar_innodb_adaptive_hash_index_parts](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_adaptive_hash_index_parts)| + +## innodb_adaptive_max_sleep_delay +|name|value| +|----|-----| +|Name|`innodb_adaptive_max_sleep_delay`| +|Command line|`--innodb-adaptive-max-sleep-delay=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`150000`| +|Dynamic|`true`| +|Range|from: `0` to: `1000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_adaptive_max_sleep_delay](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_adaptive_max_sleep_delay)| +|dev.mysql.com|[sysvar_innodb_adaptive_max_sleep_delay](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_adaptive_max_sleep_delay)| + +## innodb_additional_mem_pool_size +|name|value| +|----|-----| +|Name|`innodb_additional_mem_pool_size`| +|Command line|`--innodb-additional-mem-pool-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8388608`| +|Dynamic|`false`| +|Range|from: `2097152` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_additional_mem_pool_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_additional_mem_pool_size)| + +## innodb_api_bk_commit_interval +|name|value| +|----|-----| +|Name|`innodb_api_bk_commit_interval`| +|Command line|`--innodb-api-bk-commit-interval=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`5`| +|Dynamic|`true`| +|Range|from: `1` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_api_bk_commit_interval](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_api_bk_commit_interval)| +|dev.mysql.com|[sysvar_innodb_api_bk_commit_interval](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_api_bk_commit_interval)| + +## innodb_api_disable_rowlock +|name|value| +|----|-----| +|Name|`innodb_api_disable_rowlock`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_api_disable_rowlock](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_api_disable_rowlock)| +|dev.mysql.com|[sysvar_innodb_api_disable_rowlock](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_api_disable_rowlock)| + +## innodb_api_enable_binlog +|name|value| +|----|-----| +|Name|`innodb_api_enable_binlog`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_api_enable_binlog](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_api_enable_binlog)| +|dev.mysql.com|[sysvar_innodb_api_enable_binlog](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_api_enable_binlog)| + +## innodb_api_enable_mdl +|name|value| +|----|-----| +|Name|`innodb_api_enable_mdl`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_api_enable_mdl](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_api_enable_mdl)| +|dev.mysql.com|[sysvar_innodb_api_enable_mdl](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_api_enable_mdl)| + +## innodb_api_trx_level +|name|value| +|----|-----| +|Name|`innodb_api_trx_level`| +|Command line|`--innodb-api-trx-level=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_api_trx_level](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_api_trx_level)| +|dev.mysql.com|[sysvar_innodb_api_trx_level](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_api_trx_level)| + +## innodb_auto_lru_dump +|name|value| +|----|-----| +|Name|`innodb_auto_lru_dump`| +|Command line|`--innodb-auto-lru-dump=#`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_auto_lru_dump](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_auto_lru_dump)| + +## innodb_autoextend_increment +|name|value| +|----|-----| +|Name|`innodb_autoextend_increment`| +|Command line|`--innodb-autoextend-increment=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`64`| +|Dynamic|`true`| +|Range|from: `1` to: `1000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_autoextend_increment](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_autoextend_increment)| +|dev.mysql.com|[sysvar_innodb_autoextend_increment](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_autoextend_increment)| + +## innodb_autoinc_lock_mode +|name|value| +|----|-----| +|Name|`innodb_autoinc_lock_mode`| +|Command line|`--innodb-autoinc-lock-mode=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Valid value(s)|`0`, `1`, `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_autoinc_lock_mode](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_autoinc_lock_mode)| +|dev.mysql.com|[sysvar_innodb_autoinc_lock_mode](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_autoinc_lock_mode)| + +## innodb_background_scrub_data_check_interval +|name|value| +|----|-----| +|Name|`innodb_background_scrub_data_check_interval`| +|Command line|`--innodb-background-scrub-data-check-interval=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`3600`| +|Dynamic|`true`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_background_scrub_data_check_interval](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_background_scrub_data_check_interval)| + +## innodb_background_scrub_data_compressed +|name|value| +|----|-----| +|Name|`innodb_background_scrub_data_compressed`| +|Command line|`--innodb-background-scrub-data-compressed={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_background_scrub_data_compressed](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_background_scrub_data_compressed)| + +## innodb_background_scrub_data_interval +|name|value| +|----|-----| +|Name|`innodb_background_scrub_data_interval`| +|Command line|`--innodb-background-scrub-data-interval=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`604800`| +|Dynamic|`true`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_background_scrub_data_interval](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_background_scrub_data_interval)| + +## innodb_background_scrub_data_uncompressed +|name|value| +|----|-----| +|Name|`innodb_background_scrub_data_uncompressed`| +|Command line|`--innodb-background-scrub-data-uncompressed={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_background_scrub_data_uncompressed](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_background_scrub_data_uncompressed)| + +## innodb_blocking_buffer_pool_restore +|name|value| +|----|-----| +|Name|`innodb_blocking_buffer_pool_restore`| +|Command line|`innodb-blocking-buffer-pool-restore={1|2}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_blocking_buffer_pool_restore](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_blocking_buffer_pool_restore)| + +## innodb_buf_dump_status_frequency +|name|value| +|----|-----| +|Name|`innodb_buf_dump_status_frequency`| +|Command line|`--innodb-buf-dump-status-frequency=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buf_dump_status_frequency](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buf_dump_status_frequency)| + +## innodb_buffer_pool_chunk_size +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_chunk_size`| +|Command line|`--innodb-buffer-pool-chunk-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`134217728`| +|Dynamic|`false`| +|Range|from: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_chunk_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_chunk_size)| +|dev.mysql.com|[sysvar_innodb_buffer_pool_chunk_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_chunk_size)| + +## innodb_buffer_pool_dump_at_shutdown +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_dump_at_shutdown`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_dump_at_shutdown](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_dump_at_shutdown)| +|dev.mysql.com|[sysvar_innodb_buffer_pool_dump_at_shutdown](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_dump_at_shutdown)| + +## innodb_buffer_pool_dump_now +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_dump_now`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_dump_now](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_dump_now)| +|dev.mysql.com|[sysvar_innodb_buffer_pool_dump_now](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_dump_now)| + +## innodb_buffer_pool_dump_pct +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_dump_pct`| +|Command line|`--innodb-buffer-pool-dump-pct=#`| +|Scope|`global`| +|Default value|`25`| +|Dynamic|`true`| +|Range|from: `1` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_dump_pct](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_dump_pct)| +|dev.mysql.com|[sysvar_innodb_buffer_pool_dump_pct](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_dump_pct)| + +## innodb_buffer_pool_evict +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_evict`| +|Command line|`--innodb-buffer-pool-evict=#`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`""`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_evict](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_evict)| + +## innodb_buffer_pool_filename +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_filename`| +|Command line|`--innodb-buffer-pool-pathname=path-name`| +|Scope|`global`| +|Default value|`ib_buffer_pool`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_filename](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_filename)| +|dev.mysql.com|[sysvar_innodb_buffer_pool_filename](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_filename)| + +## innodb_buffer_pool_instances +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_instances`| +|Command line|`--innodb-buffer-pool-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| +|Range|from: `1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_instances](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_instances)| +|dev.mysql.com|[sysvar_innodb_buffer_pool_instances](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_instances)| + +## innodb_buffer_pool_load_abort +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_load_abort`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_load_abort](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_load_abort)| +|dev.mysql.com|[sysvar_innodb_buffer_pool_load_abort](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_load_abort)| + +## innodb_buffer_pool_load_at_startup +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_load_at_startup`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_load_at_startup](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_load_at_startup)| +|dev.mysql.com|[sysvar_innodb_buffer_pool_load_at_startup](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_load_at_startup)| + +## innodb_buffer_pool_load_now +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_load_now`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_load_now](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_load_now)| +|dev.mysql.com|[sysvar_innodb_buffer_pool_load_now](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_load_now)| + +## innodb_buffer_pool_populate +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_populate`| +|Command line|`innodb-buffer-pool-populate={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_populate](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_populate)| + +## innodb_buffer_pool_restore_at_startup +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_restore_at_startup`| +|Command line|`innodb-buffer-pool-restore-at-startup`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_restore_at_startup](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_restore_at_startup)| + +## innodb_buffer_pool_shm_checksum +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_shm_checksum`| +|Command line|`innodb-buffer-pool-shm-checksum={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_shm_checksum](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_shm_checksum)| + +## innodb_buffer_pool_shm_key +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_shm_key`| +|Command line|`innodb-buffer-pool-shm-key={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_shm_key](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_shm_key)| + +## innodb_buffer_pool_size +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_size`| +|Command line|`--innodb-buffer-pool-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`134217728`| +|Range|from: `5242880` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_buffer_pool_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_buffer_pool_size)| +|dev.mysql.com|[sysvar_innodb_buffer_pool_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_size)| + +## innodb_change_buffer_dump +|name|value| +|----|-----| +|Name|`innodb_change_buffer_dump`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_change_buffer_dump](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_change_buffer_dump)| + +## innodb_change_buffer_max_size +|name|value| +|----|-----| +|Name|`innodb_change_buffer_max_size`| +|Command line|`--innodb-change-buffer-max-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`25`| +|Dynamic|`true`| +|Range|from: `0` to: `50`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_change_buffer_max_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_change_buffer_max_size)| +|dev.mysql.com|[sysvar_innodb_change_buffer_max_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_change_buffer_max_size)| + +## innodb_change_buffering +|name|value| +|----|-----| +|Name|`innodb_change_buffering`| +|Command line|`--innodb-change-buffering=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`all`| +|Dynamic|`true`| +|Valid value(s)|`none`, `inserts`, `deletes`, `changes`, `purges`, `all`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_change_buffering](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_change_buffering)| +|dev.mysql.com|[sysvar_innodb_change_buffering](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_change_buffering)| + +## innodb_change_buffering_debug +|name|value| +|----|-----| +|Name|`innodb_change_buffering_debug`| +|Command line|`--innodb-change-buffering-debug=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_change_buffering_debug](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_change_buffering_debug)| +|dev.mysql.com|[sysvar_innodb_change_buffering_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_change_buffering_debug)| + +## innodb_checkpoint_age_target +|name|value| +|----|-----| +|Name|`innodb_checkpoint_age_target`| +|Command line|`innodb-checkpoint-age-target=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `upwards`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_checkpoint_age_target](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_checkpoint_age_target)| + +## innodb_checksum_algorithm +|name|value| +|----|-----| +|Name|`innodb_checksum_algorithm`| +|Command line|`--innodb-checksum-algorithm=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`crc32`| +|Dynamic|`true`| +|Valid value(s)|`innodb`, `crc32`, `full_crc32`, `none`, `strict_innodb`, `strict_crc32`, `strict_none`, `strict_full_crc32`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_checksum_algorithm](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_checksum_algorithm)| +|dev.mysql.com|[sysvar_innodb_checksum_algorithm](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_checksum_algorithm)| + +## innodb_checksums +|name|value| +|----|-----| +|Name|`innodb_checksums`| +|Command line|`--innodb-checksums, --skip-innodb-checksums`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_checksums](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_checksums)| + +## innodb_cleaner_lsn_age_factor +|name|value| +|----|-----| +|Name|`innodb_cleaner_lsn_age_factor`| +|Command line|`--innodb-cleaner-lsn-age-factor=value`| +|Scope|`global`| +|Default value|`deprecated (>= MariaDB 10.2.6), high_checkpoint (<= MariaDB 10.1)`| +|Dynamic|`true`| +|Valid value(s)|`high_checkpoint`, `legacy`, `deprecated`, `high_checkpoint`, `legacy`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_cleaner_lsn_age_factor](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_cleaner_lsn_age_factor)| + +## innodb_cmp_per_index_enabled +|name|value| +|----|-----| +|Name|`innodb_cmp_per_index_enabled`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_cmp_per_index_enabled](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_cmp_per_index_enabled)| +|dev.mysql.com|[sysvar_innodb_cmp_per_index_enabled](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_cmp_per_index_enabled)| + +## innodb_commit_concurrency +|name|value| +|----|-----| +|Name|`innodb_commit_concurrency`| +|Command line|`--innodb-commit-concurrency=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_commit_concurrency](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_commit_concurrency)| +|dev.mysql.com|[sysvar_innodb_commit_concurrency](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_commit_concurrency)| + +## innodb_compression_algorithm +|name|value| +|----|-----| +|Name|`innodb_compression_algorithm`| +|Command line|`--innodb-compression-algorithm=value`| +|Scope|`global`| +|Default value|`zlib (>= MariaDB 10.2.4, MariaDB 10.1.22), none (<= MariaDB 10.2.3, MariaDB 10.1.21)`| +|Dynamic|`true`| +|Valid value(s)|`none`, `zlib`, `lz4`, `lzo`, `lzma`, `bzip2`, `snappy`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_compression_algorithm](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_compression_algorithm)| + +## innodb_compression_default +|name|value| +|----|-----| +|Name|`innodb_compression_default`| +|Command line|`--innodb-compression-default={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_compression_default](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_compression_default)| + +## innodb_compression_failure_threshold_pct +|name|value| +|----|-----| +|Name|`innodb_compression_failure_threshold_pct`| +|Command line|`--innodb-compression-failure-threshold-pct=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`5`| +|Dynamic|`true`| +|Range|from: `0` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_compression_failure_threshold_pct](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_compression_failure_threshold_pct)| +|dev.mysql.com|[sysvar_innodb_compression_failure_threshold_pct](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_compression_failure_threshold_pct)| + +## innodb_compression_level +|name|value| +|----|-----| +|Name|`innodb_compression_level`| +|Command line|`--innodb-compression-level=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`6`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_compression_level](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_compression_level)| +|dev.mysql.com|[sysvar_innodb_compression_level](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_compression_level)| + +## innodb_compression_pad_pct_max +|name|value| +|----|-----| +|Name|`innodb_compression_pad_pct_max`| +|Command line|`--innodb-compression-pad-pct-max=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`50`| +|Dynamic|`true`| +|Range|from: `0` to: `75`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_compression_pad_pct_max](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_compression_pad_pct_max)| +|dev.mysql.com|[sysvar_innodb_compression_pad_pct_max](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_compression_pad_pct_max)| + +## innodb_concurrency_tickets +|name|value| +|----|-----| +|Name|`innodb_concurrency_tickets`| +|Command line|`--innodb-concurrency-tickets=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`5000`| +|Dynamic|`true`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_concurrency_tickets](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_concurrency_tickets)| +|dev.mysql.com|[sysvar_innodb_concurrency_tickets](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_concurrency_tickets)| + +## innodb_corrupt_table_action +|name|value| +|----|-----| +|Name|`innodb_corrupt_table_action`| +|Command line|`innodb-corrupt-table-action=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`assert (<= MariaDB 10.1), deprecated (<= MariaDB 10.2.6)`| +|Dynamic|`true`| +|Valid value(s)|`deprecated`, `assert`, `warn`, `salvage`, `assert`, `warn`, `salvage`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_corrupt_table_action](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_corrupt_table_action)| + +## innodb_data_file_path +|name|value| +|----|-----| +|Name|`innodb_data_file_path`| +|Scope|`global`| +|Default value|`ibdata1:12M:autoextend`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_data_file_path](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_data_file_path)| +|dev.mysql.com|[sysvar_innodb_data_file_path](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_data_file_path)| + +## innodb_data_home_dir +|name|value| +|----|-----| +|Name|`innodb_data_home_dir`| +|Command line|`--innodb-data-home-dir=path`| +|Type of variable|`directory name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_data_home_dir](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_data_home_dir)| +|dev.mysql.com|[sysvar_innodb_data_home_dir](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_data_home_dir)| + +## innodb_deadlock_detect +|name|value| +|----|-----| +|Name|`innodb_deadlock_detect`| +|Command line|`--innodb-deadlock-detect[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_deadlock_detect](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_deadlock_detect)| +|dev.mysql.com|[sysvar_innodb_deadlock_detect](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_deadlock_detect)| + +## innodb_default_page_encryption_key +|name|value| +|----|-----| +|Name|`innodb_default_page_encryption_key`| +|Command line|`--innodb-default-page-encryption-key=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1` to: `255`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_default_page_encryption_key](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_default_page_encryption_key)| + +## innodb_default_encryption_key_id +|name|value| +|----|-----| +|Name|`innodb_default_encryption_key_id`| +|Command line|`--innodb-default-encryption-key-id=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_default_encryption_key_id](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_default_encryption_key_id)| + +## innodb_default_row_format +|name|value| +|----|-----| +|Name|`innodb_default_row_format`| +|Command line|`--innodb-default-row-format=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`DYNAMIC`| +|Dynamic|`true`| +|Valid value(s)|`redundant`, `compact`, `dynamic`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_default_row_format](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_default_row_format)| +|dev.mysql.com|[sysvar_innodb_default_row_format](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_default_row_format)| + +## innodb_defragment +|name|value| +|----|-----| +|Name|`innodb_defragment`| +|Command line|`--innodb-defragment=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_defragment](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_defragment)| + +## innodb_defragment_fill_factor +|name|value| +|----|-----| +|Name|`innodb_defragment_fill_factor`| +|Command line|`--innodb-defragment-fill-factor=#`| +|Scope|`global`| +|Default value|`0.9`| +|Dynamic|`true`| +|Range|from: `0.7` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_defragment_fill_factor](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_defragment_fill_factor)| + +## innodb_defragment_fill_factor_n_recs +|name|value| +|----|-----| +|Name|`innodb_defragment_fill_factor_n_recs`| +|Command line|`--innodb-defragment-fill-factor-n-recs=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`20`| +|Dynamic|`true`| +|Range|from: `1` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_defragment_fill_factor_n_recs](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_defragment_fill_factor_n_recs)| + +## innodb_defragment_frequency +|name|value| +|----|-----| +|Name|`innodb_defragment_frequency`| +|Command line|`--innodb-defragment-frequency=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`40`| +|Dynamic|`true`| +|Range|from: `1` to: `1000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_defragment_frequency](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_defragment_frequency)| + +## innodb_defragment_n_pages +|name|value| +|----|-----| +|Name|`innodb_defragment_n_pages`| +|Command line|`--innodb-defragment-n-pages=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`7`| +|Dynamic|`true`| +|Range|from: `2` to: `32`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_defragment_n_pages](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_defragment_n_pages)| + +## innodb_defragment_stats_accuracy +|name|value| +|----|-----| +|Name|`innodb_defragment_stats_accuracy`| +|Command line|`--innodb-defragment-stats-accuracy=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_defragment_stats_accuracy](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_defragment_stats_accuracy)| + +## innodb_dict_size_limit +|name|value| +|----|-----| +|Name|`innodb_dict_size_limit`| +|Command line|`innodb-dict-size-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_dict_size_limit](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_dict_size_limit)| + +## innodb_disable_sort_file_cache +|name|value| +|----|-----| +|Name|`innodb_disable_sort_file_cache`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_disable_sort_file_cache](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_disable_sort_file_cache)| +|dev.mysql.com|[sysvar_innodb_disable_sort_file_cache](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_disable_sort_file_cache)| + +## innodb_disallow_writes +|name|value| +|----|-----| +|Name|`innodb_disallow_writes`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_disallow_writes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_disallow_writes)| + +## innodb_doublewrite +|name|value| +|----|-----| +|Name|`innodb_doublewrite`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_doublewrite](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_doublewrite)| +|dev.mysql.com|[sysvar_innodb_doublewrite](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_doublewrite)| + +## innodb_doublewrite_file +|name|value| +|----|-----| +|Name|`innodb_doublewrite_file`| +|Command line|`innodb-doublewrite-file=filename`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_doublewrite_file](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_doublewrite_file)| + +## innodb_empty_free_list_algorithm +|name|value| +|----|-----| +|Name|`innodb_empty_free_list_algorithm`| +|Command line|`innodb-empty-free-list-algorithm=value`| +|Scope|`global`| +|Default value|`deprecated (>= MariaDB 10.2.6), legacy (>= MariaDB 10.1.24), backoff (<= MariaDB 10.1.23)`| +|Dynamic|`true`| +|Valid value(s)|`deprecated`, `backoff`, `legacy`, `backoff`, `legacy`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_empty_free_list_algorithm](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_empty_free_list_algorithm)| + +## innodb_enable_unsafe_group_commit +|name|value| +|----|-----| +|Name|`innodb_enable_unsafe_group_commit`| +|Command line|`--innodb-enable-unsafe-group-commit`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_enable_unsafe_group_commit](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_enable_unsafe_group_commit)| + +## innodb_encrypt_log +|name|value| +|----|-----| +|Name|`innodb_encrypt_log`| +|Command line|`--innodb-encrypt-log`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encrypt_log](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_encrypt_log)| + +## innodb_encrypt_tables +|name|value| +|----|-----| +|Name|`innodb_encrypt_tables`| +|Command line|`--innodb-encrypt-tables=value`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| +|Valid value(s)|`ON`, `OFF`, `FORCE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encrypt_tables](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_encrypt_tables)| + +## innodb_encrypt_temporary_tables +|name|value| +|----|-----| +|Name|`innodb_encrypt_temporary_tables`| +|Command line|`--innodb-encrypt-temporary-tables=value`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| +|Valid value(s)|`ON`, `OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encrypt_temporary_tables](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_encrypt_temporary_tables)| + +## innodb_encryption_rotate_key_age +|name|value| +|----|-----| +|Name|`innodb_encryption_rotate_key_age`| +|Command line|`--innodb-encryption-rotate-key-age=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_rotate_key_age](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_encryption_rotate_key_age)| + +## innodb_encryption_rotation_iops +|name|value| +|----|-----| +|Name|`innodb_encryption_rotation_iops`| +|Command line|`--innodb-encryption-rotation_iops=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_rotation_iops](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_encryption_rotation_iops)| + +## innodb_encryption_threads +|name|value| +|----|-----| +|Name|`innodb_encryption_threads`| +|Command line|`--innodb-encryption-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_encryption_threads](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_encryption_threads)| + +## innodb_extra_rsegments +|name|value| +|----|-----| +|Name|`innodb_extra_rsegments`| +|Command line|`--innodb-extra-rsegments=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `126`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_extra_rsegments](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_extra_rsegments)| + +## innodb_extra_undoslots +|name|value| +|----|-----| +|Name|`innodb_extra_undoslots`| +|Command line|`--innodb-extra-undoslots=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_extra_undoslots](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_extra_undoslots)| + +## innodb_fake_changes +|name|value| +|----|-----| +|Name|`innodb_fake_changes`| +|Command line|`--innodb-fake-changes={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_fake_changes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_fake_changes)| + +## innodb_fast_checksum +|name|value| +|----|-----| +|Name|`innodb_fast_checksum`| +|Command line|`--innodb-fast-checksum={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_fast_checksum](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_fast_checksum)| + +## innodb_fast_shutdown +|name|value| +|----|-----| +|Name|`innodb_fast_shutdown`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Valid value(s)|`0`, `1`, `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_fast_shutdown](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_fast_shutdown)| +|dev.mysql.com|[sysvar_innodb_fast_shutdown](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_fast_shutdown)| + +## innodb_fatal_semaphore_wait_threshold +|name|value| +|----|-----| +|Name|`innodb_fatal_semaphore_wait_threshold`| +|Command line|`--innodb-fatal-semaphore-wait-threshold=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`600`| +|Dynamic|`false`| +|Range|from: `1` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_fatal_semaphore_wait_threshold](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_fatal_semaphore_wait_threshold)| + +## innodb_file_format +|name|value| +|----|-----| +|Name|`innodb_file_format`| +|Command line|`--innodb-file-format=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Barracuda (>= MariaDB 10.2.2), Antelope (<= MariaDB 10.2.1)`| +|Dynamic|`true`| +|Valid value(s)|`Antelope`, `Barracuda`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_file_format](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_file_format)| + +## innodb_file_format_check +|name|value| +|----|-----| +|Name|`innodb_file_format_check`| +|Command line|`--innodb-file-format-check=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON (>= MariaDB 5.5)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_file_format_check](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_file_format_check)| + +## innodb_file_format_max +|name|value| +|----|-----| +|Name|`innodb_file_format_max`| +|Command line|`--innodb-file-format-max=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`Antelope`| +|Dynamic|`true`| +|Valid value(s)|`Antelope`, `Barracuda`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_file_format_max](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_file_format_max)| + +## innodb_file_per_table +|name|value| +|----|-----| +|Name|`innodb_file_per_table`| +|Command line|`--innodb-path-per-table[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_file_per_table](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_file_per_table)| +|dev.mysql.com|[sysvar_innodb_file_per_table](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_file_per_table)| + +## innodb_fill_factor +|name|value| +|----|-----| +|Name|`innodb_fill_factor`| +|Command line|`--innodb-fill-factor=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `10` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_fill_factor](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_fill_factor)| +|dev.mysql.com|[sysvar_innodb_fill_factor](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_fill_factor)| + +## innodb_flush_log_at_timeout +|name|value| +|----|-----| +|Name|`innodb_flush_log_at_timeout`| +|Command line|`--innodb-flush-log-at-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_flush_log_at_timeout](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_flush_log_at_timeout)| +|dev.mysql.com|[sysvar_innodb_flush_log_at_timeout](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_flush_log_at_timeout)| + +## innodb_flush_log_at_trx_commit +|name|value| +|----|-----| +|Name|`innodb_flush_log_at_trx_commit`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Valid value(s)|`0`, `1`, `2`, `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_flush_log_at_trx_commit](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_flush_log_at_trx_commit)| +|dev.mysql.com|[sysvar_innodb_flush_log_at_trx_commit](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_flush_log_at_trx_commit)| + +## innodb_flush_method +|name|value| +|----|-----| +|Name|`innodb_flush_method`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_flush_method](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_flush_method)| +|dev.mysql.com|[sysvar_innodb_flush_method](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_flush_method)| + +## innodb_flush_neighbor_pages +|name|value| +|----|-----| +|Name|`innodb_flush_neighbor_pages`| +|Command line|`innodb-flush-neighbor-pages=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`area`| +|Dynamic|`true`| +|Valid value(s)|`none`, `0`, `area`, `1`, `cont`, `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_flush_neighbor_pages](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_flush_neighbor_pages)| + +## innodb_flush_neighbors +|name|value| +|----|-----| +|Name|`innodb_flush_neighbors`| +|Command line|`--innodb-flush-neighbors=#`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Dynamic|`true`| +|Valid value(s)|`0`, `1`, `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_flush_neighbors](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_flush_neighbors)| +|dev.mysql.com|[sysvar_innodb_flush_neighbors](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_flush_neighbors)| + +## innodb_flush_sync +|name|value| +|----|-----| +|Name|`innodb_flush_sync`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_flush_sync](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_flush_sync)| +|dev.mysql.com|[sysvar_innodb_flush_sync](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_flush_sync)| + +## innodb_flushing_avg_loops +|name|value| +|----|-----| +|Name|`innodb_flushing_avg_loops`| +|Command line|`--innodb-flushing-avg-loops=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`30`| +|Dynamic|`true`| +|Range|from: `1` to: `1000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_flushing_avg_loops](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_flushing_avg_loops)| +|dev.mysql.com|[sysvar_innodb_flushing_avg_loops](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_flushing_avg_loops)| + +## innodb_force_load_corrupted +|name|value| +|----|-----| +|Name|`innodb_force_load_corrupted`| +|Command line|`--innodb-force-load-corrupted[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_force_load_corrupted](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_force_load_corrupted)| +|dev.mysql.com|[sysvar_innodb_force_load_corrupted](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_force_load_corrupted)| + +## innodb_force_primary_key +|name|value| +|----|-----| +|Name|`innodb_force_primary_key`| +|Command line|`--innodb-force-primary-key`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_force_primary_key](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_force_primary_key)| + +## innodb_force_recovery +|name|value| +|----|-----| +|Name|`innodb_force_recovery`| +|Command line|`--innodb-force-recovery=#`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `6`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_force_recovery](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_force_recovery)| +|dev.mysql.com|[sysvar_innodb_force_recovery](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_force_recovery)| + +## innodb_foreground_preflush +|name|value| +|----|-----| +|Name|`innodb_foreground_preflush`| +|Command line|`innodb-foreground-preflush=value`| +|Scope|`global`| +|Default value|`deprecated (>= MariaDB 10.2.6), exponential_backoff (<= MariaDB 10.1)`| +|Dynamic|`true`| +|Valid value(s)|`deprecated`, `exponential_backoff`, `sync_preflush`, `exponential_backoff`, `sync_preflush`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_foreground_preflush](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_foreground_preflush)| + +## innodb_ft_aux_table +|name|value| +|----|-----| +|Name|`innodb_ft_aux_table`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_aux_table](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_aux_table)| +|dev.mysql.com|[sysvar_innodb_ft_aux_table](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_aux_table)| + +## innodb_ft_cache_size +|name|value| +|----|-----| +|Name|`innodb_ft_cache_size`| +|Command line|`--innodb-ft-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8000000`| +|Dynamic|`false`| +|Range|from: `1600000` to: `80000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_cache_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_cache_size)| +|dev.mysql.com|[sysvar_innodb_ft_cache_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_cache_size)| + +## innodb_ft_enable_diag_print +|name|value| +|----|-----| +|Name|`innodb_ft_enable_diag_print`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_enable_diag_print](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_enable_diag_print)| +|dev.mysql.com|[sysvar_innodb_ft_enable_diag_print](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_enable_diag_print)| + +## innodb_ft_enable_stopword +|name|value| +|----|-----| +|Name|`innodb_ft_enable_stopword`| +|Type of variable|`boolean`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_enable_stopword](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_enable_stopword)| +|dev.mysql.com|[sysvar_innodb_ft_enable_stopword](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_enable_stopword)| + +## innodb_ft_max_token_size +|name|value| +|----|-----| +|Name|`innodb_ft_max_token_size`| +|Command line|`--innodb-ft-max-token-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`84`| +|Dynamic|`false`| +|Range|from: `10`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_max_token_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_max_token_size)| +|dev.mysql.com|[sysvar_innodb_ft_max_token_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_max_token_size)| + +## innodb_ft_min_token_size +|name|value| +|----|-----| +|Name|`innodb_ft_min_token_size`| +|Command line|`--innodb-ft-min-token-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`3`| +|Dynamic|`false`| +|Range|from: `0` to: `16`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_min_token_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_min_token_size)| +|dev.mysql.com|[sysvar_innodb_ft_min_token_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_min_token_size)| + +## innodb_ft_num_word_optimize +|name|value| +|----|-----| +|Name|`innodb_ft_num_word_optimize`| +|Command line|`--innodb-ft-num-word-optimize=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2000`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_num_word_optimize](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_num_word_optimize)| +|dev.mysql.com|[sysvar_innodb_ft_num_word_optimize](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_num_word_optimize)| + +## innodb_ft_result_cache_limit +|name|value| +|----|-----| +|Name|`innodb_ft_result_cache_limit`| +|Command line|`--innodb-ft-result-cache-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2000000000`| +|Dynamic|`true`| +|Range|from: `1000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_result_cache_limit](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_result_cache_limit)| +|dev.mysql.com|[sysvar_innodb_ft_result_cache_limit](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_result_cache_limit)| + +## innodb_ft_server_stopword_table +|name|value| +|----|-----| +|Name|`innodb_ft_server_stopword_table`| +|Command line|`--innodb-ft-server-stopword-table=db_name/table_name`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_server_stopword_table](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_server_stopword_table)| +|dev.mysql.com|[sysvar_innodb_ft_server_stopword_table](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_server_stopword_table)| + +## innodb_ft_sort_pll_degree +|name|value| +|----|-----| +|Name|`innodb_ft_sort_pll_degree`| +|Command line|`--innodb-ft-sort-pll-degree=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2`| +|Dynamic|`false`| +|Range|from: `1` to: `32`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_sort_pll_degree](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_sort_pll_degree)| +|dev.mysql.com|[sysvar_innodb_ft_sort_pll_degree](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_sort_pll_degree)| + +## innodb_ft_total_cache_size +|name|value| +|----|-----| +|Name|`innodb_ft_total_cache_size`| +|Command line|`--innodb-ft-total-cache-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`640000000`| +|Dynamic|`false`| +|Range|from: `32000000` to: `1600000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_total_cache_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_total_cache_size)| +|dev.mysql.com|[sysvar_innodb_ft_total_cache_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_total_cache_size)| + +## innodb_ft_user_stopword_table +|name|value| +|----|-----| +|Name|`innodb_ft_user_stopword_table`| +|Command line|`--innodb-ft-user-stopword-table=db_name/table_name`| +|Type of variable|`string`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ft_user_stopword_table](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ft_user_stopword_table)| +|dev.mysql.com|[sysvar_innodb_ft_user_stopword_table](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ft_user_stopword_table)| + +## innodb_ibuf_accel_rate +|name|value| +|----|-----| +|Name|`innodb_ibuf_accel_rate`| +|Command line|`innodb-ibuf-accel-rate=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `100` to: `999999999`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_accel_rate](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ibuf_accel_rate)| + +## innodb_ibuf_active_contract +|name|value| +|----|-----| +|Name|`innodb_ibuf_active_contract`| +|Command line|`innodb-ibuf-active-contract=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_active_contract](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ibuf_active_contract)| + +## innodb_ibuf_max_size +|name|value| +|----|-----| +|Name|`innodb_ibuf_max_size`| +|Command line|`innodb-ibuf-max-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1/2 the size of the InnoDB buffer pool`| +|Dynamic|`false`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_ibuf_max_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_ibuf_max_size)| + +## innodb_idle_flush_pct +|name|value| +|----|-----| +|Name|`innodb_idle_flush_pct`| +|Command line|`--innodb-idle-flush-pct=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `0` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_idle_flush_pct](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_idle_flush_pct)| +|dev.mysql.com|[sysvar_innodb_idle_flush_pct](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_idle_flush_pct)| + +## innodb_immediate_scrub_data_uncompressed +|name|value| +|----|-----| +|Name|`innodb_immediate_scrub_data_uncompressed`| +|Command line|`--innodb-immediate-scrub-data-uncompressed=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_immediate_scrub_data_uncompressed](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_immediate_scrub_data_uncompressed)| + +## innodb_import_table_from_xtrabackup +|name|value| +|----|-----| +|Name|`innodb_import_table_from_xtrabackup`| +|Command line|`innodb-import-table-from-xtrabackup=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_import_table_from_xtrabackup](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_import_table_from_xtrabackup)| + +## innodb_instrument_semaphores +|name|value| +|----|-----| +|Name|`innodb_instrument_semaphores`| +|Command line|`--innodb-instrument-semaphores={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_instrument_semaphores](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_instrument_semaphores)| + +## innodb_io_capacity +|name|value| +|----|-----| +|Name|`innodb_io_capacity`| +|Command line|`--innodb-io-capacity=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`200`| +|Dynamic|`true`| +|Range|from: `100` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_io_capacity](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_io_capacity)| +|dev.mysql.com|[sysvar_innodb_io_capacity](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_io_capacity)| + +## innodb_io_capacity_max +|name|value| +|----|-----| +|Name|`innodb_io_capacity_max`| +|Command line|`--innodb-io-capacity-max=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_io_capacity_max](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_io_capacity_max)| +|dev.mysql.com|[sysvar_innodb_io_capacity_max](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_io_capacity_max)| + +## innodb_kill_idle_transaction +|name|value| +|----|-----| +|Name|`innodb_kill_idle_transaction`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `9.2233720368548E+18`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_kill_idle_transaction](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_kill_idle_transaction)| + +## innodb_large_prefix +|name|value| +|----|-----| +|Name|`innodb_large_prefix`| +|Command line|`--innodb-large-prefix`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON (>= MariaDB 10.2.2), OFF (<= MariaDB 10.2.1)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_large_prefix](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_large_prefix)| + +## innodb_lazy_drop_table +|name|value| +|----|-----| +|Name|`innodb_lazy_drop_table`| +|Command line|`innodb-lazy-drop-table={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_lazy_drop_table](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_lazy_drop_table)| + +## innodb_lock_schedule_algorithm +|name|value| +|----|-----| +|Name|`innodb_lock_schedule_algorithm`| +|Command line|`--innodb-lock-schedule-algorithm=#`| +|Scope|`global`| +|Default value|`VATS (10.2), FCFS (10.1)`| +|Dynamic|`false`| +|Valid value(s)|`FCFS`, `VATS`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_lock_schedule_algorithm](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_lock_schedule_algorithm)| + +## innodb_lock_wait_timeout +|name|value| +|----|-----| +|Name|`innodb_lock_wait_timeout`| +|Command line|`--innodb-lock-wait-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`50`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_lock_wait_timeout](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_lock_wait_timeout)| +|dev.mysql.com|[sysvar_innodb_lock_wait_timeout](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_lock_wait_timeout)| + +## innodb_locking_fake_changes +|name|value| +|----|-----| +|Name|`innodb_locking_fake_changes`| +|Command line|`--innodb-locking-fake-changes`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_locking_fake_changes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_locking_fake_changes)| + +## innodb_locks_unsafe_for_binlog +|name|value| +|----|-----| +|Name|`innodb_locks_unsafe_for_binlog`| +|Command line|`--innodb-locks-unsafe-for-binlog`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_locks_unsafe_for_binlog](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_locks_unsafe_for_binlog)| + +## innodb_log_arch_dir +|name|value| +|----|-----| +|Name|`innodb_log_arch_dir`| +|Command line|`--innodb-log-arch-dir=name`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`./`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_arch_dir](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_arch_dir)| + +## innodb_log_arch_expire_sec +|name|value| +|----|-----| +|Name|`innodb_log_arch_expire_sec`| +|Command line|`--innodb-log-arch-expire-sec=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_arch_expire_sec](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_arch_expire_sec)| + +## innodb_log_archive +|name|value| +|----|-----| +|Name|`innodb_log_archive`| +|Command line|`--innodb-log-archive=value`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_archive](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_archive)| + +## innodb_log_block_size +|name|value| +|----|-----| +|Name|`innodb_log_block_size`| +|Command line|`innodb-log-block-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`512`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_block_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_block_size)| + +## innodb_log_buffer_size +|name|value| +|----|-----| +|Name|`innodb_log_buffer_size`| +|Command line|`--innodb-log-buffer-size=#`| +|Type of variable|`integer`| +|Default value|`16777216`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_buffer_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_buffer_size)| +|dev.mysql.com|[sysvar_innodb_log_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_buffer_size)| + +## innodb_log_checksum_algorithm +|name|value| +|----|-----| +|Name|`innodb_log_checksum_algorithm`| +|Command line|`innodb-log-checksum-algorithm=value`| +|Scope|`global`| +|Default value|`deprecated (>= MariaDB 10.2.6), innodb (<= MariaDB 10.1)`| +|Dynamic|`true`| +|Valid value(s)|`deprecated`, `innodb`, `none`, `crc32`, `strict_none`, `strict_innodb`, `strict_crc32`, `innodb`, `none`, `crc32`, `strict_none`, `strict_innodb`, `strict_crc32`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_checksum_algorithm](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_checksum_algorithm)| + +## innodb_log_checksums +|name|value| +|----|-----| +|Name|`innodb_log_checksums`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_checksums](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_checksums)| +|dev.mysql.com|[sysvar_innodb_log_checksums](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_checksums)| + +## innodb_log_compressed_pages +|name|value| +|----|-----| +|Name|`innodb_log_compressed_pages`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_compressed_pages](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_compressed_pages)| +|dev.mysql.com|[sysvar_innodb_log_compressed_pages](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_compressed_pages)| + +## innodb_log_file_size +|name|value| +|----|-----| +|Name|`innodb_log_file_size`| +|Command line|`--innodb-log-file-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`50331648`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_file_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_file_size)| +|dev.mysql.com|[sysvar_innodb_log_file_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_file_size)| + +## innodb_log_files_in_group +|name|value| +|----|-----| +|Name|`innodb_log_files_in_group`| +|Command line|`--innodb-log-files-in-group=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_files_in_group](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_files_in_group)| +|dev.mysql.com|[sysvar_innodb_log_files_in_group](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_files_in_group)| + +## innodb_log_group_home_dir +|name|value| +|----|-----| +|Name|`innodb_log_group_home_dir`| +|Command line|`--innodb-log-group-home-dir=path`| +|Type of variable|`directory name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_group_home_dir](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_group_home_dir)| +|dev.mysql.com|[sysvar_innodb_log_group_home_dir](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_group_home_dir)| + +## innodb_log_optimize_ddl +|name|value| +|----|-----| +|Name|`innodb_log_optimize_ddl`| +|Command line|`--innodb-log-optimize-ddl={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_optimize_ddl](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_optimize_ddl)| + +## innodb_log_write_ahead_size +|name|value| +|----|-----| +|Name|`innodb_log_write_ahead_size`| +|Command line|`--innodb-log-write-ahead-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8192`| +|Dynamic|`true`| +|Range|from: `512`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_log_write_ahead_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_log_write_ahead_size)| +|dev.mysql.com|[sysvar_innodb_log_write_ahead_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_write_ahead_size)| + +## innodb_lru_scan_depth +|name|value| +|----|-----| +|Name|`innodb_lru_scan_depth`| +|Command line|`--innodb-lru-scan-depth=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1024`| +|Dynamic|`true`| +|Range|from: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_lru_scan_depth](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_lru_scan_depth)| +|dev.mysql.com|[sysvar_innodb_lru_scan_depth](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_lru_scan_depth)| + +## innodb_max_bitmap_file_size +|name|value| +|----|-----| +|Name|`innodb_max_bitmap_file_size`| +|Command line|`innodb-max-bitmap-file-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`4096 (4KB)`| +|Dynamic|`true`| +|Range|from: `4096` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_max_bitmap_file_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_max_bitmap_file_size)| + +## innodb_max_changed_pages +|name|value| +|----|-----| +|Name|`innodb_max_changed_pages`| +|Command line|`innodb-max-changed-pages=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1000000`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_max_changed_pages](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_max_changed_pages)| + +## innodb_max_dirty_pages_pct +|name|value| +|----|-----| +|Name|`innodb_max_dirty_pages_pct`| +|Command line|`--innodb-max-dirty-pages-pct=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_max_dirty_pages_pct](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_max_dirty_pages_pct)| +|dev.mysql.com|[sysvar_innodb_max_dirty_pages_pct](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_max_dirty_pages_pct)| + +## innodb_max_dirty_pages_pct_lwm +|name|value| +|----|-----| +|Name|`innodb_max_dirty_pages_pct_lwm`| +|Command line|`--innodb-max-dirty-pages-pct-lwm=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_max_dirty_pages_pct_lwm](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_max_dirty_pages_pct_lwm)| +|dev.mysql.com|[sysvar_innodb_max_dirty_pages_pct_lwm](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_max_dirty_pages_pct_lwm)| + +## innodb_max_purge_lag +|name|value| +|----|-----| +|Name|`innodb_max_purge_lag`| +|Command line|`--innodb-max-purge-lag=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_max_purge_lag](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_max_purge_lag)| +|dev.mysql.com|[sysvar_innodb_max_purge_lag](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_max_purge_lag)| + +## innodb_max_purge_lag_delay +|name|value| +|----|-----| +|Name|`innodb_max_purge_lag_delay`| +|Command line|`--innodb-max-purge-lag-delay=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_max_purge_lag_delay](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_max_purge_lag_delay)| +|dev.mysql.com|[sysvar_innodb_max_purge_lag_delay](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_max_purge_lag_delay)| + +## innodb_max_undo_log_size +|name|value| +|----|-----| +|Name|`innodb_max_undo_log_size`| +|Command line|`--innodb-max-undo-log-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `10485760`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_max_undo_log_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_max_undo_log_size)| +|dev.mysql.com|[sysvar_innodb_max_undo_log_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_max_undo_log_size)| + +## innodb_merge_sort_block_size +|name|value| +|----|-----| +|Name|`innodb_merge_sort_block_size`| +|Command line|`innodb-merge-sort-block-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1048576 (1M)`| +|Dynamic|`true`| +|Range|from: `1048576` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_merge_sort_block_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_merge_sort_block_size)| + +## innodb_mirrored_log_groups +|name|value| +|----|-----| +|Name|`innodb_mirrored_log_groups`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_mirrored_log_groups](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_mirrored_log_groups)| + +## innodb_mtflush_threads +|name|value| +|----|-----| +|Name|`innodb_mtflush_threads`| +|Command line|`--innodb-mtflush-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8`| +|Dynamic|`false`| +|Range|from: `1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_mtflush_threads](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_mtflush_threads)| + +## innodb_monitor_disable +|name|value| +|----|-----| +|Name|`innodb_monitor_disable`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_monitor_disable](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_monitor_disable)| +|dev.mysql.com|[sysvar_innodb_monitor_disable](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_monitor_disable)| + +## innodb_monitor_enable +|name|value| +|----|-----| +|Name|`innodb_monitor_enable`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_monitor_enable](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_monitor_enable)| +|dev.mysql.com|[sysvar_innodb_monitor_enable](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_monitor_enable)| + +## innodb_monitor_reset +|name|value| +|----|-----| +|Name|`innodb_monitor_reset`| +|Scope|`global`| +|Default value|`empty string`| +|Dynamic|`true`| +|Valid value(s)|`counter`, `module`, `pattern`, `all`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_monitor_reset](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_monitor_reset)| +|dev.mysql.com|[sysvar_innodb_monitor_reset](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_monitor_reset)| + +## innodb_monitor_reset_all +|name|value| +|----|-----| +|Name|`innodb_monitor_reset_all`| +|Scope|`global`| +|Default value|`empty string`| +|Dynamic|`true`| +|Valid value(s)|`counter`, `module`, `pattern`, `all`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_monitor_reset_all](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_monitor_reset_all)| +|dev.mysql.com|[sysvar_innodb_monitor_reset_all](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_monitor_reset_all)| + +## innodb_numa_interleave +|name|value| +|----|-----| +|Name|`innodb_numa_interleave`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_numa_interleave](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_numa_interleave)| +|dev.mysql.com|[sysvar_innodb_numa_interleave](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_numa_interleave)| + +## innodb_old_blocks_pct +|name|value| +|----|-----| +|Name|`innodb_old_blocks_pct`| +|Command line|`--innodb-old-blocks-pct=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`37`| +|Dynamic|`true`| +|Range|from: `5` to: `95`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_old_blocks_pct](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_old_blocks_pct)| +|dev.mysql.com|[sysvar_innodb_old_blocks_pct](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_old_blocks_pct)| + +## innodb_old_blocks_time +|name|value| +|----|-----| +|Name|`innodb_old_blocks_time`| +|Command line|`--innodb-old-blocks-time=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1000`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_old_blocks_time](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_old_blocks_time)| +|dev.mysql.com|[sysvar_innodb_old_blocks_time](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_old_blocks_time)| + +## innodb_online_alter_log_max_size +|name|value| +|----|-----| +|Name|`innodb_online_alter_log_max_size`| +|Command line|`--innodb-online-alter-log-max-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`134217728`| +|Dynamic|`true`| +|Range|from: `65536`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_online_alter_log_max_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_online_alter_log_max_size)| +|dev.mysql.com|[sysvar_innodb_online_alter_log_max_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_online_alter_log_max_size)| + +## innodb_open_files +|name|value| +|----|-----| +|Name|`innodb_open_files`| +|Command line|`--innodb-open-files=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autosizing; do not use -1)`| +|Dynamic|`false`| +|Range|from: `10` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_open_files](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_open_files)| +|dev.mysql.com|[sysvar_innodb_open_files](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_open_files)| + +## innodb_optimize_fulltext_only +|name|value| +|----|-----| +|Name|`innodb_optimize_fulltext_only`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_optimize_fulltext_only](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_optimize_fulltext_only)| +|dev.mysql.com|[sysvar_innodb_optimize_fulltext_only](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_optimize_fulltext_only)| + +## innodb_page_cleaners +|name|value| +|----|-----| +|Name|`innodb_page_cleaners`| +|Command line|`--innodb-page-cleaners=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`4`| +|Dynamic|`false`| +|Range|from: `1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_cleaners](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_page_cleaners)| +|dev.mysql.com|[sysvar_innodb_page_cleaners](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_page_cleaners)| + +## innodb_page_size +|name|value| +|----|-----| +|Name|`innodb_page_size`| +|Command line|`--innodb-page-size=#`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`16384`| +|Dynamic|`false`| +|Valid value(s)|`4096`, `8192`, `16384`, `32768`, `65536`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_page_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_page_size)| +|dev.mysql.com|[sysvar_innodb_page_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_page_size)| + +## innodb_pass_corrupt_table +|name|value| +|----|-----| +|Name|`innodb_pass_corrupt_table`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_pass_corrupt_table](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_pass_corrupt_table)| + +## innodb_prefix_index_cluster_optimization +|name|value| +|----|-----| +|Name|`innodb_prefix_index_cluster_optimization`| +|Command line|`--innodb-prefix-index-cluster-optimization=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_prefix_index_cluster_optimization](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_prefix_index_cluster_optimization)| + +## innodb_print_all_deadlocks +|name|value| +|----|-----| +|Name|`innodb_print_all_deadlocks`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_print_all_deadlocks](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_print_all_deadlocks)| +|dev.mysql.com|[sysvar_innodb_print_all_deadlocks](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_print_all_deadlocks)| + +## innodb_purge_batch_size +|name|value| +|----|-----| +|Name|`innodb_purge_batch_size`| +|Command line|`--innodb-purge-batch-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Range|from: `1` to: `5000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_purge_batch_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_purge_batch_size)| +|dev.mysql.com|[sysvar_innodb_purge_batch_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_purge_batch_size)| + +## innodb_purge_rseg_truncate_frequency +|name|value| +|----|-----| +|Name|`innodb_purge_rseg_truncate_frequency`| +|Command line|`--innodb-purge-rseg-truncate-frequency=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`128`| +|Dynamic|`true`| +|Range|from: `1` to: `128`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_purge_rseg_truncate_frequency](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_purge_rseg_truncate_frequency)| +|dev.mysql.com|[sysvar_innodb_purge_rseg_truncate_frequency](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_purge_rseg_truncate_frequency)| + +## innodb_purge_threads +|name|value| +|----|-----| +|Name|`innodb_purge_threads`| +|Command line|`--innodb-purge-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`4`| +|Dynamic|`false`| +|Range|from: `1` to: `32`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_purge_threads](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_purge_threads)| +|dev.mysql.com|[sysvar_innodb_purge_threads](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_purge_threads)| + +## innodb_random_read_ahead +|name|value| +|----|-----| +|Name|`innodb_random_read_ahead`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_random_read_ahead](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_random_read_ahead)| +|dev.mysql.com|[sysvar_innodb_random_read_ahead](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_random_read_ahead)| + +## innodb_read_ahead +|name|value| +|----|-----| +|Name|`innodb_read_ahead`| +|Command line|`innodb-read-ahead=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`linear`| +|Dynamic|`true`| +|Valid value(s)|`none`, `random`, `linear`, `both`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_read_ahead](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_read_ahead)| + +## innodb_read_ahead_threshold +|name|value| +|----|-----| +|Name|`innodb_read_ahead_threshold`| +|Command line|`--innodb-read-ahead-threshold=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`56`| +|Dynamic|`true`| +|Range|from: `0` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_read_ahead_threshold](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_read_ahead_threshold)| +|dev.mysql.com|[sysvar_innodb_read_ahead_threshold](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_read_ahead_threshold)| + +## innodb_read_io_threads +|name|value| +|----|-----| +|Name|`innodb_read_io_threads`| +|Command line|`--innodb-read-io-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`4`| +|Dynamic|`false`| +|Range|from: `1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_read_io_threads](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_read_io_threads)| +|dev.mysql.com|[sysvar_innodb_read_io_threads](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_read_io_threads)| + +## innodb_read_only +|name|value| +|----|-----| +|Name|`innodb_read_only`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_read_only](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_read_only)| +|dev.mysql.com|[sysvar_innodb_read_only](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_read_only)| + +## innodb_recovery_stats +|name|value| +|----|-----| +|Name|`innodb_recovery_stats`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_recovery_stats](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_recovery_stats)| + +## innodb_recovery_update_relay_log +|name|value| +|----|-----| +|Name|`innodb_recovery_update_relay_log`| +|Command line|`innodb-recovery-update-relay-log={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_recovery_update_relay_log](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_recovery_update_relay_log)| + +## innodb_replication_delay +|name|value| +|----|-----| +|Name|`innodb_replication_delay`| +|Command line|`--innodb-replication-delay=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_replication_delay](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_replication_delay)| +|dev.mysql.com|[sysvar_innodb_replication_delay](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_replication_delay)| + +## innodb_rollback_on_timeout +|name|value| +|----|-----| +|Name|`innodb_rollback_on_timeout`| +|Command line|`--innodb-rollback-on-timeout[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_rollback_on_timeout](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_rollback_on_timeout)| +|dev.mysql.com|[sysvar_innodb_rollback_on_timeout](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_rollback_on_timeout)| + +## innodb_rollback_segments +|name|value| +|----|-----| +|Name|`innodb_rollback_segments`| +|Command line|`--innodb-rollback-segments=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`128`| +|Dynamic|`true`| +|Range|from: `1` to: `128`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_rollback_segments](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_rollback_segments)| +|dev.mysql.com|[sysvar_innodb_rollback_segments](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_rollback_segments)| + +## innodb_safe_truncate +|name|value| +|----|-----| +|Name|`innodb_safe_truncate`| +|Command line|`--innodb-safe-truncate={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_safe_truncate](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_safe_truncate)| + +## innodb_scrub_log +|name|value| +|----|-----| +|Name|`innodb_scrub_log`| +|Command line|`--innodb-scrub-log`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_scrub_log](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_scrub_log)| + +## innodb_scrub_log_interval +|name|value| +|----|-----| +|Name|`innodb_scrub_log_interval`| +|Command line|`--innodb-scrub-log-interval=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`56`| +|Dynamic|`true`| +|Range|from: `0` to: `50000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_scrub_log_interval](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_scrub_log_interval)| + +## innodb_scrub_log_speed +|name|value| +|----|-----| +|Name|`innodb_scrub_log_speed`| +|Command line|`--innodb-scrub-log-speed=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`256`| +|Dynamic|`true`| +|Range|from: `1` to: `50000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_scrub_log_speed](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_scrub_log_speed)| + +## innodb_sched_priority_cleaner +|name|value| +|----|-----| +|Name|`innodb_sched_priority_cleaner`| +|Command line|`innodb-sched-priority-cleaner=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`19`| +|Dynamic|`true`| +|Range|from: `0` to: `39`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_sched_priority_cleaner](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_sched_priority_cleaner)| + +## innodb_show_locks_held +|name|value| +|----|-----| +|Name|`innodb_show_locks_held`| +|Command line|`innodb-show-locks-held=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`true`| +|Range|from: `0` to: `1000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_show_locks_held](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_show_locks_held)| + +## innodb_show_verbose_locks +|name|value| +|----|-----| +|Name|`innodb_show_verbose_locks`| +|Command line|`innodb-show-verbose-locks=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_show_verbose_locks](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_show_verbose_locks)| + +## innodb_simulate_comp_failures +|name|value| +|----|-----| +|Name|`innodb_simulate_comp_failures`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `99`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_simulate_comp_failures](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_simulate_comp_failures)| + +## innodb_sort_buffer_size +|name|value| +|----|-----| +|Name|`innodb_sort_buffer_size`| +|Command line|`--innodb-sort-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1048576`| +|Dynamic|`false`| +|Range|from: `65536` to: `67108864`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_sort_buffer_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_sort_buffer_size)| +|dev.mysql.com|[sysvar_innodb_sort_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_sort_buffer_size)| + +## innodb_spin_wait_delay +|name|value| +|----|-----| +|Name|`innodb_spin_wait_delay`| +|Command line|`--innodb-spin-wait-delay=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_spin_wait_delay](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_spin_wait_delay)| +|dev.mysql.com|[sysvar_innodb_spin_wait_delay](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_spin_wait_delay)| + +## innodb_stats_auto_recalc +|name|value| +|----|-----| +|Name|`innodb_stats_auto_recalc`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_auto_recalc](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_auto_recalc)| +|dev.mysql.com|[sysvar_innodb_stats_auto_recalc](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_stats_auto_recalc)| + +## innodb_stats_auto_update +|name|value| +|----|-----| +|Name|`innodb_stats_auto_update`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_auto_update](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_auto_update)| + +## innodb_stats_include_delete_marked +|name|value| +|----|-----| +|Name|`innodb_stats_include_delete_marked`| +|Command line|`--innodb-stats-include-delete-marked[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_include_delete_marked](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_include_delete_marked)| +|dev.mysql.com|[sysvar_innodb_stats_include_delete_marked](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_stats_include_delete_marked)| + +## innodb_stats_method +|name|value| +|----|-----| +|Name|`innodb_stats_method`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`nulls_equal`| +|Dynamic|`true`| +|Valid value(s)|`nulls_equal`, `nulls_unequal`, `nulls_ignored`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_method](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_method)| +|dev.mysql.com|[sysvar_innodb_stats_method](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_stats_method)| + +## innodb_stats_modified_counter +|name|value| +|----|-----| +|Name|`innodb_stats_modified_counter`| +|Command line|`--innodb-stats-modified-counter=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_modified_counter](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_modified_counter)| + +## innodb_stats_on_metadata +|name|value| +|----|-----| +|Name|`innodb_stats_on_metadata`| +|Command line|`--innodb-stats-on-metadata[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_on_metadata](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_on_metadata)| +|dev.mysql.com|[sysvar_innodb_stats_on_metadata](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_stats_on_metadata)| + +## innodb_stats_persistent +|name|value| +|----|-----| +|Name|`innodb_stats_persistent`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_persistent](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_persistent)| +|dev.mysql.com|[sysvar_innodb_stats_persistent](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_stats_persistent)| + +## innodb_stats_persistent_sample_pages +|name|value| +|----|-----| +|Name|`innodb_stats_persistent_sample_pages`| +|Command line|`--innodb-stats-persistent-sample-pages=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`20`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_persistent_sample_pages](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_persistent_sample_pages)| +|dev.mysql.com|[sysvar_innodb_stats_persistent_sample_pages](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_stats_persistent_sample_pages)| + +## innodb_stats_sample_pages +|name|value| +|----|-----| +|Name|`innodb_stats_sample_pages`| +|Command line|`--innodb-stats-sample-pages=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8`| +|Dynamic|`true`| +|Range|from: `1` to: `264`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_sample_pages](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_sample_pages)| + +## innodb_stats_traditional +|name|value| +|----|-----| +|Name|`innodb_stats_traditional`| +|Command line|`--innodb-stats-traditional=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_traditional](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_traditional)| + +## innodb_stats_transient_sample_pages +|name|value| +|----|-----| +|Name|`innodb_stats_transient_sample_pages`| +|Command line|`--innodb-stats-transient-sample-pages=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_transient_sample_pages](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_transient_sample_pages)| +|dev.mysql.com|[sysvar_innodb_stats_transient_sample_pages](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_stats_transient_sample_pages)| + +## innodb_stats_update_need_lock +|name|value| +|----|-----| +|Name|`innodb_stats_update_need_lock`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_stats_update_need_lock](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_stats_update_need_lock)| + +## innodb_status_output +|name|value| +|----|-----| +|Name|`innodb_status_output`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_status_output](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_status_output)| +|dev.mysql.com|[sysvar_innodb_status_output](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_status_output)| + +## innodb_status_output_locks +|name|value| +|----|-----| +|Name|`innodb_status_output_locks`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_status_output_locks](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_status_output_locks)| +|dev.mysql.com|[sysvar_innodb_status_output_locks](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_status_output_locks)| + +## innodb_strict_mode +|name|value| +|----|-----| +|Name|`innodb_strict_mode`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_strict_mode](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_strict_mode)| +|dev.mysql.com|[sysvar_innodb_strict_mode](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_strict_mode)| + +## innodb_support_xa +|name|value| +|----|-----| +|Name|`innodb_support_xa`| +|Command line|`--innodb-support-xa`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_support_xa](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_support_xa)| + +## innodb_sync_array_size +|name|value| +|----|-----| +|Name|`innodb_sync_array_size`| +|Command line|`--innodb-sync-array-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| +|Range|from: `1` to: `1024`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_sync_array_size](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_sync_array_size)| +|dev.mysql.com|[sysvar_innodb_sync_array_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_sync_array_size)| + +## innodb_sync_spin_loops +|name|value| +|----|-----| +|Name|`innodb_sync_spin_loops`| +|Command line|`--innodb-sync-spin-loops=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`30`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_sync_spin_loops](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_sync_spin_loops)| +|dev.mysql.com|[sysvar_innodb_sync_spin_loops](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_sync_spin_loops)| + +## innodb_table_locks +|name|value| +|----|-----| +|Name|`innodb_table_locks`| +|Command line|`--innodb-table-locks[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_table_locks](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_table_locks)| +|dev.mysql.com|[sysvar_innodb_table_locks](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_table_locks)| + +## innodb_thread_concurrency +|name|value| +|----|-----| +|Name|`innodb_thread_concurrency`| +|Command line|`--innodb-thread-concurrency=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_thread_concurrency](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_thread_concurrency)| +|dev.mysql.com|[sysvar_innodb_thread_concurrency](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_thread_concurrency)| + +## innodb_thread_concurrency_timer_based +|name|value| +|----|-----| +|Name|`innodb_thread_concurrency_timer_based`| +|Command line|`innodb-thread-concurrency-timer-based={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_thread_concurrency_timer_based](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_thread_concurrency_timer_based)| + +## innodb_thread_sleep_delay +|name|value| +|----|-----| +|Name|`innodb_thread_sleep_delay`| +|Command line|`--innodb-thread-sleep-delay=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10000`| +|Dynamic|`true`| +|Range|from: `0` to: `1000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_thread_sleep_delay](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_thread_sleep_delay)| +|dev.mysql.com|[sysvar_innodb_thread_sleep_delay](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_thread_sleep_delay)| + +## innodb_temp_data_file_path +|name|value| +|----|-----| +|Name|`innodb_temp_data_file_path`| +|Command line|`--innodb-temp-data-path-path=path-name`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`ibtmp1:12M:autoextend`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_temp_data_file_path](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_temp_data_file_path)| +|dev.mysql.com|[sysvar_innodb_temp_data_file_path](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_temp_data_file_path)| + +## innodb_tmpdir +|name|value| +|----|-----| +|Name|`innodb_tmpdir`| +|Command line|`--innodb-tmpdir=path`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_tmpdir](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_tmpdir)| +|dev.mysql.com|[sysvar_innodb_tmpdir](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_tmpdir)| + +## innodb_track_changed_pages +|name|value| +|----|-----| +|Name|`innodb_track_changed_pages`| +|Command line|`innodb-track-changed-pages={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_track_changed_pages](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_track_changed_pages)| + +## innodb_track_redo_log_now +|name|value| +|----|-----| +|Name|`innodb_track_redo_log_now`| +|Command line|`innodb-track-redo-log-now={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_track_redo_log_now](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_track_redo_log_now)| + +## innodb_undo_directory +|name|value| +|----|-----| +|Name|`innodb_undo_directory`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_undo_directory](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_undo_directory)| +|dev.mysql.com|[sysvar_innodb_undo_directory](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_undo_directory)| + +## innodb_undo_log_truncate +|name|value| +|----|-----| +|Name|`innodb_undo_log_truncate`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_undo_log_truncate](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_undo_log_truncate)| +|dev.mysql.com|[sysvar_innodb_undo_log_truncate](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_undo_log_truncate)| + +## innodb_undo_logs +|name|value| +|----|-----| +|Name|`innodb_undo_logs`| +|Command line|`--innodb-undo-logs=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`128`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_undo_logs](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_undo_logs)| +|dev.mysql.com|[sysvar_innodb_undo_logs](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_undo_logs)| + +## innodb_undo_tablespaces +|name|value| +|----|-----| +|Name|`innodb_undo_tablespaces`| +|Command line|`--innodb-undo-tablespaces=#`| +|Type of variable|`integer`| +|Scope|`global`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_undo_tablespaces](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_undo_tablespaces)| +|dev.mysql.com|[sysvar_innodb_undo_tablespaces](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_undo_tablespaces)| + +## innodb_use_atomic_writes +|name|value| +|----|-----| +|Name|`innodb_use_atomic_writes`| +|Command line|`innodb-use-atomic-writes={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_use_atomic_writes](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_use_atomic_writes)| + +## innodb_use_fallocate +|name|value| +|----|-----| +|Name|`innodb_use_fallocate`| +|Command line|`innodb-use-fallocate={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_use_fallocate](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_use_fallocate)| + +## innodb_use_global_flush_log_at_trx_commit +|name|value| +|----|-----| +|Name|`innodb_use_global_flush_log_at_trx_commit`| +|Command line|`innodb-use-global-flush-log-at-trx_commit={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_use_global_flush_log_at_trx_commit](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_use_global_flush_log_at_trx_commit)| + +## innodb_use_mtflush +|name|value| +|----|-----| +|Name|`innodb_use_mtflush`| +|Command line|`--innodb-use-mtflush=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_use_mtflush](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_use_mtflush)| + +## innodb_use_native_aio +|name|value| +|----|-----| +|Name|`innodb_use_native_aio`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_use_native_aio](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_use_native_aio)| +|dev.mysql.com|[sysvar_innodb_use_native_aio](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_use_native_aio)| + +## innodb_use_purge_thread +|name|value| +|----|-----| +|Name|`innodb_use_purge_thread`| +|Command line|`--innodb-use-purge-thread=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| +|Range|from: `0` to: `32`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_use_purge_thread](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_use_purge_thread)| + +## innodb_use_stacktrace +|name|value| +|----|-----| +|Name|`innodb_use_stacktrace`| +|Command line|`--innodb-use-stacktrace=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_use_stacktrace](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_use_stacktrace)| + +## innodb_use_sys_malloc +|name|value| +|----|-----| +|Name|`innodb_use_sys_malloc`| +|Command line|`--innodb-use-sys-malloc=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_use_sys_malloc](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_use_sys_malloc)| + +## innodb_use_sys_stats_table +|name|value| +|----|-----| +|Name|`innodb_use_sys_stats_table`| +|Command line|`innodb-use-sys-stats-table={0|1}`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_use_sys_stats_table](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_use_sys_stats_table)| + +## innodb_use_trim +|name|value| +|----|-----| +|Name|`innodb_use_trim`| +|Command line|`--innodb-use-trim=#`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_use_trim](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_use_trim)| + +## innodb_version +|name|value| +|----|-----| +|Name|`innodb_version`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_version](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_version)| + +## innodb_write_io_threads +|name|value| +|----|-----| +|Name|`innodb_write_io_threads`| +|Command line|`--innodb-write-io-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`4`| +|Dynamic|`false`| +|Range|from: `1` to: `64`| + +### Documentation(s) +|source|anchor name| +|------|----| +|mariadb.com|[innodb_write_io_threads](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/#innodb_write_io_threads)| +|dev.mysql.com|[sysvar_innodb_write_io_threads](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_write_io_threads)| + +## audit_log +|name|value| +|----|-----| +|Name|`audit_log`| +|Command line|`--audit-log[=value]`| +|Type of variable|`enumeration`| +|Default value|`ON`| +|Valid value(s)|`ON`, `OFF`, `FORCE`, `FORCE_PLUS_PERMANENT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_audit-log](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#option_mysqld_audit-log)| + +## audit_log_buffer_size +|name|value| +|----|-----| +|Name|`audit_log_buffer_size`| +|Command line|`--audit-log-buffer-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1048576`| +|Dynamic|`false`| +|Range|from: `4096`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_buffer_size)| + +## audit_log_compression +|name|value| +|----|-----| +|Name|`audit_log_compression`| +|Command line|`--audit-log-compression=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`NONE`| +|Dynamic|`false`| +|Valid value(s)|`NONE`, `GZIP`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_compression](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_compression)| + +## audit_log_connection_policy +|name|value| +|----|-----| +|Name|`audit_log_connection_policy`| +|Command line|`--audit-log-connection-policy=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`ALL`| +|Dynamic|`true`| +|Valid value(s)|`ALL`, `ERRORS`, `NONE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_connection_policy](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_connection_policy)| + +## audit_log_current_session +|name|value| +|----|-----| +|Name|`audit_log_current_session`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`depends on filtering policy`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_current_session](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_current_session)| + +## audit_log_encryption +|name|value| +|----|-----| +|Name|`audit_log_encryption`| +|Command line|`--audit-log-encryption=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`NONE`| +|Dynamic|`false`| +|Valid value(s)|`NONE`, `AES`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_encryption](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_encryption)| + +## audit_log_exclude_accounts +|name|value| +|----|-----| +|Name|`audit_log_exclude_accounts`| +|Command line|`--audit-log-exclude-accounts=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_exclude_accounts](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_exclude_accounts)| + +## audit_log_file +|name|value| +|----|-----| +|Name|`audit_log_file`| +|Command line|`--audit-log-file=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Default value|`audit.log`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_file](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_file)| + +## audit_log_filter_id +|name|value| +|----|-----| +|Name|`audit_log_filter_id`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_filter_id](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_filter_id)| + +## audit_log_flush +|name|value| +|----|-----| +|Name|`audit_log_flush`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_flush](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_flush)| + +## audit_log_format +|name|value| +|----|-----| +|Name|`audit_log_format`| +|Command line|`--audit-log-format=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`NEW`| +|Dynamic|`false`| +|Valid value(s)|`OLD`, `NEW`, `JSON`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_format](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_format)| + +## audit_log_include_accounts +|name|value| +|----|-----| +|Name|`audit_log_include_accounts`| +|Command line|`--audit-log-include-accounts=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_include_accounts](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_include_accounts)| + +## audit_log_password_history_keep_days +|name|value| +|----|-----| +|Name|`audit_log_password_history_keep_days`| +|Command line|`--audit-log-password-history-keep-days=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_password_history_keep_days](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_password_history_keep_days)| + +## audit_log_policy +|name|value| +|----|-----| +|Name|`audit_log_policy`| +|Command line|`--audit-log-policy=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`ALL`| +|Dynamic|`false`| +|Valid value(s)|`ALL`, `LOGINS`, `QUERIES`, `NONE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_policy](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_policy)| + +## audit_log_read_buffer_size +|name|value| +|----|-----| +|Name|`audit_log_read_buffer_size`| +|Command line|`--audit-log-read-buffer-size=#`| +|Type of variable|`integer`| +|Range|to: `4194304`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_read_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_read_buffer_size)| + +## audit_log_rotate_on_size +|name|value| +|----|-----| +|Name|`audit_log_rotate_on_size`| +|Command line|`--audit-log-rotate-on-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_rotate_on_size](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_rotate_on_size)| + +## audit_log_statement_policy +|name|value| +|----|-----| +|Name|`audit_log_statement_policy`| +|Command line|`--audit-log-statement-policy=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`ALL`| +|Dynamic|`true`| +|Valid value(s)|`ALL`, `ERRORS`, `NONE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_statement_policy](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_statement_policy)| + +## audit_log_strategy +|name|value| +|----|-----| +|Name|`audit_log_strategy`| +|Command line|`--audit-log-strategy=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`ASYNCHRONOUS`| +|Dynamic|`false`| +|Valid value(s)|`ASYNCHRONOUS`, `PERFORMANCE`, `SEMISYNCHRONOUS`, `SYNCHRONOUS`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_audit_log_strategy](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_strategy)| + +## innodb +|name|value| +|----|-----| +|Name|`innodb`| +|Command line|`--innodb[=value]`| +|Type of variable|`enumeration`| +|Default value|`ON`| +|Valid value(s)|`OFF`, `ON`, `FORCE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_innodb](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#option_mysqld_innodb)| + +## innodb_status_file +|name|value| +|----|-----| +|Name|`innodb_status_file`| +|Command line|`--innodb-status-file[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_innodb-status-file](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#option_mysqld_innodb-status-file)| + +## daemon_memcached_enable_binlog +|name|value| +|----|-----| +|Name|`daemon_memcached_enable_binlog`| +|Command line|`--daemon-memcached-enable-binlog[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_daemon_memcached_enable_binlog](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_daemon_memcached_enable_binlog)| + +## daemon_memcached_engine_lib_name +|name|value| +|----|-----| +|Name|`daemon_memcached_engine_lib_name`| +|Command line|`--daemon-memcached-engine-lib-name=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Default value|`innodb_engine.so`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_daemon_memcached_engine_lib_name](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_daemon_memcached_engine_lib_name)| + +## daemon_memcached_engine_lib_path +|name|value| +|----|-----| +|Name|`daemon_memcached_engine_lib_path`| +|Command line|`--daemon-memcached-engine-lib-path=dir_name`| +|Type of variable|`directory name`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_daemon_memcached_engine_lib_path](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_daemon_memcached_engine_lib_path)| + +## daemon_memcached_option +|name|value| +|----|-----| +|Name|`daemon_memcached_option`| +|Command line|`--daemon-memcached-option=options`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|``| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_daemon_memcached_option](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_daemon_memcached_option)| + +## daemon_memcached_r_batch_size +|name|value| +|----|-----| +|Name|`daemon_memcached_r_batch_size`| +|Command line|`--daemon-memcached-r-batch-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_daemon_memcached_r_batch_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_daemon_memcached_r_batch_size)| + +## daemon_memcached_w_batch_size +|name|value| +|----|-----| +|Name|`daemon_memcached_w_batch_size`| +|Command line|`--daemon-memcached-w-batch-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_daemon_memcached_w_batch_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_daemon_memcached_w_batch_size)| + +## innodb_background_drop_list_empty +|name|value| +|----|-----| +|Name|`innodb_background_drop_list_empty`| +|Command line|`--innodb-background-drop-list-empty[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_background_drop_list_empty](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_background_drop_list_empty)| + +## innodb_buffer_pool_debug +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_debug`| +|Command line|`--innodb-buffer-pool-debug[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_buffer_pool_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_debug)| + +## innodb_buffer_pool_in_core_file +|name|value| +|----|-----| +|Name|`innodb_buffer_pool_in_core_file`| +|Command line|`--innodb-buffer-pool-in-core-file[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_buffer_pool_in_core_file](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_buffer_pool_in_core_file)| + +## innodb_checkpoint_disabled +|name|value| +|----|-----| +|Name|`innodb_checkpoint_disabled`| +|Command line|`--innodb-checkpoint-disabled[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_checkpoint_disabled](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_checkpoint_disabled)| + +## innodb_compress_debug +|name|value| +|----|-----| +|Name|`innodb_compress_debug`| +|Command line|`--innodb-compress-debug=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`none`| +|Dynamic|`true`| +|Valid value(s)|`none`, `zlib`, `lz4`, `lz4hc`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_compress_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_compress_debug)| + +## innodb_ddl_log_crash_reset_debug +|name|value| +|----|-----| +|Name|`innodb_ddl_log_crash_reset_debug`| +|Command line|`--innodb-ddl-log-crash-reset-debug[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_ddl_log_crash_reset_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ddl_log_crash_reset_debug)| + +## innodb_dedicated_server +|name|value| +|----|-----| +|Name|`innodb_dedicated_server`| +|Command line|`--innodb-dedicated-server[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_dedicated_server](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_dedicated_server)| + +## innodb_directories +|name|value| +|----|-----| +|Name|`innodb_directories`| +|Command line|`--innodb-directories=dir_name`| +|Type of variable|`directory name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_directories](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_directories)| + +## innodb_fil_make_page_dirty_debug +|name|value| +|----|-----| +|Name|`innodb_fil_make_page_dirty_debug`| +|Command line|`--innodb-fil-make-page-dirty-debug=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_fil_make_page_dirty_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_fil_make_page_dirty_debug)| + +## innodb_fsync_threshold +|name|value| +|----|-----| +|Name|`innodb_fsync_threshold`| +|Command line|`--innodb-fsync-threshold=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_fsync_threshold](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_fsync_threshold)| + +## innodb_limit_optimistic_insert_debug +|name|value| +|----|-----| +|Name|`innodb_limit_optimistic_insert_debug`| +|Command line|`--innodb-limit-optimistic-insert-debug=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_limit_optimistic_insert_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_limit_optimistic_insert_debug)| + +## innodb_log_checkpoint_fuzzy_now +|name|value| +|----|-----| +|Name|`innodb_log_checkpoint_fuzzy_now`| +|Command line|`--innodb-log-checkpoint-fuzzy-now[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_log_checkpoint_fuzzy_now](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_checkpoint_fuzzy_now)| + +## innodb_log_checkpoint_now +|name|value| +|----|-----| +|Name|`innodb_log_checkpoint_now`| +|Command line|`--innodb-log-checkpoint-now[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_log_checkpoint_now](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_checkpoint_now)| + +## innodb_log_spin_cpu_abs_lwm +|name|value| +|----|-----| +|Name|`innodb_log_spin_cpu_abs_lwm`| +|Command line|`--innodb-log-spin-cpu-abs-lwm=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`80`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_log_spin_cpu_abs_lwm](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_spin_cpu_abs_lwm)| + +## innodb_log_spin_cpu_pct_hwm +|name|value| +|----|-----| +|Name|`innodb_log_spin_cpu_pct_hwm`| +|Command line|`--innodb-log-spin-cpu-pct-hwm=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`50`| +|Dynamic|`true`| +|Range|from: `0` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_log_spin_cpu_pct_hwm](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_spin_cpu_pct_hwm)| + +## innodb_log_wait_for_flush_spin_hwm +|name|value| +|----|-----| +|Name|`innodb_log_wait_for_flush_spin_hwm`| +|Command line|`--innodb-log-wait-for-flush-spin-hwm=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`400`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_log_wait_for_flush_spin_hwm](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_log_wait_for_flush_spin_hwm)| + +## innodb_merge_threshold_set_all_debug +|name|value| +|----|-----| +|Name|`innodb_merge_threshold_set_all_debug`| +|Command line|`--innodb-merge-threshold-set-all-debug=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`50`| +|Dynamic|`true`| +|Range|from: `1` to: `50`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_merge_threshold_set_all_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_merge_threshold_set_all_debug)| + +## innodb_parallel_read_threads +|name|value| +|----|-----| +|Name|`innodb_parallel_read_threads`| +|Command line|`--innodb-parallel-read-threads=#`| +|Type of variable|`integer`| +|Scope|`session`| +|Default value|`4`| +|Dynamic|`true`| +|Range|from: `1` to: `256`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_parallel_read_threads](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_parallel_read_threads)| + +## innodb_print_ddl_logs +|name|value| +|----|-----| +|Name|`innodb_print_ddl_logs`| +|Command line|`--innodb-print-ddl-logs[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_print_ddl_logs](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_print_ddl_logs)| + +## innodb_redo_log_archive_dirs +|name|value| +|----|-----| +|Name|`innodb_redo_log_archive_dirs`| +|Command line|`--innodb-redo-log-archive-dirs`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_redo_log_archive_dirs](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_redo_log_archive_dirs)| + +## innodb_redo_log_encrypt +|name|value| +|----|-----| +|Name|`innodb_redo_log_encrypt`| +|Command line|`--innodb-redo-log-encrypt[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_redo_log_encrypt](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_redo_log_encrypt)| + +## innodb_scan_directories +|name|value| +|----|-----| +|Name|`innodb_scan_directories`| +|Command line|`--innodb-scan-directories=dir_name`| +|Type of variable|`directory name`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_scan_directories](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_scan_directories)| + +## innodb_saved_page_number_debug +|name|value| +|----|-----| +|Name|`innodb_saved_page_number_debug`| +|Command line|`--innodb-saved-page-number-debug=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_saved_page_number_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_saved_page_number_debug)| + +## innodb_spin_wait_pause_multiplier +|name|value| +|----|-----| +|Name|`innodb_spin_wait_pause_multiplier`| +|Command line|`--innodb-spin-wait-pause-multiplier=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`50`| +|Dynamic|`true`| +|Range|from: `1` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_spin_wait_pause_multiplier](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_spin_wait_pause_multiplier)| + +## innodb_sync_debug +|name|value| +|----|-----| +|Name|`innodb_sync_debug`| +|Command line|`--innodb-sync-debug[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_sync_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_sync_debug)| + +## innodb_temp_tablespaces_dir +|name|value| +|----|-----| +|Name|`innodb_temp_tablespaces_dir`| +|Command line|`--innodb-temp-tablespaces-dir=dir_name`| +|Type of variable|`directory name`| +|Scope|`global`| +|Default value|`#innodb_temp`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_temp_tablespaces_dir](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_temp_tablespaces_dir)| + +## innodb_trx_purge_view_update_only_debug +|name|value| +|----|-----| +|Name|`innodb_trx_purge_view_update_only_debug`| +|Command line|`--innodb-trx-purge-view-update-only-debug[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_trx_purge_view_update_only_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_trx_purge_view_update_only_debug)| + +## innodb_trx_rseg_n_slots_debug +|name|value| +|----|-----| +|Name|`innodb_trx_rseg_n_slots_debug`| +|Command line|`--innodb-trx-rseg-n-slots-debug=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|to: `1024`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_trx_rseg_n_slots_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_trx_rseg_n_slots_debug)| + +## innodb_undo_log_encrypt +|name|value| +|----|-----| +|Name|`innodb_undo_log_encrypt`| +|Command line|`--innodb-undo-log-encrypt[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_innodb_undo_log_encrypt](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_undo_log_encrypt)| + +## ndbcluster +|name|value| +|----|-----| +|Name|`ndbcluster`| +|Command line|`--ndbcluster`| +|Default value|`FALSE (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndbcluster](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndbcluster)| + +## ndb-allow-copying-alter-table +|name|value| +|----|-----| +|Name|`ndb-allow-copying-alter-table`| +|Command line|`--ndb-allow-copying-alter-table=[ON|OFF]`| +|Scope|`global`, `session`| +|Default value|`ON (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-allow-copying-alter-table](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-allow-copying-alter-table)| + +## ndb-batch-size +|name|value| +|----|-----| +|Name|`ndb-batch-size`| +|Command line|`--ndb-batch-size=#`| +|Scope|`global`| +|Default value|`32768 / 0 - 31536000 (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-batch-size](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-batch-size)| + +## ndb-cluster-connection-pool +|name|value| +|----|-----| +|Name|`ndb-cluster-connection-pool`| +|Command line|`--ndb-cluster-connection-pool=#`| +|Scope|`global`| +|Default value|`1 / 1 - 63 (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-cluster-connection-pool](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-cluster-connection-pool)| + +## ndb-cluster-connection-pool-nodeids +|name|value| +|----|-----| +|Name|`ndb-cluster-connection-pool-nodeids`| +|Command line|`--ndb-cluster-connection-pool-nodeids=list`| +|Scope|`global`| +|Default value|`/ (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-cluster-connection-pool-nodeids](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-cluster-connection-pool-nodeids)| + +## ndb-blob-read-batch-bytes +|name|value| +|----|-----| +|Name|`ndb-blob-read-batch-bytes`| +|Command line|`--ndb-blob-read-batch-bytes=bytes`| +|Scope|`global`, `session`| +|Default value|`65536 / 0 - 4294967295 (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-blob-read-batch-bytes](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-blob-read-batch-bytes)| + +## ndb-blob-write-batch-bytes +|name|value| +|----|-----| +|Name|`ndb-blob-write-batch-bytes`| +|Command line|`--ndb-blob-write-batch-bytes=bytes`| +|Scope|`global`, `session`| +|Default value|`65536 / 0 - 4294967295 (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-blob-write-batch-bytes](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-blob-write-batch-bytes)| + +## ndb-connectstring +|name|value| +|----|-----| +|Name|`ndb-connectstring`| +|Command line|`--ndb-connectstring=connection_string`| +|Default value|`(Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-connectstring](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-connectstring)| + +## ndb-default-column-format +|name|value| +|----|-----| +|Name|`ndb-default-column-format`| +|Command line|`--ndb-default-column-format=[FIXED|DYNAMIC]`| +|Scope|`global`| +|Default value|`FIXED / FIXED, DYNAMIC (Version: 5.7.16-ndb-7.5.4)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-default-column-format](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-default-column-format)| + +## ndb-deferred-constraints +|name|value| +|----|-----| +|Name|`ndb-deferred-constraints`| +|Command line|`--ndb-deferred-constraints=[0|1]`| +|Scope|`global`, `session`| +|Default value|`0 / 0 - 1 (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-deferred-constraints](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-deferred-constraints)| + +## ndb-distribution +|name|value| +|----|-----| +|Name|`ndb-distribution`| +|Command line|`--ndb-distribution=[KEYHASH|LINHASH]`| +|Scope|`global`| +|Default value|`KEYHASH / LINHASH, KEYHASH (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-distribution](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-distribution)| + +## ndb-log-apply-status +|name|value| +|----|-----| +|Name|`ndb-log-apply-status`| +|Command line|`--ndb-log-apply-status`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-log-apply-status](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-log-apply-status)| + +## ndb-log-empty-epochs +|name|value| +|----|-----| +|Name|`ndb-log-empty-epochs`| +|Command line|`--ndb-log-empty-epochs=[ON|OFF]`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-log-empty-epochs](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-log-empty-epochs)| + +## ndb-log-empty-update +|name|value| +|----|-----| +|Name|`ndb-log-empty-update`| +|Command line|`--ndb-log-empty-update=[ON|OFF]`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-log-empty-update](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-log-empty-update)| + +## ndb-log-exclusive-reads +|name|value| +|----|-----| +|Name|`ndb-log-exclusive-reads`| +|Command line|`--ndb-log-exclusive-reads=[0|1]`| +|Scope|`global`, `session`| +|Default value|`0 (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-log-exclusive-reads](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-log-exclusive-reads)| + +## ndb-log-orig +|name|value| +|----|-----| +|Name|`ndb-log-orig`| +|Command line|`--ndb-log-orig`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-log-orig](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-log-orig)| + +## ndb-log-transaction-id +|name|value| +|----|-----| +|Name|`ndb-log-transaction-id`| +|Command line|`--ndb-log-transaction-id`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-log-transaction-id](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-log-transaction-id)| + +## ndb-log-update-minimal +|name|value| +|----|-----| +|Name|`ndb-log-update-minimal`| +|Command line|`--ndb-log-update-minimal`| +|Scope|`global`| +|Default value|`OFF (Version: 5.7.18-ndb-7.6.3)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-log-update-minimal](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-log-update-minimal)| + +## ndb-mgmd-host +|name|value| +|----|-----| +|Name|`ndb-mgmd-host`| +|Command line|`--ndb-mgmd-host=host[:port]`| +|Default value|`localhost:1186 (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-mgmd-host](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-mgmd-host)| + +## ndb-nodeid +|name|value| +|----|-----| +|Name|`ndb-nodeid`| +|Command line|`--ndb-nodeid=#`| +|Scope|`global`| +|Default value|`/ 1 - 255 (Version: 5.1.5)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-nodeid](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-nodeid)| + +## ndb-optimization-delay +|name|value| +|----|-----| +|Name|`ndb-optimization-delay`| +|Command line|`--ndb-optimization-delay=milliseconds`| +|Scope|`global`| +|Default value|`10 / 0 - 100000 (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-optimization-delay](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-optimization-delay)| + +## ndb-recv-thread-activation-threshold +|name|value| +|----|-----| +|Name|`ndb-recv-thread-activation-threshold`| +|Command line|`--ndb-recv-thread-activation-threshold=threshold`| +|Default value|`8 / 0 (MIN_ACTIVATION_THRESHOLD) - 16 (MAX_ACTIVATION_THRESHOLD), (Version: 5.6.10-ndb-7.3.1)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-recv-thread-activation-threshold](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-recv-thread-activation-threshold)| + +## ndb-recv-thread-cpu-mask +|name|value| +|----|-----| +|Name|`ndb-recv-thread-cpu-mask`| +|Command line|`--ndb-recv-thread-cpu-mask=bitmask`| +|Default value|`[empty] (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-recv-thread-cpu-mask](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-recv-thread-cpu-mask)| + +## ndb-transid-mysql-connection-map +|name|value| +|----|-----| +|Name|`ndb-transid-mysql-connection-map`| +|Command line|`ndb-transid-mysql-connection-map=state`| +|Default value|`ON / ON, OFF, FORCE (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-transid-mysql-connection-map](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-transid-mysql-connection-map)| + +## ndb-wait-connected +|name|value| +|----|-----| +|Name|`ndb-wait-connected`| +|Command line|`--ndb-wait-connected=seconds`| +|Scope|`global`| +|Default value|`30 / 0 - 31536000 (Version: 5.1.56-ndb-7.1.16)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-wait-connected](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-wait-connected)| + +## ndb-wait-setup +|name|value| +|----|-----| +|Name|`ndb-wait-setup`| +|Command line|`--ndb-wait-setup=seconds`| +|Scope|`global`| +|Default value|`30 / 0 - 31536000 (Version: 5.1.56-ndb-7.1.16)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ndb-wait-setup](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_ndb-wait-setup)| + +## skip-ndbcluster +|name|value| +|----|-----| +|Name|`skip-ndbcluster`| +|Command line|`--skip-ndbcluster`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_skip-ndbcluster](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#option_mysqld_skip-ndbcluster)| + +## ndb_autoincrement_prefetch_sz +|name|value| +|----|-----| +|Name|`ndb_autoincrement_prefetch_sz`| +|Scope|`global`, `session`| +|Default value|`1 / 1 - 256 (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_autoincrement_prefetch_sz](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_autoincrement_prefetch_sz)| + +## ndb_cache_check_time +|name|value| +|----|-----| +|Name|`ndb_cache_check_time`| +|Scope|`global`| +|Default value|`0 / - (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_cache_check_time](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_cache_check_time)| + +## ndb_clear_apply_status +|name|value| +|----|-----| +|Name|`ndb_clear_apply_status`| +|Scope|`global`| +|Default value|`ON (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_clear_apply_status](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_clear_apply_status)| + +## ndb_data_node_neighbour +|name|value| +|----|-----| +|Name|`ndb_data_node_neighbour`| +|Scope|`global`| +|Default value|`0 / 0 - 255 (Version: 5.7.12-ndb-7.5.2)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_data_node_neighbour](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_data_node_neighbour)| + +## ndb_default_column_format +|name|value| +|----|-----| +|Name|`ndb_default_column_format`| +|Scope|`global`| +|Default value|`FIXED / FIXED, DYNAMIC (Version: 5.7.16-ndb-7.5.4)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_default_column_format](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_default_column_format)| + +## ndb_deferred_constraints +|name|value| +|----|-----| +|Name|`ndb_deferred_constraints`| +|Scope|`global`, `session`| +|Default value|`0 / 0 - 1 (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_deferred_constraints](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_deferred_constraints)| + +## ndb_distribution +|name|value| +|----|-----| +|Name|`ndb_distribution`| +|Scope|`global`| +|Default value|`KEYHASH / LINHASH, KEYHASH (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_distribution](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_distribution)| + +## ndb_eventbuffer_free_percent +|name|value| +|----|-----| +|Name|`ndb_eventbuffer_free_percent`| +|Scope|`global`| +|Default value|`20 / 1 - 99 (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_eventbuffer_free_percent](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_eventbuffer_free_percent)| + +## ndb_eventbuffer_max_alloc +|name|value| +|----|-----| +|Name|`ndb_eventbuffer_max_alloc`| +|Scope|`global`| +|Default value|`0 / 0 - 4294967295 (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_eventbuffer_max_alloc](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_eventbuffer_max_alloc)| + +## ndb_extra_logging +|name|value| +|----|-----| +|Name|`ndb_extra_logging`| +|Scope|`global`| +|Default value|`1 / - (Version: 5.1.19-ndb-6.3.0)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_extra_logging](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_extra_logging)| + +## ndb_force_send +|name|value| +|----|-----| +|Name|`ndb_force_send`| +|Scope|`global`, `session`| +|Default value|`TRUE (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_force_send](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_force_send)| + +## ndb_fully_replicated +|name|value| +|----|-----| +|Name|`ndb_fully_replicated`| +|Scope|`global`, `session`| +|Default value|`OFF (Version: 5.7.12-ndb-7-5-2)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_fully_replicated](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_fully_replicated)| + +## ndb_index_stat_enable +|name|value| +|----|-----| +|Name|`ndb_index_stat_enable`| +|Scope|`global`, `session`| +|Default value|`ON (Version: 5.5.15-ndb-7.2.1)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_index_stat_enable](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_index_stat_enable)| + +## ndb_index_stat_option +|name|value| +|----|-----| +|Name|`ndb_index_stat_option`| +|Scope|`global`, `session`| +|Default value|`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`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_index_stat_option](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_index_stat_option)| + +## ndb_join_pushdown +|name|value| +|----|-----| +|Name|`ndb_join_pushdown`| +|Scope|`global`, `session`| +|Default value|`TRUE (Version: 5.1.51-ndb-7.2.0)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_join_pushdown](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_join_pushdown)| + +## ndb_log_apply_status +|name|value| +|----|-----| +|Name|`ndb_log_apply_status`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_log_apply_status](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_log_apply_status)| + +## ndb_log_bin +|name|value| +|----|-----| +|Name|`ndb_log_bin`| +|Scope|`global`, `session`| +|Default value|`ON (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_log_bin](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_log_bin)| + +## ndb_log_binlog_index +|name|value| +|----|-----| +|Name|`ndb_log_binlog_index`| +|Scope|`global`| +|Default value|`ON (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_log_binlog_index](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_log_binlog_index)| + +## ndb_log_empty_epochs +|name|value| +|----|-----| +|Name|`ndb_log_empty_epochs`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_log_empty_epochs](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_log_empty_epochs)| + +## ndb_log_empty_update +|name|value| +|----|-----| +|Name|`ndb_log_empty_update`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_log_empty_update](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_log_empty_update)| + +## ndb_log_exclusive_reads +|name|value| +|----|-----| +|Name|`ndb_log_exclusive_reads`| +|Scope|`global`, `session`| +|Default value|`0 (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_log_exclusive_reads](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_log_exclusive_reads)| + +## ndb_log_orig +|name|value| +|----|-----| +|Name|`ndb_log_orig`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_log_orig](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_log_orig)| + +## ndb_log_transaction_id +|name|value| +|----|-----| +|Name|`ndb_log_transaction_id`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_log_transaction_id](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_log_transaction_id)| + +## ndb_optimized_node_selection +|name|value| +|----|-----| +|Name|`ndb_optimized_node_selection`| +|Scope|`global`| +|Default value|`3 / 0 - 3 (Version: 5.1.22-ndb-6.3.4)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_optimized_node_selection](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_optimized_node_selection)| + +## ndb_read_backup +|name|value| +|----|-----| +|Name|`ndb_read_backup`| +|Scope|`global`| +|Default value|`OFF (Version: 5.7.12-ndb-7.5.2)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_read_backup](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_read_backup)| + +## ndb_recv_thread_activation_threshold +|name|value| +|----|-----| +|Name|`ndb_recv_thread_activation_threshold`| +|Default value|`8 / 0 (MIN_ACTIVATION_THRESHOLD) - 16 (MAX_ACTIVATION_THRESHOLD), (Version: 5.6.10-ndb-7.3.1)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_recv_thread_activation_threshold](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_recv_thread_activation_threshold)| + +## ndb_recv_thread_cpu_mask +|name|value| +|----|-----| +|Name|`ndb_recv_thread_cpu_mask`| +|Scope|`global`| +|Default value|`[empty] (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_recv_thread_cpu_mask](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_recv_thread_cpu_mask)| + +## ndb_report_thresh_binlog_epoch_slip +|name|value| +|----|-----| +|Name|`ndb_report_thresh_binlog_epoch_slip`| +|Scope|`global`| +|Default value|`10 / 0 - 256 (Version: 5.7.16-ndb-7.5.4)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_report_thresh_binlog_epoch_slip](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_report_thresh_binlog_epoch_slip)| + +## ndb_report_thresh_binlog_mem_usage +|name|value| +|----|-----| +|Name|`ndb_report_thresh_binlog_mem_usage`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`1 / 0 - 1 (Version: NDB 7.6.8)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_report_thresh_binlog_mem_usage](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_report_thresh_binlog_mem_usage)| + +## ndb_row_checksum +|name|value| +|----|-----| +|Name|`ndb_row_checksum`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1 / 0 - 1 (Version: NDB 7.6.8)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_row_checksum](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_row_checksum)| + +## ndb_show_foreign_key_mock_tables +|name|value| +|----|-----| +|Name|`ndb_show_foreign_key_mock_tables`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_show_foreign_key_mock_tables](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_show_foreign_key_mock_tables)| + +## ndb_slave_conflict_role +|name|value| +|----|-----| +|Name|`ndb_slave_conflict_role`| +|Scope|`global`| +|Default value|`NONE / NONE, PRIMARY, SECONDARY, PASS (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_slave_conflict_role](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_slave_conflict_role)| + +## ndb_table_no_logging +|name|value| +|----|-----| +|Name|`ndb_table_no_logging`| +|Scope|`session`| +|Default value|`FALSE (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_table_no_logging](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_table_no_logging)| + +## ndb_table_temporary +|name|value| +|----|-----| +|Name|`ndb_table_temporary`| +|Scope|`session`| +|Default value|`FALSE (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_table_temporary](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_table_temporary)| + +## ndb_use_copying_alter_table +|name|value| +|----|-----| +|Name|`ndb_use_copying_alter_table`| +|Scope|`global`, `session`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_use_copying_alter_table](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_use_copying_alter_table)| + +## ndb_use_exact_count +|name|value| +|----|-----| +|Name|`ndb_use_exact_count`| +|Scope|`global`, `session`| +|Default value|`OFF (Version: 5.1.47-ndb-7.1.8)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_use_exact_count](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_use_exact_count)| + +## ndb_use_transactions +|name|value| +|----|-----| +|Name|`ndb_use_transactions`| +|Scope|`global`, `session`| +|Default value|`ON (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_use_transactions](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_use_transactions)| + +## ndb_version +|name|value| +|----|-----| +|Name|`ndb_version`| +|Scope|`global`| +|Default value|`(Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_version](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_version)| + +## ndb_version_string +|name|value| +|----|-----| +|Name|`ndb_version_string`| +|Scope|`global`| +|Default value|`(Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndb_version_string](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndb_version_string)| + +## server_id_bits +|name|value| +|----|-----| +|Name|`server_id_bits`| +|Scope|`global`| +|Default value|`32 / 7 - 32 (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_server_id_bits](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_server_id_bits)| + +## slave_allow_batching +|name|value| +|----|-----| +|Name|`slave_allow_batching`| +|Scope|`global`| +|Default value|`off (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_slave_allow_batching](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_slave_allow_batching)| + +## transaction_allow_batching +|name|value| +|----|-----| +|Name|`transaction_allow_batching`| +|Scope|`session`| +|Default value|`FALSE (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_transaction_allow_batching](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_transaction_allow_batching)| + +## ndbinfo_database +|name|value| +|----|-----| +|Name|`ndbinfo_database`| +|Scope|`global`| +|Default value|`ndbinfo (Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndbinfo_database](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndbinfo_database)| + +## ndbinfo_max_bytes +|name|value| +|----|-----| +|Name|`ndbinfo_max_bytes`| +|Scope|`global`, `session`| +|Default value|`0 / - (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndbinfo_max_bytes](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndbinfo_max_bytes)| + +## ndbinfo_max_rows +|name|value| +|----|-----| +|Name|`ndbinfo_max_rows`| +|Scope|`global`, `session`| +|Default value|`10 / - (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndbinfo_max_rows](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndbinfo_max_rows)| + +## ndbinfo_offline +|name|value| +|----|-----| +|Name|`ndbinfo_offline`| +|Scope|`global`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndbinfo_offline](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndbinfo_offline)| + +## ndbinfo_show_hidden +|name|value| +|----|-----| +|Name|`ndbinfo_show_hidden`| +|Scope|`global`, `session`| +|Default value|`OFF (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndbinfo_show_hidden](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndbinfo_show_hidden)| + +## ndbinfo_table_prefix +|name|value| +|----|-----| +|Name|`ndbinfo_table_prefix`| +|Scope|`global`, `session`| +|Default value|`ndb$ (Version: NDB 7.5-7.6)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndbinfo_table_prefix](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndbinfo_table_prefix)| + +## ndbinfo_version +|name|value| +|----|-----| +|Name|`ndbinfo_version`| +|Scope|`global`| +|Default value|`(Version: NDB 7.5-7.6)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ndbinfo_version](https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html#sysvar_ndbinfo_version)| + +## performance_schema_error_size +|name|value| +|----|-----| +|Name|`performance_schema_error_size`| +|Command line|`--performance-schema-error-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`number of server error codes`| +|Dynamic|`false`| +|Range|from: `0` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_error_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_error_size)| + +## performance_schema_events_transactions_history_long_size +|name|value| +|----|-----| +|Name|`performance_schema_events_transactions_history_long_size`| +|Command line|`--performance-schema-events-transactions-history-long-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autosizing; do not use -1)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_events_transactions_history_long_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_events_transactions_history_long_size)| + +## performance_schema_events_transactions_history_size +|name|value| +|----|-----| +|Name|`performance_schema_events_transactions_history_size`| +|Command line|`--performance-schema-events-transactions-history-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autosizing; do not use -1)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_events_transactions_history_size](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_events_transactions_history_size)| + +## performance_schema_max_digest_sample_age +|name|value| +|----|-----| +|Name|`performance_schema_max_digest_sample_age`| +|Command line|`--performance-schema-max-digest-sample-age=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`60`| +|Dynamic|`true`| +|Range|from: `0` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_max_digest_sample_age](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_digest_sample_age)| + +## performance_schema_max_index_stat +|name|value| +|----|-----| +|Name|`performance_schema_max_index_stat`| +|Command line|`--performance-schema-max-index-stat=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autosizing; do not use -1)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_max_index_stat](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_index_stat)| + +## performance_schema_max_memory_classes +|name|value| +|----|-----| +|Name|`performance_schema_max_memory_classes`| +|Command line|`--performance-schema-max-memory-classes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_max_memory_classes](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_memory_classes)| + +## performance_schema_max_metadata_locks +|name|value| +|----|-----| +|Name|`performance_schema_max_metadata_locks`| +|Command line|`--performance-schema-max-metadata-locks=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autoscaling; do not use -1)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_max_metadata_locks](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_metadata_locks)| + +## performance_schema_max_prepared_statements_instances +|name|value| +|----|-----| +|Name|`performance_schema_max_prepared_statements_instances`| +|Command line|`--performance-schema-max-prepared-statements-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autoscaling; do not use -1)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_max_prepared_statements_instances](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_prepared_statements_instances)| + +## performance_schema_max_program_instances +|name|value| +|----|-----| +|Name|`performance_schema_max_program_instances`| +|Command line|`--performance-schema-max-program-instances=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autoscaling; do not use -1)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_max_program_instances](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_program_instances)| + +## performance_schema_max_sql_text_length +|name|value| +|----|-----| +|Name|`performance_schema_max_sql_text_length`| +|Command line|`--performance-schema-max-sql-text-length=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1024`| +|Dynamic|`false`| +|Range|from: `0` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_max_sql_text_length](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_sql_text_length)| + +## performance_schema_max_statement_stack +|name|value| +|----|-----| +|Name|`performance_schema_max_statement_stack`| +|Command line|`--performance-schema-max-statement-stack=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_max_statement_stack](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_statement_stack)| + +## performance_schema_max_table_lock_stat +|name|value| +|----|-----| +|Name|`performance_schema_max_table_lock_stat`| +|Command line|`--performance-schema-max-table-lock-stat=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`(-1 signifies autosizing; do not use -1)`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_performance_schema_max_table_lock_stat](https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html#sysvar_performance_schema_max_table_lock_stat)| + +## authentication_ldap_sasl_auth_method_name +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_auth_method_name`| +|Command line|`--authentication-ldap-sasl-auth-method-name=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`SCRAM-SHA-1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_auth_method_name](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_auth_method_name)| + +## authentication_ldap_sasl_bind_base_dn +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_bind_base_dn`| +|Command line|`--authentication-ldap-sasl-bind-base-dn=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_bind_base_dn](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_bind_base_dn)| + +## authentication_ldap_sasl_bind_root_dn +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_bind_root_dn`| +|Command line|`--authentication-ldap-sasl-bind-root-dn=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_bind_root_dn](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_bind_root_dn)| + +## authentication_ldap_sasl_bind_root_pwd +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_bind_root_pwd`| +|Command line|`--authentication-ldap-sasl-bind-root-pwd=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_bind_root_pwd](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_bind_root_pwd)| + +## authentication_ldap_sasl_ca_path +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_ca_path`| +|Command line|`--authentication-ldap-sasl-ca-path=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_ca_path](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_ca_path)| + +## authentication_ldap_sasl_group_search_attr +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_group_search_attr`| +|Command line|`--authentication-ldap-sasl-group-search-attr=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`cn`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_group_search_attr](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_group_search_attr)| + +## authentication_ldap_sasl_group_search_filter +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_group_search_filter`| +|Command line|`--authentication-ldap-sasl-group-search-filter=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(|(&(objectClass=posixGroup)(memberUid=%s))(&(objectClass=group)(member=%s)))`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_group_search_filter](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_group_search_filter)| + +## authentication_ldap_sasl_init_pool_size +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_init_pool_size`| +|Command line|`--authentication-ldap-sasl-init-pool-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`true`| +|Range|from: `0` to: `32767`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_init_pool_size](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_init_pool_size)| + +## authentication_ldap_sasl_log_status +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_log_status`| +|Command line|`--authentication-ldap-sasl-log-status=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_log_status](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_log_status)| + +## authentication_ldap_sasl_max_pool_size +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_max_pool_size`| +|Command line|`--authentication-ldap-sasl-max-pool-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1000`| +|Dynamic|`true`| +|Range|from: `0` to: `32767`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_max_pool_size](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_max_pool_size)| + +## authentication_ldap_sasl_server_host +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_server_host`| +|Command line|`--authentication-ldap-sasl-server-host=host_name`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_server_host](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_server_host)| + +## authentication_ldap_sasl_server_port +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_server_port`| +|Command line|`--authentication-ldap-sasl-server-port=port_num`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`389`| +|Dynamic|`true`| +|Range|from: `1` to: `32376`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_server_port](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_server_port)| + +## authentication_ldap_sasl_tls +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_tls`| +|Command line|`--authentication-ldap-sasl-tls[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_tls](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_tls)| + +## authentication_ldap_sasl_user_search_attr +|name|value| +|----|-----| +|Name|`authentication_ldap_sasl_user_search_attr`| +|Command line|`--authentication-ldap-sasl-user-search-attr=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`uid`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_sasl_user_search_attr](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_sasl_user_search_attr)| + +## authentication_ldap_simple_auth_method_name +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_auth_method_name`| +|Command line|`--authentication-ldap-simple-auth-method-name=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`SIMPLE`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_auth_method_name](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_auth_method_name)| + +## authentication_ldap_simple_bind_base_dn +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_bind_base_dn`| +|Command line|`--authentication-ldap-simple-bind-base-dn=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_bind_base_dn](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_bind_base_dn)| + +## authentication_ldap_simple_bind_root_dn +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_bind_root_dn`| +|Command line|`--authentication-ldap-simple-bind-root-dn=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_bind_root_dn](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_bind_root_dn)| + +## authentication_ldap_simple_bind_root_pwd +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_bind_root_pwd`| +|Command line|`--authentication-ldap-simple-bind-root-pwd=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_bind_root_pwd](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_bind_root_pwd)| + +## authentication_ldap_simple_ca_path +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_ca_path`| +|Command line|`--authentication-ldap-simple-ca-path=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_ca_path](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_ca_path)| + +## authentication_ldap_simple_group_search_attr +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_group_search_attr`| +|Command line|`--authentication-ldap-simple-group-search-attr=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`cn`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_group_search_attr](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_group_search_attr)| + +## authentication_ldap_simple_group_search_filter +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_group_search_filter`| +|Command line|`--authentication-ldap-simple-group-search-filter=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`(|(&(objectClass=posixGroup)(memberUid=%s))(&(objectClass=group)(member=%s)))`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_group_search_filter](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_group_search_filter)| + +## authentication_ldap_simple_init_pool_size +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_init_pool_size`| +|Command line|`--authentication-ldap-simple-init-pool-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`10`| +|Dynamic|`true`| +|Range|from: `0` to: `32767`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_init_pool_size](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_init_pool_size)| + +## authentication_ldap_simple_log_status +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_log_status`| +|Command line|`--authentication-ldap-simple-log-status=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_log_status](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_log_status)| + +## authentication_ldap_simple_max_pool_size +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_max_pool_size`| +|Command line|`--authentication-ldap-simple-max-pool-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1000`| +|Dynamic|`true`| +|Range|from: `0` to: `32767`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_max_pool_size](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_max_pool_size)| + +## authentication_ldap_simple_server_host +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_server_host`| +|Command line|`--authentication-ldap-simple-server-host=host_name`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_server_host](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_server_host)| + +## authentication_ldap_simple_server_port +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_server_port`| +|Command line|`--authentication-ldap-simple-server-port=port_num`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`389`| +|Dynamic|`true`| +|Range|from: `1` to: `32376`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_server_port](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_server_port)| + +## authentication_ldap_simple_tls +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_tls`| +|Command line|`--authentication-ldap-simple-tls[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_tls](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_tls)| + +## authentication_ldap_simple_user_search_attr +|name|value| +|----|-----| +|Name|`authentication_ldap_simple_user_search_attr`| +|Command line|`--authentication-ldap-simple-user-search-attr=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`uid`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_ldap_simple_user_search_attr](https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html#sysvar_authentication_ldap_simple_user_search_attr)| + +## binlog_row_event_max_size +|name|value| +|----|-----| +|Name|`binlog_row_event_max_size`| +|Command line|`--binlog-row-event-max-size=#`| +|Type of variable|`integer`| +|Default value|`8192`| +|Range|from: `256`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_binlog-row-event-max-size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#option_mysqld_binlog-row-event-max-size)| +|dev.mysql.com|[sysvar_binlog_row_event_max_size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_row_event_max_size)| +|dev.mysql.com|[option_mysqld_binlog-row-event-max-size](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#option_mysqld_binlog-row-event-max-size)| + +## binlog_do_db +|name|value| +|----|-----| +|Name|`binlog_do_db`| +|Command line|`--binlog-do-db=name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_binlog-do-db](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#option_mysqld_binlog-do-db)| +|dev.mysql.com|[option_mysqld_binlog-do-db](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#option_mysqld_binlog-do-db)| + +## binlog_ignore_db +|name|value| +|----|-----| +|Name|`binlog_ignore_db`| +|Command line|`--binlog-ignore-db=name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_binlog-ignore-db](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#option_mysqld_binlog-ignore-db)| +|dev.mysql.com|[option_mysqld_binlog-ignore-db](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#option_mysqld_binlog-ignore-db)| + +## max_binlog_dump_events +|name|value| +|----|-----| +|Name|`max_binlog_dump_events`| +|Command line|`--max-binlog-dump-events=#`| +|Type of variable|`integer`| +|Default value|`0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_max-binlog-dump-events](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#option_mysqld_max-binlog-dump-events)| +|dev.mysql.com|[option_mysqld_max-binlog-dump-events](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#option_mysqld_max-binlog-dump-events)| + +## sporadic_binlog_dump_fail +|name|value| +|----|-----| +|Name|`sporadic_binlog_dump_fail`| +|Command line|`--sporadic-binlog-dump-fail[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_sporadic-binlog-dump-fail](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#option_mysqld_sporadic-binlog-dump-fail)| +|dev.mysql.com|[option_mysqld_sporadic-binlog-dump-fail](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#option_mysqld_sporadic-binlog-dump-fail)| + +## binlog_encryption +|name|value| +|----|-----| +|Name|`binlog_encryption`| +|Command line|`--binlog-encryption[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_encryption](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_encryption)| + +## binlog_error_action +|name|value| +|----|-----| +|Name|`binlog_error_action`| +|Command line|`--binlog-error-action[=value]`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Dynamic|`true`| +|Valid value(s)|`IGNORE_ERROR`, `ABORT_SERVER`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_error_action](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_error_action)| +|dev.mysql.com|[sysvar_binlog_error_action](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_error_action)| + +## binlog_expire_logs_seconds +|name|value| +|----|-----| +|Name|`binlog_expire_logs_seconds`| +|Command line|`--binlog-expire-logs-seconds=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_expire_logs_seconds](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_expire_logs_seconds)| + +## binlog_group_commit_sync_delay +|name|value| +|----|-----| +|Name|`binlog_group_commit_sync_delay`| +|Command line|`--binlog-group-commit-sync-delay=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_group_commit_sync_delay](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_group_commit_sync_delay)| +|dev.mysql.com|[sysvar_binlog_group_commit_sync_delay](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_group_commit_sync_delay)| + +## binlog_group_commit_sync_no_delay_count +|name|value| +|----|-----| +|Name|`binlog_group_commit_sync_no_delay_count`| +|Command line|`--binlog-group-commit-sync-no-delay-count=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_group_commit_sync_no_delay_count](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_group_commit_sync_no_delay_count)| +|dev.mysql.com|[sysvar_binlog_group_commit_sync_no_delay_count](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_group_commit_sync_no_delay_count)| + +## binlog_max_flush_queue_time +|name|value| +|----|-----| +|Name|`binlog_max_flush_queue_time`| +|Command line|`--binlog-max-flush-queue-time=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `100000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_max_flush_queue_time](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_max_flush_queue_time)| +|dev.mysql.com|[sysvar_binlog_max_flush_queue_time](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_max_flush_queue_time)| + +## binlog_order_commits +|name|value| +|----|-----| +|Name|`binlog_order_commits`| +|Command line|`--binlog-order-commits[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_order_commits](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_order_commits)| +|dev.mysql.com|[sysvar_binlog_order_commits](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_order_commits)| + +## binlog_rotate_encryption_master_key_at_startup +|name|value| +|----|-----| +|Name|`binlog_rotate_encryption_master_key_at_startup`| +|Command line|`--binlog-rotate-encryption-master-key-at-startup[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_rotate_encryption_master_key_at_startup](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_rotate_encryption_master_key_at_startup)| + +## binlog_row_value_options +|name|value| +|----|-----| +|Name|`binlog_row_value_options`| +|Command line|`--binlog-row-value-options=#`| +|Type of variable|`set`| +|Scope|`global`, `session`| +|Default value|`''`| +|Dynamic|`true`| +|Valid value(s)|`PARTIAL_JSON`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_row_value_options](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_row_value_options)| + +## binlog_rows_query_log_events +|name|value| +|----|-----| +|Name|`binlog_rows_query_log_events`| +|Command line|`--binlog-rows-query-log-events[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_rows_query_log_events](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_rows_query_log_events)| +|dev.mysql.com|[sysvar_binlog_rows_query_log_events](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_rows_query_log_events)| + +## binlog_transaction_dependency_tracking +|name|value| +|----|-----| +|Name|`binlog_transaction_dependency_tracking`| +|Command line|`--binlog-transaction-dependency-tracking=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`COMMIT_ORDER`| +|Dynamic|`true`| +|Valid value(s)|`COMMIT_ORDER`, `WRITESET`, `WRITESET_SESSION`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_transaction_dependency_tracking](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_transaction_dependency_tracking)| +|dev.mysql.com|[sysvar_binlog_transaction_dependency_tracking](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_transaction_dependency_tracking)| + +## binlog_transaction_dependency_history_size +|name|value| +|----|-----| +|Name|`binlog_transaction_dependency_history_size`| +|Command line|`--binlog-transaction-dependency-history-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`25000`| +|Dynamic|`true`| +|Range|from: `1` to: `1000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_transaction_dependency_history_size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_transaction_dependency_history_size)| +|dev.mysql.com|[sysvar_binlog_transaction_dependency_history_size](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlog_transaction_dependency_history_size)| + +## log_bin_use_v1_row_events +|name|value| +|----|-----| +|Name|`log_bin_use_v1_row_events`| +|Command line|`--log-bin-use-v1-row-events[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_bin_use_v1_row_events](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_bin_use_v1_row_events)| +|dev.mysql.com|[sysvar_log_bin_use_v1_row_events](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_log_bin_use_v1_row_events)| + +## log_builtin_as_identified_by_password +|name|value| +|----|-----| +|Name|`log_builtin_as_identified_by_password`| +|Command line|`--log-builtin-as-identified-by-password[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_builtin_as_identified_by_password](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_builtin_as_identified_by_password)| +|dev.mysql.com|[sysvar_log_builtin_as_identified_by_password](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_log_builtin_as_identified_by_password)| + +## log_statements_unsafe_for_binlog +|name|value| +|----|-----| +|Name|`log_statements_unsafe_for_binlog`| +|Command line|`--log-statements-unsafe-for-binlog[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_statements_unsafe_for_binlog](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_statements_unsafe_for_binlog)| +|dev.mysql.com|[sysvar_log_statements_unsafe_for_binlog](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_log_statements_unsafe_for_binlog)| + +## original_commit_timestamp +|name|value| +|----|-----| +|Name|`original_commit_timestamp`| +|Type of variable|`numeric`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_original_commit_timestamp](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_original_commit_timestamp)| + +## transaction_write_set_extraction +|name|value| +|----|-----| +|Name|`transaction_write_set_extraction`| +|Command line|`--transaction-write-set-extraction[=value]`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_transaction_write_set_extraction](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_transaction_write_set_extraction)| +|dev.mysql.com|[sysvar_transaction_write_set_extraction](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_transaction_write_set_extraction)| + +## binlogging_impossible_mode +|name|value| +|----|-----| +|Name|`binlogging_impossible_mode`| +|Command line|`--binlogging-impossible-mode[=value]`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`IGNORE_ERROR`| +|Dynamic|`true`| +|Valid value(s)|`IGNORE_ERROR`, `ABORT_SERVER`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlogging_impossible_mode](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_binlogging_impossible_mode)| + +## log_backward_compatible_user_definitions +|name|value| +|----|-----| +|Name|`log_backward_compatible_user_definitions`| +|Command line|`--log-backward-compatible-user-definitions[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_backward_compatible_user_definitions](https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html#sysvar_log_backward_compatible_user_definitions)| + +## binlog_gtid_simple_recovery +|name|value| +|----|-----| +|Name|`binlog_gtid_simple_recovery`| +|Command line|`--binlog-gtid-simple-recovery[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_binlog_gtid_simple_recovery](https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html#sysvar_binlog_gtid_simple_recovery)| + +## enforce_gtid_consistency +|name|value| +|----|-----| +|Name|`enforce_gtid_consistency`| +|Command line|`--enforce-gtid-consistency[=value]`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| +|Valid value(s)|`OFF`, `ON`, `WARN`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_enforce_gtid_consistency](https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html#sysvar_enforce_gtid_consistency)| + +## gtid_executed +|name|value| +|----|-----| +|Name|`gtid_executed`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_gtid_executed](https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html#sysvar_gtid_executed)| + +## gtid_executed_compression_period +|name|value| +|----|-----| +|Name|`gtid_executed_compression_period`| +|Command line|`--gtid-executed-compression-period=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1000`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_gtid_executed_compression_period](https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html#sysvar_gtid_executed_compression_period)| + +## gtid_mode +|name|value| +|----|-----| +|Name|`gtid_mode`| +|Command line|`--gtid-mode=MODE`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| +|Valid value(s)|`OFF`, `OFF_PERMISSIVE`, `ON_PERMISSIVE`, `ON`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_gtid_mode](https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html#sysvar_gtid_mode)| + +## gtid_next +|name|value| +|----|-----| +|Name|`gtid_next`| +|Type of variable|`enumeration`| +|Scope|`session`| +|Default value|`AUTOMATIC`| +|Dynamic|`true`| +|Valid value(s)|`AUTOMATIC`, `ANONYMOUS`, `UUID:NUMBER`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_gtid_next](https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html#sysvar_gtid_next)| + +## gtid_owned +|name|value| +|----|-----| +|Name|`gtid_owned`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_gtid_owned](https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html#sysvar_gtid_owned)| + +## gtid_purged +|name|value| +|----|-----| +|Name|`gtid_purged`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_gtid_purged](https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html#sysvar_gtid_purged)| + +## show_slave_auth_info +|name|value| +|----|-----| +|Name|`show_slave_auth_info`| +|Command line|`--show-slave-auth-info[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_show-slave-auth-info](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#option_mysqld_show-slave-auth-info)| + +## immediate_server_version +|name|value| +|----|-----| +|Name|`immediate_server_version`| +|Type of variable|`integer`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_immediate_server_version](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#sysvar_immediate_server_version)| + +## original_server_version +|name|value| +|----|-----| +|Name|`original_server_version`| +|Type of variable|`integer`| +|Scope|`session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_original_server_version](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#sysvar_original_server_version)| + +## rpl_semi_sync_master_wait_for_slave_count +|name|value| +|----|-----| +|Name|`rpl_semi_sync_master_wait_for_slave_count`| +|Command line|`--rpl-semi-sync-master-wait-for-slave-count=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1`| +|Dynamic|`true`| +|Range|from: `1` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_rpl_semi_sync_master_wait_for_slave_count](https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html#sysvar_rpl_semi_sync_master_wait_for_slave_count)| + +## master_info_file +|name|value| +|----|-----| +|Name|`master_info_file`| +|Command line|`--master-info-file=file_name`| +|Type of variable|`file name`| +|Default value|`master.info`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_master-info-file](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_master-info-file)| + +## master_retry_count +|name|value| +|----|-----| +|Name|`master_retry_count`| +|Command line|`--master-retry-count=#`| +|Type of variable|`integer`| +|Default value|`86400`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_master-retry-count](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_master-retry-count)| + +## replicate_same_server_id +|name|value| +|----|-----| +|Name|`replicate_same_server_id`| +|Command line|`--replicate-same-server-id[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_replicate-same-server-id](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_replicate-same-server-id)| + +## skip_slave_start +|name|value| +|----|-----| +|Name|`skip_slave_start`| +|Command line|`--skip-slave-start[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_skip-slave-start](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_skip-slave-start)| + +## abort_slave_event_count +|name|value| +|----|-----| +|Name|`abort_slave_event_count`| +|Command line|`--abort-slave-event-count=#`| +|Type of variable|`integer`| +|Default value|`0`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_abort-slave-event-count](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_abort-slave-event-count)| + +## disconnect_slave_event_count +|name|value| +|----|-----| +|Name|`disconnect_slave_event_count`| +|Command line|`--disconnect-slave-event-count=#`| +|Type of variable|`integer`| +|Default value|`0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_disconnect-slave-event-count](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#option_mysqld_disconnect-slave-event-count)| + +## master_info_repository +|name|value| +|----|-----| +|Name|`master_info_repository`| +|Command line|`--master-info-repository={FILE|TABLE}`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| +|Valid value(s)|`FILE`, `TABLE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_master_info_repository](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_master_info_repository)| + +## relay_log_info_repository +|name|value| +|----|-----| +|Name|`relay_log_info_repository`| +|Command line|`--relay-log-info-repository=value`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`true`| +|Valid value(s)|`FILE`, `TABLE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_relay_log_info_repository](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_relay_log_info_repository)| + +## rpl_read_size +|name|value| +|----|-----| +|Name|`rpl_read_size`| +|Command line|`--rpl-read-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8192`| +|Dynamic|`true`| +|Range|from: `8192` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_rpl_read_size](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_rpl_read_size)| + +## rpl_stop_slave_timeout +|name|value| +|----|-----| +|Name|`rpl_stop_slave_timeout`| +|Command line|`--rpl-stop-slave-timeout=seconds`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`31536000`| +|Dynamic|`true`| +|Range|from: `2` to: `31536000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_rpl_stop_slave_timeout](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_rpl_stop_slave_timeout)| + +## slave_checkpoint_group +|name|value| +|----|-----| +|Name|`slave_checkpoint_group`| +|Command line|`--slave-checkpoint-group=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`512`| +|Dynamic|`true`| +|Range|from: `32` to: `524280`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_slave_checkpoint_group](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_checkpoint_group)| + +## slave_checkpoint_period +|name|value| +|----|-----| +|Name|`slave_checkpoint_period`| +|Command line|`--slave-checkpoint-period=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`300`| +|Dynamic|`true`| +|Range|from: `1` to: `4`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_slave_checkpoint_period](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_checkpoint_period)| + +## slave_parallel_type +|name|value| +|----|-----| +|Name|`slave_parallel_type`| +|Command line|`--slave-parallel-type=value`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`DATABASE`| +|Dynamic|`true`| +|Valid value(s)|`DATABASE`, `LOGICAL_CLOCK`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_slave_parallel_type](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_parallel_type)| + +## slave_pending_jobs_size_max +|name|value| +|----|-----| +|Name|`slave_pending_jobs_size_max`| +|Command line|`--slave-pending-jobs-size-max=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `1024` to: `16`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_slave_pending_jobs_size_max](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_pending_jobs_size_max)| + +## slave_preserve_commit_order +|name|value| +|----|-----| +|Name|`slave_preserve_commit_order`| +|Command line|`--slave-preserve-commit-order[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_slave_preserve_commit_order](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_preserve_commit_order)| + +## slave_rows_search_algorithms +|name|value| +|----|-----| +|Name|`slave_rows_search_algorithms`| +|Command line|`--slave-rows-search-algorithms=value`| +|Type of variable|`set`| +|Scope|`global`| +|Dynamic|`true`| +|Valid value(s)|`TABLE_SCAN,INDEX_SCAN`, `INDEX_SCAN,HASH_SCAN`, `TABLE_SCAN,HASH_SCAN`, `TABLE_SCAN,INDEX_SCAN,HASH_SCAN`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_slave_rows_search_algorithms](https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html#sysvar_slave_rows_search_algorithms)| + +## server_uuid +|name|value| +|----|-----| +|Name|`server_uuid`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_server_uuid](https://dev.mysql.com/doc/refman/8.0/en/replication-options.html#sysvar_server_uuid)| + +## help +|name|value| +|----|-----| +|Name|`help`| +|Command line|`--help`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_help](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_help)| + +## allow_suspicious_udfs +|name|value| +|----|-----| +|Name|`allow_suspicious_udfs`| +|Command line|`--allow-suspicious-udfs[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_allow-suspicious-udfs](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_allow-suspicious-udfs)| + +## ansi +|name|value| +|----|-----| +|Name|`ansi`| +|Command line|`--ansi`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_ansi](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_ansi)| + +## character_set_client_handshake +|name|value| +|----|-----| +|Name|`character_set_client_handshake`| +|Command line|`--character-set-client-handshake[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`ON`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_character-set-client-handshake](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_character-set-client-handshake)| + +## chroot +|name|value| +|----|-----| +|Name|`chroot`| +|Command line|`--chroot=dir_name`| +|Type of variable|`directory name`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_chroot](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_chroot)| + +## console +|name|value| +|----|-----| +|Name|`console`| +|Command line|`--console`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_console](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_console)| + +## daemonize +|name|value| +|----|-----| +|Name|`daemonize`| +|Command line|`--daemonize[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_daemonize](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_daemonize)| + +## debug_sync_timeout +|name|value| +|----|-----| +|Name|`debug_sync_timeout`| +|Command line|`--debug-sync-timeout[=#]`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_debug-sync-timeout](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_debug-sync-timeout)| + +## default_time_zone +|name|value| +|----|-----| +|Name|`default_time_zone`| +|Command line|`--default-time-zone=name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_default-time-zone](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_default-time-zone)| + +## des_key_file +|name|value| +|----|-----| +|Name|`des_key_file`| +|Command line|`--des-key-file=file_name`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_des-key-file](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_des-key-file)| + +## early_plugin_load +|name|value| +|----|-----| +|Name|`early_plugin_load`| +|Command line|`--early-plugin-load=plugin_list`| +|Type of variable|`string`| +|Default value|`empty string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_early-plugin-load](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_early-plugin-load)| + +## exit_info +|name|value| +|----|-----| +|Name|`exit_info`| +|Command line|`--exit-info[=flags]`| +|Type of variable|`integer`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_exit-info](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_exit-info)| + +## external_locking +|name|value| +|----|-----| +|Name|`external_locking`| +|Command line|`--external-locking[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_external-locking](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_external-locking)| + +## gdb +|name|value| +|----|-----| +|Name|`gdb`| +|Command line|`--gdb[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_gdb](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_gdb)| + +## initialize +|name|value| +|----|-----| +|Name|`initialize`| +|Command line|`--initialize[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_initialize](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_initialize)| + +## initialize_insecure +|name|value| +|----|-----| +|Name|`initialize_insecure`| +|Command line|`--initialize-insecure[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_initialize-insecure](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_initialize-insecure)| + +## install +|name|value| +|----|-----| +|Name|`install`| +|Command line|`--install [service_name]`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_install](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_install)| + +## install_manual +|name|value| +|----|-----| +|Name|`install_manual`| +|Command line|`--install-manual [service_name]`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_install-manual](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_install-manual)| + +## language +|name|value| +|----|-----| +|Name|`language`| +|Command line|`--language=name`| +|Type of variable|`directory name`| +|Scope|`global`| +|Default value|`/usr/local/mysql/share/mysql/english/`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_language](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_language)| + +## local_service +|name|value| +|----|-----| +|Name|`local_service`| +|Command line|`--local-service`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_local-service](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_local-service)| + +## log_isam +|name|value| +|----|-----| +|Name|`log_isam`| +|Command line|`--log-isam[=file_name]`| +|Type of variable|`file name`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_log-isam](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_log-isam)| + +## log_raw +|name|value| +|----|-----| +|Name|`log_raw`| +|Command line|`--log-raw[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_log-raw](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_log-raw)| +|dev.mysql.com|[sysvar_log_raw](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_raw)| + +## log_short_format +|name|value| +|----|-----| +|Name|`log_short_format`| +|Command line|`--log-short-format[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_log-short-format](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_log-short-format)| + +## log_tc +|name|value| +|----|-----| +|Name|`log_tc`| +|Command line|`--log-tc=file_name`| +|Type of variable|`file name`| +|Default value|`tc.log`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_log-tc](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_log-tc)| + +## memlock +|name|value| +|----|-----| +|Name|`memlock`| +|Command line|`--memlock[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_memlock](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_memlock)| + +## no_dd_upgrade +|name|value| +|----|-----| +|Name|`no_dd_upgrade`| +|Command line|`--no-dd-upgrade[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_no-dd-upgrade](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_no-dd-upgrade)| + +## no_monitor +|name|value| +|----|-----| +|Name|`no_monitor`| +|Command line|`--no-monitor[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_no-monitor](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_no-monitor)| + +## old_style_user_limits +|name|value| +|----|-----| +|Name|`old_style_user_limits`| +|Command line|`--old-style-user-limits[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_old-style-user-limits](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_old-style-user-limits)| + +## plugin_load +|name|value| +|----|-----| +|Name|`plugin_load`| +|Command line|`--plugin-load=plugin_list`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_plugin-load](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_plugin-load)| + +## plugin_load_add +|name|value| +|----|-----| +|Name|`plugin_load_add`| +|Command line|`--plugin-load-add=plugin_list`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_plugin-load-add](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_plugin-load-add)| + +## port_open_timeout +|name|value| +|----|-----| +|Name|`port_open_timeout`| +|Command line|`--port-open-timeout=#`| +|Type of variable|`integer`| +|Default value|`0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_port-open-timeout](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_port-open-timeout)| + +## remove +|name|value| +|----|-----| +|Name|`remove`| +|Command line|`--remove [service_name]`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_remove](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_remove)| + +## safe_user_create +|name|value| +|----|-----| +|Name|`safe_user_create`| +|Command line|`--safe-user-create[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_safe-user-create](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_safe-user-create)| + +## skip_grant_tables +|name|value| +|----|-----| +|Name|`skip_grant_tables`| +|Command line|`--skip-grant-tables[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_skip-grant-tables](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_skip-grant-tables)| + +## skip_host_cache +|name|value| +|----|-----| +|Name|`skip_host_cache`| +|Command line|`--skip-host-cache`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_skip-host-cache](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_skip-host-cache)| + +## skip_new +|name|value| +|----|-----| +|Name|`skip_new`| +|Command line|`--skip-new`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_skip-new](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_skip-new)| + +## skip_stack_trace +|name|value| +|----|-----| +|Name|`skip_stack_trace`| +|Command line|`--skip-stack-trace`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_skip-stack-trace](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_skip-stack-trace)| + +## slow_start_timeout +|name|value| +|----|-----| +|Name|`slow_start_timeout`| +|Command line|`--slow-start-timeout=#`| +|Type of variable|`integer`| +|Default value|`15000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_slow-start-timeout](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_slow-start-timeout)| + +## standalone +|name|value| +|----|-----| +|Name|`standalone`| +|Command line|`--standalone`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_standalone](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_standalone)| + +## super_large_pages +|name|value| +|----|-----| +|Name|`super_large_pages`| +|Command line|`--super-large-pages[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_super-large-pages](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_super-large-pages)| + +## symbolic_links +|name|value| +|----|-----| +|Name|`symbolic_links`| +|Command line|`--symbolic-links[={OFF|ON}]`| +|Type of variable|`boolean`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_symbolic-links](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_symbolic-links)| + +## sysdate_is_now +|name|value| +|----|-----| +|Name|`sysdate_is_now`| +|Command line|`--sysdate-is-now[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_sysdate-is-now](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_sysdate-is-now)| + +## tc_heuristic_recover +|name|value| +|----|-----| +|Name|`tc_heuristic_recover`| +|Command line|`--tc-heuristic-recover=name`| +|Type of variable|`enumeration`| +|Default value|`COMMIT`| +|Valid value(s)|`COMMIT`, `ROLLBACK`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_tc-heuristic-recover](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_tc-heuristic-recover)| + +## temp_pool +|name|value| +|----|-----| +|Name|`temp_pool`| +|Command line|`--temp-pool[={OFF|ON}]`| +|Type of variable|`boolean`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_temp-pool](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_temp-pool)| + +## transaction_isolation +|name|value| +|----|-----| +|Name|`transaction_isolation`| +|Command line|`--transaction-isolation=name`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`REPEATABLE-READ`| +|Dynamic|`true`| +|Valid value(s)|`READ-UNCOMMITTED`, `READ-COMMITTED`, `REPEATABLE-READ`, `SERIALIZABLE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_transaction-isolation](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_transaction-isolation)| +|dev.mysql.com|[sysvar_transaction_isolation](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_transaction_isolation)| + +## transaction_read_only +|name|value| +|----|-----| +|Name|`transaction_read_only`| +|Command line|`--transaction-read-only[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_transaction-read-only](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_transaction-read-only)| +|dev.mysql.com|[sysvar_transaction_read_only](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_transaction_read_only)| + +## upgrade +|name|value| +|----|-----| +|Name|`upgrade`| +|Command line|`--upgrade=value`| +|Type of variable|`enumeration`| +|Default value|`AUTO`| +|Valid value(s)|`AUTO`, `NONE`, `MINIMAL`, `FORCE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_upgrade](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_upgrade)| + +## user +|name|value| +|----|-----| +|Name|`user`| +|Command line|`--user=name`| +|Type of variable|`string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_user](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_user)| + +## validate_config +|name|value| +|----|-----| +|Name|`validate_config`| +|Command line|`--validate-config[={OFF|ON}]`| +|Type of variable|`boolean`| +|Default value|`OFF`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_validate-config](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_validate-config)| + +## activate_all_roles_on_login +|name|value| +|----|-----| +|Name|`activate_all_roles_on_login`| +|Command line|`--activate-all-roles-on-login[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_activate_all_roles_on_login](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_activate_all_roles_on_login)| + +## admin_address +|name|value| +|----|-----| +|Name|`admin_address`| +|Command line|`--admin-address=addr`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_admin_address](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_admin_address)| + +## admin_port +|name|value| +|----|-----| +|Name|`admin_port`| +|Command line|`--admin-port=port_num`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`33062`| +|Dynamic|`false`| +|Range|from: `0` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_admin_port](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_admin_port)| + +## authentication_windows_log_level +|name|value| +|----|-----| +|Name|`authentication_windows_log_level`| +|Command line|`--authentication-windows-log-level=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2`| +|Dynamic|`false`| +|Range|from: `0` to: `4`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_windows_log_level](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_authentication_windows_log_level)| + +## authentication_windows_use_principal_name +|name|value| +|----|-----| +|Name|`authentication_windows_use_principal_name`| +|Command line|`--authentication-windows-use-principal-name[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_authentication_windows_use_principal_name](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_authentication_windows_use_principal_name)| + +## auto_generate_certs +|name|value| +|----|-----| +|Name|`auto_generate_certs`| +|Command line|`--auto-generate-certs[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_auto_generate_certs](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_auto_generate_certs)| + +## avoid_temporal_upgrade +|name|value| +|----|-----| +|Name|`avoid_temporal_upgrade`| +|Command line|`--avoid-temporal-upgrade[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_avoid_temporal_upgrade](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_avoid_temporal_upgrade)| + +## block_encryption_mode +|name|value| +|----|-----| +|Name|`block_encryption_mode`| +|Command line|`--block-encryption-mode=#`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`aes-128-ecb`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_block_encryption_mode](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_block_encryption_mode)| + +## caching_sha2_password_auto_generate_rsa_keys +|name|value| +|----|-----| +|Name|`caching_sha2_password_auto_generate_rsa_keys`| +|Command line|`--caching-sha2-password-auto-generate-rsa-keys[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_caching_sha2_password_auto_generate_rsa_keys](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_caching_sha2_password_auto_generate_rsa_keys)| + +## caching_sha2_password_private_key_path +|name|value| +|----|-----| +|Name|`caching_sha2_password_private_key_path`| +|Command line|`--caching-sha2-password-private-key-path=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Default value|`private_key.pem`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_caching_sha2_password_private_key_path](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_caching_sha2_password_private_key_path)| + +## caching_sha2_password_public_key_path +|name|value| +|----|-----| +|Name|`caching_sha2_password_public_key_path`| +|Command line|`--caching-sha2-password-public-key-path=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Default value|`public_key.pem`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_caching_sha2_password_public_key_path](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_caching_sha2_password_public_key_path)| + +## check_proxy_users +|name|value| +|----|-----| +|Name|`check_proxy_users`| +|Command line|`--check-proxy-users[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_check_proxy_users](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_check_proxy_users)| + +## create_admin_listener_thread +|name|value| +|----|-----| +|Name|`create_admin_listener_thread`| +|Command line|`--create-admin-listener-thread[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_create_admin_listener_thread](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_create_admin_listener_thread)| + +## cte_max_recursion_depth +|name|value| +|----|-----| +|Name|`cte_max_recursion_depth`| +|Command line|`--cte-max-recursion-depth=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1000`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_cte_max_recursion_depth](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_cte_max_recursion_depth)| + +## default_authentication_plugin +|name|value| +|----|-----| +|Name|`default_authentication_plugin`| +|Command line|`--default-authentication-plugin=plugin_name`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_default_authentication_plugin](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_authentication_plugin)| + +## default_collation_for_utf8mb4 +|name|value| +|----|-----| +|Name|`default_collation_for_utf8mb4`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Valid value(s)|`utf8mb4_0900_ai_ci`, `utf8mb4_general_ci`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_default_collation_for_utf8mb4](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_collation_for_utf8mb4)| + +## default_table_encryption +|name|value| +|----|-----| +|Name|`default_table_encryption`| +|Command line|`--default-table-encryption[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_default_table_encryption](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_table_encryption)| + +## disabled_storage_engines +|name|value| +|----|-----| +|Name|`disabled_storage_engines`| +|Command line|`--disabled-storage-engines=engine[,engine]...`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`empty string`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_disabled_storage_engines](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_disabled_storage_engines)| + +## dragnet.log_error_filter_rules +|name|value| +|----|-----| +|Name|`dragnet.log_error_filter_rules`| +|Command line|`--dragnet.log-error-filter-rules=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`IF prio>=INFORMATION THEN drop. IF EXISTS source_line THEN unset source_line.`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_dragnet.log_error_filter_rules](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_dragnet.log_error_filter_rules)| + +## end_markers_in_json +|name|value| +|----|-----| +|Name|`end_markers_in_json`| +|Command line|`--end-markers-in-json[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_end_markers_in_json](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_end_markers_in_json)| + +## generated_random_password_length +|name|value| +|----|-----| +|Name|`generated_random_password_length`| +|Command line|`--generated-random-password-length=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`20`| +|Dynamic|`true`| +|Range|from: `5` to: `255`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_generated_random_password_length](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_generated_random_password_length)| + +## have_statement_timeout +|name|value| +|----|-----| +|Name|`have_statement_timeout`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_have_statement_timeout](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_have_statement_timeout)| + +## histogram_generation_max_mem_size +|name|value| +|----|-----| +|Name|`histogram_generation_max_mem_size`| +|Command line|`--histogram-generation-max-mem-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`20000000`| +|Dynamic|`true`| +|Range|from: `1000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_histogram_generation_max_mem_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_histogram_generation_max_mem_size)| + +## information_schema_stats_expiry +|name|value| +|----|-----| +|Name|`information_schema_stats_expiry`| +|Command line|`--information-schema-stats-expiry=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`86400`| +|Dynamic|`true`| +|Range|from: `0` to: `31536000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_information_schema_stats_expiry](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_information_schema_stats_expiry)| + +## internal_tmp_disk_storage_engine +|name|value| +|----|-----| +|Name|`internal_tmp_disk_storage_engine`| +|Command line|`--internal-tmp-disk-storage-engine=#`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`INNODB`| +|Dynamic|`true`| +|Valid value(s)|`MYISAM`, `INNODB`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_internal_tmp_disk_storage_engine](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_internal_tmp_disk_storage_engine)| + +## internal_tmp_mem_storage_engine +|name|value| +|----|-----| +|Name|`internal_tmp_mem_storage_engine`| +|Command line|`--internal-tmp-mem-storage-engine=#`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`TempTable`| +|Dynamic|`true`| +|Valid value(s)|`TempTable`, `MEMORY`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_internal_tmp_mem_storage_engine](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_internal_tmp_mem_storage_engine)| + +## log_error_filter_rules +|name|value| +|----|-----| +|Name|`log_error_filter_rules`| +|Command line|`--log-error-filter-rules=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`set by server`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_error_filter_rules](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_error_filter_rules)| + +## log_error_services +|name|value| +|----|-----| +|Name|`log_error_services`| +|Command line|`--log-error-services=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`log_filter_internal; log_sink_internal`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_error_services](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_error_services)| + +## log_error_suppression_list +|name|value| +|----|-----| +|Name|`log_error_suppression_list`| +|Command line|`--log-error-suppression-list=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`empty string`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_error_suppression_list](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_error_suppression_list)| + +## log_error_verbosity +|name|value| +|----|-----| +|Name|`log_error_verbosity`| +|Command line|`--log-error-verbosity=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Dynamic|`true`| +|Range|from: `1` to: `3`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_error_verbosity](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_error_verbosity)| + +## log_slow_extra +|name|value| +|----|-----| +|Name|`log_slow_extra`| +|Command line|`--log-slow-extra[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_slow_extra](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_slow_extra)| + +## log_syslog +|name|value| +|----|-----| +|Name|`log_syslog`| +|Command line|`--log-syslog[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_syslog](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_syslog)| + +## log_syslog_facility +|name|value| +|----|-----| +|Name|`log_syslog_facility`| +|Command line|`--log-syslog-facility=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`daemon`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_syslog_facility](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_syslog_facility)| + +## log_syslog_include_pid +|name|value| +|----|-----| +|Name|`log_syslog_include_pid`| +|Command line|`--log-syslog-include-pid[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_syslog_include_pid](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_syslog_include_pid)| + +## log_syslog_tag +|name|value| +|----|-----| +|Name|`log_syslog_tag`| +|Command line|`--log-syslog-tag=tag`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`empty string`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_syslog_tag](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_syslog_tag)| + +## log_timestamps +|name|value| +|----|-----| +|Name|`log_timestamps`| +|Command line|`--log-timestamps=#`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`UTC`| +|Dynamic|`true`| +|Valid value(s)|`UTC`, `SYSTEM`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_timestamps](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_timestamps)| + +## log_throttle_queries_not_using_indexes +|name|value| +|----|-----| +|Name|`log_throttle_queries_not_using_indexes`| +|Command line|`--log-throttle-queries-not-using-indexes=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_log_throttle_queries_not_using_indexes](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_throttle_queries_not_using_indexes)| + +## mandatory_roles +|name|value| +|----|-----| +|Name|`mandatory_roles`| +|Command line|`--mandatory-roles=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`empty string`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mandatory_roles](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_mandatory_roles)| + +## max_execution_time +|name|value| +|----|-----| +|Name|`max_execution_time`| +|Command line|`--max-execution-time=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_max_execution_time](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_execution_time)| + +## max_points_in_geometry +|name|value| +|----|-----| +|Name|`max_points_in_geometry`| +|Command line|`--max-points-in-geometry=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`65536`| +|Dynamic|`true`| +|Range|from: `3` to: `1048576`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_max_points_in_geometry](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_points_in_geometry)| + +## mecab_rc_file +|name|value| +|----|-----| +|Name|`mecab_rc_file`| +|Command line|`--mecab-rc-file=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mecab_rc_file](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_mecab_rc_file)| + +## mysql_native_password_proxy_users +|name|value| +|----|-----| +|Name|`mysql_native_password_proxy_users`| +|Command line|`--mysql-native-password-proxy-users[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysql_native_password_proxy_users](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_mysql_native_password_proxy_users)| + +## named_pipe_full_access_group +|name|value| +|----|-----| +|Name|`named_pipe_full_access_group`| +|Command line|`--named-pipe-full-access-group=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`*everyone*`| +|Dynamic|`false`| +|Valid value(s)|`*everyone*`, `empty string`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_named_pipe_full_access_group](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_named_pipe_full_access_group)| + +## new +|name|value| +|----|-----| +|Name|`new`| +|Command line|`--new[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_new](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_new)| + +## ngram_token_size +|name|value| +|----|-----| +|Name|`ngram_token_size`| +|Command line|`--ngram-token-size=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2`| +|Dynamic|`false`| +|Range|from: `1` to: `10`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ngram_token_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ngram_token_size)| + +## offline_mode +|name|value| +|----|-----| +|Name|`offline_mode`| +|Command line|`--offline-mode[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_offline_mode](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_offline_mode)| + +## optimizer_trace_features +|name|value| +|----|-----| +|Name|`optimizer_trace_features`| +|Command line|`--optimizer-trace-features=value`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_optimizer_trace_features](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_optimizer_trace_features)| + +## optimizer_trace_limit +|name|value| +|----|-----| +|Name|`optimizer_trace_limit`| +|Command line|`--optimizer-trace-limit=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_optimizer_trace_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_optimizer_trace_limit)| + +## optimizer_trace_offset +|name|value| +|----|-----| +|Name|`optimizer_trace_offset`| +|Command line|`--optimizer-trace-offset=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`-1`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_optimizer_trace_offset](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_optimizer_trace_offset)| + +## parser_max_mem_size +|name|value| +|----|-----| +|Name|`parser_max_mem_size`| +|Command line|`--parser-max-mem-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Dynamic|`true`| +|Range|from: `10000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_parser_max_mem_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_parser_max_mem_size)| + +## partial_revokes +|name|value| +|----|-----| +|Name|`partial_revokes`| +|Command line|`--partial-revokes[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF (if partial revokes do not exist)ON (if partial revokes exist)`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_partial_revokes](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_partial_revokes)| + +## password_history +|name|value| +|----|-----| +|Name|`password_history`| +|Command line|`--password-history=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_password_history](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_password_history)| + +## password_require_current +|name|value| +|----|-----| +|Name|`password_require_current`| +|Command line|`--password-require-current[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_password_require_current](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_password_require_current)| + +## password_reuse_interval +|name|value| +|----|-----| +|Name|`password_reuse_interval`| +|Command line|`--password-reuse-interval=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4294967295`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_password_reuse_interval](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_password_reuse_interval)| + +## persisted_globals_load +|name|value| +|----|-----| +|Name|`persisted_globals_load`| +|Command line|`--persisted-globals-load[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_persisted_globals_load](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_persisted_globals_load)| + +## persist_only_admin_x509_subject +|name|value| +|----|-----| +|Name|`persist_only_admin_x509_subject`| +|Command line|`--persist-only-admin-x509-subject=string`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`empty string`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_persist_only_admin_x509_subject](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_persist_only_admin_x509_subject)| + +## print_identified_with_as_hex +|name|value| +|----|-----| +|Name|`print_identified_with_as_hex`| +|Command line|`--print-identified-with-as-hex[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_print_identified_with_as_hex](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_print_identified_with_as_hex)| + +## protocol_compression_algorithms +|name|value| +|----|-----| +|Name|`protocol_compression_algorithms`| +|Command line|`--protocol-compression-algorithms=value`| +|Type of variable|`set`| +|Scope|`global`| +|Default value|`zlib,zstd,uncompressed`| +|Dynamic|`true`| +|Valid value(s)|`zlib`, `zstd`, `uncompressed`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_protocol_compression_algorithms](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_protocol_compression_algorithms)| + +## range_optimizer_max_mem_size +|name|value| +|----|-----| +|Name|`range_optimizer_max_mem_size`| +|Command line|`--range-optimizer-max-mem-size=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`8388608`| +|Dynamic|`true`| +|Range|from: `0` to: `1.844674407371E+19`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_range_optimizer_max_mem_size](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_range_optimizer_max_mem_size)| + +## rbr_exec_mode +|name|value| +|----|-----| +|Name|`rbr_exec_mode`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`STRICT`| +|Dynamic|`true`| +|Valid value(s)|`IDEMPOTENT`, `STRICT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_rbr_exec_mode](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_rbr_exec_mode)| + +## regexp_stack_limit +|name|value| +|----|-----| +|Name|`regexp_stack_limit`| +|Command line|`--regexp-stack-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`8000000`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_regexp_stack_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_regexp_stack_limit)| + +## regexp_time_limit +|name|value| +|----|-----| +|Name|`regexp_time_limit`| +|Command line|`--regexp-time-limit=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`32`| +|Dynamic|`true`| +|Range|from: `0` to: `2147483647`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_regexp_time_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_regexp_time_limit)| + +## require_secure_transport +|name|value| +|----|-----| +|Name|`require_secure_transport`| +|Command line|`--require-secure-transport[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_require_secure_transport](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_require_secure_transport)| + +## resultset_metadata +|name|value| +|----|-----| +|Name|`resultset_metadata`| +|Type of variable|`enumeration`| +|Scope|`session`| +|Default value|`FULL`| +|Dynamic|`true`| +|Valid value(s)|`FULL`, `NONE`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_resultset_metadata](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_resultset_metadata)| + +## secondary_engine_cost_threshold +|name|value| +|----|-----| +|Name|`secondary_engine_cost_threshold`| +|Type of variable|`numeric`| +|Scope|`session`| +|Default value|`100000.000000`| +|Dynamic|`true`| +|Range|from: `0`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_secondary_engine_cost_threshold](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_secondary_engine_cost_threshold)| + +## schema_definition_cache +|name|value| +|----|-----| +|Name|`schema_definition_cache`| +|Command line|`--schema-definition-cache=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`256`| +|Dynamic|`true`| +|Range|from: `256` to: `524288`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_schema_definition_cache](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_schema_definition_cache)| + +## session_track_gtids +|name|value| +|----|-----| +|Name|`session_track_gtids`| +|Command line|`--session-track-gtids=value`| +|Type of variable|`enumeration`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| +|Valid value(s)|`OFF`, `OWN_GTID`, `ALL_GTIDS`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_session_track_gtids](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_session_track_gtids)| + +## sha256_password_auto_generate_rsa_keys +|name|value| +|----|-----| +|Name|`sha256_password_auto_generate_rsa_keys`| +|Command line|`--sha256-password-auto-generate-rsa-keys[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_sha256_password_auto_generate_rsa_keys](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sha256_password_auto_generate_rsa_keys)| + +## sha256_password_private_key_path +|name|value| +|----|-----| +|Name|`sha256_password_private_key_path`| +|Command line|`--sha256-password-private-key-path=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Default value|`private_key.pem`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_sha256_password_private_key_path](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sha256_password_private_key_path)| + +## sha256_password_proxy_users +|name|value| +|----|-----| +|Name|`sha256_password_proxy_users`| +|Command line|`--sha256-password-proxy-users[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_sha256_password_proxy_users](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sha256_password_proxy_users)| + +## sha256_password_public_key_path +|name|value| +|----|-----| +|Name|`sha256_password_public_key_path`| +|Command line|`--sha256-password-public-key-path=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Default value|`public_key.pem`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_sha256_password_public_key_path](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sha256_password_public_key_path)| + +## show_compatibility_56 +|name|value| +|----|-----| +|Name|`show_compatibility_56`| +|Command line|`--show-compatibility-56[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_show_compatibility_56](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_show_compatibility_56)| + +## show_create_table_skip_secondary_engine +|name|value| +|----|-----| +|Name|`show_create_table_skip_secondary_engine`| +|Command line|`--show-create-table-skip-secondary-engine[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_show_create_table_skip_secondary_engine](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_show_create_table_skip_secondary_engine)| + +## show_create_table_verbosity +|name|value| +|----|-----| +|Name|`show_create_table_verbosity`| +|Command line|`--show-create-table-verbosity[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_show_create_table_verbosity](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_show_create_table_verbosity)| + +## show_old_temporals +|name|value| +|----|-----| +|Name|`show_old_temporals`| +|Command line|`--show-old-temporals[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_show_old_temporals](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_show_old_temporals)| + +## sql_require_primary_key +|name|value| +|----|-----| +|Name|`sql_require_primary_key`| +|Command line|`--sql-require-primary-key[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_sql_require_primary_key](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_require_primary_key)| + +## ssl_fips_mode +|name|value| +|----|-----| +|Name|`ssl_fips_mode`| +|Command line|`--ssl-fips-mode={OFF|ON|STRICT}`| +|Type of variable|`enumeration`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| +|Valid value(s)|`OFF`, `ON`, `STRICT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_ssl_fips_mode](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_fips_mode)| + +## stored_program_definition_cache +|name|value| +|----|-----| +|Name|`stored_program_definition_cache`| +|Command line|`--stored-program-definition-cache=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`256`| +|Dynamic|`true`| +|Range|from: `256` to: `524288`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_stored_program_definition_cache](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_stored_program_definition_cache)| + +## super_read_only +|name|value| +|----|-----| +|Name|`super_read_only`| +|Command line|`--super-read-only[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_super_read_only](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_super_read_only)| + +## syseventlog.facility +|name|value| +|----|-----| +|Name|`syseventlog.facility`| +|Command line|`--syseventlog.facility=value`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`daemon`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_syseventlog.facility](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_syseventlog.facility)| + +## syseventlog.include_pid +|name|value| +|----|-----| +|Name|`syseventlog.include_pid`| +|Command line|`--syseventlog.include-pid[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_syseventlog.include_pid](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_syseventlog.include_pid)| + +## syseventlog.tag +|name|value| +|----|-----| +|Name|`syseventlog.tag`| +|Command line|`--syseventlog.tag=tag`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`empty string`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_syseventlog.tag](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_syseventlog.tag)| + +## table_encryption_privilege_check +|name|value| +|----|-----| +|Name|`table_encryption_privilege_check`| +|Command line|`--table-encryption-privilege-check[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`OFF`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_table_encryption_privilege_check](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_table_encryption_privilege_check)| + +## tablespace_definition_cache +|name|value| +|----|-----| +|Name|`tablespace_definition_cache`| +|Command line|`--tablespace-definition-cache=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`256`| +|Dynamic|`true`| +|Range|from: `256` to: `524288`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_tablespace_definition_cache](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_tablespace_definition_cache)| + +## temptable_max_ram +|name|value| +|----|-----| +|Name|`temptable_max_ram`| +|Command line|`--temptable-max-ram=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`1073741824`| +|Dynamic|`true`| +|Range|from: `2097152` to: `2`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_temptable_max_ram](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_temptable_max_ram)| + +## temptable_use_mmap +|name|value| +|----|-----| +|Name|`temptable_use_mmap`| +|Command line|`--temptable-use-mmap[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_temptable_use_mmap](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_temptable_use_mmap)| + +## thread_pool_algorithm +|name|value| +|----|-----| +|Name|`thread_pool_algorithm`| +|Command line|`--thread-pool-algorithm=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_thread_pool_algorithm](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_algorithm)| + +## thread_pool_high_priority_connection +|name|value| +|----|-----| +|Name|`thread_pool_high_priority_connection`| +|Command line|`--thread-pool-high-priority-connection=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `1`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_thread_pool_high_priority_connection](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_high_priority_connection)| + +## thread_pool_max_active_query_threads +|name|value| +|----|-----| +|Name|`thread_pool_max_active_query_threads`| +|Command line|`--thread-pool-max-active-query-threads`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `512`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_thread_pool_max_active_query_threads](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_max_active_query_threads)| + +## thread_pool_max_unused_threads +|name|value| +|----|-----| +|Name|`thread_pool_max_unused_threads`| +|Command line|`--thread-pool-max-unused-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `4096`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_thread_pool_max_unused_threads](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_max_unused_threads)| + +## tls_ciphersuites +|name|value| +|----|-----| +|Name|`tls_ciphersuites`| +|Command line|`--tls-ciphersuites=ciphersuite_list`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`empty string`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_tls_ciphersuites](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_tls_ciphersuites)| + +## use_secondary_engine +|name|value| +|----|-----| +|Name|`use_secondary_engine`| +|Type of variable|`enumeration`| +|Scope|`session`| +|Default value|`ON`| +|Dynamic|`true`| +|Valid value(s)|`OFF`, `ON`, `FORCED`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_use_secondary_engine](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_use_secondary_engine)| + +## validate_user_plugins +|name|value| +|----|-----| +|Name|`validate_user_plugins`| +|Command line|`--validate-user-plugins[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_validate_user_plugins](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_validate_user_plugins)| + +## version_compile_zlib +|name|value| +|----|-----| +|Name|`version_compile_zlib`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_version_compile_zlib](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_version_compile_zlib)| + +## windowing_use_high_precision +|name|value| +|----|-----| +|Name|`windowing_use_high_precision`| +|Command line|`--windowing-use-high-precision[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`, `session`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_windowing_use_high_precision](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_windowing_use_high_precision)| + +## version_tokens_session +|name|value| +|----|-----| +|Name|`version_tokens_session`| +|Command line|`--version-tokens-session=value`| +|Type of variable|`string`| +|Scope|`global`, `session`| +|Default value|`NULL`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_version_tokens_session](https://dev.mysql.com/doc/refman/8.0/en/version-tokens-reference.html#sysvar_version_tokens_session)| + +## version_tokens_session_number +|name|value| +|----|-----| +|Name|`version_tokens_session_number`| +|Command line|`--version-tokens-session-number=#`| +|Type of variable|`integer`| +|Scope|`global`, `session`| +|Default value|`0`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_version_tokens_session_number](https://dev.mysql.com/doc/refman/8.0/en/version-tokens-reference.html#sysvar_version_tokens_session_number)| + +## mysqlx +|name|value| +|----|-----| +|Name|`mysqlx`| +|Command line|`--mysqlx[=value]`| +|Type of variable|`enumeration`| +|Default value|`ON`| +|Valid value(s)|`ON`, `OFF`, `FORCE`, `FORCE_PLUS_PERMANENT`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[option_mysqld_mysqlx](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#option_mysqld_mysqlx)| + +## mysqlx_bind_address +|name|value| +|----|-----| +|Name|`mysqlx_bind_address`| +|Command line|`--mysqlx-bind-address=addr`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`*`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_bind_address](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_bind_address)| + +## mysqlx_connect_timeout +|name|value| +|----|-----| +|Name|`mysqlx_connect_timeout`| +|Command line|`--mysqlx-connect-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`30`| +|Dynamic|`true`| +|Range|from: `1` to: `1000000000`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_connect_timeout](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_connect_timeout)| + +## mysqlx_document_id_unique_prefix +|name|value| +|----|-----| +|Name|`mysqlx_document_id_unique_prefix`| +|Command line|`--mysqlx-document-id-unique-prefix=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`true`| +|Range|from: `0` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_document_id_unique_prefix](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_document_id_unique_prefix)| + +## mysqlx_enable_hello_notice +|name|value| +|----|-----| +|Name|`mysqlx_enable_hello_notice`| +|Command line|`--mysqlx-enable-hello-notice[={OFF|ON}]`| +|Type of variable|`boolean`| +|Scope|`global`| +|Default value|`ON`| +|Dynamic|`true`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_enable_hello_notice](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_enable_hello_notice)| + +## mysqlx_idle_worker_thread_timeout +|name|value| +|----|-----| +|Name|`mysqlx_idle_worker_thread_timeout`| +|Command line|`--mysqlx-idle-worker-thread-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`60`| +|Dynamic|`true`| +|Range|from: `0` to: `3600`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_idle_worker_thread_timeout](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_idle_worker_thread_timeout)| + +## mysqlx_interactive_timeout +|name|value| +|----|-----| +|Name|`mysqlx_interactive_timeout`| +|Command line|`--mysqlx-interactive-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`28800`| +|Dynamic|`true`| +|Range|from: `1` to: `2147483`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_interactive_timeout](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_interactive_timeout)| + +## mysqlx_max_allowed_packet +|name|value| +|----|-----| +|Name|`mysqlx_max_allowed_packet`| +|Command line|`--mysqlx-max-allowed-packet=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`67108864`| +|Dynamic|`true`| +|Range|from: `512` to: `1073741824`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_max_allowed_packet](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_max_allowed_packet)| + +## mysqlx_max_connections +|name|value| +|----|-----| +|Name|`mysqlx_max_connections`| +|Command line|`--mysqlx-max-connections=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`100`| +|Dynamic|`true`| +|Range|from: `1` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_max_connections](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_max_connections)| + +## mysqlx_min_worker_threads +|name|value| +|----|-----| +|Name|`mysqlx_min_worker_threads`| +|Command line|`--mysqlx-min-worker-threads=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`2`| +|Dynamic|`true`| +|Range|from: `1` to: `100`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_min_worker_threads](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_min_worker_threads)| + +## mysqlx_port +|name|value| +|----|-----| +|Name|`mysqlx_port`| +|Command line|`--mysqlx-port=port_num`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`33060`| +|Dynamic|`false`| +|Range|from: `1` to: `65535`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_port](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_port)| + +## mysqlx_port_open_timeout +|name|value| +|----|-----| +|Name|`mysqlx_port_open_timeout`| +|Command line|`--mysqlx-port-open-timeout=#`| +|Type of variable|`integer`| +|Scope|`global`| +|Default value|`0`| +|Dynamic|`false`| +|Range|from: `0` to: `120`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_port_open_timeout](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_port_open_timeout)| + +## mysqlx_read_timeout +|name|value| +|----|-----| +|Name|`mysqlx_read_timeout`| +|Command line|`--mysqlx-read-timeout=#`| +|Type of variable|`integer`| +|Scope|`session`| +|Default value|`28800`| +|Dynamic|`true`| +|Range|from: `30` to: `2147483`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_read_timeout](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_read_timeout)| + +## mysqlx_socket +|name|value| +|----|-----| +|Name|`mysqlx_socket`| +|Command line|`--mysqlx-socket=file_name`| +|Type of variable|`string`| +|Scope|`global`| +|Default value|`/tmp/mysqlx.sock`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_socket](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_socket)| + +## mysqlx_ssl_ca +|name|value| +|----|-----| +|Name|`mysqlx_ssl_ca`| +|Command line|`--mysqlx-ssl-ca=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_ssl_ca](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_ssl_ca)| + +## mysqlx_ssl_capath +|name|value| +|----|-----| +|Name|`mysqlx_ssl_capath`| +|Command line|`--mysqlx-ssl-capath=dir_name`| +|Type of variable|`directory name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_ssl_capath](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_ssl_capath)| + +## mysqlx_ssl_cert +|name|value| +|----|-----| +|Name|`mysqlx_ssl_cert`| +|Command line|`--mysqlx-ssl-cert=name`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_ssl_cert](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_ssl_cert)| + +## mysqlx_ssl_cipher +|name|value| +|----|-----| +|Name|`mysqlx_ssl_cipher`| +|Command line|`--mysqlx-ssl-cipher=name`| +|Type of variable|`string`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_ssl_cipher](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_ssl_cipher)| + +## mysqlx_ssl_crl +|name|value| +|----|-----| +|Name|`mysqlx_ssl_crl`| +|Command line|`--mysqlx-ssl-crl=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_ssl_crl](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_ssl_crl)| + +## mysqlx_ssl_crlpath +|name|value| +|----|-----| +|Name|`mysqlx_ssl_crlpath`| +|Command line|`--mysqlx-ssl-crlpath=dir_name`| +|Type of variable|`directory name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_ssl_crlpath](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_ssl_crlpath)| + +## mysqlx_ssl_key +|name|value| +|----|-----| +|Name|`mysqlx_ssl_key`| +|Command line|`--mysqlx-ssl-key=file_name`| +|Type of variable|`file name`| +|Scope|`global`| +|Dynamic|`false`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_ssl_key](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_ssl_key)| + +## mysqlx_wait_timeout +|name|value| +|----|-----| +|Name|`mysqlx_wait_timeout`| +|Command line|`--mysqlx-wait-timeout=#`| +|Type of variable|`integer`| +|Scope|`session`| +|Default value|`28800`| +|Dynamic|`true`| +|Range|from: `1` to: `2147483`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_wait_timeout](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_wait_timeout)| + +## mysqlx_write_timeout +|name|value| +|----|-----| +|Name|`mysqlx_write_timeout`| +|Command line|`--mysqlx-write-timeout=#`| +|Type of variable|`integer`| +|Scope|`session`| +|Default value|`60`| +|Dynamic|`true`| +|Range|from: `1` to: `2147483`| + +### Documentation(s) +|source|anchor name| +|------|----| +|dev.mysql.com|[sysvar_mysqlx_write_timeout](https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html#sysvar_mysqlx_write_timeout)| + + diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-slim.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-slim.json new file mode 100644 index 0000000..76e60a9 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-slim.json @@ -0,0 +1,29711 @@ +{ + "vars": { + "Aria_pagecache_blocks_not_flushed": { + "name": "Aria_pagecache_blocks_not_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_pagecache_blocks_not_flushed" + ] + }, + "Aria_pagecache_blocks_unused": { + "name": "Aria_pagecache_blocks_unused", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_blocks_unused" + ] + }, + "Aria_pagecache_blocks_used": { + "name": "Aria_pagecache_blocks_used", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_blocks_used" + ] + }, + "Aria_pagecache_read_requests": { + "name": "Aria_pagecache_read_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_read_requests" + ] + }, + "Aria_pagecache_reads": { + "name": "Aria_pagecache_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_reads" + ] + }, + "Aria_pagecache_write_requests": { + "name": "Aria_pagecache_write_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_write_requests" + ] + }, + "Aria_pagecache_writes": { + "name": "Aria_pagecache_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_writes" + ] + }, + "Aria_transaction_log_syncs": { + "name": "Aria_transaction_log_syncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_transaction_log_syncs" + ] + }, + "aria_block_size": { + "cli": "--aria-block-size=#", + "default": "8192", + "dynamic": false, + "name": "aria_block_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "2#aria_block_size" + ] + }, + "aria_checkpoint_interval": { + "cli": "--aria-checkpoint-interval=#", + "default": "30", + "dynamic": true, + "name": "aria_checkpoint_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_checkpoint_interval" + ] + }, + "aria_checkpoint_log_activity": { + "cli": "aria-checkpoint-log-activity=#", + "default": "1048576", + "dynamic": true, + "name": "aria_checkpoint_log_activity", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_checkpoint_log_activity" + ] + }, + "aria_encrypt_tables": { + "cli": "aria-encrypt-tables={0|1}", + "default": "OFF", + "dynamic": true, + "name": "aria_encrypt_tables", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "1#aria_encrypt_tables" + ] + }, + "aria_force_start_after_recovery_failures": { + "cli": "--aria-force-start-after-recovery-failures=#", + "default": "0", + "dynamic": false, + "name": "aria_force_start_after_recovery_failures", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_force_start_after_recovery_failures" + ] + }, + "aria_group_commit": { + "cli": "--aria_group_commit=\"value\"", + "default": "none", + "dynamic": false, + "name": "aria_group_commit", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "none", + "hard", + "soft" + ], + "ids": [ + "1#aria_group_commit" + ] + }, + "aria_group_commit_interval": { + "cli": "--aria_group_commit_interval=#", + "default": "0 (no waiting)", + "dynamic": false, + "name": "aria_group_commit_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_group_commit_interval" + ] + }, + "aria_log_file_size": { + "cli": "--aria-log-file-size=#", + "default": "1073741824", + "dynamic": true, + "name": "aria_log_file_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_log_file_size" + ] + }, + "aria_log_purge_type": { + "cli": "--aria-log-purge-type=name", + "default": "immediate", + "dynamic": true, + "name": "aria_log_purge_type", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "immediate", + "external", + "at_flush" + ], + "ids": [ + "1#aria_log_purge_type" + ] + }, + "aria_max_sort_file_size": { + "cli": "--aria-max-sort-file-size=#", + "default": "9223372036853727232", + "dynamic": true, + "name": "aria_max_sort_file_size", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_max_sort_file_size" + ] + }, + "aria_page_checksum": { + "cli": "--aria-page-checksum=#", + "default": "ON", + "dynamic": true, + "name": "aria_page_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "1#aria_page_checksum" + ] + }, + "aria_pagecache_age_threshold": { + "cli": "--aria-pagecache-age-threshold=#", + "default": "300", + "dynamic": true, + "name": "aria_pagecache_age_threshold", + "range": { + "from": 100, + "to": 9999900 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_pagecache_age_threshold" + ] + }, + "aria_pagecache_buffer_size": { + "cli": "--aria-pagecache-buffer-size=#", + "default": "134217720 (128MB)", + "dynamic": false, + "name": "aria_pagecache_buffer_size", + "range": { + "from": 131072, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_pagecache_buffer_size" + ] + }, + "aria_pagecache_division_limit": { + "cli": "--aria-pagecache-division-limit=#", + "default": "100", + "dynamic": true, + "name": "aria_pagecache_division_limit", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_pagecache_division_limit" + ] + }, + "aria_pagecache_file_hash_size": { + "cli": "--aria-pagecache-file-hash-size=#", + "default": "512", + "dynamic": false, + "name": "aria_pagecache_file_hash_size", + "range": { + "from": 128, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_pagecache_file_hash_size" + ] + }, + "aria_recover": { + "name": "aria_recover", + "ids": [ + "1#aria_recover" + ] + }, + "aria_recover_options": { + "cli": "--aria-recover-options[=#]", + "default": "BACKUP,QUICK (>= MariaDB 10.2.4), NORMAL (<= MariaDB 10.2.3)", + "dynamic": true, + "name": "aria_recover_options", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NORMAL", + "BACKUP", + "FORCE", + "QUICK", + "OFF" + ], + "ids": [ + "1#aria_recover_options" + ] + }, + "aria_repair_threads": { + "cli": "--aria-repair-threads=#", + "default": "1", + "dynamic": true, + "name": "aria_repair_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#aria_repair_threads" + ] + }, + "aria_sort_buffer_size": { + "cli": "--aria-sort-buffer-size=#", + "default": "268434432 (from MariaDB 10.0.3), 134217728 (before MariaDB 10.0.3)", + "dynamic": true, + "name": "aria_sort_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#aria_sort_buffer_size" + ] + }, + "aria_stats_method": { + "cli": "--aria-stats-method=#", + "default": "nulls_unequal", + "dynamic": true, + "name": "aria_stats_method", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ], + "ids": [ + "1#aria_stats_method" + ] + }, + "aria_sync_log_dir": { + "cli": "--aria-sync-log-dir=#", + "default": "NEWFILE", + "dynamic": true, + "name": "aria_sync_log_dir", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NEWFILE", + "NEVER", + "ALWAYS" + ], + "ids": [ + "1#aria_sync_log_dir" + ] + }, + "aria_used_for_temp_tables": { + "default": "ON", + "dynamic": false, + "name": "aria_used_for_temp_tables", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "1#aria_used_for_temp_tables" + ] + }, + "deadlock_search_depth_long": { + "cli": "--deadlock-search-depth-long=#", + "default": "15", + "dynamic": true, + "name": "deadlock_search_depth_long", + "range": { + "from": 0, + "to": 33 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#deadlock_search_depth_long" + ] + }, + "deadlock_search_depth_short": { + "cli": "--deadlock-search-depth-short=#", + "default": "4", + "dynamic": true, + "name": "deadlock_search_depth_short", + "range": { + "from": 0, + "to": 32 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#deadlock_search_depth_short" + ] + }, + "deadlock_timeout_long": { + "cli": "--deadlock-timeout-long=#", + "default": "50000000", + "dynamic": true, + "name": "deadlock_timeout_long", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#deadlock_timeout_long" + ] + }, + "deadlock_timeout_short": { + "cli": "--deadlock-timeout-short=#", + "default": "10000", + "dynamic": true, + "name": "deadlock_timeout_short", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#deadlock_timeout_short" + ] + }, + "Cassandra_multiget_keys_scanned": { + "name": "Cassandra_multiget_keys_scanned", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "3#cassandra_multiget_keys_scanned" + ] + }, + "Cassandra_multiget_reads": { + "name": "Cassandra_multiget_reads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_multiget_reads" + ] + }, + "Cassandra_multiget_rows_read": { + "name": "Cassandra_multiget_rows_read", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_multiget_rows_read" + ] + }, + "Cassandra_network_exceptions": { + "name": "Cassandra_network_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_network_exceptions" + ] + }, + "Cassandra_row_insert_batches": { + "name": "Cassandra_row_insert_batches", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_row_insert_batches" + ] + }, + "Cassandra_row_inserts": { + "name": "Cassandra_row_inserts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_row_inserts" + ] + }, + "Cassandra_timeout_exceptions": { + "name": "Cassandra_timeout_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_timeout_exceptions" + ] + }, + "Cassandra_unavailable_exceptions": { + "name": "Cassandra_unavailable_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_unavailable_exceptions" + ] + }, + "cassandra_default_thrift_host": { + "dynamic": true, + "name": "cassandra_default_thrift_host", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "4#cassandra_default_thrift_host" + ] + }, + "cassandra_failure_retries": { + "default": "3", + "dynamic": true, + "name": "cassandra_failure_retries", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + "3#cassandra_failure_retries" + ] + }, + "cassandra_insert_batch_size": { + "default": "100", + "dynamic": true, + "name": "cassandra_insert_batch_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + "3#cassandra_insert_batch_size" + ] + }, + "cassandra_multiget_batch_size": { + "default": "100", + "dynamic": true, + "name": "cassandra_multiget_batch_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + "3#cassandra_multiget_batch_size" + ] + }, + "cassandra_read_consistency": { + "default": "ONE", + "name": "cassandra_read_consistency", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ONE", + "TWO", + "THREE", + "ANY", + "ALL", + "QUORUM", + "EACH_QUORUM", + "LOCAL_QUORUM", + "\n" + ], + "ids": [ + "3#cassandra_read_consistency" + ] + }, + "cassandra_rnd_batch_size": { + "default": "10000", + "name": "cassandra_rnd_batch_size", + "scope": [ + "global", + "session" + ], + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + "3#cassandra_rnd_batch_size" + ] + }, + "cassandra_write_consistency": { + "default": "ONE", + "name": "cassandra_write_consistency", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ONE", + "TWO", + "THREE", + "ANY", + "ALL", + "QUORUM", + "EACH_QUORUM", + "LOCAL_QUORUM", + "\n" + ], + "ids": [ + "3#cassandra_write_consistency" + ] + }, + "connect_class_path": { + "cli": "--connect-class-path=value", + "default": "", + "dynamic": false, + "name": "connect_class_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "5#connect_class_path" + ] + }, + "connect_cond_push": { + "cli": "--connect-cond-push={0|1}", + "default": "ON", + "dynamic": true, + "name": "connect_cond_push", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "4#connect_cond_push" + ] + }, + "connect_conv_size": { + "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, + "name": "connect_conv_size", + "range": { + "from": 0, + "to": 65500 + }, + "scope": [ + "session", + "global" + ], + "type": "integer", + "ids": [ + "4#connect_conv_size" + ] + }, + "connect_enable_mongo": { + "cli": "--connect-enable-mongo={0|1}", + "default": "OFF", + "dynamic": false, + "name": "connect_enable_mongo", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "4#connect_enable_mongo" + ] + }, + "connect_exact_info": { + "cli": "--connect-exact-info=#", + "default": "OFF", + "dynamic": true, + "name": "connect_exact_info", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + "4#connect_exact_info" + ] + }, + "connect_indx_map": { + "cli": "--connect-indx-map=#", + "default": "OFF", + "dynamic": true, + "name": "connect_indx_map", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "4#connect_indx_map" + ] + }, + "connect_java_wrapper": { + "cli": "--connect-java-wrapper=val", + "default": "wrappers/JdbcInterface", + "dynamic": true, + "name": "connect_java_wrapper", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "4#connect_java_wrapper" + ] + }, + "connect_json_grp_size": { + "cli": "--connect-json-grp-size=#", + "default": "10", + "dynamic": true, + "name": "connect_json_grp_size", + "range": { + "from": 1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "4#connect_json_grp_size" + ] + }, + "connect_json_null": { + "cli": "--connect-json-null=value", + "default": "", + "dynamic": true, + "name": "connect_json_null", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "4#connect_json_null" + ] + }, + "connect_jvm_path": { + "cli": "--connect-jvm_path=value", + "default": "", + "dynamic": false, + "name": "connect_jvm_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "4#connect_jvm_path" + ] + }, + "connect_type_conv": { + "cli": "--connect-type-conv=#", + "default": "YES (>= Connect 1.06.006), NO (<= Connect 1.06.005)", + "dynamic": true, + "name": "connect_type_conv", + "scope": [ + "session", + "global" + ], + "validValues": [ + "NO", + "YES", + "SKIP" + ], + "ids": [ + "4#connect_type_conv" + ] + }, + "connect_use_tempfile": { + "cli": "--connect-use-tempfile=#", + "default": "AUTO", + "dynamic": true, + "name": "connect_use_tempfile", + "scope": [ + "session" + ], + "ids": [ + "4#connect_use_tempfile" + ] + }, + "connect_work_size": { + "cli": "--connect-work-size=#", + "default": "67108864", + "dynamic": true, + "name": "connect_work_size", + "range": { + "from": 4194304, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "4#connect_work_size" + ] + }, + "connect_xtrace": { + "cli": "--connect-xtrace=#", + "default": "0", + "dynamic": true, + "name": "connect_xtrace", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "set", + "validValues": [], + "ids": [ + "4#connect_xtrace" + ] + }, + "wsrep_apply_oooe": { + "name": "wsrep_apply_oooe", + "ids": [ + "6#wsrep_apply_oooe" + ] + }, + "wsrep_apply_oool": { + "name": "wsrep_apply_oool", + "ids": [ + "5#wsrep_apply_oool" + ] + }, + "wsrep_apply_window": { + "name": "wsrep_apply_window", + "ids": [ + "5#wsrep_apply_window" + ] + }, + "wsrep_cert_deps_distance": { + "name": "wsrep_cert_deps_distance", + "ids": [ + "5#wsrep_cert_deps_distance" + ] + }, + "wsrep_cert_index_size": { + "name": "wsrep_cert_index_size", + "type": "integer", + "ids": [ + "5#wsrep_cert_index_size" + ] + }, + "wsrep_cert_interval": { + "name": "wsrep_cert_interval", + "type": "integer", + "ids": [ + "5#wsrep_cert_interval" + ] + }, + "wsrep_cluster_capabilities": { + "name": "wsrep_cluster_capabilities", + "ids": [ + "5#wsrep_cluster_capabilities" + ] + }, + "wsrep_cluster_conf_id": { + "name": "wsrep_cluster_conf_id", + "type": "integer", + "ids": [ + "5#wsrep_cluster_conf_id" + ] + }, + "wsrep_cluster_size": { + "name": "wsrep_cluster_size", + "type": "integer", + "ids": [ + "5#wsrep_cluster_size" + ] + }, + "wsrep_cluster_state_uuid": { + "name": "wsrep_cluster_state_uuid", + "ids": [ + "5#wsrep_cluster_state_uuid" + ] + }, + "wsrep_cluster_status": { + "name": "wsrep_cluster_status", + "ids": [ + "5#wsrep_cluster_status" + ] + }, + "wsrep_cluster_weight": { + "name": "wsrep_cluster_weight", + "ids": [ + "5#wsrep_cluster_weight" + ] + }, + "wsrep_commit_oooe": { + "name": "wsrep_commit_oooe", + "ids": [ + "5#wsrep_commit_oooe" + ] + }, + "wsrep_commit_oool": { + "name": "wsrep_commit_oool", + "ids": [ + "5#wsrep_commit_oool" + ] + }, + "wsrep_commit_window": { + "name": "wsrep_commit_window", + "ids": [ + "5#wsrep_commit_window" + ] + }, + "wsrep_connected": { + "name": "wsrep_connected", + "ids": [ + "5#wsrep_connected" + ] + }, + "wsrep_desync_count": { + "name": "wsrep_desync_count", + "type": "integer", + "ids": [ + "5#wsrep_desync_count" + ] + }, + "wsrep_evs_delayed": { + "name": "wsrep_evs_delayed", + "ids": [ + "5#wsrep_evs_delayed" + ] + }, + "wsrep_evs_evict_list": { + "name": "wsrep_evs_evict_list", + "ids": [ + "5#wsrep_evs_evict_list" + ] + }, + "wsrep_evs_repl_latency": { + "name": "wsrep_evs_repl_latency", + "ids": [ + "5#wsrep_evs_repl_latency" + ] + }, + "wsrep_evs_state": { + "name": "wsrep_evs_state", + "ids": [ + "5#wsrep_evs_state" + ] + }, + "wsrep_flow_control_paused": { + "name": "wsrep_flow_control_paused", + "ids": [ + "5#wsrep_flow_control_paused" + ] + }, + "wsrep_flow_control_paused_ns": { + "name": "wsrep_flow_control_paused_ns", + "ids": [ + "5#wsrep_flow_control_paused_ns" + ] + }, + "wsrep_flow_control_recv": { + "name": "wsrep_flow_control_recv", + "type": "integer", + "ids": [ + "5#wsrep_flow_control_recv" + ] + }, + "wsrep_flow_control_sent": { + "name": "wsrep_flow_control_sent", + "type": "integer", + "ids": [ + "5#wsrep_flow_control_sent" + ] + }, + "wsrep_gcomm_uuid": { + "name": "wsrep_gcomm_uuid", + "ids": [ + "5#wsrep_gcomm_uuid" + ] + }, + "wsrep_incoming_addresses": { + "name": "wsrep_incoming_addresses", + "ids": [ + "5#wsrep_incoming_addresses" + ] + }, + "wsrep_last_committed": { + "name": "wsrep_last_committed", + "type": "integer", + "ids": [ + "5#wsrep_last_committed" + ] + }, + "wsrep_local_bf_aborts": { + "name": "wsrep_local_bf_aborts", + "type": "integer", + "ids": [ + "5#wsrep_local_bf_aborts" + ] + }, + "wsrep_local_cached_downto": { + "name": "wsrep_local_cached_downto", + "ids": [ + "5#wsrep_local_cached_downto" + ] + }, + "wsrep_local_cert_failures": { + "name": "wsrep_local_cert_failures", + "type": "integer", + "ids": [ + "5#wsrep_local_cert_failures" + ] + }, + "wsrep_local_commits": { + "name": "wsrep_local_commits", + "type": "integer", + "ids": [ + "5#wsrep_local_commits" + ] + }, + "wsrep_local_index": { + "name": "wsrep_local_index", + "ids": [ + "5#wsrep_local_index" + ] + }, + "wsrep_local_recv_queue": { + "name": "wsrep_local_recv_queue", + "type": "integer", + "ids": [ + "5#wsrep_local_recv_queue" + ] + }, + "wsrep_local_recv_queue_avg": { + "name": "wsrep_local_recv_queue_avg", + "ids": [ + "5#wsrep_local_recv_queue_avg" + ] + }, + "wsrep_local_recv_queue_max": { + "name": "wsrep_local_recv_queue_max", + "ids": [ + "5#wsrep_local_recv_queue_max" + ] + }, + "wsrep_local_recv_queue_min": { + "name": "wsrep_local_recv_queue_min", + "ids": [ + "5#wsrep_local_recv_queue_min" + ] + }, + "wsrep_local_replays": { + "name": "wsrep_local_replays", + "type": "integer", + "ids": [ + "5#wsrep_local_replays" + ] + }, + "wsrep_local_send_queue": { + "name": "wsrep_local_send_queue", + "type": "integer", + "ids": [ + "5#wsrep_local_send_queue" + ] + }, + "wsrep_local_send_queue_avg": { + "name": "wsrep_local_send_queue_avg", + "ids": [ + "5#wsrep_local_send_queue_avg" + ] + }, + "wsrep_local_send_queue_max": { + "name": "wsrep_local_send_queue_max", + "ids": [ + "5#wsrep_local_send_queue_max" + ] + }, + "wsrep_local_send_queue_min": { + "name": "wsrep_local_send_queue_min", + "ids": [ + "5#wsrep_local_send_queue_min" + ] + }, + "wsrep_local_state": { + "name": "wsrep_local_state", + "ids": [ + "5#wsrep_local_state" + ] + }, + "wsrep_local_state_comment": { + "name": "wsrep_local_state_comment", + "ids": [ + "5#wsrep_local_state_comment" + ] + }, + "wsrep_local_state_uuid": { + "name": "wsrep_local_state_uuid", + "ids": [ + "5#wsrep_local_state_uuid" + ] + }, + "wsrep_open_connections": { + "name": "wsrep_open_connections", + "type": "integer", + "ids": [ + "5#wsrep_open_connections" + ] + }, + "wsrep_open_transactions": { + "name": "wsrep_open_transactions", + "type": "integer", + "ids": [ + "5#wsrep_open_transactions" + ] + }, + "wsrep_protocol_version": { + "name": "wsrep_protocol_version", + "ids": [ + "5#wsrep_protocol_version" + ] + }, + "wsrep_provider_name": { + "name": "wsrep_provider_name", + "ids": [ + "5#wsrep_provider_name" + ] + }, + "wsrep_provider_vendor": { + "name": "wsrep_provider_vendor", + "ids": [ + "5#wsrep_provider_vendor" + ] + }, + "wsrep_provider_version": { + "name": "wsrep_provider_version", + "type": "integer", + "ids": [ + "5#wsrep_provider_version" + ] + }, + "wsrep_ready": { + "name": "wsrep_ready", + "ids": [ + "5#wsrep_ready" + ] + }, + "wsrep_received": { + "name": "wsrep_received", + "type": "integer", + "ids": [ + "5#wsrep_received" + ] + }, + "wsrep_received_bytes": { + "name": "wsrep_received_bytes", + "type": "byte", + "ids": [ + "5#wsrep_received_bytes" + ] + }, + "wsrep_repl_data_bytes": { + "name": "wsrep_repl_data_bytes", + "type": "integer", + "ids": [ + "5#wsrep_repl_data_bytes" + ] + }, + "wsrep_repl_keys": { + "name": "wsrep_repl_keys", + "type": "integer", + "ids": [ + "5#wsrep_repl_keys" + ] + }, + "wsrep_repl_keys_bytes": { + "name": "wsrep_repl_keys_bytes", + "type": "integer", + "ids": [ + "5#wsrep_repl_keys_bytes" + ] + }, + "wsrep_repl_other_bytes": { + "name": "wsrep_repl_other_bytes", + "type": "integer", + "ids": [ + "5#wsrep_repl_other_bytes" + ] + }, + "wsrep_replicated": { + "name": "wsrep_replicated", + "type": "integer", + "ids": [ + "5#wsrep_replicated" + ] + }, + "wsrep_replicated_bytes": { + "name": "wsrep_replicated_bytes", + "type": "byte", + "ids": [ + "5#wsrep_replicated_bytes" + ] + }, + "wsrep_thread_count": { + "name": "wsrep_thread_count", + "type": "integer", + "ids": [ + "5#wsrep_thread_count" + ] + }, + "wsrep_auto_increment_control": { + "cli": "--wsrep-auto-increment-control[={0|1}]", + "default": "ON", + "dynamic": true, + "name": "wsrep_auto_increment_control", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "7#wsrep_auto_increment_control" + ] + }, + "wsrep_causal_reads": { + "cli": "--wsrep-causal-reads[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_causal_reads", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "6#wsrep_causal_reads" + ] + }, + "wsrep_certification_rules": { + "cli": "--wsrep-certifcation-rules", + "default": "strict", + "dynamic": true, + "name": "wsrep_certification_rules", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "strict", + "optimized" + ], + "ids": [ + "6#wsrep_certification_rules" + ] + }, + "wsrep_certify_nonPK": { + "cli": "--wsrep-certify-nonPK[={0|1}]", + "default": "ON", + "dynamic": true, + "name": "wsrep_certify_nonPK", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_certify_nonpk" + ] + }, + "wsrep_cluster_address": { + "cli": "--wsrep-cluster-address=value", + "dynamic": false, + "name": "wsrep_cluster_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_cluster_address" + ] + }, + "wsrep_cluster_name": { + "cli": "--wsrep-cluster-name=value", + "default": "my_wsrep_cluster", + "dynamic": true, + "name": "wsrep_cluster_name", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_cluster_name" + ] + }, + "wsrep_convert_LOCK_to_trx": { + "cli": "--wsrep-convert-LOCK-to-trx[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_convert_LOCK_to_trx", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_convert_lock_to_trx" + ] + }, + "wsrep_data_home_dir": { + "cli": "--wsrep-data-home-dir=value", + "default": "The datadir variable value.", + "dynamic": false, + "name": "wsrep_data_home_dir", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_data_home_dir" + ] + }, + "wsrep_dbug_option": { + "cli": "--wsrep-dbug-option=value", + "dynamic": true, + "name": "wsrep_dbug_option", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_dbug_option" + ] + }, + "wsrep_debug": { + "cli": "--wsrep-debug[={0|1}]", + "default": "NONE (>= MariaDB 10.4.3), OFF (<= MariaDB 10.4.2)", + "dynamic": true, + "name": "wsrep_debug", + "scope": [ + "global" + ], + "ids": [ + "6#wsrep_debug" + ] + }, + "wsrep_desync": { + "cli": "--wsrep-desync[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_desync", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_desync" + ] + }, + "wsrep_dirty_reads": { + "cli": "--wsrep-dirty-reads[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_dirty_reads", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ], + "ids": [ + "6#wsrep_dirty_reads" + ] + }, + "wsrep_drupal_282555_workaround": { + "cli": "--wsrep-drupal-282555-workaround[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_drupal_282555_workaround", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_drupal_282555_workaround" + ] + }, + "wsrep_forced_binlog_format": { + "cli": "--wsrep-forced-binlog-format=value", + "default": "NONE", + "dynamic": true, + "name": "wsrep_forced_binlog_format", + "scope": [ + "global" + ], + "validValues": [ + "STATEMENT", + "ROW", + "MIXED", + "NONE" + ], + "ids": [ + "6#wsrep_forced_binlog_format" + ] + }, + "wsrep_gtid_domain_id": { + "cli": "--wsrep-gtid-domain-id=#", + "default": "0", + "dynamic": true, + "name": "wsrep_gtid_domain_id", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "6#wsrep_gtid_domain_id" + ] + }, + "wsrep_gtid_mode": { + "cli": "--wsrep-gtid-mode[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_gtid_mode", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_gtid_mode" + ] + }, + "wsrep_ignore_apply_errors": { + "cli": "--wsrep-ignore-apply-errors", + "default": "0", + "dynamic": true, + "name": "wsrep_ignore_apply_errors", + "range": { + "from": 0, + "to": 7 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "6#wsrep_ignore_apply_errors" + ] + }, + "wsrep_load_data_splitting": { + "cli": "--wsrep-load-data-splitting[={0|1}]", + "default": "OFF (>= MariaDB 10.4.3), ON (<= MariaDB 10.4.2)", + "dynamic": true, + "name": "wsrep_load_data_splitting", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_load_data_splitting" + ] + }, + "wsrep_log_conflicts": { + "cli": "--wsrep-log-conflicts[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_log_conflicts", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_log_conflicts" + ] + }, + "wsrep_max_ws_rows": { + "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, + "name": "wsrep_max_ws_rows", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "6#wsrep_max_ws_rows" + ] + }, + "wsrep_max_ws_size": { + "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, + "name": "wsrep_max_ws_size", + "range": { + "from": 1024, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "6#wsrep_max_ws_size" + ] + }, + "wsrep_mysql_replication_bundle": { + "cli": "--wsrep-mysql-replication-bundle=#", + "default": "0", + "dynamic": false, + "name": "wsrep_mysql_replication_bundle", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "6#wsrep_mysql_replication_bundle" + ] + }, + "wsrep_node_address": { + "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, + "name": "wsrep_node_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_node_address" + ] + }, + "wsrep_node_incoming_address": { + "cli": "--wsrep-node-incoming-address=value", + "default": "AUTO", + "dynamic": false, + "name": "wsrep_node_incoming_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_node_incoming_address" + ] + }, + "wsrep_node_name": { + "cli": "--wsrep-node-name=value", + "default": "The server's hostname.", + "dynamic": true, + "name": "wsrep_node_name", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_node_name" + ] + }, + "wsrep_notify_cmd": { + "cli": "--wsrep-notify-command=value", + "default": "Empty", + "dynamic": true, + "name": "wsrep_notify_cmd", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_notify_cmd" + ] + }, + "wsrep_on": { + "cli": "--wsrep-on[={0|1}]", + "default": "OFF (>= MariaDB 10.1), ON (<= MariaDB Galera Cluster 10.0),", + "dynamic": true, + "name": "wsrep_on", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ], + "ids": [ + "6#wsrep_on" + ] + }, + "wsrep_OSU_method": { + "cli": "--wsrep-OSU-method[=value]", + "default": "TOI", + "dynamic": true, + "name": "wsrep_OSU_method", + "scope": [ + "global", + "session" + ], + "validValues": [ + "TOI", + "RSU" + ], + "ids": [ + "6#wsrep_osu_method" + ] + }, + "wsrep_patch_version": { + "default": "None", + "dynamic": false, + "name": "wsrep_patch_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_patch_version" + ] + }, + "wsrep_provider": { + "cli": "--wsrep-provider=value", + "default": "None", + "dynamic": true, + "name": "wsrep_provider", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_provider" + ] + }, + "wsrep_provider_options": { + "cli": "--wsrep-provider-options=value", + "default": "Empty", + "dynamic": false, + "name": "wsrep_provider_options", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_provider_options" + ] + }, + "wsrep_recover": { + "cli": "--wsrep-recover[={0|1}]", + "default": "OFF", + "dynamic": false, + "name": "wsrep_recover", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_recover" + ] + }, + "wsrep_reject_queries": { + "cli": "--wsrep-reject-queries[=value]", + "default": "NONE", + "dynamic": true, + "name": "wsrep_reject_queries", + "scope": [ + "global" + ], + "validValues": [ + "NONE", + "ALL", + "ALL_KILL" + ], + "ids": [ + "6#wsrep_reject_queries" + ] + }, + "wsrep_replicate_myisam": { + "cli": "--wsrep-replicate-myisam[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_replicate_myisam", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ], + "ids": [ + "6#wsrep_replicate_myisam" + ] + }, + "wsrep_restart_slave": { + "cli": "--wsrep-restart-slave[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_restart_slave", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_restart_slave" + ] + }, + "wsrep_retry_autocommit": { + "cli": "--wsrep-retry-autocommit=value", + "default": "1", + "dynamic": false, + "name": "wsrep_retry_autocommit", + "range": { + "from": 0, + "to": 10000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "6#wsrep_retry_autocommit" + ] + }, + "wsrep_slave_FK_checks": { + "cli": "--wsrep-slave-FK-checks[={0|1}]", + "default": "ON", + "dynamic": true, + "name": "wsrep_slave_FK_checks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_slave_fk_checks" + ] + }, + "wsrep_slave_threads": { + "cli": "--wsrep-slave-threads=#", + "default": "1", + "dynamic": true, + "name": "wsrep_slave_threads", + "range": { + "from": 1, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "6#wsrep_slave_threads" + ] + }, + "wsrep_slave_UK_checks": { + "cli": "--wsrep-slave-UK-checks[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_slave_UK_checks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_slave_uk_checks" + ] + }, + "wsrep_sr_store": { + "cli": "--wsrep-sr-store=val", + "default": "table", + "dynamic": false, + "name": "wsrep_sr_store", + "scope": [ + "global" + ], + "validValues": [ + "table", + "none" + ], + "ids": [ + "6#wsrep_sr_store" + ] + }, + "wsrep_sst_auth": { + "cli": "--wsrep-sst-auth=value", + "default": "(Empty)", + "dynamic": true, + "name": "wsrep_sst_auth", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_sst_auth" + ] + }, + "wsrep_sst_donor": { + "cli": "--wsrep-sst-donor=value", + "default": "", + "dynamic": true, + "name": "wsrep_sst_donor", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_sst_donor" + ] + }, + "wsrep_sst_donor_rejects_queries": { + "cli": "--wsrep-sst-donor-rejects-queries[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "wsrep_sst_donor_rejects_queries", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "6#wsrep_sst_donor_rejects_queries" + ] + }, + "wsrep_sst_method": { + "cli": "--wsrep-sst-method=value", + "default": "rsync", + "dynamic": true, + "name": "wsrep_sst_method", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "rsync", + "mysqldump", + "xtrabackup", + "xtrabackup-v2", + "mariabackup" + ], + "ids": [ + "6#wsrep_sst_method" + ] + }, + "wsrep_sst_receive_address": { + "cli": "--wsrep-sst-receive-address=value", + "default": "AUTO", + "dynamic": true, + "name": "wsrep_sst_receive_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_sst_receive_address" + ] + }, + "wsrep_start_position": { + "cli": "--wsrep-start-position=value", + "default": "00000000-0000-0000-0000-000000000000:-1", + "dynamic": true, + "name": "wsrep_start_position", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "6#wsrep_start_position" + ] + }, + "wsrep_sync_wait": { + "cli": "--wsrep-sync-wait=#", + "default": "0", + "dynamic": true, + "name": "wsrep_sync_wait", + "range": { + "from": 0, + "to": 15 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "6#wsrep_sync_wait" + ] + }, + "wsrep_trx_fragment_size": { + "cli": "--wsrep-trx-fragment-size=#", + "default": "0", + "dynamic": true, + "name": "wsrep_trx_fragment_size", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "6#wsrep_trx_fragment_size" + ] + }, + "wsrep_trx_fragment_unit": { + "cli": "--wsrep-trx-fragment-unit=value", + "default": "bytes", + "dynamic": true, + "name": "wsrep_trx_fragment_unit", + "scope": [ + "global", + "session" + ], + "validValues": [ + "bytes", + "rows", + "statements" + ], + "ids": [ + "6#wsrep_trx_fragment_unit" + ] + }, + "gtid_binlog_pos": { + "default": "Null", + "dynamic": false, + "name": "gtid_binlog_pos", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "8#gtid_binlog_pos" + ] + }, + "gtid_binlog_state": { + "default": "Null", + "dynamic": true, + "name": "gtid_binlog_state", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "7#gtid_binlog_state" + ] + }, + "gtid_current_pos": { + "default": "Null", + "dynamic": false, + "name": "gtid_current_pos", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "7#gtid_current_pos" + ] + }, + "gtid_domain_id": { + "cli": "--gtid-domain-id=#", + "default": "0", + "dynamic": true, + "name": "gtid_domain_id", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "ids": [ + "7#gtid_domain_id" + ] + }, + "last_gtid": { + "dynamic": false, + "name": "last_gtid", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + "7#last_gtid" + ] + }, + "server_id": { + "dynamic": true, + "name": "server_id", + "type": "integer", + "ids": [ + "7#server_id", + "9#server_id", + "10#sysvar_server_id" + ] + }, + "gtid_seq_no": { + "default": "Null", + "dynamic": true, + "name": "gtid_seq_no", + "scope": [ + "session" + ], + "ids": [ + "7#gtid_seq_no" + ] + }, + "gtid_ignore_duplicates": { + "cli": "--gtid-ignore-duplicates=#", + "default": "OFF", + "dynamic": true, + "name": "gtid_ignore_duplicates", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "7#gtid_ignore_duplicates" + ] + }, + "gtid_pos_auto_engines": { + "cli": "--gtid-pos-auto-engines=value", + "default": "empty", + "dynamic": true, + "name": "gtid_pos_auto_engines", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "7#gtid_pos_auto_engines" + ] + }, + "gtid_cleanup_batch_size": { + "cli": "--gtid-cleanup-batch-size=#", + "default": "64", + "dynamic": true, + "name": "gtid_cleanup_batch_size", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "7#gtid_cleanup_batch_size" + ] + }, + "Server_audit_active": { + "name": "Server_audit_active", + "type": "boolean", + "ids": [ + "11#server_audit_active" + ] + }, + "Server_audit_current_log": { + "name": "Server_audit_current_log", + "type": "string", + "ids": [ + "10#server_audit_current_log" + ] + }, + "Server_audit_last_error": { + "name": "Server_audit_last_error", + "type": "string", + "ids": [ + "10#server_audit_last_error" + ] + }, + "Server_audit_writes_failed": { + "default": "0", + "name": "Server_audit_writes_failed", + "type": "integer", + "ids": [ + "10#server_audit_writes_failed" + ] + }, + "server_audit_events": { + "cli": "--server-audit-events=value", + "default": "Empty string", + "dynamic": true, + "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" + ], + "ids": [ + "12#server_audit_events" + ] + }, + "server_audit_excl_users": { + "cli": "--server-audit-excl-users=value", + "default": "Empty string", + "dynamic": true, + "name": "server_audit_excl_users", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "11#server_audit_excl_users" + ] + }, + "server_audit_file_path": { + "cli": "--server-audit-file-path=value", + "default": "server_audit.log", + "dynamic": true, + "name": "server_audit_file_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "11#server_audit_file_path" + ] + }, + "server_audit_file_rotate_now": { + "cli": "--server-audit-rotate-now[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "server_audit_file_rotate_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "11#server_audit_file_rotate_now" + ] + }, + "server_audit_file_rotate_size": { + "cli": "--server-audit-rotate-size=#", + "default": "1000000", + "dynamic": true, + "name": "server_audit_file_rotate_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "11#server_audit_file_rotate_size" + ] + }, + "server_audit_file_rotations": { + "cli": "--server-audit-rotations=#", + "default": "9", + "dynamic": true, + "name": "server_audit_file_rotations", + "range": { + "from": 0, + "to": 999 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "11#server_audit_file_rotations" + ] + }, + "server_audit_incl_users": { + "cli": "--server-audit-incl-users=value", + "default": "Empty string", + "dynamic": true, + "name": "server_audit_incl_users", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "11#server_audit_incl_users" + ] + }, + "server_audit_loc_info": { + "default": "Empty string", + "dynamic": false, + "name": "server_audit_loc_info", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "11#server_audit_loc_info" + ] + }, + "server_audit_logging": { + "cli": "--server-audit-logging[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "server_audit_logging", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "11#server_audit_logging" + ] + }, + "server_audit_mode": { + "cli": "--server-audit-mode[=#]", + "name": "server_audit_mode", + "ids": [ + "11#server_audit_mode" + ] + }, + "server_audit_output_type": { + "cli": "--server-audit-output-type=value", + "default": "file", + "dynamic": true, + "name": "server_audit_output_type", + "scope": [ + "global" + ], + "validValues": [ + "SYSLOG", + "FILE" + ], + "ids": [ + "11#server_audit_output_type" + ] + }, + "server_audit_query_log_limit": { + "cli": "--server-audit-query-log-limit=#", + "default": "1024", + "dynamic": true, + "name": "server_audit_query_log_limit", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "11#server_audit_query_log_limit" + ] + }, + "server_audit_syslog_facility": { + "cli": "--server-audit-syslog-facility=value", + "default": "LOG_USER", + "dynamic": true, + "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" + ], + "ids": [ + "11#server_audit_syslog_facility" + ] + }, + "server_audit_syslog_ident": { + "cli": "--server-audit-syslog-ident=value", + "default": "mysql-server_auditing", + "dynamic": true, + "name": "server_audit_syslog_ident", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "11#server_audit_syslog_ident" + ] + }, + "server_audit_syslog_info": { + "cli": "--server-audit-syslog-info=value", + "default": "Empty string", + "dynamic": true, + "name": "server_audit_syslog_info", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "11#server_audit_syslog_info" + ] + }, + "server_audit_syslog_priority": { + "cli": "--server-audit-syslog-priority=value", + "default": "LOG_INFO", + "dynamic": true, + "name": "server_audit_syslog_priority", + "scope": [ + "global" + ], + "validValues": [ + "LOG_EMERG", + "LOG_ALERT", + "LOG_CRIT", + "LOG_ERR", + "LOG_WARNING", + "LOG_NOTICE", + "LOG_INFO", + "LOG_DEBUG" + ], + "ids": [ + "11#server_audit_syslog_priority" + ] + }, + "server_audit": { + "cli": "--server-audit=val", + "default": "ON", + "name": "server_audit", + "validValues": [ + "OFF", + "ON", + "FORCE", + "FORCE_PLUS_PERMANENT" + ], + "ids": [ + "11#server_audit" + ] + }, + "Mroonga_count_skip": { + "name": "Mroonga_count_skip", + "type": "integer", + "ids": [ + "13#mroonga_count_skip" + ] + }, + "Mroonga_fast_order_limit": { + "name": "Mroonga_fast_order_limit", + "type": "integer", + "ids": [ + "12#mroonga_fast_order_limit" + ] + }, + "mroonga_action_on_fulltext_query_error": { + "cli": "--mroonga-action-on-fulltext-query-error=value", + "default": "ERROR_AND_LOG", + "dynamic": true, + "name": "mroonga_action_on_fulltext_query_error", + "scope": [ + "global", + "session" + ], + "ids": [ + "14#mroonga_action_on_fulltext_query_error" + ] + }, + "mroonga_boolean_mode_syntax_flags": { + "cli": "--mroonga-boolean-mode-syntax-flags=value", + "default": "DEFAULT", + "dynamic": true, + "name": "mroonga_boolean_mode_syntax_flags", + "scope": [ + "global", + "session" + ], + "ids": [ + "13#mroonga_boolean_mode_syntax_flags" + ] + }, + "mroonga_database_path_prefix": { + "cli": "--mroonga-database-path-prefix=value", + "default": "(Empty)", + "dynamic": true, + "name": "mroonga_database_path_prefix", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "13#mroonga_database_path_prefix" + ] + }, + "mroonga_default_parser": { + "cli": "--mroonga-default-parser=value", + "default": "TokenBigram", + "dynamic": true, + "name": "mroonga_default_parser", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "13#mroonga_default_parser" + ] + }, + "mroonga_default_tokenizer": { + "cli": "--mroonga-default-tokenizer=value", + "default": "TokenBigram", + "dynamic": true, + "name": "mroonga_default_tokenizer", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "13#mroonga_default_tokenizer" + ] + }, + "mroonga_default_wrapper_engine": { + "cli": "--mroonga-default-wrapper-engine=value", + "default": "(Empty)", + "dynamic": false, + "name": "mroonga_default_wrapper_engine", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "13#mroonga_default_wrapper_engine" + ] + }, + "mroonga_dry_write": { + "cli": "--mroonga-dry-write[={0|1}]", + "default": "off", + "dynamic": true, + "name": "mroonga_dry_write", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "13#mroonga_dry_write" + ] + }, + "mroonga_enable_operations_recording": { + "cli": "--mroonga-enable-operations-recording={0|1}", + "default": "ON", + "dynamic": true, + "name": "mroonga_enable_operations_recording", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "13#mroonga_enable_operations_recording" + ] + }, + "mroonga_enable_optimization": { + "cli": "--mroonga-enable-optimization={0|1}", + "default": "on", + "dynamic": true, + "name": "mroonga_enable_optimization", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "13#mroonga_enable_optimization" + ] + }, + "mroonga_libgroonga_embedded": { + "default": "ON", + "dynamic": false, + "name": "mroonga_libgroonga_embedded", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "13#mroonga_libgroonga_embedded" + ] + }, + "mroonga_libgroonga_support_lz4": { + "default": "OFF", + "dynamic": false, + "name": "mroonga_libgroonga_support_lz4", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "13#mroonga_libgroonga_support_lz4" + ] + }, + "mroonga_libgroonga_support_zlib": { + "default": "ON", + "dynamic": false, + "name": "mroonga_libgroonga_support_zlib", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "13#mroonga_libgroonga_support_zlib" + ] + }, + "mroonga_libgroonga_support_zstd": { + "default": "OFF", + "dynamic": false, + "name": "mroonga_libgroonga_support_zstd", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "13#mroonga_libgroonga_support_zstd" + ] + }, + "mroonga_libgroonga_version": { + "dynamic": false, + "name": "mroonga_libgroonga_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "13#mroonga_libgroonga_version" + ] + }, + "mroonga_lock_timeout": { + "cli": "--mroonga-lock-timeout=#", + "default": "900000", + "dynamic": true, + "name": "mroonga_lock_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "13#mroonga_lock_timeout" + ] + }, + "mroonga_log_file": { + "cli": "--mroonga-log-file=value", + "default": "groonga.log", + "dynamic": true, + "name": "mroonga_log_file", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "13#mroonga_log_file" + ] + }, + "mroonga_log_level": { + "cli": "--mroonga-log-level=value", + "default": "NOTICE", + "dynamic": true, + "name": "mroonga_log_level", + "scope": [ + "global" + ], + "ids": [ + "13#mroonga_log_level" + ] + }, + "mroonga_match_escalation_threshold": { + "cli": "--mroonga-match-escalation-threshold=#", + "default": "0", + "dynamic": true, + "name": "mroonga_match_escalation_threshold", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "13#mroonga_match_escalation_threshold" + ] + }, + "mroonga_max_n_records_for_estimate": { + "cli": "--mroonga-max-n-records-for-estimate=#", + "default": "1000", + "dynamic": true, + "name": "mroonga_max_n_records_for_estimate", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "13#mroonga_max_n_records_for_estimate" + ] + }, + "mroonga_query_log_file": { + "cli": "--mroonga-query-log-file=filename", + "default": "(Empty string)", + "dynamic": true, + "name": "mroonga_query_log_file", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "13#mroonga_query_log_file" + ] + }, + "mroonga_vector_column_delimiter": { + "cli": "--mroonga-vector-column-delimiter=value", + "default": "(white space)", + "dynamic": true, + "name": "mroonga_vector_column_delimiter", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "13#mroonga_vector_column_delimiter" + ] + }, + "mroonga_version": { + "dynamic": false, + "name": "mroonga_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "13#mroonga_version" + ] + }, + "key_buffer_size": { + "cli": "--key-buffer-size=#", + "dynamic": true, + "name": "key_buffer_size", + "range": { + "from": 8, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#key_buffer_size", + "16#sysvar_key_buffer_size" + ] + }, + "key_cache_age_threshold": { + "cli": "--key-cache-age-threshold=#", + "default": "300", + "dynamic": true, + "name": "key_cache_age_threshold", + "range": { + "from": 100, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "14#key_cache_age_threshold", + "15#sysvar_key_cache_age_threshold" + ] + }, + "key_cache_block_size": { + "cli": "--key-cache-block-size=#", + "default": "1024", + "dynamic": true, + "name": "key_cache_block_size", + "range": { + "from": 512, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "14#key_cache_block_size", + "15#sysvar_key_cache_block_size" + ] + }, + "key_cache_division_limit": { + "cli": "--key-cache-division-limit=#", + "default": "100", + "dynamic": true, + "name": "key_cache_division_limit", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "14#key_cache_division_limit", + "15#sysvar_key_cache_division_limit" + ] + }, + "key_cache_file_hash_size": { + "cli": "--key-cache-file-hash-size=#", + "default": "512", + "dynamic": true, + "name": "key_cache_file_hash_size", + "range": { + "from": 128, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "14#key_cache_file_hash_size" + ] + }, + "key_cache_segments": { + "cli": "--key-cache-segments=#", + "default": "0 (non-segmented)", + "dynamic": true, + "name": "key_cache_segments", + "range": { + "from": 0, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "14#key_cache_segments" + ] + }, + "myisam_block_size": { + "cli": "--myisam-block-size=#", + "default": "1024", + "name": "myisam_block_size", + "range": { + "from": 1024, + "to": 16384 + }, + "type": "integer", + "ids": [ + "14#myisam_block_size", + "17#option_mysqld_myisam-block-size" + ] + }, + "myisam_data_pointer_size": { + "cli": "--myisam-data-pointer-size=#", + "default": "6", + "dynamic": true, + "name": "myisam_data_pointer_size", + "range": { + "from": 2, + "to": 7 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "14#myisam_data_pointer_size", + "15#sysvar_myisam_data_pointer_size" + ] + }, + "myisam_max_extra_sort_file_size": { + "name": "myisam_max_extra_sort_file_size", + "ids": [ + "14#myisam_max_extra_sort_file_size" + ] + }, + "myisam_max_sort_file_size": { + "cli": "--myisam-max-sort-file-size=#", + "dynamic": true, + "name": "myisam_max_sort_file_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "14#myisam_max_sort_file_size", + "15#sysvar_myisam_max_sort_file_size" + ] + }, + "myisam_mmap_size": { + "cli": "--myisam-mmap-size=#", + "name": "myisam_mmap_size", + "range": { + "from": 7 + }, + "type": "integer", + "ids": [ + "14#myisam_mmap_size", + "15#sysvar_myisam_mmap_size" + ] + }, + "myisam_recover_options": { + "default": "0", + "dynamic": false, + "name": "myisam_recover_options", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "DEFAULT", + "BACKUP", + "BACKUP_ALL", + "FORCE", + "QUICK" + ], + "ids": [ + "14#myisam_recover_options", + "15#sysvar_myisam_recover_options" + ] + }, + "myisam_repair_threads": { + "cli": "--myisam-repair-threads=#", + "default": "1", + "dynamic": true, + "name": "myisam_repair_threads", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "14#myisam_repair_threads", + "15#sysvar_myisam_repair_threads" + ] + }, + "myisam_sort_buffer_size": { + "cli": "--myisam-sort-buffer-size=#", + "dynamic": true, + "name": "myisam_sort_buffer_size", + "range": { + "from": 4096, + "to": 1.8446744073709548e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "14#myisam_sort_buffer_size", + "15#sysvar_myisam_sort_buffer_size" + ] + }, + "myisam_stats_method": { + "cli": "--myisam-stats-method=name", + "default": "nulls_unequal", + "dynamic": true, + "name": "myisam_stats_method", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ], + "ids": [ + "14#myisam_stats_method", + "15#sysvar_myisam_stats_method" + ] + }, + "myisam_use_mmap": { + "cli": "--myisam-use-mmap[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "myisam_use_mmap", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "14#myisam_use_mmap", + "15#sysvar_myisam_use_mmap" + ] + }, + "rocksdb_access_hint_on_compaction_start": { + "cli": "--rocksdb-access-hint-on-compaction-start=#", + "default": "1", + "dynamic": false, + "name": "rocksdb_access_hint_on_compaction_start", + "range": { + "from": 0, + "to": 3 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "18#rocksdb_access_hint_on_compaction_start" + ] + }, + "rocksdb_advise_random_on_open": { + "cli": "--rocksdb-advise-random-on-open={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_advise_random_on_open", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_advise_random_on_open" + ] + }, + "rocksdb_allow_concurrent_memtable_write": { + "cli": "--rocksdb-allow-concurrent-memtable-write={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_allow_concurrent_memtable_write", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_allow_concurrent_memtable_write" + ] + }, + "rocksdb_allow_mmap_reads": { + "cli": "--rocksdb-allow-mmap-reads={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_allow_mmap_reads", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_allow_mmap_reads" + ] + }, + "rocksdb_allow_mmap_writes": { + "cli": "--rocksdb-allow-mmap-writes={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_allow_mmap_writes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_allow_mmap_writes" + ] + }, + "rocksdb_background_sync": { + "cli": "--rocksdb-background-sync={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_background_sync", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_background_sync" + ] + }, + "rocksdb_base_background_compactions": { + "cli": "--rocksdb-base-background-compactions=#", + "default": "1", + "dynamic": false, + "name": "rocksdb_base_background_compactions", + "range": { + "from": -1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_base_background_compactions" + ] + }, + "rocksdb_blind_delete_primary_key": { + "cli": "--rocksdb-blind-delete-primary-key={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_blind_delete_primary_key", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_blind_delete_primary_key" + ] + }, + "rocksdb_block_cache_size": { + "cli": "--rocksdb-block-cache-size=#", + "default": "536870912", + "dynamic": false, + "name": "rocksdb_block_cache_size", + "range": { + "from": 1024, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_block_cache_size" + ] + }, + "rocksdb_block_restart_interval": { + "cli": "--rocksdb-block-restart-interval=#", + "default": "16", + "dynamic": false, + "name": "rocksdb_block_restart_interval", + "range": { + "from": 1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_block_restart_interval" + ] + }, + "rocksdb_block_size": { + "cli": "--rocksdb-block-size=#", + "default": "4096", + "dynamic": false, + "name": "rocksdb_block_size", + "range": { + "from": 1, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_block_size" + ] + }, + "rocksdb_block_size_deviation": { + "cli": "--rocksdb-block-size-deviation=#", + "default": "10", + "dynamic": false, + "name": "rocksdb_block_size_deviation", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_block_size_deviation" + ] + }, + "rocksdb_bulk_load": { + "cli": "--rocksdb-bulk-load={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_bulk_load", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_bulk_load" + ] + }, + "rocksdb_bulk_load_allow_unsorted": { + "cli": "--rocksdb-bulk-load_allow_unsorted={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_bulk_load_allow_unsorted", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_bulk_load_allow_unsorted" + ] + }, + "rocksdb_bulk_load_size": { + "cli": "--rocksdb-bulk-load-size=#", + "default": "1000", + "dynamic": true, + "name": "rocksdb_bulk_load_size", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_bulk_load_size" + ] + }, + "rocksdb_bytes_per_sync": { + "cli": "--rocksdb-bytes-per-sync=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_bytes_per_sync", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_bytes_per_sync" + ] + }, + "rocksdb_cache_index_and_filter_blocks": { + "cli": "--rocksdb-cache-index-and-filter_blocks={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_cache_index_and_filter_blocks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_cache_index_and_filter_blocks" + ] + }, + "rocksdb_checksums_pct": { + "cli": "--rocksdb-checksums-pct=#", + "default": "100", + "dynamic": true, + "name": "rocksdb_checksums_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_checksums_pct" + ] + }, + "rocksdb_collect_sst_properties": { + "cli": "--rocksdb-collect-sst-properties={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_collect_sst_properties", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_collect_sst_properties" + ] + }, + "rocksdb_commit_in_the_middle": { + "cli": "--rocksdb-commit-in-the-middle={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_commit_in_the_middle", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_commit_in_the_middle" + ] + }, + "rocksdb_compact_cf": { + "cli": "--rocksdb-compact-cf=value", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_compact_cf", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "17#rocksdb_compact_cf" + ] + }, + "rocksdb_compaction_readahead_size": { + "cli": "--rocksdb-compaction-readahead-size=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_compaction_readahead_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_compaction_readahead_size" + ] + }, + "rocksdb_compaction_sequential_deletes": { + "cli": "--rocksdb-compaction-sequential-deletes=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_compaction_sequential_deletes", + "range": { + "from": 0, + "to": 2000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_compaction_sequential_deletes" + ] + }, + "rocksdb_compaction_sequential_deletes_count_sd": { + "cli": "--rocksdb-compaction-sequential-deletes-count-sd={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_compaction_sequential_deletes_count_sd", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_compaction_sequential_deletes_count_sd" + ] + }, + "rocksdb_compaction_sequential_deletes_file_size": { + "cli": "--rocksdb-compaction-sequential-deletes-file-size=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_compaction_sequential_deletes_file_size", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_compaction_sequential_deletes_file_size" + ] + }, + "rocksdb_compaction_sequential_deletes_window": { + "cli": "--rocksdb-compaction-sequential-deletes-window=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_compaction_sequential_deletes_window", + "range": { + "from": 0, + "to": 2000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_compaction_sequential_deletes_window" + ] + }, + "rocksdb_concurrent_prepare": { + "cli": "--rocksdb-coconcurrent-prepare={0|1}", + "default": "1", + "dynamic": false, + "name": "rocksdb_concurrent_prepare", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_concurrent_prepare" + ] + }, + "rocksdb_create_checkpoint": { + "cli": "--rocksdb-create-checkpoint=value", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_create_checkpoint", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "17#rocksdb_create_checkpoint" + ] + }, + "rocksdb_create_if_missing": { + "cli": "--rocksdb-create-if-missing={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_create_if_missing", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_create_if_missing" + ] + }, + "rocksdb_create_missing_column_families": { + "cli": "--rocksdb-create-missing-column-families={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_create_missing_column_families", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_create_missing_column_families" + ] + }, + "rocksdb_datadir": { + "cli": "--rocksdb-datadir[=value]", + "default": "./.rocksdb", + "dynamic": false, + "name": "rocksdb_datadir", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "17#rocksdb_datadir" + ] + }, + "rocksdb_db_write_buffer_size": { + "cli": "--rocksdb-db-write-buffer-size=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_db_write_buffer_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_db_write_buffer_size" + ] + }, + "rocksdb_deadlock_detect": { + "cli": "--rocksdb-deadlock-detect={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_deadlock_detect", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_deadlock_detect" + ] + }, + "rocksdb_deadlock_detect_depth": { + "cli": "--rocksdb-deadlock-detect-depth=#", + "default": "50", + "dynamic": true, + "name": "rocksdb_deadlock_detect_depth", + "range": { + "from": 2, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_deadlock_detect_depth" + ] + }, + "rocksdb_debug_optimizer_no_zero_cardinality": { + "cli": "--rocksdb-debug-optimizer-no-zero-cardinality={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_debug_optimizer_no_zero_cardinality", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_debug_optimizer_no_zero_cardinality" + ] + }, + "rocksdb_debug_ttl_ignore_pk": { + "cli": "--rocksdb-debug-ttl-ignore-pk={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_debug_ttl_ignore_pk", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_debug_ttl_ignore_pk" + ] + }, + "rocksdb_debug_ttl_read_filter_ts": { + "cli": "--rocksdb-debug-ttl-read-filter-ts=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_debug_ttl_read_filter_ts", + "range": { + "from": -3600, + "to": 3600 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_debug_ttl_read_filter_ts" + ] + }, + "rocksdb_debug_ttl_rec_ts": { + "cli": "--rocksdb-debug-ttl-read-filter-ts=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_debug_ttl_rec_ts", + "range": { + "from": -3600, + "to": 3600 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_debug_ttl_rec_ts" + ] + }, + "rocksdb_debug_ttl_snapshot_ts": { + "cli": "--rocksdb-debug-ttl-snapshot-ts=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_debug_ttl_snapshot_ts", + "range": { + "from": -3600, + "to": 3600 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_debug_ttl_snapshot_ts" + ] + }, + "rocksdb_default_cf_options": { + "cli": "--rocksdb-default-cf-options=value", + "default": "(Empty)", + "dynamic": false, + "name": "rocksdb_default_cf_options", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "17#rocksdb_default_cf_options" + ] + }, + "rocksdb_delayed_write_rate": { + "cli": "--rocksdb-delayed-write-rate=#", + "default": "16777216", + "dynamic": true, + "name": "rocksdb_delayed_write_rate", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_delayed_write_rate" + ] + }, + "rocksdb_delete_obsolete_files_period_micros": { + "cli": "--rocksdb-delete-obsolete-files-period-micros=#", + "default": "21600000000", + "dynamic": false, + "name": "rocksdb_delete_obsolete_files_period_micros", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_delete_obsolete_files_period_micros" + ] + }, + "rocksdb_enable_2pc": { + "cli": "--rocksdb-enable-2pc={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_enable_2pc", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_enable_2pc" + ] + }, + "rocksdb_enable_bulk_load_api": { + "cli": "--rocksdb-enable-bulk-load-api={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_enable_bulk_load_api", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_enable_bulk_load_api" + ] + }, + "rocksdb_enable_thread_tracking": { + "cli": "--rocksdb-enable-thread-tracking={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_enable_thread_tracking", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_enable_thread_tracking" + ] + }, + "rocksdb_enable_ttl": { + "cli": "--rocksdb-enable-ttl={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_enable_ttl", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_enable_ttl" + ] + }, + "rocksdb_enable_ttl_read_filtering": { + "cli": "--rocksdb-enable-ttl-read-filtering={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_enable_ttl_read_filtering", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_enable_ttl_read_filtering" + ] + }, + "rocksdb_enable_write_thread_adaptive_yield": { + "cli": "--rocksdb-enable-write-thread-adaptive-yield={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_enable_write_thread_adaptive_yield", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_enable_write_thread_adaptive_yield" + ] + }, + "rocksdb_error_if_exists": { + "cli": "--rocksdb-error-if-exists={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_error_if_exists", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_error_if_exists" + ] + }, + "rocksdb_flush_log_at_trx_commit": { + "cli": "--rocksdb-flush-log-at-trx-commit=#", + "default": "1", + "dynamic": true, + "name": "rocksdb_flush_log_at_trx_commit", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_flush_log_at_trx_commit" + ] + }, + "rocksdb_flush_memtable_on_analyze": { + "cli": "--rocksdb-flush-memtable-on-analyze={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_flush_memtable_on_analyze", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_flush_memtable_on_analyze" + ] + }, + "rocksdb_force_compute_memtable_stats": { + "cli": "--rocksdb-force-compute-memtable-stats={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_force_compute_memtable_stats", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_force_compute_memtable_stats" + ] + }, + "rocksdb_force_compute_memtable_stats_cachetime": { + "cli": "--rocksdb-force-compute-memtable-stats-cachetime=#", + "default": "60000000", + "dynamic": true, + "name": "rocksdb_force_compute_memtable_stats_cachetime", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_force_compute_memtable_stats_cachetime" + ] + }, + "rocksdb_force_flush_memtable_and_lzero_now": { + "cli": "--rocksdb-force-flush-memtable-and-lzero-now={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_force_flush_memtable_and_lzero_now", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_force_flush_memtable_and_lzero_now" + ] + }, + "rocksdb_force_flush_memtable_now": { + "cli": "--rocksdb-force-flush-memtable-now={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_force_flush_memtable_now", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_force_flush_memtable_now" + ] + }, + "rocksdb_force_index_records_in_range": { + "cli": "--rocksdb-force-index-records-in-range=#", + "default": "1", + "dynamic": true, + "name": "rocksdb_force_index_records_in_range", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_force_index_records_in_range" + ] + }, + "rocksdb_git_hash": { + "cli": "--rocksdb-git-hash=value=#", + "default": "As per git revision.", + "dynamic": false, + "name": "rocksdb_git_hash", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "17#rocksdb_git_hash" + ] + }, + "rocksdb_hash_index_allow_collision": { + "cli": "--rocksdb-hash-index-allow-collision={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_hash_index_allow_collision", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_hash_index_allow_collision" + ] + }, + "rocksdb_index_type": { + "cli": "--rocksdb-index-type=value", + "default": "kBinarySearch", + "dynamic": false, + "name": "rocksdb_index_type", + "scope": [ + "global" + ], + "validValues": [ + "kBinarySearch", + "kHashSearch" + ], + "ids": [ + "17#rocksdb_index_type" + ] + }, + "rocksdb_info_log_level": { + "cli": "--rocksdb-info-log-level=value", + "default": "error_level", + "dynamic": true, + "name": "rocksdb_info_log_level", + "scope": [ + "global" + ], + "validValues": [ + "error_level", + "debug_level", + "info_level", + "warn_level", + "fatal_level" + ], + "ids": [ + "17#rocksdb_info_log_level" + ] + }, + "rocksdb_io_write_timeout": { + "cli": "--rocksdb-io-write-timeout=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_io_write_timeout", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "4294967295" + ], + "ids": [ + "17#rocksdb_io_write_timeout" + ] + }, + "rocksdb_is_fd_close_on_exec": { + "cli": "--rocksdb-is-fd-close-on-exec={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_is_fd_close_on_exec", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_is_fd_close_on_exec" + ] + }, + "rocksdb_keep_log_file_num": { + "cli": "--rocksdb-keep-log-file-num=#", + "default": "1000", + "dynamic": false, + "name": "rocksdb_keep_log_file_num", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_keep_log_file_num" + ] + }, + "rocksdb_large_prefix": { + "cli": "--rocksdb-large_prefix={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_large_prefix", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_large_prefix" + ] + }, + "rocksdb_lock_scanned_rows": { + "cli": "--rocksdb-lock-scanned-rows={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_lock_scanned_rows", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_lock_scanned_rows" + ] + }, + "rocksdb_lock_wait_timeout": { + "cli": "--rocksdb-lock-wait-timeout=#", + "default": "1", + "dynamic": true, + "name": "rocksdb_lock_wait_timeout", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_lock_wait_timeout" + ] + }, + "rocksdb_log_file_time_to_roll": { + "cli": "--rocksdb-log-file-time-to_roll=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_log_file_time_to_roll", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_log_file_time_to_roll" + ] + }, + "rocksdb_manifest_preallocation_size": { + "cli": "--rocksdb-manifest-preallocation-size=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_manifest_preallocation_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_manifest_preallocation_size" + ] + }, + "rocksdb_manual_wal_flush": { + "cli": "--rocksdb-manual-wal-flush={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_manual_wal_flush", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_manual_wal_flush" + ] + }, + "rocksdb_master_skip_tx_api": { + "cli": "--rocksdb-master-skip-tx-api={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_master_skip_tx_api", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_master_skip_tx_api" + ] + }, + "rocksdb_max_background_compactions": { + "cli": "--rocksdb-max-background-compactions=#", + "default": "1", + "dynamic": true, + "name": "rocksdb_max_background_compactions", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_max_background_compactions" + ] + }, + "rocksdb_max_background_flushes": { + "cli": "--rocksdb-max-background-flushes=#", + "default": "1", + "dynamic": false, + "name": "rocksdb_max_background_flushes", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_max_background_flushes" + ] + }, + "rocksdb_max_background_jobs": { + "cli": "--rocksdb-max-background-jobs=#", + "default": "2", + "dynamic": true, + "name": "rocksdb_max_background_jobs", + "range": { + "from": -1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_max_background_jobs" + ] + }, + "rocksdb_max_latest_deadlocks": { + "cli": "--rocksdb-max-latest-deadlocks=#", + "default": "5", + "dynamic": true, + "name": "rocksdb_max_latest_deadlocks", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_max_latest_deadlocks" + ] + }, + "rocksdb_max_log_file_size": { + "cli": "--rocksdb-max-log-file-size=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_max_log_file_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_max_log_file_size" + ] + }, + "rocksdb_max_manifest_file_size": { + "cli": "--rocksdb-manifest-log-file-size=#", + "default": "18446744073709551615", + "dynamic": false, + "name": "rocksdb_max_manifest_file_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_max_manifest_file_size" + ] + }, + "rocksdb_max_open_files": { + "cli": "--rocksdb-max-open-files=#", + "default": "-1", + "dynamic": false, + "name": "rocksdb_max_open_files", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_max_open_files" + ] + }, + "rocksdb_max_row_locks": { + "cli": "--rocksdb-max-row-locks=#", + "default": "1048576", + "dynamic": true, + "name": "rocksdb_max_row_locks", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_max_row_locks" + ] + }, + "rocksdb_max_subcompactions": { + "cli": "--rocksdb-max-subcompactions=#", + "default": "1", + "dynamic": false, + "name": "rocksdb_max_subcompactions", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_max_subcompactions" + ] + }, + "rocksdb_max_total_wal_size": { + "cli": "--rocksdb-max-total-wal-size=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_max_total_wal_size", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_max_total_wal_size" + ] + }, + "rocksdb_merge_buf_size": { + "cli": "--rocksdb-merge-buf-size=#", + "default": "67108864", + "dynamic": true, + "name": "rocksdb_merge_buf_size", + "range": { + "from": 100, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_merge_buf_size" + ] + }, + "rocksdb_merge_combine_read_size": { + "cli": "--rocksdb-merge-combine-read-size=#", + "default": "1073741824", + "dynamic": true, + "name": "rocksdb_merge_combine_read_size", + "range": { + "from": 100, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_merge_combine_read_size" + ] + }, + "rocksdb_merge_tmp_file_removal_delay_ms": { + "cli": "--rocksdb-merge-tmp-file-removal-delay-ms=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_merge_tmp_file_removal_delay_ms", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_merge_tmp_file_removal_delay_ms" + ] + }, + "rocksdb_new_table_reader_for_compaction_inputs": { + "cli": "--rocksdb-new-table-reader-for-compaction-inputs={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_new_table_reader_for_compaction_inputs", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_new_table_reader_for_compaction_inputs" + ] + }, + "rocksdb_no_block_cache": { + "cli": "--rocksdb-no-block-cache={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_no_block_cache", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_no_block_cache" + ] + }, + "rocksdb_override_cf_options": { + "cli": "--rocksdb-override-cf-options=value", + "default": "(Empty)", + "dynamic": false, + "name": "rocksdb_override_cf_options", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "17#rocksdb_override_cf_options" + ] + }, + "rocksdb_paranoid_checks": { + "cli": "--rocksdb-paranoid-checks={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_paranoid_checks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_paranoid_checks" + ] + }, + "rocksdb_pause_background_work": { + "cli": "--rocksdb-pause-background-work={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_pause_background_work", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_pause_background_work" + ] + }, + "rocksdb_perf_context_level": { + "cli": "--rocksdb-perf-context-level=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_perf_context_level", + "range": { + "from": 0, + "to": 4 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_perf_context_level" + ] + }, + "rocksdb_persistent_cache_path": { + "cli": "--rocksdb-persistent-cache-path=value", + "default": "(Empty)", + "dynamic": false, + "name": "rocksdb_persistent_cache_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "17#rocksdb_persistent_cache_path" + ] + }, + "rocksdb_persistent_cache_size_mb": { + "cli": "--rocksdb-persistent-cache-size-mb=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_persistent_cache_size_mb", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_persistent_cache_size_mb" + ] + }, + "rocksdb_pin_l0_filter_and_index_blocks_in_cache": { + "cli": "--rocksdb-pin-l0-filter-and-index-blocks-in-cache={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_pin_l0_filter_and_index_blocks_in_cache", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_pin_l0_filter_and_index_blocks_in_cache" + ] + }, + "rocksdb_print_snapshot_conflict_queries": { + "cli": "--rocksdb-print-snapshot-conflict-queries={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_print_snapshot_conflict_queries", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_print_snapshot_conflict_queries" + ] + }, + "rocksdb_rate_limiter_bytes_per_sec": { + "cli": "--rocksdb-rate-limiter-bytes-per-sec=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_rate_limiter_bytes_per_sec", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_rate_limiter_bytes_per_sec" + ] + }, + "rocksdb_read_free_rpl_tables": { + "cli": "--rocksdb-read-free-rpl-tables=value", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_read_free_rpl_tables", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "17#rocksdb_read_free_rpl_tables" + ] + }, + "rocksdb_records_in_range": { + "cli": "--rocksdb-records-in-range=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_records_in_range", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_records_in_range" + ] + }, + "rocksdb_reset_stats": { + "cli": "--rocksdb-reset-stats={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_reset_stats", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_reset_stats" + ] + }, + "rocksdb_seconds_between_stat_computes": { + "cli": "--rocksdb-seconds-between-stat-computes=#", + "default": "3600", + "dynamic": true, + "name": "rocksdb_seconds_between_stat_computes", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_seconds_between_stat_computes" + ] + }, + "rocksdb_signal_drop_index_thread": { + "cli": "--rocksdb-signal-drop-index-thread={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_signal_drop_index_thread", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_signal_drop_index_thread" + ] + }, + "rocksdb_sim_cache_size": { + "cli": "--rocksdb-sim-cache-size=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_sim_cache_size", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_sim_cache_size" + ] + }, + "rocksdb_skip_bloom_filter_on_read": { + "cli": "--rocksdb-skip-bloom-filter-on_read={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_skip_bloom_filter_on_read", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_skip_bloom_filter_on_read" + ] + }, + "rocksdb_skip_fill_cache": { + "cli": "--rocksdb-skip-fill-cache={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_skip_fill_cache", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_skip_fill_cache" + ] + }, + "rocksdb_skip_unique_check_tables": { + "cli": "--rocksdb-skip-unique-check-tables=value", + "default": ".*", + "dynamic": true, + "name": "rocksdb_skip_unique_check_tables", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "17#rocksdb_skip_unique_check_tables" + ] + }, + "rocksdb_sst_mgr_rate_bytes_per_sec": { + "cli": "--rocksdb-sst-mgr-rate-bytes-per-sec=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_sst_mgr_rate_bytes_per_sec", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_sst_mgr_rate_bytes_per_sec" + ] + }, + "rocksdb_stats_dump_period_sec": { + "cli": "--rocksdb-stats-dump-period-sec=#", + "default": "600", + "dynamic": false, + "name": "rocksdb_stats_dump_period_sec", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_stats_dump_period_sec" + ] + }, + "rocksdb_store_row_debug_checksums": { + "cli": "--rocksdb-store-row-debug-checksums={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_store_row_debug_checksums", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_store_row_debug_checksums" + ] + }, + "rocksdb_strict_collation_check": { + "cli": "--rocksdb-strict-collation-check={0|1}", + "default": "ON", + "dynamic": true, + "name": "rocksdb_strict_collation_check", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_strict_collation_check" + ] + }, + "rocksdb_strict_collation_exceptions": { + "cli": "--rocksdb-strict-collation-exceptions=value", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_strict_collation_exceptions", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "17#rocksdb_strict_collation_exceptions" + ] + }, + "rocksdb_supported_compression_types": { + "cli": "--rocksdb-supported-compression-types=value", + "default": "Snappy,Zlib", + "dynamic": false, + "name": "rocksdb_supported_compression_types", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "17#rocksdb_supported_compression_types" + ] + }, + "rocksdb_table_cache_numshardbits": { + "cli": "--rocksdb-table-cache-numshardbits=#", + "default": "6", + "dynamic": false, + "name": "rocksdb_table_cache_numshardbits", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_table_cache_numshardbits" + ] + }, + "rocksdb_table_stats_sampling_pct": { + "cli": "--rocksdb-table-stats-sampling-pct=#", + "default": "10", + "dynamic": true, + "name": "rocksdb_table_stats_sampling_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_table_stats_sampling_pct" + ] + }, + "rocksdb_tmpdir": { + "cli": "--rocksdb-tmpdir[=value]", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_tmpdir", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "17#rocksdb_tmpdir" + ] + }, + "rocksdb_trace_sst_api": { + "cli": "--rocksdb-trace-sst-api={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_trace_sst_api", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_trace_sst_api" + ] + }, + "rocksdb_unsafe_for_binlog": { + "cli": "--rocksdb-unsafe-for-binlog={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_unsafe_for_binlog", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_unsafe_for_binlog" + ] + }, + "rocksdb_update_cf_options": { + "cli": "--rocksdb-update-cf-options=value", + "default": "(Empty)", + "dynamic": true, + "name": "rocksdb_update_cf_options", + "scope": [ + "global" + ], + "ids": [ + "17#rocksdb_update_cf_options" + ] + }, + "rocksdb_use_adaptive_mutex": { + "cli": "--rocksdb-use-adaptive-mutex={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_adaptive_mutex", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_use_adaptive_mutex" + ] + }, + "rocksdb_use_clock_cache": { + "cli": "--rocksdb-use-clock-cache={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_clock_cache", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_use_clock_cache" + ] + }, + "rocksdb_use_direct_io_for_flush_and_compaction": { + "cli": "--rocksdb-use-direct-io-for-flush-and-compaction={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_direct_io_for_flush_and_compaction", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_use_direct_io_for_flush_and_compaction" + ] + }, + "rocksdb_use_direct_reads": { + "cli": "--rocksdb-use-direct-reads={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_direct_reads", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_use_direct_reads" + ] + }, + "rocksdb_use_direct_writes": { + "cli": "--rocksdb-use-direct-reads={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_direct_writes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_use_direct_writes" + ] + }, + "rocksdb_use_fsync": { + "cli": "--rocksdb-use-fsync={0|1}", + "default": "OFF", + "dynamic": false, + "name": "rocksdb_use_fsync", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_use_fsync" + ] + }, + "rocksdb_validate_tables": { + "cli": "--rocksdb-validate-tables=#", + "default": "1", + "dynamic": false, + "name": "rocksdb_validate_tables", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_validate_tables" + ] + }, + "rocksdb_verify_row_debug_checksums": { + "cli": "--rocksdb-verify-row-debug-checksums={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_verify_row_debug_checksums", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_verify_row_debug_checksums" + ] + }, + "rocksdb_wal_bytes_per_sync": { + "cli": "--rocksdb-wal-bytes-per-sync=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_wal_bytes_per_sync", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_wal_bytes_per_sync" + ] + }, + "rocksdb_wal_dir": { + "cli": "--rocksdb-wal-dir=value", + "default": "(Empty)", + "dynamic": false, + "name": "rocksdb_wal_dir", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "17#rocksdb_wal_dir" + ] + }, + "rocksdb_wal_recovery_mode": { + "cli": "--rocksdb-wal-recovery-mode=#", + "default": "1", + "dynamic": true, + "name": "rocksdb_wal_recovery_mode", + "range": { + "from": 0, + "to": 3 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_wal_recovery_mode" + ] + }, + "rocksdb_wal_size_limit_mb": { + "cli": "--rocksdb-wal-size-limit-mb=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_wal_size_limit_mb", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_wal_size_limit_mb" + ] + }, + "rocksdb_wal_ttl_seconds": { + "cli": "--rocksdb-wal-ttl-seconds=#", + "default": "0", + "dynamic": false, + "name": "rocksdb_wal_ttl_seconds", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "17#rocksdb_wal_ttl_seconds" + ] + }, + "rocksdb_whole_key_filtering": { + "cli": "--rocksdb-whole-key-filtering={0|1}", + "default": "ON", + "dynamic": false, + "name": "rocksdb_whole_key_filtering", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_whole_key_filtering" + ] + }, + "rocksdb_write_batch_max_bytes": { + "cli": "--rocksdb-write-batch-max-bytes=#", + "default": "0", + "dynamic": true, + "name": "rocksdb_write_batch_max_bytes", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "17#rocksdb_write_batch_max_bytes" + ] + }, + "rocksdb_write_disable_wal": { + "cli": "--rocksdb-write-disable-wal={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_write_disable_wal", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_write_disable_wal" + ] + }, + "rocksdb_write_ignore_missing_column_families": { + "cli": "--rocksdb-write-ignore-missing-column-familiesl={0|1}", + "default": "OFF", + "dynamic": true, + "name": "rocksdb_write_ignore_missing_column_families", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "17#rocksdb_write_ignore_missing_column_families" + ] + }, + "oqgraph_allow_create_integer_latch": { + "default": "0", + "dynamic": true, + "name": "oqgraph_allow_create_integer_latch", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "19#oqgraph_allow_create_integer_latch" + ] + }, + "Oqgraph_boost_version": { + "name": "Oqgraph_boost_version", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "18#oqgraph_boost_version" + ] + }, + "Oqgraph_compat_mode": { + "name": "Oqgraph_compat_mode", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "18#oqgraph_compat_mode" + ] + }, + "Oqgraph_verbose_debug": { + "name": "Oqgraph_verbose_debug", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "18#oqgraph_verbose_debug" + ] + }, + "performance_schema": { + "dynamic": false, + "name": "performance_schema", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "20#performance_schema", + "21#sysvar_performance_schema" + ] + }, + "performance_schema_accounts_size": { + "cli": "--performance-schema-accounts-size=#", + "dynamic": false, + "name": "performance_schema_accounts_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_accounts_size", + "20#sysvar_performance_schema_accounts_size" + ] + }, + "performance_schema_digests_size": { + "cli": "--performance-schema-digests-size=#", + "dynamic": false, + "name": "performance_schema_digests_size", + "range": { + "from": -1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_digests_size", + "20#sysvar_performance_schema_digests_size" + ] + }, + "performance_schema_events_stages_history_long_size": { + "cli": "--performance-schema-events-stages-history-long-size=#", + "dynamic": false, + "name": "performance_schema_events_stages_history_long_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_events_stages_history_long_size", + "20#sysvar_performance_schema_events_stages_history_long_size" + ] + }, + "performance_schema_events_stages_history_size": { + "cli": "--performance-schema-events-stages-history-size=#", + "dynamic": false, + "name": "performance_schema_events_stages_history_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_events_stages_history_size", + "20#sysvar_performance_schema_events_stages_history_size" + ] + }, + "performance_schema_events_statements_history_long_size": { + "cli": "--performance-schema-events-statements-history-long-size=#", + "dynamic": false, + "name": "performance_schema_events_statements_history_long_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_events_statements_history_long_size", + "20#sysvar_performance_schema_events_statements_history_long_size" + ] + }, + "performance_schema_events_statements_history_size": { + "cli": "--performance-schema-events-statements-history-size=#", + "dynamic": false, + "name": "performance_schema_events_statements_history_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_events_statements_history_size", + "20#sysvar_performance_schema_events_statements_history_size" + ] + }, + "performance_schema_events_waits_history_long_size": { + "cli": "--performance-schema-events-waits-history-long-size=#", + "dynamic": false, + "name": "performance_schema_events_waits_history_long_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_events_waits_history_long_size", + "20#sysvar_performance_schema_events_waits_history_long_size" + ] + }, + "performance_schema_events_waits_history_size": { + "cli": "--performance-schema-events-waits-history-size=#", + "dynamic": false, + "name": "performance_schema_events_waits_history_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_events_waits_history_size", + "20#sysvar_performance_schema_events_waits_history_size" + ] + }, + "performance_schema_hosts_size": { + "cli": "--performance-schema-hosts-size=#", + "dynamic": false, + "name": "performance_schema_hosts_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_hosts_size", + "20#sysvar_performance_schema_hosts_size" + ] + }, + "performance_schema_max_cond_classes": { + "cli": "--performance-schema-max-cond-classes=#", + "default": "80", + "dynamic": false, + "name": "performance_schema_max_cond_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_cond_classes", + "20#sysvar_performance_schema_max_cond_classes" + ] + }, + "performance_schema_max_cond_instances": { + "cli": "--performance-schema-max-cond-instances=#", + "dynamic": false, + "name": "performance_schema_max_cond_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_cond_instances", + "20#sysvar_performance_schema_max_cond_instances" + ] + }, + "performance_schema_max_digest_length": { + "cli": "--performance-schema-max-digest-length=#", + "default": "1024", + "dynamic": false, + "name": "performance_schema_max_digest_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_digest_length", + "20#sysvar_performance_schema_max_digest_length" + ] + }, + "performance_schema_max_file_classes": { + "cli": "--performance-schema-max-file-classes=#", + "dynamic": false, + "name": "performance_schema_max_file_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_file_classes", + "20#sysvar_performance_schema_max_file_classes" + ] + }, + "performance_schema_max_file_handles": { + "cli": "--performance-schema-max-file-handles=#", + "default": "32768", + "dynamic": false, + "name": "performance_schema_max_file_handles", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_file_handles", + "20#sysvar_performance_schema_max_file_handles" + ] + }, + "performance_schema_max_file_instances": { + "cli": "--performance-schema-max-file-instances=#", + "dynamic": false, + "name": "performance_schema_max_file_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_file_instances", + "20#sysvar_performance_schema_max_file_instances" + ] + }, + "performance_schema_max_mutex_classes": { + "cli": "--performance-schema-max-mutex-classes=#", + "dynamic": false, + "name": "performance_schema_max_mutex_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_mutex_classes", + "20#sysvar_performance_schema_max_mutex_classes" + ] + }, + "performance_schema_max_mutex_instances": { + "cli": "--performance-schema-max-mutex-instances=#", + "dynamic": false, + "name": "performance_schema_max_mutex_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_mutex_instances", + "20#sysvar_performance_schema_max_mutex_instances" + ] + }, + "performance_schema_max_rwlock_classes": { + "cli": "--performance-schema-max-rwlock-classes=#", + "default": "40", + "dynamic": false, + "name": "performance_schema_max_rwlock_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_rwlock_classes", + "20#sysvar_performance_schema_max_rwlock_classes" + ] + }, + "performance_schema_max_rwlock_instances": { + "cli": "--performance-schema-max-rwlock-instances=#", + "dynamic": false, + "name": "performance_schema_max_rwlock_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_rwlock_instances", + "20#sysvar_performance_schema_max_rwlock_instances" + ] + }, + "performance_schema_max_socket_classes": { + "cli": "--performance-schema-max-socket-classes=#", + "default": "10", + "dynamic": false, + "name": "performance_schema_max_socket_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_socket_classes", + "20#sysvar_performance_schema_max_socket_classes" + ] + }, + "performance_schema_max_socket_instances": { + "cli": "--performance-schema-max-socket-instances=#", + "dynamic": false, + "name": "performance_schema_max_socket_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_socket_instances", + "20#sysvar_performance_schema_max_socket_instances" + ] + }, + "performance_schema_max_stage_classes": { + "cli": "--performance-schema-max-stage-classes=#", + "dynamic": false, + "name": "performance_schema_max_stage_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_stage_classes", + "20#sysvar_performance_schema_max_stage_classes" + ] + }, + "performance_schema_max_statement_classes": { + "cli": "--performance-schema-max-statement-classes=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_statement_classes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_statement_classes", + "20#sysvar_performance_schema_max_statement_classes" + ] + }, + "performance_schema_max_table_handles": { + "cli": "--performance-schema-max-table-handles=#", + "dynamic": false, + "name": "performance_schema_max_table_handles", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_table_handles", + "20#sysvar_performance_schema_max_table_handles" + ] + }, + "performance_schema_max_table_instances": { + "cli": "--performance-schema-max-table-instances=#", + "dynamic": false, + "name": "performance_schema_max_table_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_table_instances", + "20#sysvar_performance_schema_max_table_instances" + ] + }, + "performance_schema_max_thread_classes": { + "cli": "--performance-schema-max-thread-classes=#", + "dynamic": false, + "name": "performance_schema_max_thread_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_thread_classes", + "20#sysvar_performance_schema_max_thread_classes" + ] + }, + "performance_schema_max_thread_instances": { + "cli": "--performance-schema-max-thread-instances=#", + "dynamic": false, + "name": "performance_schema_max_thread_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_max_thread_instances", + "20#sysvar_performance_schema_max_thread_instances" + ] + }, + "performance_schema_session_connect_attrs_size": { + "cli": "--performance-schema-session-connect-attrs-size=#", + "dynamic": false, + "name": "performance_schema_session_connect_attrs_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_session_connect_attrs_size", + "20#sysvar_performance_schema_session_connect_attrs_size" + ] + }, + "performance_schema_setup_actors_size": { + "cli": "--performance-schema-setup-actors-size=#", + "dynamic": false, + "name": "performance_schema_setup_actors_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_setup_actors_size", + "20#sysvar_performance_schema_setup_actors_size" + ] + }, + "performance_schema_setup_objects_size": { + "cli": "--performance-schema-setup-objects-size=#", + "dynamic": false, + "name": "performance_schema_setup_objects_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_setup_objects_size", + "20#sysvar_performance_schema_setup_objects_size" + ] + }, + "performance_schema_users_size": { + "cli": "--performance-schema-users-size=#", + "dynamic": false, + "name": "performance_schema_users_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "19#performance_schema_users_size", + "20#sysvar_performance_schema_users_size" + ] + }, + "auto_increment_increment": { + "default": "1", + "dynamic": true, + "name": "auto_increment_increment", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "8#auto_increment_increment", + "22#sysvar_auto_increment_increment" + ] + }, + "auto_increment_offset": { + "default": "1", + "dynamic": true, + "name": "auto_increment_offset", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "8#auto_increment_offset", + "21#sysvar_auto_increment_offset" + ] + }, + "binlog_annotate_row_events": { + "cli": "--binlog-annotate-row-events[={0|1}]", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": true, + "name": "binlog_annotate_row_events", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "8#binlog_annotate_row_events" + ] + }, + "binlog_cache_size": { + "cli": "--binlog-cache-size=#", + "default": "32768", + "dynamic": true, + "name": "binlog_cache_size", + "range": { + "from": 4096 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#binlog_cache_size", + "23#sysvar_binlog_cache_size", + "24#sysvar_binlog_cache_size" + ] + }, + "binlog_checksum": { + "cli": "--binlog-checksum=name", + "default": "CRC32", + "dynamic": true, + "name": "binlog_checksum", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "NONE", + "0", + "CRC32", + "1" + ], + "ids": [ + "8#binlog_checksum", + "22#option_mysqld_binlog-checksum", + "22#sysvar_binlog_checksum", + "23#option_mysqld_binlog-checksum", + "23#sysvar_binlog_checksum" + ] + }, + "binlog_commit_wait_count": { + "cli": "--binlog-commit-wait-count=#]", + "default": "0", + "dynamic": true, + "name": "binlog_commit_wait_count", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#binlog_commit_wait_count" + ] + }, + "binlog_commit_wait_usec": { + "cli": "--binlog-commit-wait-usec#", + "default": "100000", + "dynamic": true, + "name": "binlog_commit_wait_usec", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#binlog_commit_wait_usec" + ] + }, + "binlog_direct_non_transactional_updates": { + "cli": "--binlog-direct-non-transactional-updates[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "binlog_direct_non_transactional_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "8#binlog_direct_non_transactional_updates", + "22#sysvar_binlog_direct_non_transactional_updates", + "23#sysvar_binlog_direct_non_transactional_updates" + ] + }, + "binlog_file_cache_size": { + "cli": "--binlog-file-cache-size=#", + "default": "16384", + "dynamic": true, + "name": "binlog_file_cache_size", + "range": { + "from": 8192, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "8#binlog_file_cache_size" + ] + }, + "binlog_format": { + "cli": "--binlog-format=format", + "dynamic": true, + "name": "binlog_format", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "ROW", + "STATEMENT", + "MIXED" + ], + "ids": [ + "8#binlog_format", + "22#sysvar_binlog_format", + "23#sysvar_binlog_format" + ] + }, + "binlog_optimize_thread_scheduling": { + "cli": "--binlog-optimize-thread-scheduling or --skip-binlog-optimize-thread-scheduling", + "default": "ON", + "dynamic": false, + "name": "binlog_optimize_thread_scheduling", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#binlog_optimize_thread_scheduling" + ] + }, + "binlog_row_image": { + "cli": "--binlog-row-image=image_type", + "default": "full", + "dynamic": true, + "name": "binlog_row_image", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "FULL", + "NOBLOB", + "MINIMAL" + ], + "ids": [ + "8#binlog_row_image", + "22#sysvar_binlog_row_image", + "23#sysvar_binlog_row_image" + ] + }, + "binlog_row_metadata": { + "default": "MINIMAL", + "dynamic": true, + "name": "binlog_row_metadata", + "type": "enumeration", + "validValues": [ + "NO_LOG", + "MINIMAL", + "FULL" + ], + "ids": [ + "8#binlog_row_metadata", + "22#sysvar_binlog_row_metadata" + ] + }, + "binlog_stmt_cache_size": { + "cli": "--binlog-stmt-cache-size=#", + "default": "32768", + "dynamic": true, + "name": "binlog_stmt_cache_size", + "range": { + "from": 4096 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#binlog_stmt_cache_size", + "22#sysvar_binlog_stmt_cache_size", + "23#sysvar_binlog_stmt_cache_size" + ] + }, + "default_master_connection": { + "default": "'' (empty string)", + "dynamic": true, + "name": "default_master_connection", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + "8#default_master_connection" + ] + }, + "encrypt_binlog": { + "cli": "--encrypt-binlog[={0|1}]", + "default": "OFF", + "dynamic": false, + "name": "encrypt_binlog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#encrypt_binlog" + ] + }, + "expire_logs_days": { + "cli": "--expire-logs-days=#", + "default": "0", + "dynamic": true, + "name": "expire_logs_days", + "range": { + "from": 0, + "to": 99 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#expire_logs_days", + "22#sysvar_expire_logs_days", + "23#sysvar_expire_logs_days" + ] + }, + "init_slave": { + "cli": "--init-slave=name", + "dynamic": true, + "name": "init_slave", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "8#init_slave", + "25#sysvar_init_slave" + ] + }, + "log_bin": { + "dynamic": false, + "name": "log_bin", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#log_bin", + "22#option_mysqld_log-bin", + "22#sysvar_log_bin", + "23#option_mysqld_log-bin", + "23#sysvar_log_bin" + ] + }, + "log_bin_basename": { + "dynamic": false, + "name": "log_bin_basename", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "8#log_bin_basename", + "22#sysvar_log_bin_basename", + "23#sysvar_log_bin_basename" + ] + }, + "log_bin_compress": { + "cli": "--log-bin-compress", + "default": "OFF", + "dynamic": true, + "name": "log_bin_compress", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#log_bin_compress" + ] + }, + "log_bin_compress_min_len": { + "cli": "--log-bin-compress-min-len", + "default": "256", + "dynamic": true, + "name": "log_bin_compress_min_len", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#log_bin_compress_min_len" + ] + }, + "log_bin_index": { + "cli": "--log-bin-index=file_name", + "dynamic": false, + "name": "log_bin_index", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "8#log_bin_index", + "22#option_mysqld_log-bin-index", + "22#sysvar_log_bin_index", + "23#option_mysqld_log-bin-index", + "23#sysvar_log_bin_index" + ] + }, + "log_bin_trust_function_creators": { + "cli": "--log-bin-trust-function-creators[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "log_bin_trust_function_creators", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#log_bin_trust_function_creators", + "22#sysvar_log_bin_trust_function_creators", + "23#sysvar_log_bin_trust_function_creators" + ] + }, + "log_slow_slave_statements": { + "cli": "--log-slow-slave-statements[={OFF|ON}]", + "dynamic": true, + "name": "log_slow_slave_statements", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#log_slow_slave_statements", + "24#sysvar_log_slow_slave_statements" + ] + }, + "log_slave_updates": { + "cli": "--log-slave-updates[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "log_slave_updates", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#log_slave_updates", + "22#sysvar_log_slave_updates", + "23#sysvar_log_slave_updates" + ] + }, + "master_verify_checksum": { + "cli": "--master-verify-checksum[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "master_verify_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#master_verify_checksum", + "22#sysvar_master_verify_checksum", + "23#sysvar_master_verify_checksum" + ] + }, + "max_binlog_cache_size": { + "cli": "--max-binlog-cache-size=#", + "default": "18446744073709551615", + "dynamic": true, + "name": "max_binlog_cache_size", + "range": { + "from": 4096, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#max_binlog_cache_size", + "22#sysvar_max_binlog_cache_size", + "23#sysvar_max_binlog_cache_size" + ] + }, + "max_binlog_size": { + "cli": "--max-binlog-size=#", + "default": "1073741824", + "dynamic": true, + "name": "max_binlog_size", + "range": { + "from": 4096, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#max_binlog_size", + "22#sysvar_max_binlog_size", + "23#sysvar_max_binlog_size" + ] + }, + "max_binlog_stmt_cache_size": { + "cli": "--max-binlog-stmt-cache-size=#", + "default": "18446744073709547520", + "dynamic": true, + "name": "max_binlog_stmt_cache_size", + "range": { + "from": 4096, + "to": 1.8446744073709548e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#max_binlog_stmt_cache_size", + "22#sysvar_max_binlog_stmt_cache_size", + "23#sysvar_max_binlog_stmt_cache_size" + ] + }, + "max_relay_log_size": { + "cli": "--max-relay-log-size=#", + "default": "0", + "dynamic": true, + "name": "max_relay_log_size", + "range": { + "from": 0, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#max_relay_log_size", + "24#option_mysqld_max-relay-log-size", + "24#sysvar_max_relay_log_size" + ] + }, + "read_binlog_speed_limit": { + "cli": "--read-binlog-speed-limit=#", + "default": "0 (no limit)", + "dynamic": true, + "name": "read_binlog_speed_limit", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#read_binlog_speed_limit" + ] + }, + "relay_log": { + "cli": "--relay-log=file_name", + "dynamic": false, + "name": "relay_log", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "8#relay_log", + "24#sysvar_relay_log" + ] + }, + "relay_log_basename": { + "default": "datadir + '/' + hostname + '-relay-bin'", + "dynamic": false, + "name": "relay_log_basename", + "scope": [ + "global" + ], + "ids": [ + "8#relay_log_basename", + "24#sysvar_relay_log_basename" + ] + }, + "relay_log_index": { + "default": "*host_name*-relay-bin.index", + "dynamic": false, + "name": "relay_log_index", + "scope": [ + "global" + ], + "ids": [ + "8#relay_log_index", + "24#sysvar_relay_log_index" + ] + }, + "relay_log_info_file": { + "cli": "--relay-log-info-file=file_name", + "default": "relay-log.info", + "dynamic": false, + "name": "relay_log_info_file", + "scope": [ + "global" + ], + "ids": [ + "8#relay_log_info_file", + "24#sysvar_relay_log_info_file" + ] + }, + "relay_log_purge": { + "cli": "--relay-log-purge[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "relay_log_purge", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#relay_log_purge", + "24#option_mysqld_relay-log-purge", + "24#sysvar_relay_log_purge" + ] + }, + "relay_log_recovery": { + "cli": "--relay-log-recovery[={OFF|ON}]", + "default": "OFF", + "name": "relay_log_recovery", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#relay_log_recovery", + "24#sysvar_relay_log_recovery" + ] + }, + "relay_log_space_limit": { + "cli": "--relay-log-space-limit=#", + "default": "0", + "dynamic": false, + "name": "relay_log_space_limit", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#relay_log_space_limit", + "24#option_mysqld_relay-log-space-limit", + "24#sysvar_relay_log_space_limit" + ] + }, + "replicate_annotate_row_events": { + "cli": "--replicate-annotate-row-events", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": false, + "name": "replicate_annotate_row_events", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#replicate_annotate_row_events" + ] + }, + "replicate_do_db": { + "cli": "--replicate-do-db=name", + "name": "replicate_do_db", + "type": "string", + "ids": [ + "8#replicate_do_db", + "24#option_mysqld_replicate-do-db" + ] + }, + "replicate_do_table": { + "cli": "--replicate-do-table=name", + "name": "replicate_do_table", + "type": "string", + "ids": [ + "8#replicate_do_table", + "24#option_mysqld_replicate-do-table" + ] + }, + "replicate_events_marked_for_skip": { + "cli": "--replicate-events-marked-for-skip", + "default": "replicate", + "dynamic": true, + "name": "replicate_events_marked_for_skip", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "REPLICATE", + "FILTER_ON_SLAVE", + "FILTER_ON_MASTER" + ], + "ids": [ + "8#replicate_events_marked_for_skip" + ] + }, + "replicate_ignore_db": { + "cli": "--replicate-ignore-db=name", + "name": "replicate_ignore_db", + "type": "string", + "ids": [ + "8#replicate_ignore_db", + "24#option_mysqld_replicate-ignore-db" + ] + }, + "replicate_ignore_table": { + "cli": "--replicate-ignore-table=name", + "name": "replicate_ignore_table", + "type": "string", + "ids": [ + "8#replicate_ignore_table", + "24#option_mysqld_replicate-ignore-table" + ] + }, + "replicate_rewrite_db": { + "cli": "--replicate-rewrite-db=old_name->new_name", + "name": "replicate_rewrite_db", + "type": "string", + "ids": [ + "8#replicate_rewrite_db", + "24#option_mysqld_replicate-rewrite-db" + ] + }, + "replicate_wild_do_table": { + "cli": "--replicate-wild-do-table=name", + "name": "replicate_wild_do_table", + "type": "string", + "ids": [ + "8#replicate_wild_do_table", + "24#option_mysqld_replicate-wild-do-table" + ] + }, + "replicate_wild_ignore_table": { + "cli": "--replicate-wild-ignore-table=name", + "name": "replicate_wild_ignore_table", + "type": "string", + "ids": [ + "8#replicate_wild_ignore_table", + "24#option_mysqld_replicate-wild-ignore-table" + ] + }, + "report_host": { + "cli": "--report-host=host_name", + "dynamic": false, + "name": "report_host", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "8#report_host", + "24#sysvar_report_host" + ] + }, + "report_password": { + "dynamic": false, + "name": "report_password", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "8#report_password", + "24#sysvar_report_password" + ] + }, + "report_port": { + "cli": "--report-port=port-num", + "default": "[slave_port]", + "dynamic": false, + "name": "report_port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#report_port", + "24#sysvar_report_port" + ] + }, + "report_user": { + "cli": "--report-user=name", + "dynamic": false, + "name": "report_user", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "8#report_user", + "24#sysvar_report_user" + ] + }, + "skip_parallel_replication": { + "default": "OFF", + "dynamic": true, + "name": "skip_parallel_replication", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + "8#skip_parallel_replication" + ] + }, + "skip_replication": { + "default": "OFF", + "dynamic": true, + "name": "skip_replication", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + "8#skip_replication" + ] + }, + "slave_compressed_protocol": { + "cli": "--slave-compressed-protocol[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "slave_compressed_protocol", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#slave_compressed_protocol", + "24#sysvar_slave_compressed_protocol" + ] + }, + "slave_ddl_exec_mode": { + "cli": "--slave-ddl-exec-mode=name", + "default": "IDEMPOTENT", + "dynamic": true, + "name": "slave_ddl_exec_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IDEMPOTENT", + "STRICT" + ], + "ids": [ + "8#slave_ddl_exec_mode" + ] + }, + "slave_domain_parallel_threads": { + "cli": "--slave-domain-parallel-threads=#", + "default": "0", + "dynamic": true, + "name": "slave_domain_parallel_threads", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "16383" + ], + "ids": [ + "8#slave_domain_parallel_threads" + ] + }, + "slave_exec_mode": { + "cli": "--slave-exec-mode=mode", + "default": "IDEMPOTENT (NDB)STRICT (Other)", + "dynamic": true, + "name": "slave_exec_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IDEMPOTENT", + "STRICT" + ], + "ids": [ + "8#slave_exec_mode", + "24#sysvar_slave_exec_mode" + ] + }, + "slave_load_tmpdir": { + "cli": "--slave-load-tmpdir=path", + "default": "Value of --tmpdir", + "dynamic": false, + "name": "slave_load_tmpdir", + "scope": [ + "global" + ], + "ids": [ + "8#slave_load_tmpdir", + "24#sysvar_slave_load_tmpdir" + ] + }, + "slave_max_allowed_packet": { + "cli": "--slave-max-allowed-packet=#", + "default": "1073741824", + "dynamic": true, + "name": "slave_max_allowed_packet", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#slave_max_allowed_packet", + "24#sysvar_slave_max_allowed_packet" + ] + }, + "slave_net_timeout": { + "cli": "--slave-net-timeout=#", + "default": "60", + "dynamic": true, + "name": "slave_net_timeout", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#slave_net_timeout", + "24#sysvar_slave_net_timeout" + ] + }, + "slave_parallel_max_queued": { + "cli": "--slave-parallel-max-queued=#", + "default": "131072", + "dynamic": true, + "name": "slave_parallel_max_queued", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#slave_parallel_max_queued" + ] + }, + "slave_parallel_mode": { + "default": "conservative", + "dynamic": false, + "name": "slave_parallel_mode", + "scope": [ + "global" + ], + "validValues": [ + "conservative", + "optimistic", + "none", + "aggressive", + "minimal" + ], + "ids": [ + "8#slave_parallel_mode" + ] + }, + "slave_parallel_threads": { + "cli": "--slave-parallel-threads=#", + "default": "0", + "dynamic": true, + "name": "slave_parallel_threads", + "range": { + "from": 0, + "to": 16383 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#slave_parallel_threads" + ] + }, + "slave_parallel_workers": { + "cli": "--slave-parallel-workers=#", + "default": "0", + "dynamic": true, + "name": "slave_parallel_workers", + "range": { + "from": 0, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#slave_parallel_workers", + "24#sysvar_slave_parallel_workers" + ] + }, + "slave_run_triggers_for_rbr": { + "cli": "--slave-run-triggers-for-rbr=value", + "default": "NO", + "name": "slave_run_triggers_for_rbr", + "scope": [ + "global" + ], + "validValues": [ + "NO", + "YES", + "LOGGING" + ], + "ids": [ + "8#slave_run_triggers_for_rbr" + ] + }, + "slave_skip_errors": { + "cli": "--slave-skip-errors=name", + "default": "OFF", + "dynamic": false, + "name": "slave_skip_errors", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "[list of error codes]", + "ALL", + "OFF" + ], + "ids": [ + "8#slave_skip_errors", + "24#option_mysqld_slave-skip-errors", + "24#sysvar_slave_skip_errors" + ] + }, + "slave_sql_verify_checksum": { + "cli": "--slave-sql-verify-checksum[={OFF|ON}]", + "default": "1", + "dynamic": true, + "name": "slave_sql_verify_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "8#slave_sql_verify_checksum", + "24#option_mysqld_slave-sql-verify-checksum", + "24#sysvar_slave_sql_verify_checksum" + ] + }, + "slave_transaction_retries": { + "cli": "--slave-transaction-retries=#", + "default": "10", + "dynamic": true, + "name": "slave_transaction_retries", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#slave_transaction_retries", + "24#sysvar_slave_transaction_retries" + ] + }, + "slave_transaction_retry_errors": { + "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, + "name": "slave_transaction_retry_errors", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "comma-separated list of error codes" + ], + "ids": [ + "8#slave_transaction_retry_errors" + ] + }, + "slave_transaction_retry_interval": { + "cli": "--slave-transaction-retry-interval=#", + "default": "0", + "dynamic": true, + "name": "slave_transaction_retry_interval", + "range": { + "from": 0, + "to": 3600 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#slave_transaction_retry_interval" + ] + }, + "slave_type_conversions": { + "cli": "--slave-type-conversions=set", + "default": "", + "name": "slave_type_conversions", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "ALL_LOSSY", + "ALL_NON_LOSSY" + ], + "ids": [ + "8#slave_type_conversions", + "24#sysvar_slave_type_conversions" + ] + }, + "sql_log_bin": { + "default": "1", + "dynamic": true, + "name": "sql_log_bin", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + "8#sql_log_bin", + "22#sysvar_sql_log_bin", + "23#sysvar_sql_log_bin" + ] + }, + "sql_slave_skip_counter": { + "dynamic": true, + "name": "sql_slave_skip_counter", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#sql_slave_skip_counter", + "24#sysvar_sql_slave_skip_counter" + ] + }, + "sync_binlog": { + "cli": "--sync-binlog=#", + "dynamic": true, + "name": "sync_binlog", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#sync_binlog", + "22#sysvar_sync_binlog", + "23#sysvar_sync_binlog" + ] + }, + "sync_master_info": { + "cli": "--sync-master-info=#", + "default": "10000", + "dynamic": true, + "name": "sync_master_info", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#sync_master_info", + "24#sysvar_sync_master_info" + ] + }, + "sync_relay_log": { + "cli": "--sync-relay-log=#", + "default": "10000", + "dynamic": true, + "name": "sync_relay_log", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#sync_relay_log", + "24#sysvar_sync_relay_log" + ] + }, + "sync_relay_log_info": { + "cli": "--sync-relay-log-info=#", + "default": "10000", + "dynamic": true, + "name": "sync_relay_log_info", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "8#sync_relay_log_info", + "24#sysvar_sync_relay_log_info" + ] + }, + "Binlog_bytes_written": { + "name": "Binlog_bytes_written", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "26#binlog_bytes_written" + ] + }, + "Binlog_cache_disk_use": { + "name": "Binlog_cache_disk_use", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#binlog_cache_disk_use" + ] + }, + "Binlog_cache_use": { + "name": "Binlog_cache_use", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#binlog_cache_use" + ] + }, + "Binlog_commits": { + "name": "Binlog_commits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#binlog_commits" + ] + }, + "Binlog_group_commit_trigger_count": { + "name": "Binlog_group_commit_trigger_count", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#binlog_group_commit_trigger_count" + ] + }, + "Binlog_group_commit_trigger_lock_wait": { + "name": "Binlog_group_commit_trigger_lock_wait", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#binlog_group_commit_trigger_lock_wait" + ] + }, + "Binlog_group_commit_trigger_timeout": { + "name": "Binlog_group_commit_trigger_timeout", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#binlog_group_commit_trigger_timeout" + ] + }, + "Binlog_group_commits": { + "name": "Binlog_group_commits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#binlog_group_commits" + ] + }, + "Binlog_snapshot_file": { + "name": "Binlog_snapshot_file", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "25#binlog_snapshot_file" + ] + }, + "Binlog_snapshot_position": { + "name": "Binlog_snapshot_position", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#binlog_snapshot_position" + ] + }, + "Binlog_stmt_cache_disk_use": { + "name": "Binlog_stmt_cache_disk_use", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#binlog_stmt_cache_disk_use" + ] + }, + "Binlog_stmt_cache_use": { + "name": "Binlog_stmt_cache_use", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#binlog_stmt_cache_use" + ] + }, + "Com_change_master": { + "name": "Com_change_master", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_change_master" + ] + }, + "Com_show_master_status": { + "name": "Com_show_master_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_show_master_status" + ] + }, + "Com_show_new_master": { + "name": "Com_show_new_master", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_show_new_master" + ] + }, + "Com_show_slave_hosts": { + "name": "Com_show_slave_hosts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_show_slave_hosts" + ] + }, + "Com_show_slave_status": { + "name": "Com_show_slave_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_show_slave_status" + ] + }, + "Com_slave_start": { + "name": "Com_slave_start", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_slave_start" + ] + }, + "Com_slave_stop": { + "name": "Com_slave_stop", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_slave_stop" + ] + }, + "Com_start_all_slaves": { + "name": "Com_start_all_slaves", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_start_all_slaves" + ] + }, + "Com_start_slave": { + "name": "Com_start_slave", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_start_slave" + ] + }, + "Com_stop_all_slaves": { + "name": "Com_stop_all_slaves", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_stop_all_slaves" + ] + }, + "Com_stop_slave": { + "name": "Com_stop_slave", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#com_stop_slave" + ] + }, + "Master_gtid_wait_count": { + "name": "Master_gtid_wait_count", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#master_gtid_wait_count" + ] + }, + "Master_gtid_wait_time": { + "name": "Master_gtid_wait_time", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#master_gtid_wait_time" + ] + }, + "Master_gtid_wait_timeouts": { + "name": "Master_gtid_wait_timeouts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "25#master_gtid_wait_timeouts" + ] + }, + "Rpl_status": { + "name": "Rpl_status", + "ids": [ + "25#rpl_status" + ] + }, + "Rpl_transactions_multi_engine": { + "name": "Rpl_transactions_multi_engine", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#rpl_transactions_multi_engine" + ] + }, + "Slave_connections": { + "name": "Slave_connections", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#slave_connections" + ] + }, + "Slave_heartbeat_period": { + "name": "Slave_heartbeat_period", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#slave_heartbeat_period" + ] + }, + "Slave_open_temp_tables": { + "name": "Slave_open_temp_tables", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#slave_open_temp_tables" + ] + }, + "Slave_received_heartbeats": { + "name": "Slave_received_heartbeats", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#slave_received_heartbeats" + ] + }, + "Slave_retried_transactions": { + "name": "Slave_retried_transactions", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#slave_retried_transactions" + ] + }, + "Slave_running": { + "name": "Slave_running", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#slave_running" + ] + }, + "Slave_skipped_errors": { + "name": "Slave_skipped_errors", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#slave_skipped_errors" + ] + }, + "Slaves_connected": { + "name": "Slaves_connected", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#slaves_connected" + ] + }, + "Slaves_running": { + "name": "Slaves_running", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#slaves_running" + ] + }, + "Transactions_gtid_foreign_engine": { + "name": "Transactions_gtid_foreign_engine", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#transactions_gtid_foreign_engine" + ] + }, + "Transactions_multi_engine": { + "name": "Transactions_multi_engine", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "25#transactions_multi_engine" + ] + }, + "Rpl_semi_sync_master_clients": { + "name": "Rpl_semi_sync_master_clients", + "type": "integer", + "ids": [ + "27#rpl_semi_sync_master_clients" + ] + }, + "Rpl_semi_sync_master_net_avg_wait_time": { + "name": "Rpl_semi_sync_master_net_avg_wait_time", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_net_avg_wait_time" + ] + }, + "Rpl_semi_sync_master_net_wait_time": { + "name": "Rpl_semi_sync_master_net_wait_time", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_net_wait_time" + ] + }, + "Rpl_semi_sync_master_net_waits": { + "name": "Rpl_semi_sync_master_net_waits", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_net_waits" + ] + }, + "Rpl_semi_sync_master_no_times": { + "name": "Rpl_semi_sync_master_no_times", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_no_times" + ] + }, + "Rpl_semi_sync_master_no_tx": { + "name": "Rpl_semi_sync_master_no_tx", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_no_tx" + ] + }, + "Rpl_semi_sync_master_status": { + "name": "Rpl_semi_sync_master_status", + "type": "boolean", + "ids": [ + "26#rpl_semi_sync_master_status" + ] + }, + "Rpl_semi_sync_master_timefunc_failures": { + "name": "Rpl_semi_sync_master_timefunc_failures", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_timefunc_failures" + ] + }, + "Rpl_semi_sync_master_tx_avg_wait_time": { + "name": "Rpl_semi_sync_master_tx_avg_wait_time", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_tx_avg_wait_time" + ] + }, + "Rpl_semi_sync_master_tx_wait_time": { + "name": "Rpl_semi_sync_master_tx_wait_time", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_tx_wait_time" + ] + }, + "Rpl_semi_sync_master_tx_waits": { + "name": "Rpl_semi_sync_master_tx_waits", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_tx_waits" + ] + }, + "Rpl_semi_sync_master_wait_pos_backtraverse": { + "name": "Rpl_semi_sync_master_wait_pos_backtraverse", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_wait_pos_backtraverse" + ] + }, + "Rpl_semi_sync_master_wait_sessions": { + "name": "Rpl_semi_sync_master_wait_sessions", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_wait_sessions" + ] + }, + "Rpl_semi_sync_master_yes_tx": { + "name": "Rpl_semi_sync_master_yes_tx", + "type": "integer", + "ids": [ + "26#rpl_semi_sync_master_yes_tx" + ] + }, + "Rpl_semi_sync_slave_status": { + "name": "Rpl_semi_sync_slave_status", + "type": "boolean", + "ids": [ + "26#rpl_semi_sync_slave_status" + ] + }, + "rpl_semi_sync_master_enabled": { + "default": "OFF", + "dynamic": true, + "name": "rpl_semi_sync_master_enabled", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "28#rpl_semi_sync_master_enabled", + "21#sysvar_rpl_semi_sync_master_enabled" + ] + }, + "rpl_semi_sync_master_timeout": { + "default": "10000", + "dynamic": true, + "name": "rpl_semi_sync_master_timeout", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "27#rpl_semi_sync_master_timeout", + "21#sysvar_rpl_semi_sync_master_timeout" + ] + }, + "rpl_semi_sync_master_trace_level": { + "default": "32", + "dynamic": true, + "name": "rpl_semi_sync_master_trace_level", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "27#rpl_semi_sync_master_trace_level", + "21#sysvar_rpl_semi_sync_master_trace_level" + ] + }, + "rpl_semi_sync_master_wait_no_slave": { + "default": "ON", + "dynamic": true, + "name": "rpl_semi_sync_master_wait_no_slave", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "27#rpl_semi_sync_master_wait_no_slave", + "21#sysvar_rpl_semi_sync_master_wait_no_slave" + ] + }, + "rpl_semi_sync_master_wait_point": { + "cli": "--rpl-semi-sync-master-wait-point=value", + "default": "AFTER_SYNC", + "dynamic": true, + "name": "rpl_semi_sync_master_wait_point", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "AFTER_SYNC", + "AFTER_COMMIT" + ], + "ids": [ + "27#rpl_semi_sync_master_wait_point", + "21#sysvar_rpl_semi_sync_master_wait_point" + ] + }, + "rpl_semi_sync_slave_delay_master": { + "cli": "--rpl-semi-sync-slave-delay-master[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "rpl_semi_sync_slave_delay_master", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "27#rpl_semi_sync_slave_delay_master" + ] + }, + "rpl_semi_sync_slave_enabled": { + "default": "OFF", + "dynamic": true, + "name": "rpl_semi_sync_slave_enabled", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "27#rpl_semi_sync_slave_enabled", + "24#sysvar_rpl_semi_sync_slave_enabled" + ] + }, + "rpl_semi_sync_slave_kill_conn_timeout": { + "cli": "--rpl-semi-sync-slave-kill-conn-timeout[={0|1}]", + "default": "5", + "dynamic": true, + "name": "rpl_semi_sync_slave_kill_conn_timeout", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "27#rpl_semi_sync_slave_kill_conn_timeout" + ] + }, + "rpl_semi_sync_slave_trace_level": { + "default": "32", + "dynamic": true, + "name": "rpl_semi_sync_slave_trace_level", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "27#rpl_semi_sync_slave_trace_level", + "24#sysvar_rpl_semi_sync_slave_trace_level" + ] + }, + "rpl_semi_sync_master": { + "cli": "--rpl-semi-sync-master=value", + "default": "ON", + "name": "rpl_semi_sync_master", + "validValues": [ + "OFF", + "ON", + "FORCE", + "FORCE_PLUS_PERMANENT" + ], + "ids": [ + "27#rpl_semi_sync_master" + ] + }, + "rpl_semi_sync_slave": { + "cli": "--rpl-semi-sync-slave=value", + "default": "ON", + "name": "rpl_semi_sync_slave", + "validValues": [ + "OFF", + "ON", + "FORCE", + "FORCE_PLUS_PERMANENT" + ], + "ids": [ + "27#rpl_semi_sync_slave" + ] + }, + "Aborted_clients": { + "name": "Aborted_clients", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#aborted_clients" + ] + }, + "Aborted_connects": { + "name": "Aborted_connects", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#aborted_connects" + ] + }, + "Aborted_connects_preauth": { + "name": "Aborted_connects_preauth", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#aborted_connects_preauth" + ] + }, + "Access_denied_errors": { + "name": "Access_denied_errors", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#access_denied_errors" + ] + }, + "Acl_column_grants": { + "name": "Acl_column_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_column_grants" + ] + }, + "Acl_database_grants": { + "name": "Acl_database_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_database_grants" + ] + }, + "Acl_function_grants": { + "name": "Acl_function_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_function_grants" + ] + }, + "Acl_package_body_grants": { + "name": "Acl_package_body_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_package_body_grants" + ] + }, + "Acl_package_spec_grants": { + "name": "Acl_package_spec_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_package_spec_grants" + ] + }, + "Acl_procedure_grants": { + "name": "Acl_procedure_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_procedure_grants" + ] + }, + "Acl_proxy_users": { + "name": "Acl_proxy_users", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_proxy_users" + ] + }, + "Acl_role_grants": { + "name": "Acl_role_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_role_grants" + ] + }, + "Acl_roles": { + "name": "Acl_roles", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_roles" + ] + }, + "Acl_table_grants": { + "name": "Acl_table_grants", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_table_grants" + ] + }, + "Acl_users": { + "name": "Acl_users", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#acl_users" + ] + }, + "Busy_time": { + "name": "Busy_time", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#busy_time" + ] + }, + "Bytes_received": { + "name": "Bytes_received", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#bytes_received" + ] + }, + "Bytes_sent": { + "name": "Bytes_sent", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#bytes_sent" + ] + }, + "Com_admin_commands": { + "name": "Com_admin_commands", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_admin_commands" + ] + }, + "Com_alter_db": { + "name": "Com_alter_db", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_alter_db" + ] + }, + "Com_alter_db_upgrade": { + "name": "Com_alter_db_upgrade", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_alter_db_upgrade" + ] + }, + "Com_alter_event": { + "name": "Com_alter_event", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_alter_event" + ] + }, + "Com_alter_function": { + "name": "Com_alter_function", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_alter_function" + ] + }, + "Com_alter_procedure": { + "name": "Com_alter_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_alter_procedure" + ] + }, + "Com_alter_sequence": { + "name": "Com_alter_sequence", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_alter_sequence" + ] + }, + "Com_alter_server": { + "name": "Com_alter_server", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_alter_server" + ] + }, + "Com_alter_table": { + "name": "Com_alter_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_alter_table" + ] + }, + "Com_alter_tablespace": { + "name": "Com_alter_tablespace", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_alter_tablespace" + ] + }, + "Com_alter_user": { + "name": "Com_alter_user", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_alter_user" + ] + }, + "Com_analyze": { + "name": "Com_analyze", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_analyze" + ] + }, + "Com_assign_to_keycache": { + "name": "Com_assign_to_keycache", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_assign_to_keycache" + ] + }, + "Com_backup": { + "name": "Com_backup", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_backup" + ] + }, + "Com_backup_lock": { + "name": "Com_backup_lock", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_backup_lock" + ] + }, + "Com_backup_table": { + "name": "Com_backup_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_backup_table" + ] + }, + "Com_begin": { + "name": "Com_begin", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_begin" + ] + }, + "Com_binlog": { + "name": "Com_binlog", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_binlog" + ] + }, + "Com_call_procedure": { + "name": "Com_call_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_call_procedure" + ] + }, + "Com_change_db": { + "name": "Com_change_db", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_change_db" + ] + }, + "Com_check": { + "name": "Com_check", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_check" + ] + }, + "Com_checksum": { + "name": "Com_checksum", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_checksum" + ] + }, + "Com_commit": { + "name": "Com_commit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_commit" + ] + }, + "Com_compound_sql": { + "name": "Com_compound_sql", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_compound_sql" + ] + }, + "Com_create_db": { + "name": "Com_create_db", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_db" + ] + }, + "Com_create_event": { + "name": "Com_create_event", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_event" + ] + }, + "Com_create_function": { + "name": "Com_create_function", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_function" + ] + }, + "Com_create_index": { + "name": "Com_create_index", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_index" + ] + }, + "Com_create_package": { + "name": "Com_create_package", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_package" + ] + }, + "Com_create_package_body": { + "name": "Com_create_package_body", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_package_body" + ] + }, + "Com_create_procedure": { + "name": "Com_create_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_procedure" + ] + }, + "Com_create_role": { + "name": "Com_create_role", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_role" + ] + }, + "Com_create_sequence": { + "name": "Com_create_sequence", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_sequence" + ] + }, + "Com_create_server": { + "name": "Com_create_server", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_server" + ] + }, + "Com_create_table": { + "name": "Com_create_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_table" + ] + }, + "Com_create_temporary_table": { + "name": "Com_create_temporary_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_temporary_table" + ] + }, + "Com_create_trigger": { + "name": "Com_create_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_trigger" + ] + }, + "Com_create_udf": { + "name": "Com_create_udf", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_udf" + ] + }, + "Com_create_user": { + "name": "Com_create_user", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_user" + ] + }, + "Com_create_view": { + "name": "Com_create_view", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_create_view" + ] + }, + "Com_dealloc_sql": { + "name": "Com_dealloc_sql", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_dealloc_sql" + ] + }, + "Com_delete": { + "name": "Com_delete", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_delete" + ] + }, + "Com_delete_multi": { + "name": "Com_delete_multi", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_delete_multi" + ] + }, + "Com_do": { + "name": "Com_do", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_do" + ] + }, + "Com_drop_db": { + "name": "Com_drop_db", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_db" + ] + }, + "Com_drop_event": { + "name": "Com_drop_event", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_event" + ] + }, + "Com_drop_function": { + "name": "Com_drop_function", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_function" + ] + }, + "Com_drop_index": { + "name": "Com_drop_index", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_index" + ] + }, + "Com_drop_package": { + "name": "Com_drop_package", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_package" + ] + }, + "Com_drop_package_body": { + "name": "Com_drop_package_body", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_package_body" + ] + }, + "Com_drop_procedure": { + "name": "Com_drop_procedure", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_procedure" + ] + }, + "Com_drop_role": { + "name": "Com_drop_role", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_role" + ] + }, + "Com_drop_sequence": { + "name": "Com_drop_sequence", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_sequence" + ] + }, + "Com_drop_server": { + "name": "Com_drop_server", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_server" + ] + }, + "Com_drop_table": { + "name": "Com_drop_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_table" + ] + }, + "Com_drop_temporary_table": { + "name": "Com_drop_temporary_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_temporary_table" + ] + }, + "Com_drop_trigger": { + "name": "Com_drop_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_trigger" + ] + }, + "Com_drop_user": { + "name": "Com_drop_user", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_user" + ] + }, + "Com_drop_view": { + "name": "Com_drop_view", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_drop_view" + ] + }, + "Com_empty_query": { + "name": "Com_empty_query", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_empty_query" + ] + }, + "Com_execute_immediate": { + "name": "Com_execute_immediate", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_execute_immediate" + ] + }, + "Com_execute_sql": { + "name": "Com_execute_sql", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_execute_sql" + ] + }, + "Com_flush": { + "name": "Com_flush", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_flush" + ] + }, + "Com_get_diagnostics": { + "name": "Com_get_diagnostics", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_get_diagnostics" + ] + }, + "Com_grant": { + "name": "Com_grant", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_grant" + ] + }, + "Com_grant_role": { + "name": "Com_grant_role", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_grant_role" + ] + }, + "Com_ha_close": { + "name": "Com_ha_close", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_ha_close" + ] + }, + "Com_ha_open": { + "name": "Com_ha_open", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_ha_open" + ] + }, + "Com_ha_read": { + "name": "Com_ha_read", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_ha_read" + ] + }, + "Com_help": { + "name": "Com_help", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_help" + ] + }, + "Com_insert": { + "name": "Com_insert", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_insert" + ] + }, + "Com_insert_select": { + "name": "Com_insert_select", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_insert_select" + ] + }, + "Com_install_plugin": { + "name": "Com_install_plugin", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_install_plugin" + ] + }, + "Com_kill": { + "name": "Com_kill", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_kill" + ] + }, + "Com_load": { + "name": "Com_load", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_load" + ] + }, + "Com_load_master_data": { + "name": "Com_load_master_data", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_load_master_data" + ] + }, + "Com_load_master_table": { + "name": "Com_load_master_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_load_master_table" + ] + }, + "Com_multi": { + "name": "Com_multi", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_multi" + ] + }, + "Com_lock_tables": { + "name": "Com_lock_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_lock_tables" + ] + }, + "Com_optimize": { + "name": "Com_optimize", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_optimize" + ] + }, + "Com_preload_keys": { + "name": "Com_preload_keys", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_preload_keys" + ] + }, + "Com_prepare_sql": { + "name": "Com_prepare_sql", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_prepare_sql" + ] + }, + "Com_purge": { + "name": "Com_purge", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_purge" + ] + }, + "Com_purge_before_date": { + "name": "Com_purge_before_date", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_purge_before_date" + ] + }, + "Com_release_savepoint": { + "name": "Com_release_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_release_savepoint" + ] + }, + "Com_rename_table": { + "name": "Com_rename_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_rename_table" + ] + }, + "Com_rename_user": { + "name": "Com_rename_user", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_rename_user" + ] + }, + "Com_repair": { + "name": "Com_repair", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_repair" + ] + }, + "Com_replace": { + "name": "Com_replace", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_replace" + ] + }, + "Com_replace_select": { + "name": "Com_replace_select", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_replace_select" + ] + }, + "Com_reset": { + "name": "Com_reset", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_reset" + ] + }, + "Com_resignal": { + "name": "Com_resignal", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_resignal" + ] + }, + "Com_restore_table": { + "name": "Com_restore_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_restore_table" + ] + }, + "Com_revoke": { + "name": "Com_revoke", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_revoke" + ] + }, + "Com_revoke_all": { + "name": "Com_revoke_all", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_revoke_all" + ] + }, + "Com_revoke_grant": { + "name": "Com_revoke_grant", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_revoke_grant" + ] + }, + "Com_rollback": { + "name": "Com_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_rollback" + ] + }, + "Com_rollback_to_savepoint": { + "name": "Com_rollback_to_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_rollback_to_savepoint" + ] + }, + "Com_savepoint": { + "name": "Com_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_savepoint" + ] + }, + "Com_select": { + "name": "Com_select", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_select" + ] + }, + "Com_set_option": { + "name": "Com_set_option", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_set_option" + ] + }, + "Com_signal": { + "name": "Com_signal", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_signal" + ] + }, + "Com_show_authors": { + "name": "Com_show_authors", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_authors" + ] + }, + "Com_show_binlog_events": { + "name": "Com_show_binlog_events", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_binlog_events" + ] + }, + "Com_show_binlogs": { + "name": "Com_show_binlogs", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_binlogs" + ] + }, + "Com_show_charsets": { + "name": "Com_show_charsets", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_charsets" + ] + }, + "Com_show_client_statistics": { + "name": "Com_show_client_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_client_statistics" + ] + }, + "Com_show_collations": { + "name": "Com_show_collations", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_collations" + ] + }, + "Com_show_column_types": { + "name": "Com_show_column_types", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_column_types" + ] + }, + "Com_show_contributors": { + "name": "Com_show_contributors", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_contributors" + ] + }, + "Com_show_create_db": { + "name": "Com_show_create_db", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_create_db" + ] + }, + "Com_show_create_event": { + "name": "Com_show_create_event", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_create_event" + ] + }, + "Com_show_create_func": { + "name": "Com_show_create_func", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_create_func" + ] + }, + "Com_show_create_package": { + "name": "Com_show_create_package", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_create_package" + ] + }, + "Com_show_create_package_body": { + "name": "Com_show_create_package_body", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_create_package_body" + ] + }, + "Com_show_create_proc": { + "name": "Com_show_create_proc", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_create_proc" + ] + }, + "Com_show_create_table": { + "name": "Com_show_create_table", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_create_table" + ] + }, + "Com_show_create_trigger": { + "name": "Com_show_create_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_create_trigger" + ] + }, + "Com_show_create_user": { + "name": "Com_show_create_user", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_create_user" + ] + }, + "Com_show_databases": { + "name": "Com_show_databases", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_databases" + ] + }, + "Com_show_engine_logs": { + "name": "Com_show_engine_logs", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_engine_logs" + ] + }, + "Com_show_engine_mutex": { + "name": "Com_show_engine_mutex", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_engine_mutex" + ] + }, + "Com_show_engine_status": { + "name": "Com_show_engine_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_engine_status" + ] + }, + "Com_show_events": { + "name": "Com_show_events", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_events" + ] + }, + "Com_show_errors": { + "name": "Com_show_errors", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_errors" + ] + }, + "Com_show_explain": { + "name": "Com_show_explain", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_explain" + ] + }, + "Com_show_fields": { + "name": "Com_show_fields", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_fields" + ] + }, + "Com_show_function_status": { + "name": "Com_show_function_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_function_status" + ] + }, + "Com_show_generic": { + "name": "Com_show_generic", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_generic" + ] + }, + "Com_show_grants": { + "name": "Com_show_grants", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_grants" + ] + }, + "Com_show_keys": { + "name": "Com_show_keys", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_keys" + ] + }, + "Com_show_index_statistics": { + "name": "Com_show_index_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_index_statistics" + ] + }, + "Com_show_open_tables": { + "name": "Com_show_open_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_open_tables" + ] + }, + "Com_show_package_status": { + "name": "Com_show_package_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_package_status" + ] + }, + "Com_show_package_body_status": { + "name": "Com_show_package_body_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_package_body_status" + ] + }, + "Com_show_plugins": { + "name": "Com_show_plugins", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_plugins" + ] + }, + "Com_show_privileges": { + "name": "Com_show_privileges", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_privileges" + ] + }, + "Com_show_procedure_status": { + "name": "Com_show_procedure_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_procedure_status" + ] + }, + "Com_show_processlist": { + "name": "Com_show_processlist", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_processlist" + ] + }, + "Com_show_profile": { + "name": "Com_show_profile", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_profile" + ] + }, + "Com_show_profiles": { + "name": "Com_show_profiles", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_profiles" + ] + }, + "Com_show_relaylog_events": { + "name": "Com_show_relaylog_events", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_relaylog_events" + ] + }, + "Com_show_status": { + "name": "Com_show_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_status" + ] + }, + "Com_show_storage_engines": { + "name": "Com_show_storage_engines", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_storage_engines" + ] + }, + "Com_show_table_statistics": { + "name": "Com_show_table_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_table_statistics" + ] + }, + "Com_show_table_status": { + "name": "Com_show_table_status", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_table_status" + ] + }, + "Com_show_tables": { + "name": "Com_show_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_tables" + ] + }, + "Com_show_triggers": { + "name": "Com_show_triggers", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_triggers" + ] + }, + "Com_show_user_statistics": { + "name": "Com_show_user_statistics", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_user_statistics" + ] + }, + "Com_show_variable": { + "name": "Com_show_variable", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_variable" + ] + }, + "Com_show_warnings": { + "name": "Com_show_warnings", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_show_warnings" + ] + }, + "Com_shutdown": { + "name": "Com_shutdown", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_shutdown" + ] + }, + "Com_stmt_close": { + "name": "Com_stmt_close", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_stmt_close" + ] + }, + "Com_stmt_execute": { + "name": "Com_stmt_execute", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_stmt_execute" + ] + }, + "Com_stmt_fetch": { + "name": "Com_stmt_fetch", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_stmt_fetch" + ] + }, + "Com_stmt_prepare": { + "name": "Com_stmt_prepare", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_stmt_prepare" + ] + }, + "Com_stmt_reprepare": { + "name": "Com_stmt_reprepare", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_stmt_reprepare" + ] + }, + "Com_stmt_reset": { + "name": "Com_stmt_reset", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_stmt_reset" + ] + }, + "Com_stmt_send_long_data": { + "name": "Com_stmt_send_long_data", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_stmt_send_long_data" + ] + }, + "Com_truncate": { + "name": "Com_truncate", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_truncate" + ] + }, + "Com_uninstall_plugin": { + "name": "Com_uninstall_plugin", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_uninstall_plugin" + ] + }, + "Com_unlock_tables": { + "name": "Com_unlock_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_unlock_tables" + ] + }, + "Com_update": { + "name": "Com_update", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_update" + ] + }, + "Com_update_multi": { + "name": "Com_update_multi", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_update_multi" + ] + }, + "Com_xa_commit": { + "name": "Com_xa_commit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_xa_commit" + ] + }, + "Com_xa_end": { + "name": "Com_xa_end", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_xa_end" + ] + }, + "Com_xa_prepare": { + "name": "Com_xa_prepare", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_xa_prepare" + ] + }, + "Com_xa_recover": { + "name": "Com_xa_recover", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_xa_recover" + ] + }, + "Com_xa_rollback": { + "name": "Com_xa_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_xa_rollback" + ] + }, + "Com_xa_start": { + "name": "Com_xa_start", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#com_xa_start" + ] + }, + "Compression": { + "name": "Compression", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + "28#compression" + ] + }, + "Connection_errors_accept": { + "name": "Connection_errors_accept", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#connection_errors_accept" + ] + }, + "Connection_errors_internal": { + "name": "Connection_errors_internal", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#connection_errors_internal" + ] + }, + "Connection_errors_max_connections": { + "name": "Connection_errors_max_connections", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#connection_errors_max_connections" + ] + }, + "Connection_errors_peer_address": { + "name": "Connection_errors_peer_address", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#connection_errors_peer_address" + ] + }, + "Connection_errors_select": { + "name": "Connection_errors_select", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#connection_errors_select" + ] + }, + "Connection_errors_tcpwrap": { + "name": "Connection_errors_tcpwrap", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#connection_errors_tcpwrap" + ] + }, + "Connections": { + "name": "Connections", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#connections" + ] + }, + "Cpu_time": { + "name": "Cpu_time", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#cpu_time" + ] + }, + "Created_tmp_disk_tables": { + "name": "Created_tmp_disk_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#created_tmp_disk_tables" + ] + }, + "Created_tmp_files": { + "name": "Created_tmp_files", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#created_tmp_files" + ] + }, + "Created_tmp_tables": { + "name": "Created_tmp_tables", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#created_tmp_tables" + ] + }, + "Delayed_errors": { + "name": "Delayed_errors", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#delayed_errors" + ] + }, + "Delayed_insert_threads": { + "name": "Delayed_insert_threads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#delayed_insert_threads" + ] + }, + "Delayed_writes": { + "name": "Delayed_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#delayed_writes" + ] + }, + "Delete_scan": { + "name": "Delete_scan", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#delete_scan" + ] + }, + "Empty_queries": { + "name": "Empty_queries", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#empty_queries" + ] + }, + "Executed_events": { + "name": "Executed_events", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#executed_events" + ] + }, + "Executed_triggers": { + "name": "Executed_triggers", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#executed_triggers" + ] + }, + "Feature_application_time_periods": { + "name": "Feature_application_time_periods", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_application_time_periods" + ] + }, + "Feature_check_constraint": { + "name": "Feature_check_constraint", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_check_constraint" + ] + }, + "Feature_custom_aggregate_functions": { + "name": "Feature_custom_aggregate_functions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_custom_aggregate_functions" + ] + }, + "Feature_delay_key_write": { + "name": "Feature_delay_key_write", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_delay_key_write" + ] + }, + "Feature_dynamic_columns": { + "name": "Feature_dynamic_columns", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_dynamic_columns" + ] + }, + "Feature_fulltext": { + "name": "Feature_fulltext", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_fulltext" + ] + }, + "Feature_gis": { + "name": "Feature_gis", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_gis" + ] + }, + "Feature_invisible_columns": { + "name": "Feature_invisible_columns", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_invisible_columns" + ] + }, + "Feature_json": { + "name": "Feature_json", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_json" + ] + }, + "Feature_locale": { + "name": "Feature_locale", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_locale" + ] + }, + "Feature_subquery": { + "name": "Feature_subquery", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_subquery" + ] + }, + "Feature_system_versioning": { + "name": "Feature_system_versioning", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_system_versioning" + ] + }, + "Feature_timezone": { + "name": "Feature_timezone", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_timezone" + ] + }, + "Feature_trigger": { + "name": "Feature_trigger", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_trigger" + ] + }, + "Feature_window_functions": { + "name": "Feature_window_functions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_window_functions" + ] + }, + "Feature_xml": { + "name": "Feature_xml", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#feature_xml" + ] + }, + "Flush_commands": { + "name": "Flush_commands", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#flush_commands" + ] + }, + "Handler_commit": { + "name": "Handler_commit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_commit" + ] + }, + "Handler_delete": { + "name": "Handler_delete", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_delete" + ] + }, + "Handler_discover": { + "name": "Handler_discover", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_discover" + ] + }, + "Handler_external_lock": { + "name": "Handler_external_lock", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_external_lock" + ] + }, + "Handler_icp_attempts": { + "name": "Handler_icp_attempts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_icp_attempts" + ] + }, + "Handler_icp_match": { + "name": "Handler_icp_match", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_icp_match" + ] + }, + "Handler_mrr_init": { + "name": "Handler_mrr_init", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_mrr_init" + ] + }, + "Handler_mrr_key_refills": { + "name": "Handler_mrr_key_refills", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_mrr_key_refills" + ] + }, + "Handler_mrr_rowid_refills": { + "name": "Handler_mrr_rowid_refills", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_mrr_rowid_refills" + ] + }, + "Handler_prepare": { + "name": "Handler_prepare", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_prepare" + ] + }, + "Handler_read_first": { + "name": "Handler_read_first", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_read_first" + ] + }, + "Handler_read_key": { + "name": "Handler_read_key", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_read_key" + ] + }, + "Handler_read_last": { + "name": "Handler_read_last", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_read_last" + ] + }, + "Handler_read_next": { + "name": "Handler_read_next", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_read_next" + ] + }, + "Handler_read_prev": { + "name": "Handler_read_prev", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_read_prev" + ] + }, + "Handler_read_retry": { + "name": "Handler_read_retry", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#handler_read_retry" + ] + }, + "Handler_read_rnd": { + "name": "Handler_read_rnd", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_read_rnd" + ] + }, + "Handler_read_rnd_deleted": { + "name": "Handler_read_rnd_deleted", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_read_rnd_deleted" + ] + }, + "Handler_read_rnd_next": { + "name": "Handler_read_rnd_next", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_read_rnd_next" + ] + }, + "Handler_rollback": { + "name": "Handler_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_rollback" + ] + }, + "Handler_savepoint": { + "name": "Handler_savepoint", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_savepoint" + ] + }, + "Handler_savepoint_rollback": { + "name": "Handler_savepoint_rollback", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_savepoint_rollback" + ] + }, + "Handler_tmp_delete": { + "name": "Handler_tmp_delete", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_tmp_delete" + ] + }, + "Handler_tmp_update": { + "name": "Handler_tmp_update", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_tmp_update" + ] + }, + "Handler_tmp_write": { + "name": "Handler_tmp_write", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_tmp_write" + ] + }, + "Handler_update": { + "name": "Handler_update", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_update" + ] + }, + "Handler_write": { + "name": "Handler_write", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#handler_write" + ] + }, + "Key_blocks_not_flushed": { + "name": "Key_blocks_not_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#key_blocks_not_flushed" + ] + }, + "Key_blocks_unused": { + "name": "Key_blocks_unused", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#key_blocks_unused" + ] + }, + "Key_blocks_used": { + "name": "Key_blocks_used", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#key_blocks_used" + ] + }, + "Key_blocks_warm": { + "name": "Key_blocks_warm", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#key_blocks_warm" + ] + }, + "Key_read_requests": { + "name": "Key_read_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#key_read_requests" + ] + }, + "Key_reads": { + "name": "Key_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#key_reads" + ] + }, + "Key_write_requests": { + "name": "Key_write_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#key_write_requests" + ] + }, + "Key_writes": { + "name": "Key_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#key_writes" + ] + }, + "Last_query_cost": { + "name": "Last_query_cost", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "28#last_query_cost" + ] + }, + "Maria_*": { + "name": "Maria_*", + "ids": [ + "28#maria_" + ] + }, + "Max_statement_time_exceeded": { + "name": "Max_statement_time_exceeded", + "type": "integer", + "ids": [ + "28#max_statement_time_exceeded" + ] + }, + "Max_used_connections": { + "name": "Max_used_connections", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "28#max_used_connections" + ] + }, + "Memory_used": { + "name": "Memory_used", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#memory_used" + ] + }, + "Memory_used_initial": { + "name": "Memory_used_initial", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#memory_used_initial" + ] + }, + "Not_flushed_delayed_rows": { + "name": "Not_flushed_delayed_rows", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#not_flushed_delayed_rows" + ] + }, + "Open_files": { + "name": "Open_files", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#open_files" + ] + }, + "Open_streams": { + "name": "Open_streams", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#open_streams" + ] + }, + "Open_table_definitions": { + "name": "Open_table_definitions", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#open_table_definitions" + ] + }, + "Open_tables": { + "name": "Open_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#open_tables" + ] + }, + "Opened_files": { + "name": "Opened_files", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#opened_files" + ] + }, + "Opened_plugin_libraries": { + "name": "Opened_plugin_libraries", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#opened_plugin_libraries" + ] + }, + "Opened_table_definitions": { + "name": "Opened_table_definitions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#opened_table_definitions" + ] + }, + "Opened_tables": { + "name": "Opened_tables", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#opened_tables" + ] + }, + "Opened_views": { + "name": "Opened_views", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#opened_views" + ] + }, + "Performance_schema_accounts_lost": { + "name": "Performance_schema_accounts_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_accounts_lost" + ] + }, + "Performance_schema_cond_classes_lost": { + "name": "Performance_schema_cond_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_cond_classes_lost" + ] + }, + "Performance_schema_cond_instances_lost": { + "name": "Performance_schema_cond_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_cond_instances_lost" + ] + }, + "Performance_schema_digest_lost": { + "name": "Performance_schema_digest_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_digest_lost" + ] + }, + "Performance_schema_file_classes_lost": { + "name": "Performance_schema_file_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_file_classes_lost" + ] + }, + "Performance_schema_file_handles_lost": { + "name": "Performance_schema_file_handles_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_file_handles_lost" + ] + }, + "Performance_schema_file_instances_lost": { + "name": "Performance_schema_file_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_file_instances_lost" + ] + }, + "Performance_schema_hosts_lost": { + "name": "Performance_schema_hosts_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_hosts_lost" + ] + }, + "Performance_schema_locker_lost": { + "name": "Performance_schema_locker_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_locker_lost" + ] + }, + "Performance_schema_mutex_classes_lost": { + "name": "Performance_schema_mutex_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_mutex_classes_lost" + ] + }, + "Performance_schema_mutex_instances_lost": { + "name": "Performance_schema_mutex_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_mutex_instances_lost" + ] + }, + "Performance_schema_rwlock_classes_lost": { + "name": "Performance_schema_rwlock_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_rwlock_classes_lost" + ] + }, + "Performance_schema_rwlock_instances_lost": { + "name": "Performance_schema_rwlock_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_rwlock_instances_lost" + ] + }, + "Performance_schema_session_connect_attrs_lost": { + "name": "Performance_schema_session_connect_attrs_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_session_connect_attrs_lost" + ] + }, + "Performance_schema_socket_classes_lost": { + "name": "Performance_schema_socket_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_socket_classes_lost" + ] + }, + "Performance_schema_socket_instances_lost": { + "name": "Performance_schema_socket_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_socket_instances_lost" + ] + }, + "Performance_schema_stage_classes_lost": { + "name": "Performance_schema_stage_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_stage_classes_lost" + ] + }, + "Performance_schema_statement_classes_lost": { + "name": "Performance_schema_statement_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_statement_classes_lost" + ] + }, + "Performance_schema_table_handles_lost": { + "name": "Performance_schema_table_handles_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_table_handles_lost" + ] + }, + "Performance_schema_table_instances_lost": { + "name": "Performance_schema_table_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_table_instances_lost" + ] + }, + "Performance_schema_thread_classes_lost": { + "name": "Performance_schema_thread_classes_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_thread_classes_lost" + ] + }, + "Performance_schema_thread_instances_lost": { + "name": "Performance_schema_thread_instances_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_thread_instances_lost" + ] + }, + "Performance_schema_users_lost": { + "name": "Performance_schema_users_lost", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#performance_schema_users_lost" + ] + }, + "Prepared_stmt_count": { + "name": "Prepared_stmt_count", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#prepared_stmt_count" + ] + }, + "Qcache_free_blocks": { + "name": "Qcache_free_blocks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#qcache_free_blocks" + ] + }, + "Qcache_free_memory": { + "name": "Qcache_free_memory", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#qcache_free_memory" + ] + }, + "Qcache_hits": { + "name": "Qcache_hits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#qcache_hits" + ] + }, + "Qcache_inserts": { + "name": "Qcache_inserts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#qcache_inserts" + ] + }, + "Qcache_lowmem_prunes": { + "name": "Qcache_lowmem_prunes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#qcache_lowmem_prunes" + ] + }, + "Qcache_not_cached": { + "name": "Qcache_not_cached", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#qcache_not_cached" + ] + }, + "Qcache_queries_in_cache": { + "name": "Qcache_queries_in_cache", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#qcache_queries_in_cache" + ] + }, + "Qcache_total_blocks": { + "name": "Qcache_total_blocks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#qcache_total_blocks" + ] + }, + "Queries": { + "name": "Queries", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#queries" + ] + }, + "Questions": { + "name": "Questions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#questions" + ] + }, + "Rows_read": { + "name": "Rows_read", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#rows_read" + ] + }, + "Rows_sent": { + "name": "Rows_sent", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#rows_sent" + ] + }, + "Rows_tmp_read": { + "name": "Rows_tmp_read", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#rows_tmp_read" + ] + }, + "Select_full_join": { + "name": "Select_full_join", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#select_full_join" + ] + }, + "Select_full_range_join": { + "name": "Select_full_range_join", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#select_full_range_join" + ] + }, + "Select_range": { + "name": "Select_range", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#select_range" + ] + }, + "Select_range_check": { + "name": "Select_range_check", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#select_range_check" + ] + }, + "Select_scan": { + "name": "Select_scan", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#select_scan" + ] + }, + "Slow_launch_threads": { + "name": "Slow_launch_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#slow_launch_threads" + ] + }, + "Slow_queries": { + "name": "Slow_queries", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#slow_queries" + ] + }, + "Sort_merge_passes": { + "name": "Sort_merge_passes", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#sort_merge_passes" + ] + }, + "Sort_priority_queue_sorts": { + "name": "Sort_priority_queue_sorts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#sort_priority_queue_sorts" + ] + }, + "Sort_range": { + "name": "Sort_range", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#sort_range" + ] + }, + "Sort_rows": { + "name": "Sort_rows", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#sort_rows" + ] + }, + "Sort_scan": { + "name": "Sort_scan", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#sort_scan" + ] + }, + "Subquery_cache_hit": { + "name": "Subquery_cache_hit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#subquery_cache_hit" + ] + }, + "Subquery_cache_miss": { + "name": "Subquery_cache_miss", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#subquery_cache_miss" + ] + }, + "Syncs": { + "name": "Syncs", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "28#syncs" + ] + }, + "Table_locks_immediate": { + "name": "Table_locks_immediate", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#table_locks_immediate" + ] + }, + "Table_locks_waited": { + "name": "Table_locks_waited", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#table_locks_waited" + ] + }, + "Table_open_cache_active_instances": { + "name": "Table_open_cache_active_instances", + "scope": [], + "type": "integer", + "ids": [ + "28#table_open_cache_active_instances" + ] + }, + "Table_open_cache_hits": { + "name": "Table_open_cache_hits", + "scope": [], + "type": "integer", + "ids": [ + "28#table_open_cache_hits" + ] + }, + "Table_open_cache_misses": { + "name": "Table_open_cache_misses", + "scope": [], + "type": "integer", + "ids": [ + "28#table_open_cache_misses" + ] + }, + "Table_open_cache_overflows": { + "name": "Table_open_cache_overflows", + "scope": [], + "type": "integer", + "ids": [ + "28#table_open_cache_overflows" + ] + }, + "Tc_log_max_pages_used": { + "name": "Tc_log_max_pages_used", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#tc_log_max_pages_used" + ] + }, + "Tc_log_page_size": { + "name": "Tc_log_page_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#tc_log_page_size" + ] + }, + "Tc_log_page_waits": { + "name": "Tc_log_page_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#tc_log_page_waits" + ] + }, + "Threads_cached": { + "name": "Threads_cached", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#threads_cached" + ] + }, + "Threads_connected": { + "name": "Threads_connected", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#threads_connected" + ] + }, + "Threads_created": { + "name": "Threads_created", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#threads_created" + ] + }, + "Threads_running": { + "name": "Threads_running", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#threads_running" + ] + }, + "Update_scan": { + "name": "Update_scan", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#update_scan" + ] + }, + "Uptime": { + "name": "Uptime", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#uptime" + ] + }, + "Uptime_since_flush_status": { + "name": "Uptime_since_flush_status", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "28#uptime_since_flush_status" + ] + }, + "alter_algorithm": { + "cli": "--alter-algorithm=default", + "default": "DEFAULT", + "dynamic": true, + "name": "alter_algorithm", + "scope": [ + "global", + "session" + ], + "validValues": [ + "DEFAULT", + "COPY", + "INPLACE", + "NOCOPY", + "INSTANT" + ], + "ids": [ + "30#alter_algorithm" + ] + }, + "analyze_sample_percentage": { + "cli": "--analyze-sample-percentage=#", + "default": "100.000000", + "dynamic": true, + "name": "analyze_sample_percentage", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#analyze_sample_percentage" + ] + }, + "autocommit": { + "default": "1", + "dynamic": true, + "name": "autocommit", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#autocommit", + "15#sysvar_autocommit" + ] + }, + "automatic_sp_privileges": { + "default": "1", + "dynamic": true, + "name": "automatic_sp_privileges", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#automatic_sp_privileges", + "15#sysvar_automatic_sp_privileges" + ] + }, + "back_log": { + "cli": "--back-log=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "back_log", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#back_log", + "15#sysvar_back_log" + ] + }, + "basedir": { + "cli": "--basedir=path or -b path", + "dynamic": false, + "name": "basedir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "29#basedir", + "16#sysvar_basedir", + "15#sysvar_basedir" + ] + }, + "big_tables": { + "cli": "--big-tables[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "big_tables", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#big_tables", + "15#sysvar_big_tables" + ] + }, + "bind_address": { + "cli": "--bind-address=addr", + "default": "*", + "dynamic": false, + "name": "bind_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#bind_address", + "15#sysvar_bind_address" + ] + }, + "bulk_insert_buffer_size": { + "cli": "--bulk-insert-buffer-size=#", + "default": "8388608", + "dynamic": true, + "name": "bulk_insert_buffer_size", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#bulk_insert_buffer_size", + "15#sysvar_bulk_insert_buffer_size" + ] + }, + "character_set_client": { + "dynamic": true, + "name": "character_set_client", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#character_set_client", + "15#sysvar_character_set_client" + ] + }, + "character_set_connection": { + "dynamic": true, + "name": "character_set_connection", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#character_set_connection", + "15#sysvar_character_set_connection" + ] + }, + "character_set_database": { + "dynamic": true, + "name": "character_set_database", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#character_set_database", + "15#sysvar_character_set_database" + ] + }, + "character_set_filesystem": { + "cli": "--character-set-filesystem=name", + "default": "binary", + "dynamic": true, + "name": "character_set_filesystem", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#character_set_filesystem", + "15#sysvar_character_set_filesystem" + ] + }, + "character_set_results": { + "dynamic": true, + "name": "character_set_results", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#character_set_results", + "15#sysvar_character_set_results" + ] + }, + "character_set_server": { + "cli": "--character-set-server=name", + "dynamic": true, + "name": "character_set_server", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#character_set_server", + "15#sysvar_character_set_server" + ] + }, + "character_set_system": { + "default": "utf8", + "dynamic": false, + "name": "character_set_system", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#character_set_system", + "15#sysvar_character_set_system" + ] + }, + "character_sets_dir": { + "cli": "--character-sets-dir=path", + "dynamic": false, + "name": "character_sets_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "29#character_sets_dir", + "15#sysvar_character_sets_dir" + ] + }, + "check_constraint_checks": { + "cli": "--check-constraint-checks=[0|1]", + "default": "ON", + "dynamic": true, + "name": "check_constraint_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#check_constraint_checks" + ] + }, + "collation_connection": { + "dynamic": true, + "name": "collation_connection", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#collation_connection", + "15#sysvar_collation_connection" + ] + }, + "collation_database": { + "dynamic": true, + "name": "collation_database", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#collation_database", + "15#sysvar_collation_database" + ] + }, + "collation_server": { + "cli": "--collation-server=name", + "dynamic": true, + "name": "collation_server", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#collation_server", + "15#sysvar_collation_server" + ] + }, + "completion_type": { + "cli": "--completion-type=name", + "default": "NO_CHAIN", + "dynamic": true, + "name": "completion_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "NO_CHAIN", + "CHAIN", + "RELEASE", + "0", + "1", + "2" + ], + "ids": [ + "29#completion_type", + "15#sysvar_completion_type" + ] + }, + "concurrent_insert": { + "default": "AUTO", + "dynamic": true, + "name": "concurrent_insert", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NEVER", + "AUTO", + "ALWAYS", + "0", + "1", + "2" + ], + "ids": [ + "29#concurrent_insert", + "15#sysvar_concurrent_insert" + ] + }, + "connect_timeout": { + "cli": "--connect-timeout=#", + "default": "10", + "dynamic": true, + "name": "connect_timeout", + "range": { + "from": 2, + "to": 31536000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#connect_timeout", + "15#sysvar_connect_timeout" + ] + }, + "core_file": { + "default": "0", + "dynamic": false, + "name": "core_file", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#core_file", + "16#option_mysqld_core-file", + "15#sysvar_core_file" + ] + }, + "datadir": { + "cli": "--datadir=path or -h path", + "dynamic": false, + "name": "datadir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "29#datadir", + "16#sysvar_datadir", + "15#sysvar_datadir" + ] + }, + "date_format": { + "name": "date_format", + "ids": [ + "29#date_format" + ] + }, + "datetime_format": { + "name": "datetime_format", + "ids": [ + "29#datetime_format" + ] + }, + "debug": { + "cli": "-#, --debug[=debug_options]", + "dynamic": true, + "name": "debug", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#debug", + "16#option_mysqld_debug", + "15#sysvar_debug" + ] + }, + "debug_no_thread_alarm": { + "cli": "--debug-no-thead-alarm=#", + "default": "OFF", + "dynamic": false, + "name": "debug_no_thread_alarm", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#debug_no_thread_alarm" + ] + }, + "debug_sync": { + "dynamic": true, + "name": "debug_sync", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + "29#debug_sync", + "15#sysvar_debug_sync" + ] + }, + "default_password_lifetime": { + "cli": "--default-password-lifetime=#", + "default": "0", + "dynamic": true, + "name": "default_password_lifetime", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#default_password_lifetime", + "15#sysvar_default_password_lifetime" + ] + }, + "default_regex_flags": { + "name": "default_regex_flags", + "ids": [ + "29#default_regex_flags" + ] + }, + "default_storage_engine": { + "cli": "--default-storage-engine=name", + "default": "InnoDB", + "dynamic": true, + "name": "default_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "ids": [ + "29#default_storage_engine", + "15#sysvar_default_storage_engine" + ] + }, + "default_table_type": { + "cli": "--default-table-type=name", + "dynamic": true, + "name": "default_table_type", + "scope": [ + "global", + "session" + ], + "ids": [ + "29#default_table_type" + ] + }, + "default_tmp_storage_engine": { + "cli": "--default-tmp-storage-engine=name", + "default": "InnoDB", + "dynamic": true, + "name": "default_tmp_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "ids": [ + "29#default_tmp_storage_engine", + "15#sysvar_default_tmp_storage_engine" + ] + }, + "default_week_format": { + "cli": "--default-week-format=#", + "default": "0", + "dynamic": true, + "name": "default_week_format", + "range": { + "from": 0, + "to": 7 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#default_week_format", + "15#sysvar_default_week_format" + ] + }, + "delay_key_write": { + "default": "ON", + "dynamic": true, + "name": "delay_key_write", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "ALL" + ], + "ids": [ + "29#delay_key_write", + "15#sysvar_delay_key_write" + ] + }, + "delayed_insert_limit": { + "cli": "--delayed-insert-limit=#", + "default": "100", + "dynamic": true, + "name": "delayed_insert_limit", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#delayed_insert_limit", + "15#sysvar_delayed_insert_limit" + ] + }, + "delayed_insert_timeout": { + "cli": "--delayed-insert-timeout=#", + "default": "300", + "dynamic": true, + "name": "delayed_insert_timeout", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#delayed_insert_timeout", + "15#sysvar_delayed_insert_timeout" + ] + }, + "delayed_queue_size": { + "cli": "--delayed-queue-size=#", + "default": "1000", + "dynamic": true, + "name": "delayed_queue_size", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#delayed_queue_size", + "15#sysvar_delayed_queue_size" + ] + }, + "disconnect_on_expired_password": { + "name": "disconnect_on_expired_password", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#disconnect_on_expired_password", + "15#sysvar_disconnect_on_expired_password" + ] + }, + "div_precision_increment": { + "cli": "--div-precision-increment=#", + "default": "4", + "dynamic": true, + "name": "div_precision_increment", + "range": { + "from": 0, + "to": 30 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#div_precision_increment", + "15#sysvar_div_precision_increment" + ] + }, + "encrypt_tmp_disk_tables": { + "cli": "--encrypt-tmp-disk-tables[={0|1}]", + "default": "OFF", + "dynamic": true, + "name": "encrypt_tmp_disk_tables", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#encrypt_tmp_disk_tables" + ] + }, + "encrypt_tmp_files": { + "cli": "--encrypt-tmp-files[={0|1}]", + "default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)", + "dynamic": false, + "name": "encrypt_tmp_files", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#encrypt_tmp_files" + ] + }, + "encryption_algorithm": { + "cli": "--encryption-algorithm=value", + "default": "none", + "dynamic": false, + "name": "encryption_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "none", + "aes_ecb", + "aes_cbc", + "aes_ctr" + ], + "ids": [ + "29#encryption_algorithm" + ] + }, + "enforce_storage_engine": { + "default": "none", + "dynamic": true, + "name": "enforce_storage_engine", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + "29#enforce_storage_engine" + ] + }, + "engine_condition_pushdown": { + "cli": "--engine-condition-pushdown", + "default": "OFF (MariaDB 5.5), ON (<= MariaDB 5.3)", + "dynamic": true, + "name": "engine_condition_pushdown", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#engine_condition_pushdown" + ] + }, + "eq_range_index_dive_limit": { + "cli": "--eq-range-index-dive-limit=#", + "default": "200", + "dynamic": true, + "name": "eq_range_index_dive_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#eq_range_index_dive_limit", + "15#sysvar_eq_range_index_dive_limit" + ] + }, + "error_count": { + "dynamic": true, + "name": "error_count", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "29#error_count" + ] + }, + "event_scheduler": { + "cli": "--event-scheduler[=value]", + "dynamic": true, + "name": "event_scheduler", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "1", + "OFF", + "0", + "DISABLED" + ], + "ids": [ + "29#event_scheduler", + "15#sysvar_event_scheduler" + ] + }, + "expensive_subquery_limit": { + "cli": "--expensive-subquery-limit=#", + "default": "100", + "dynamic": true, + "name": "expensive_subquery_limit", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#expensive_subquery_limit" + ] + }, + "explicit_defaults_for_timestamp": { + "name": "explicit_defaults_for_timestamp", + "type": "boolean", + "ids": [ + "29#explicit_defaults_for_timestamp", + "15#sysvar_explicit_defaults_for_timestamp" + ] + }, + "external_user": { + "dynamic": false, + "name": "external_user", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + "29#external_user", + "15#sysvar_external_user" + ] + }, + "flush": { + "cli": "--flush[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "flush", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#flush", + "16#option_mysqld_flush", + "15#sysvar_flush" + ] + }, + "flush_time": { + "cli": "--flush-time=#", + "default": "0", + "dynamic": true, + "name": "flush_time", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#flush_time", + "15#sysvar_flush_time" + ] + }, + "foreign_key_checks": { + "default": "1", + "dynamic": true, + "name": "foreign_key_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#foreign_key_checks", + "15#sysvar_foreign_key_checks" + ] + }, + "ft_boolean_syntax": { + "cli": "--ft-boolean-syntax=name", + "default": "+ -><()~*:\"\"&|", + "dynamic": true, + "name": "ft_boolean_syntax", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#ft_boolean_syntax", + "15#sysvar_ft_boolean_syntax" + ] + }, + "ft_max_word_len": { + "cli": "--ft-max-word-len=#", + "dynamic": false, + "name": "ft_max_word_len", + "range": { + "from": 10 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#ft_max_word_len", + "15#sysvar_ft_max_word_len" + ] + }, + "ft_min_word_len": { + "cli": "--ft-min-word-len=#", + "default": "4", + "dynamic": false, + "name": "ft_min_word_len", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#ft_min_word_len", + "15#sysvar_ft_min_word_len" + ] + }, + "ft_query_expansion_limit": { + "cli": "--ft-query-expansion-limit=#", + "default": "20", + "dynamic": false, + "name": "ft_query_expansion_limit", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#ft_query_expansion_limit", + "15#sysvar_ft_query_expansion_limit" + ] + }, + "ft_stopword_file": { + "cli": "--ft-stopword-file=file_name", + "dynamic": false, + "name": "ft_stopword_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "29#ft_stopword_file", + "15#sysvar_ft_stopword_file" + ] + }, + "general_log": { + "cli": "--general-log[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "general_log", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#general_log", + "15#sysvar_general_log" + ] + }, + "general_log_file": { + "cli": "--general-log-file=file_name", + "default": "host_name.log", + "dynamic": true, + "name": "general_log_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "29#general_log_file", + "15#sysvar_general_log_file" + ] + }, + "group_concat_max_len": { + "cli": "--group-concat-max-len=#", + "dynamic": true, + "name": "group_concat_max_len", + "range": { + "from": 4 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#group_concat_max_len", + "15#sysvar_group_concat_max_len" + ] + }, + "have_compress": { + "dynamic": false, + "name": "have_compress", + "scope": [ + "global" + ], + "ids": [ + "29#have_compress" + ] + }, + "have_crypt": { + "dynamic": false, + "name": "have_crypt", + "scope": [ + "global" + ], + "ids": [ + "29#have_crypt" + ] + }, + "have_csv": { + "dynamic": false, + "name": "have_csv", + "scope": [ + "global" + ], + "ids": [ + "29#have_csv" + ] + }, + "have_dynamic_loading": { + "dynamic": false, + "name": "have_dynamic_loading", + "scope": [ + "global" + ], + "ids": [ + "29#have_dynamic_loading" + ] + }, + "have_geometry": { + "dynamic": false, + "name": "have_geometry", + "scope": [ + "global" + ], + "ids": [ + "29#have_geometry" + ] + }, + "have_ndbcluster": { + "dynamic": false, + "name": "have_ndbcluster", + "scope": [ + "global" + ], + "ids": [ + "29#have_ndbcluster" + ] + }, + "have_partitioning": { + "dynamic": false, + "name": "have_partitioning", + "scope": [ + "global" + ], + "ids": [ + "29#have_partitioning" + ] + }, + "have_profiling": { + "dynamic": false, + "name": "have_profiling", + "scope": [ + "global" + ], + "ids": [ + "29#have_profiling" + ] + }, + "have_query_cache": { + "dynamic": false, + "name": "have_query_cache", + "scope": [ + "global" + ], + "ids": [ + "29#have_query_cache" + ] + }, + "have_rtree_keys": { + "dynamic": false, + "name": "have_rtree_keys", + "scope": [ + "global" + ], + "ids": [ + "29#have_rtree_keys" + ] + }, + "have_symlink": { + "dynamic": false, + "name": "have_symlink", + "scope": [ + "global" + ], + "ids": [ + "29#have_symlink" + ] + }, + "histogram_size": { + "cli": "--histogram-size=#", + "default": "254 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)", + "dynamic": true, + "name": "histogram_size", + "range": { + "from": 0, + "to": 255 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#histogram_size" + ] + }, + "histogram_type": { + "cli": "--histogram-type=value", + "default": "DOUBLE_PREC_HB (>= MariaDB 10.4.3), SINGLE_PREC_HB(<= MariaDB 10.4.2)", + "dynamic": true, + "name": "histogram_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "SINGLE_PREC_HB", + "DOUBLE_PREC_HB" + ], + "ids": [ + "29#histogram_type" + ] + }, + "host_cache_size": { + "cli": "--host-cache-size=#.", + "dynamic": true, + "name": "host_cache_size", + "range": { + "from": 0, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#host_cache_size", + "15#sysvar_host_cache_size" + ] + }, + "hostname": { + "dynamic": false, + "name": "hostname", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#hostname", + "15#sysvar_hostname" + ] + }, + "identity": { + "name": "identity", + "ids": [ + "29#identity" + ] + }, + "idle_readonly_transaction_timeout": { + "default": "0", + "dynamic": true, + "name": "idle_readonly_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#idle_readonly_transaction_timeout" + ] + }, + "idle_transaction_timeout": { + "default": "0", + "dynamic": true, + "name": "idle_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#idle_transaction_timeout" + ] + }, + "idle_write_transaction_timeout": { + "default": "0", + "dynamic": true, + "name": "idle_write_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#idle_write_transaction_timeout" + ] + }, + "ignore_db_dirs": { + "cli": "--ignore-db-dirs=dir.", + "dynamic": false, + "name": "ignore_db_dirs", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#ignore_db_dirs" + ] + }, + "in_transaction": { + "default": "0", + "dynamic": false, + "name": "in_transaction", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + "29#in_transaction" + ] + }, + "init_connect": { + "cli": "--init-connect=name", + "dynamic": true, + "name": "init_connect", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#init_connect", + "15#sysvar_init_connect" + ] + }, + "init_file": { + "cli": "--init-file=file_name", + "dynamic": false, + "name": "init_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "29#init_file", + "15#sysvar_init_file" + ] + }, + "insert_id": { + "dynamic": true, + "name": "insert_id", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "29#insert_id" + ] + }, + "interactive_timeout": { + "cli": "--interactive-timeout=#", + "default": "28800", + "dynamic": true, + "name": "interactive_timeout", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#interactive_timeout", + "15#sysvar_interactive_timeout" + ] + }, + "join_buffer_size": { + "cli": "--join-buffer-size=#", + "default": "262144", + "dynamic": true, + "name": "join_buffer_size", + "range": { + "from": 128 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#join_buffer_size", + "15#sysvar_join_buffer_size" + ] + }, + "join_buffer_space_limit": { + "cli": "--join-buffer-space-limit=#", + "default": "2097152", + "dynamic": true, + "name": "join_buffer_space_limit", + "range": { + "from": 2048, + "to": 99999999997952 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#join_buffer_space_limit" + ] + }, + "join_cache_level": { + "cli": "--join-cache-level=#", + "default": "2", + "dynamic": true, + "name": "join_cache_level", + "range": { + "from": 0, + "to": 8 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#join_cache_level" + ] + }, + "keep_files_on_create": { + "default": "OFF", + "dynamic": true, + "name": "keep_files_on_create", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#keep_files_on_create", + "15#sysvar_keep_files_on_create" + ] + }, + "large_files_support": { + "dynamic": false, + "name": "large_files_support", + "scope": [ + "global" + ], + "ids": [ + "29#large_files_support", + "15#sysvar_large_files_support" + ] + }, + "large_page_size": { + "default": "0", + "dynamic": false, + "name": "large_page_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#large_page_size", + "15#sysvar_large_page_size" + ] + }, + "large_pages": { + "cli": "--large-pages[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "large_pages", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#large_pages", + "16#option_mysqld_large-pages", + "15#sysvar_large_pages" + ] + }, + "last_insert_id": { + "dynamic": true, + "name": "last_insert_id", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "29#last_insert_id" + ] + }, + "lc_messages": { + "cli": "--lc-messages=name", + "default": "en_US", + "dynamic": true, + "name": "lc_messages", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#lc_messages", + "16#option_mysqld_lc-messages", + "15#sysvar_lc_messages" + ] + }, + "lc_messages_dir": { + "cli": "--lc-messages-dir=path", + "dynamic": false, + "name": "lc_messages_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "29#lc_messages_dir", + "16#option_mysqld_lc-messages-dir", + "15#sysvar_lc_messages_dir" + ] + }, + "lc_time_names": { + "dynamic": true, + "name": "lc_time_names", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#lc_time_names", + "15#sysvar_lc_time_names" + ] + }, + "license": { + "default": "GPL", + "dynamic": false, + "name": "license", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#license", + "15#sysvar_license" + ] + }, + "local_infile": { + "dynamic": true, + "name": "local_infile", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#local_infile", + "15#sysvar_local_infile" + ] + }, + "lock_wait_timeout": { + "cli": "--lock-wait-timeout=#", + "dynamic": true, + "name": "lock_wait_timeout", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#lock_wait_timeout", + "15#sysvar_lock_wait_timeout" + ] + }, + "locked_in_memory": { + "dynamic": false, + "name": "locked_in_memory", + "scope": [ + "global" + ], + "ids": [ + "29#locked_in_memory", + "15#sysvar_locked_in_memory" + ] + }, + "log": { + "cli": "-l [filename] or --log[=filename]", + "default": "OFF", + "dynamic": true, + "name": "log", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#log" + ] + }, + "log_disabled_statements": { + "cli": "--log-disabled_statements=value", + "default": "(empty string)", + "dynamic": false, + "name": "log_disabled_statements", + "scope": [ + "global", + "session" + ], + "type": "set", + "ids": [ + "29#log_disabled_statements" + ] + }, + "log_error": { + "cli": "--log-error[=file_name]", + "dynamic": false, + "name": "log_error", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "29#log_error", + "16#option_mysqld_log-error", + "15#sysvar_log_error" + ] + }, + "log_output": { + "cli": "--log-output=name", + "default": "FILE", + "dynamic": true, + "name": "log_output", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "TABLE", + "FILE", + "NONE" + ], + "ids": [ + "29#log_output", + "15#sysvar_log_output" + ] + }, + "log_queries_not_using_indexes": { + "cli": "--log-queries-not-using-indexes[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "log_queries_not_using_indexes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#log_queries_not_using_indexes", + "15#sysvar_log_queries_not_using_indexes" + ] + }, + "log_slow_admin_statements": { + "cli": "--log-slow-admin-statements[={OFF|ON}]", + "dynamic": true, + "name": "log_slow_admin_statements", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#log_slow_admin_statements", + "15#sysvar_log_slow_admin_statements" + ] + }, + "log_slow_disabled_statements": { + "cli": "--log-slow-disabled_statements=value", + "default": "sp", + "dynamic": false, + "name": "log_slow_disabled_statements", + "scope": [ + "global", + "session" + ], + "type": "set", + "ids": [ + "29#log_slow_disabled_statements" + ] + }, + "log_slow_filter": { + "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, + "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" + ], + "ids": [ + "29#log_slow_filter" + ] + }, + "log_slow_queries": { + "cli": "--log-slow-queries[=name]", + "default": "OFF", + "dynamic": true, + "name": "log_slow_queries", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#log_slow_queries" + ] + }, + "log_slow_rate_limit": { + "cli": "log-slow-rate-limit=#", + "default": "1", + "dynamic": true, + "name": "log_slow_rate_limit", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#log_slow_rate_limit" + ] + }, + "log_slow_verbosity": { + "cli": "log-slow-verbosity=value1[,value2...]", + "default": "(Empty)", + "dynamic": true, + "name": "log_slow_verbosity", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "query_plan", + "innodb", + "explain" + ], + "ids": [ + "29#log_slow_verbosity" + ] + }, + "log_tc_size": { + "cli": "--log-tc-size=#", + "name": "log_tc_size", + "type": "integer", + "ids": [ + "29#log_tc_size", + "16#option_mysqld_log-tc-size" + ] + }, + "log_warnings": { + "cli": "--log-warnings[=#]", + "default": "2", + "dynamic": true, + "name": "log_warnings", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#log_warnings", + "16#option_mysqld_log-warnings", + "15#sysvar_log_warnings" + ] + }, + "long_query_time": { + "cli": "--long-query-time=#", + "default": "10", + "dynamic": true, + "name": "long_query_time", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#long_query_time", + "15#sysvar_long_query_time" + ] + }, + "low_priority_updates": { + "cli": "--low-priority-updates[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "low_priority_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#low_priority_updates", + "15#sysvar_low_priority_updates" + ] + }, + "lower_case_file_system": { + "dynamic": false, + "name": "lower_case_file_system", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#lower_case_file_system", + "15#sysvar_lower_case_file_system" + ] + }, + "lower_case_table_names": { + "cli": "--lower-case-table-names[=#]", + "default": "0", + "dynamic": false, + "name": "lower_case_table_names", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#lower_case_table_names", + "15#sysvar_lower_case_table_names" + ] + }, + "max_allowed_packet": { + "cli": "--max-allowed-packet=#", + "name": "max_allowed_packet", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_allowed_packet", + "15#sysvar_max_allowed_packet" + ] + }, + "max_connect_errors": { + "cli": "--max-connect-errors=#", + "default": "100", + "dynamic": true, + "name": "max_connect_errors", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#max_connect_errors", + "15#sysvar_max_connect_errors" + ] + }, + "max_connections": { + "cli": "--max-connections=#", + "default": "151", + "dynamic": true, + "name": "max_connections", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#max_connections", + "15#sysvar_max_connections" + ] + }, + "max_delayed_threads": { + "cli": "--max-delayed-threads=#", + "default": "20", + "dynamic": true, + "name": "max_delayed_threads", + "range": { + "from": 0, + "to": 16384 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_delayed_threads", + "15#sysvar_max_delayed_threads" + ] + }, + "max_digest_length": { + "cli": "--max-digest-length=#", + "default": "1024", + "name": "max_digest_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#max_digest_length", + "15#sysvar_max_digest_length" + ] + }, + "max_error_count": { + "cli": "--max-error-count=#", + "dynamic": true, + "name": "max_error_count", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_error_count", + "15#sysvar_max_error_count" + ] + }, + "max_heap_table_size": { + "cli": "--max-heap-table-size=#", + "default": "16777216", + "dynamic": true, + "name": "max_heap_table_size", + "range": { + "from": 16384 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_heap_table_size", + "15#sysvar_max_heap_table_size" + ] + }, + "max_insert_delayed_threads": { + "dynamic": true, + "name": "max_insert_delayed_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_insert_delayed_threads", + "15#sysvar_max_insert_delayed_threads" + ] + }, + "max_join_size": { + "cli": "--max-join-size=#", + "default": "18446744073709551615", + "dynamic": true, + "name": "max_join_size", + "range": { + "from": 1, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_join_size", + "15#sysvar_max_join_size" + ] + }, + "max_length_for_sort_data": { + "cli": "--max-length-for-sort-data=#", + "dynamic": true, + "name": "max_length_for_sort_data", + "range": { + "from": 4, + "to": 8388608 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_length_for_sort_data", + "15#sysvar_max_length_for_sort_data" + ] + }, + "max_long_data_size": { + "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, + "name": "max_long_data_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#max_long_data_size" + ] + }, + "max_password_errors": { + "cli": "--max-password-errors=#", + "default": "4294967295", + "dynamic": true, + "name": "max_password_errors", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#max_password_errors" + ] + }, + "max_prepared_stmt_count": { + "cli": "--max-prepared-stmt-count=#", + "default": "16382", + "dynamic": true, + "name": "max_prepared_stmt_count", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#max_prepared_stmt_count", + "15#sysvar_max_prepared_stmt_count" + ] + }, + "max_recursive_iterations": { + "cli": "--max-recursive-iterations=#", + "default": "4294967295", + "dynamic": true, + "name": "max_recursive_iterations", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_recursive_iterations" + ] + }, + "max_rowid_filter_size": { + "cli": "--max-rowid-filter-size=#", + "default": "131072", + "dynamic": true, + "name": "max_rowid_filter_size", + "range": { + "from": 1024, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_rowid_filter_size" + ] + }, + "max_seeks_for_key": { + "cli": "--max-seeks-for-key=#", + "dynamic": true, + "name": "max_seeks_for_key", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_seeks_for_key", + "15#sysvar_max_seeks_for_key" + ] + }, + "max_session_mem_used": { + "cli": "--max-session-mem-used=#", + "default": "9223372036854775807 (8192 PB)", + "dynamic": true, + "name": "max_session_mem_used", + "range": { + "from": 8192, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_session_mem_used" + ] + }, + "max_sort_length": { + "cli": "--max-sort-length=#", + "default": "1024", + "dynamic": true, + "name": "max_sort_length", + "range": { + "from": 4, + "to": 8388608 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_sort_length", + "15#sysvar_max_sort_length" + ] + }, + "max_sp_recursion_depth": { + "cli": "--max-sp-recursion-depth[=#]", + "default": "0", + "dynamic": true, + "name": "max_sp_recursion_depth", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_sp_recursion_depth", + "15#sysvar_max_sp_recursion_depth" + ] + }, + "max_statement_time": { + "cli": "--max-statement-time[=#]", + "default": "0.000000 >= MariaDB 10.1.13, 0 <= MariaDB 10.1.12", + "dynamic": true, + "name": "max_statement_time", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_statement_time" + ] + }, + "max_tmp_tables": { + "name": "max_tmp_tables", + "ids": [ + "29#max_tmp_tables" + ] + }, + "max_user_connections": { + "cli": "--max-user-connections=#", + "default": "0", + "name": "max_user_connections", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#max_user_connections", + "15#sysvar_max_user_connections" + ] + }, + "max_write_lock_count": { + "cli": "--max-write-lock-count=#", + "name": "max_write_lock_count", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#max_write_lock_count", + "15#sysvar_max_write_lock_count" + ] + }, + "metadata_locks_cache_size": { + "cli": "--metadata-locks-cache-size=#", + "default": "1024", + "dynamic": false, + "name": "metadata_locks_cache_size", + "range": { + "from": 1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#metadata_locks_cache_size", + "15#sysvar_metadata_locks_cache_size" + ] + }, + "metadata_locks_hash_instances": { + "cli": "--metadata-locks-hash-instances=#", + "default": "8", + "dynamic": false, + "name": "metadata_locks_hash_instances", + "range": { + "from": 1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#metadata_locks_hash_instances", + "15#sysvar_metadata_locks_hash_instances" + ] + }, + "min_examined_row_limit": { + "cli": "--min-examined-row-limit=#", + "default": "0", + "dynamic": true, + "name": "min_examined_row_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#min_examined_row_limit", + "15#sysvar_min_examined_row_limit" + ] + }, + "mrr_buffer_size": { + "cli": "--mrr-buffer-size=#", + "default": "262144", + "dynamic": true, + "name": "mrr_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#mrr_buffer_size" + ] + }, + "multi_range_count": { + "cli": "--multi-range-count=#", + "default": "256", + "dynamic": true, + "name": "multi_range_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#multi_range_count", + "15#sysvar_multi_range_count" + ] + }, + "mysql56_temporal_format": { + "cli": "--mysql56-temporal-format", + "default": "ON", + "dynamic": true, + "name": "mysql56_temporal_format", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#mysql56_temporal_format" + ] + }, + "named_pipe": { + "cli": "--named-pipe[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "named_pipe", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#named_pipe", + "15#sysvar_named_pipe" + ] + }, + "net_buffer_length": { + "cli": "--net-buffer-length=#", + "default": "16384", + "dynamic": true, + "name": "net_buffer_length", + "range": { + "from": 1024, + "to": 1048576 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#net_buffer_length", + "15#sysvar_net_buffer_length" + ] + }, + "net_read_timeout": { + "cli": "--net-read-timeout=#", + "default": "30", + "dynamic": true, + "name": "net_read_timeout", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#net_read_timeout", + "15#sysvar_net_read_timeout" + ] + }, + "net_retry_count": { + "cli": "--net-retry-count=#", + "default": "10", + "dynamic": true, + "name": "net_retry_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#net_retry_count", + "15#sysvar_net_retry_count" + ] + }, + "net_write_timeout": { + "cli": "--net-write-timeout=#", + "default": "60", + "dynamic": true, + "name": "net_write_timeout", + "range": { + "from": 1, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#net_write_timeout", + "15#sysvar_net_write_timeout" + ] + }, + "old": { + "cli": "--old[={OFF|ON}]", + "default": "OFF", + "name": "old", + "type": "boolean", + "ids": [ + "29#old", + "15#sysvar_old" + ] + }, + "old_alter_table": { + "cli": "--old-alter-table[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "old_alter_table", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#old_alter_table", + "15#sysvar_old_alter_table" + ] + }, + "old_mode": { + "cli": "--old-mode", + "default": "(empty string)", + "dynamic": true, + "name": "old_mode", + "scope": [ + "global", + "session" + ], + "type": "string", + "validValues": [], + "ids": [ + "29#old_mode" + ] + }, + "old_passwords": { + "cli": "--old-passwords=value", + "default": "0", + "dynamic": true, + "name": "old_passwords", + "scope": [ + "global", + "session" + ], + "validValues": [ + "0", + "2" + ], + "ids": [ + "29#old_passwords", + "15#sysvar_old_passwords" + ] + }, + "open_files_limit": { + "cli": "--open-files-limit=count", + "dynamic": false, + "name": "open_files_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#open_files_limit", + "15#sysvar_open_files_limit" + ] + }, + "optimizer_prune_level": { + "default": "1", + "dynamic": true, + "name": "optimizer_prune_level", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "ids": [ + "29#optimizer_prune_level", + "15#sysvar_optimizer_prune_level" + ] + }, + "optimizer_search_depth": { + "default": "62", + "dynamic": true, + "name": "optimizer_search_depth", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#optimizer_search_depth", + "15#sysvar_optimizer_search_depth" + ] + }, + "optimizer_selectivity_sampling_limit": { + "cli": "optimizer-selectivity-sampling-limit[=#]", + "default": "100", + "dynamic": true, + "name": "optimizer_selectivity_sampling_limit", + "range": { + "from": 10, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#optimizer_selectivity_sampling_limit" + ] + }, + "optimizer_switch": { + "cli": "--optimizer-switch=value", + "dynamic": true, + "name": "optimizer_switch", + "scope": [ + "global", + "session" + ], + "ids": [ + "29#optimizer_switch", + "15#sysvar_optimizer_switch" + ] + }, + "optimizer_use_condition_selectivity": { + "cli": "--optimizer-use-condition-selectivity=#", + "default": "4 (>= MariaDB 10.4.1), 1 (<= MariaDB 10.4.0)", + "dynamic": true, + "name": "optimizer_use_condition_selectivity", + "range": { + "from": 1, + "to": 5 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#optimizer_use_condition_selectivity" + ] + }, + "optimizer_trace": { + "cli": "--optimizer-trace=value", + "dynamic": true, + "name": "optimizer_trace", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#optimizer_trace", + "15#sysvar_optimizer_trace" + ] + }, + "optimizer_trace_max_mem_size": { + "cli": "--optimizer-trace-max-mem-size=#", + "dynamic": true, + "name": "optimizer_trace_max_mem_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#optimizer_trace_max_mem_size", + "15#sysvar_optimizer_trace_max_mem_size" + ] + }, + "pid_file": { + "cli": "--pid-file=file_name", + "dynamic": false, + "name": "pid_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "29#pid_file", + "15#sysvar_pid_file" + ] + }, + "plugin_dir": { + "cli": "--plugin-dir=path", + "default": "BASEDIR/lib/plugin", + "dynamic": false, + "name": "plugin_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "29#plugin_dir", + "15#sysvar_plugin_dir" + ] + }, + "plugin_maturity": { + "cli": "--plugin-maturity=level", + "default": "One less than the server maturity (>= MariaDB 10.3.3), unknown (<= MariaDB 10.3.2)", + "dynamic": false, + "name": "plugin_maturity", + "scope": [ + "global" + ], + "validValues": [ + "unknown", + "experimental", + "alpha", + "beta", + "gamma", + "stable" + ], + "ids": [ + "29#plugin_maturity" + ] + }, + "port": { + "cli": "--port=port_num", + "default": "3306", + "dynamic": false, + "name": "port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#port", + "16#option_mysqld_port", + "15#sysvar_port" + ] + }, + "preload_buffer_size": { + "cli": "--preload-buffer-size=#", + "default": "32768", + "dynamic": true, + "name": "preload_buffer_size", + "range": { + "from": 1024, + "to": 1073741824 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#preload_buffer_size", + "15#sysvar_preload_buffer_size" + ] + }, + "profiling": { + "default": "OFF", + "dynamic": true, + "name": "profiling", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#profiling" + ] + }, + "profiling_history_size": { + "cli": "--profiling-history-size=#", + "default": "15", + "dynamic": true, + "name": "profiling_history_size", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#profiling_history_size" + ] + }, + "progress_report_time": { + "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, + "name": "progress_report_time", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#progress_report_time" + ] + }, + "protocol_version": { + "dynamic": false, + "name": "protocol_version", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#protocol_version", + "15#sysvar_protocol_version" + ] + }, + "proxy_protocol_networks": { + "cli": "--proxy-protocol-networks=value", + "default": "(empty)", + "dynamic": false, + "name": "proxy_protocol_networks", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#proxy_protocol_networks" + ] + }, + "proxy_user": { + "dynamic": false, + "name": "proxy_user", + "scope": [ + "session" + ], + "type": "string", + "ids": [ + "29#proxy_user", + "15#sysvar_proxy_user" + ] + }, + "pseudo_slave_mode": { + "dynamic": true, + "name": "pseudo_slave_mode", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "29#pseudo_slave_mode", + "15#sysvar_pseudo_slave_mode" + ] + }, + "pseudo_thread_id": { + "dynamic": true, + "name": "pseudo_thread_id", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "29#pseudo_thread_id", + "15#sysvar_pseudo_thread_id" + ] + }, + "query_alloc_block_size": { + "cli": "--query-alloc-block-size=#", + "dynamic": true, + "name": "query_alloc_block_size", + "range": { + "from": 1024, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#query_alloc_block_size", + "15#sysvar_query_alloc_block_size" + ] + }, + "query_cache_limit": { + "cli": "--query-cache-limit=#", + "default": "1048576", + "dynamic": true, + "name": "query_cache_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#query_cache_limit", + "15#sysvar_query_cache_limit" + ] + }, + "query_cache_min_res_unit": { + "cli": "--query-cache-min-res-unit=#", + "default": "4096", + "dynamic": true, + "name": "query_cache_min_res_unit", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#query_cache_min_res_unit", + "15#sysvar_query_cache_min_res_unit" + ] + }, + "query_cache_size": { + "cli": "--query-cache-size=#", + "dynamic": true, + "name": "query_cache_size", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#query_cache_size", + "15#sysvar_query_cache_size" + ] + }, + "query_cache_strip_comments": { + "cli": "query-cache-strip-comments", + "default": "OFF", + "dynamic": true, + "name": "query_cache_strip_comments", + "scope": [ + "session", + "global" + ], + "type": "boolean", + "ids": [ + "29#query_cache_strip_comments" + ] + }, + "query_cache_type": { + "cli": "--query-cache-type=#", + "default": "0", + "dynamic": true, + "name": "query_cache_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "0", + "OFF", + "1", + "ON", + "2", + "DEMAND" + ], + "ids": [ + "29#query_cache_type", + "15#sysvar_query_cache_type" + ] + }, + "query_cache_wlock_invalidate": { + "cli": "--query-cache-wlock-invalidate[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "query_cache_wlock_invalidate", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#query_cache_wlock_invalidate", + "15#sysvar_query_cache_wlock_invalidate" + ] + }, + "query_prealloc_size": { + "cli": "--query-prealloc-size=#", + "dynamic": true, + "name": "query_prealloc_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#query_prealloc_size", + "15#sysvar_query_prealloc_size" + ] + }, + "rand_seed1": { + "dynamic": true, + "name": "rand_seed1", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "29#rand_seed1", + "15#sysvar_rand_seed1" + ] + }, + "rand_seed2": { + "name": "rand_seed2", + "ids": [ + "29#rand_seed2" + ] + }, + "range_alloc_block_size": { + "cli": "--range-alloc-block-size=#", + "default": "4096", + "dynamic": true, + "name": "range_alloc_block_size", + "range": { + "from": 4096, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#range_alloc_block_size", + "15#sysvar_range_alloc_block_size" + ] + }, + "read_buffer_size": { + "cli": "--read-buffer-size=#", + "default": "131072", + "dynamic": true, + "name": "read_buffer_size", + "range": { + "from": 8200, + "to": 2147479552 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#read_buffer_size", + "15#sysvar_read_buffer_size" + ] + }, + "read_only": { + "cli": "--read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "read_only", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#read_only", + "15#sysvar_read_only" + ] + }, + "read_rnd_buffer_size": { + "cli": "--read-rnd-buffer-size=#", + "default": "262144", + "dynamic": true, + "name": "read_rnd_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#read_rnd_buffer_size", + "15#sysvar_read_rnd_buffer_size" + ] + }, + "rowid_merge_buff_size": { + "cli": "--rowid-merge-buff-size=#", + "default": "8388608", + "dynamic": true, + "name": "rowid_merge_buff_size", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#rowid_merge_buff_size" + ] + }, + "rpl_recovery_rank": { + "name": "rpl_recovery_rank", + "ids": [ + "29#rpl_recovery_rank" + ] + }, + "safe_show_database": { + "cli": "--safe-show-database (until MySQL 4.1.1)", + "dynamic": true, + "name": "safe_show_database", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#safe_show_database" + ] + }, + "secure_auth": { + "cli": "--secure-auth[={OFF|ON}]", + "default": "1", + "dynamic": true, + "name": "secure_auth", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON" + ], + "ids": [ + "29#secure_auth", + "15#sysvar_secure_auth" + ] + }, + "secure_file_priv": { + "cli": "--secure-path-priv=path", + "default": "platform specific", + "dynamic": false, + "name": "secure_file_priv", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "empty string", + "dirname", + "NULL" + ], + "ids": [ + "29#secure_file_priv", + "15#sysvar_secure_file_priv" + ] + }, + "secure_timestamp": { + "cli": "--secure-timestamp=value", + "default": "NO", + "dynamic": false, + "name": "secure_timestamp", + "scope": [ + "global" + ], + "ids": [ + "29#secure_timestamp" + ] + }, + "session_track_schema": { + "default": "ON", + "dynamic": true, + "name": "session_track_schema", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#session_track_schema", + "15#sysvar_session_track_schema" + ] + }, + "session_track_state_change": { + "default": "OFF", + "dynamic": true, + "name": "session_track_state_change", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#session_track_state_change", + "15#sysvar_session_track_state_change" + ] + }, + "session_track_system_variables": { + "cli": "--session-track-system-variables=value", + "default": "time_z1e, autocommit, character_set_client, character_set_results, character_set_c1necti1", + "dynamic": true, + "name": "session_track_system_variables", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#session_track_system_variables", + "15#sysvar_session_track_system_variables" + ] + }, + "session_track_transaction_info": { + "cli": "--session-track-transaction-info=value", + "default": "OFF", + "dynamic": true, + "name": "session_track_transaction_info", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "STATE", + "CHARACTERISTICS" + ], + "ids": [ + "29#session_track_transaction_info", + "15#sysvar_session_track_transaction_info" + ] + }, + "shared_memory": { + "cli": "--shared-memory[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "shared_memory", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#shared_memory", + "15#sysvar_shared_memory" + ] + }, + "shared_memory_base_name": { + "cli": "--shared-memory-base-name=name", + "default": "MYSQL", + "dynamic": false, + "name": "shared_memory_base_name", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#shared_memory_base_name", + "15#sysvar_shared_memory_base_name" + ] + }, + "skip_external_locking": { + "cli": "--skip-external-locking[={OFF|ON}]", + "default": "1", + "dynamic": false, + "name": "skip_external_locking", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#skip_external_locking", + "15#sysvar_skip_external_locking" + ] + }, + "skip_name_resolve": { + "cli": "--skip-name-resolve[={OFF|ON}]", + "default": "0", + "dynamic": false, + "name": "skip_name_resolve", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#skip_name_resolve", + "15#sysvar_skip_name_resolve" + ] + }, + "skip_networking": { + "cli": "--skip-networking[={OFF|ON}]", + "default": "0", + "dynamic": false, + "name": "skip_networking", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#skip_networking", + "15#sysvar_skip_networking" + ] + }, + "skip_show_database": { + "cli": "--skip-show-database", + "dynamic": false, + "name": "skip_show_database", + "scope": [ + "global" + ], + "ids": [ + "29#skip_show_database", + "16#option_mysqld_skip-show-database", + "15#sysvar_skip_show_database" + ] + }, + "slow_launch_time": { + "cli": "--slow-launch-time=#", + "default": "2", + "dynamic": true, + "name": "slow_launch_time", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#slow_launch_time", + "15#sysvar_slow_launch_time" + ] + }, + "slow_query_log": { + "cli": "--slow-query-log[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "slow_query_log", + "type": "boolean", + "ids": [ + "29#slow_query_log", + "15#sysvar_slow_query_log" + ] + }, + "slow_query_log_file": { + "cli": "--slow-query-log-file=file_name", + "default": "host_name-slow.log", + "dynamic": true, + "name": "slow_query_log_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "29#slow_query_log_file", + "15#sysvar_slow_query_log_file" + ] + }, + "socket": { + "cli": "--socket={file_name|pipe_name}", + "dynamic": false, + "name": "socket", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#socket", + "16#option_mysqld_socket", + "15#sysvar_socket" + ] + }, + "sort_buffer_size": { + "cli": "--sort-buffer-size=#", + "dynamic": true, + "name": "sort_buffer_size", + "range": { + "from": 32768 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#sort_buffer_size", + "15#sysvar_sort_buffer_size" + ] + }, + "sql_auto_is_null": { + "default": "0", + "dynamic": true, + "name": "sql_auto_is_null", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#sql_auto_is_null", + "15#sysvar_sql_auto_is_null" + ] + }, + "sql_big_selects": { + "default": "1", + "dynamic": true, + "name": "sql_big_selects", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#sql_big_selects", + "15#sysvar_sql_big_selects" + ] + }, + "sql_big_tables": { + "cli": "--sql-big-tables", + "default": "0", + "dynamic": true, + "name": "sql_big_tables", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#sql_big_tables" + ] + }, + "sql_buffer_result": { + "default": "0", + "dynamic": true, + "name": "sql_buffer_result", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#sql_buffer_result", + "15#sysvar_sql_buffer_result" + ] + }, + "sql_log_off": { + "default": "0", + "dynamic": true, + "name": "sql_log_off", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "validValues": [ + "OFF", + "ON" + ], + "ids": [ + "29#sql_log_off", + "15#sysvar_sql_log_off" + ] + }, + "sql_log_update": { + "name": "sql_log_update", + "ids": [ + "29#sql_log_update" + ] + }, + "sql_low_priority_updates": { + "cli": "--sql-low-priority-updates", + "default": "0", + "dynamic": true, + "name": "sql_low_priority_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#sql_low_priority_updates" + ] + }, + "sql_max_join_size": { + "name": "sql_max_join_size", + "ids": [ + "29#sql_max_join_size" + ] + }, + "sql_mode": { + "cli": "--sql-mode=name", + "dynamic": true, + "name": "sql_mode", + "scope": [ + "global", + "session" + ], + "type": "set", + "ids": [ + "29#sql_mode", + "16#option_mysqld_sql-mode", + "15#sysvar_sql_mode" + ] + }, + "sql_notes": { + "default": "1", + "dynamic": true, + "name": "sql_notes", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#sql_notes", + "15#sysvar_sql_notes" + ] + }, + "sql_quote_show_create": { + "default": "1", + "dynamic": true, + "name": "sql_quote_show_create", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#sql_quote_show_create", + "15#sysvar_sql_quote_show_create" + ] + }, + "sql_safe_updates": { + "default": "OFF", + "dynamic": true, + "name": "sql_safe_updates", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#sql_safe_updates", + "15#sysvar_sql_safe_updates" + ] + }, + "sql_select_limit": { + "dynamic": true, + "name": "sql_select_limit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#sql_select_limit", + "15#sysvar_sql_select_limit" + ] + }, + "sql_warnings": { + "default": "0", + "dynamic": true, + "name": "sql_warnings", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#sql_warnings", + "15#sysvar_sql_warnings" + ] + }, + "storage_engine": { + "name": "storage_engine", + "ids": [ + "29#storage_engine" + ] + }, + "standard_compliant_cte": { + "cli": "--standard-compliant-cte={0|1}", + "default": "ON", + "dynamic": true, + "name": "standard_compliant_cte", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#standard_compliant_cte" + ] + }, + "stored_program_cache": { + "cli": "--stored-program-cache=#", + "default": "256", + "dynamic": true, + "name": "stored_program_cache", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#stored_program_cache", + "15#sysvar_stored_program_cache" + ] + }, + "strict_password_validation": { + "cli": "--strict-password-validation", + "default": "ON", + "dynamic": true, + "name": "strict_password_validation", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#strict_password_validation" + ] + }, + "sync_frm": { + "cli": "--sync-frm", + "default": "TRUE", + "dynamic": true, + "name": "sync_frm", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#sync_frm" + ] + }, + "system_time_zone": { + "dynamic": false, + "name": "system_time_zone", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#system_time_zone", + "15#sysvar_system_time_zone" + ] + }, + "table_definition_cache": { + "cli": "--table-definition-cache=#", + "dynamic": true, + "name": "table_definition_cache", + "range": { + "from": 400 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#table_definition_cache", + "15#sysvar_table_definition_cache" + ] + }, + "table_lock_wait_timeout": { + "cli": "--table-lock-wait-timeout=#", + "default": "50", + "dynamic": true, + "name": "table_lock_wait_timeout", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#table_lock_wait_timeout" + ] + }, + "table_open_cache": { + "cli": "--table-open-cache=#", + "dynamic": true, + "name": "table_open_cache", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#table_open_cache", + "15#sysvar_table_open_cache" + ] + }, + "table_open_cache_instances": { + "cli": "--table-open-cache-instances=#", + "dynamic": false, + "name": "table_open_cache_instances", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#table_open_cache_instances", + "15#sysvar_table_open_cache_instances" + ] + }, + "table_type": { + "name": "table_type", + "ids": [ + "29#table_type" + ] + }, + "tcp_keepalive_interval": { + "cli": "--tcp-keepalive-interval=#", + "default": "0", + "dynamic": true, + "name": "tcp_keepalive_interval", + "range": { + "from": 0, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#tcp_keepalive_interval" + ] + }, + "tcp_keepalive_probes": { + "cli": "--tcp-keepalive-probes=#", + "default": "0", + "dynamic": true, + "name": "tcp_keepalive_probes", + "range": { + "from": 0, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#tcp_keepalive_probes" + ] + }, + "tcp_keepalive_time": { + "cli": "--tcp-keepalive-time=#", + "default": "0", + "dynamic": true, + "name": "tcp_keepalive_time", + "range": { + "from": 0, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#tcp_keepalive_time" + ] + }, + "tcp_nodelay": { + "cli": "--tcp-nodelay={0|1}", + "default": "1", + "dynamic": true, + "name": "tcp_nodelay", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + "29#tcp_nodelay" + ] + }, + "thread_cache_size": { + "cli": "--thread-cache-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": true, + "name": "thread_cache_size", + "range": { + "from": 0, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#thread_cache_size", + "15#sysvar_thread_cache_size" + ] + }, + "thread_concurrency": { + "cli": "--thread-concurrency=#", + "default": "10", + "dynamic": false, + "name": "thread_concurrency", + "range": { + "from": 1, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#thread_concurrency" + ] + }, + "thread_stack": { + "cli": "--thread-stack=#", + "dynamic": false, + "name": "thread_stack", + "range": { + "from": 131072, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "29#thread_stack", + "15#sysvar_thread_stack" + ] + }, + "time_format": { + "name": "time_format", + "ids": [ + "29#time_format" + ] + }, + "time_zone": { + "dynamic": true, + "name": "time_zone", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "29#time_zone", + "15#sysvar_time_zone" + ] + }, + "timed_mutexes": { + "cli": "--timed-mutexes", + "default": "OFF", + "dynamic": true, + "name": "timed_mutexes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "29#timed_mutexes" + ] + }, + "timestamp": { + "dynamic": true, + "name": "timestamp", + "scope": [ + "session" + ], + "type": "numeric", + "ids": [ + "29#timestamp", + "15#sysvar_timestamp" + ] + }, + "tmp_disk_table_size": { + "cli": "--tmp-disk-table-size=#", + "default": "18446744073709551615 (max unsigned integer, no limit)", + "dynamic": true, + "name": "tmp_disk_table_size", + "range": { + "from": 1024, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#tmp_disk_table_size" + ] + }, + "tmp_memory_table_size": { + "cli": "--tmp-memory-table-size=#", + "name": "tmp_memory_table_size", + "ids": [ + "29#tmp_memory_table_size" + ] + }, + "tmp_table_size": { + "cli": "--tmp-table-size=#", + "default": "16777216", + "dynamic": true, + "name": "tmp_table_size", + "range": { + "from": 1024 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#tmp_table_size", + "15#sysvar_tmp_table_size" + ] + }, + "tmpdir": { + "cli": "--tmpdir=path or -t path", + "dynamic": false, + "name": "tmpdir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "29#tmpdir", + "16#option_mysqld_tmpdir", + "15#sysvar_tmpdir" + ] + }, + "transaction_alloc_block_size": { + "cli": "--transaction-alloc-block-size=#", + "default": "8192", + "dynamic": true, + "name": "transaction_alloc_block_size", + "range": { + "from": 1024 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#transaction_alloc_block_size", + "15#sysvar_transaction_alloc_block_size" + ] + }, + "transaction_prealloc_size": { + "cli": "--transaction-prealloc-size=#", + "default": "4096", + "dynamic": true, + "name": "transaction_prealloc_size", + "range": { + "from": 1024 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#transaction_prealloc_size", + "15#sysvar_transaction_prealloc_size" + ] + }, + "tx_isolation": { + "default": "REPEATABLE-READ", + "dynamic": true, + "name": "tx_isolation", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "READ-UNCOMMITTED", + "READ-COMMITTED", + "REPEATABLE-READ", + "SERIALIZABLE" + ], + "ids": [ + "29#tx_isolation", + "15#sysvar_tx_isolation" + ] + }, + "tx_read_only": { + "default": "0", + "dynamic": true, + "name": "tx_read_only", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#tx_read_only", + "15#sysvar_tx_read_only" + ] + }, + "unique_checks": { + "default": "1", + "dynamic": true, + "name": "unique_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#unique_checks", + "15#sysvar_unique_checks" + ] + }, + "updatable_views_with_limit": { + "default": "1", + "dynamic": true, + "name": "updatable_views_with_limit", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "29#updatable_views_with_limit", + "15#sysvar_updatable_views_with_limit" + ] + }, + "use_stat_tables": { + "cli": "--use-stat-tables=mode", + "default": "preferably_for_queries (>= MariaDB 10.4.1), never (<= MariaDB 10.4.0)", + "dynamic": true, + "name": "use_stat_tables", + "scope": [ + "global", + "session" + ], + "ids": [ + "29#use_stat_tables" + ] + }, + "version": { + "cli": "-V, --version[=name] (>= MariaDB 10.2.1), --version (<= MariaDB 10.2.0)", + "dynamic": false, + "name": "version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#version" + ] + }, + "version_comment": { + "dynamic": false, + "name": "version_comment", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#version_comment", + "15#sysvar_version_comment" + ] + }, + "version_compile_machine": { + "dynamic": false, + "name": "version_compile_machine", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#version_compile_machine", + "15#sysvar_version_compile_machine" + ] + }, + "version_compile_os": { + "dynamic": false, + "name": "version_compile_os", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#version_compile_os", + "15#sysvar_version_compile_os" + ] + }, + "version_malloc_library": { + "dynamic": false, + "name": "version_malloc_library", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#version_malloc_library" + ] + }, + "version_source_revision": { + "dynamic": false, + "name": "version_source_revision", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "29#version_source_revision" + ] + }, + "wait_timeout": { + "cli": "--wait-timeout=#", + "default": "28800", + "dynamic": true, + "name": "wait_timeout", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "29#wait_timeout", + "15#sysvar_wait_timeout" + ] + }, + "warning_count": { + "dynamic": false, + "name": "warning_count", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "29#warning_count" + ] + }, + "Sphinx_error": { + "name": "Sphinx_error", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "31#sphinx_error" + ] + }, + "Sphinx_time": { + "name": "Sphinx_time", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "30#sphinx_time" + ] + }, + "Sphinx_total": { + "name": "Sphinx_total", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "30#sphinx_total" + ] + }, + "Sphinx_total_found": { + "name": "Sphinx_total_found", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "30#sphinx_total_found" + ] + }, + "Sphinx_word_count": { + "name": "Sphinx_word_count", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "30#sphinx_word_count" + ] + }, + "Sphinx_words": { + "name": "Sphinx_words", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "30#sphinx_words" + ] + }, + "Spider_direct_aggregate": { + "name": "Spider_direct_aggregate", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_direct_aggregate" + ] + }, + "Spider_direct_order_limit": { + "name": "Spider_direct_order_limit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "31#spider_direct_order_limit" + ] + }, + "Spider_mon_table_cache_version": { + "name": "Spider_mon_table_cache_version", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "31#spider_mon_table_cache_version" + ] + }, + "Spider_mon_table_cache_version_req": { + "name": "Spider_mon_table_cache_version_req", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "31#spider_mon_table_cache_version_req" + ] + }, + "spider_auto_increment_mode": { + "dynamic": true, + "name": "spider_auto_increment_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "33#spider_auto_increment_mode" + ] + }, + "spider_bgs_first_read": { + "dynamic": true, + "name": "spider_bgs_first_read", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_bgs_first_read" + ] + }, + "spider_bgs_mode": { + "dynamic": true, + "name": "spider_bgs_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_bgs_mode" + ] + }, + "spider_bgs_second_read": { + "dynamic": true, + "name": "spider_bgs_second_read", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_bgs_second_read" + ] + }, + "spider_bka_engine": { + "dynamic": true, + "name": "spider_bka_engine", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "32#spider_bka_engine" + ] + }, + "spider_bka_mode": { + "dynamic": true, + "name": "spider_bka_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_bka_mode" + ] + }, + "spider_bka_table_name_type": { + "dynamic": true, + "name": "spider_bka_table_name_type", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_bka_table_name_type" + ] + }, + "spider_block_size": { + "dynamic": true, + "name": "spider_block_size", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_block_size" + ] + }, + "spider_bulk_size": { + "dynamic": true, + "name": "spider_bulk_size", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_bulk_size" + ] + }, + "spider_bulk_update_mode": { + "dynamic": true, + "name": "spider_bulk_update_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_bulk_update_mode" + ] + }, + "spider_bulk_update_size": { + "dynamic": true, + "name": "spider_bulk_update_size", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_bulk_update_size" + ] + }, + "spider_casual_read": { + "dynamic": true, + "name": "spider_casual_read", + "range": { + "from": -1, + "to": 63 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_casual_read" + ] + }, + "spider_conn_recycle_mode": { + "dynamic": true, + "name": "spider_conn_recycle_mode", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_conn_recycle_mode" + ] + }, + "spider_conn_recycle_strict": { + "dynamic": true, + "name": "spider_conn_recycle_strict", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_conn_recycle_strict" + ] + }, + "spider_conn_wait_timeout": { + "dynamic": true, + "name": "spider_conn_wait_timeout", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_conn_wait_timeout" + ] + }, + "spider_connect_error_interval": { + "default": "1", + "dynamic": true, + "name": "spider_connect_error_interval", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_connect_error_interval" + ] + }, + "spider_connect_mutex": { + "dynamic": true, + "name": "spider_connect_mutex", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_connect_mutex" + ] + }, + "spider_connect_retry_count": { + "dynamic": true, + "name": "spider_connect_retry_count", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_connect_retry_count" + ] + }, + "spider_connect_retry_interval": { + "dynamic": true, + "name": "spider_connect_retry_interval", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_connect_retry_interval" + ] + }, + "spider_connect_timeout": { + "dynamic": true, + "name": "spider_connect_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_connect_timeout" + ] + }, + "spider_crd_bg_mode": { + "dynamic": true, + "name": "spider_crd_bg_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_crd_bg_mode" + ] + }, + "spider_crd_interval": { + "dynamic": true, + "name": "spider_crd_interval", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_crd_interval" + ] + }, + "spider_crd_mode": { + "dynamic": true, + "name": "spider_crd_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_crd_mode" + ] + }, + "spider_crd_sync": { + "dynamic": true, + "name": "spider_crd_sync", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_crd_sync" + ] + }, + "spider_crd_type": { + "dynamic": true, + "name": "spider_crd_type", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_crd_type" + ] + }, + "spider_crd_weight": { + "dynamic": true, + "name": "spider_crd_weight", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_crd_weight" + ] + }, + "spider_delete_all_rows_type": { + "dynamic": true, + "name": "spider_delete_all_rows_type", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_delete_all_rows_type" + ] + }, + "spider_direct_dup_insert": { + "dynamic": true, + "name": "spider_direct_dup_insert", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_direct_dup_insert" + ] + }, + "spider_direct_order_limit": { + "dynamic": true, + "name": "spider_direct_order_limit", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_direct_order_limit" + ] + }, + "spider_dry_access": { + "default": "OFF", + "dynamic": false, + "name": "spider_dry_access", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "32#spider_dry_access" + ] + }, + "spider_error_read_mode": { + "dynamic": true, + "name": "spider_error_read_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_error_read_mode" + ] + }, + "spider_error_write_mode": { + "dynamic": true, + "name": "spider_error_write_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_error_write_mode" + ] + }, + "spider_first_read": { + "dynamic": true, + "name": "spider_first_read", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_first_read" + ] + }, + "spider_force_commit": { + "dynamic": true, + "name": "spider_force_commit", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_force_commit" + ] + }, + "spider_general_log": { + "dynamic": true, + "name": "spider_general_log", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_general_log" + ] + }, + "spider_index_hint_pushdown": { + "dynamic": true, + "name": "spider_index_hint_pushdown", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_index_hint_pushdown" + ] + }, + "spider_init_sql_alloc_size": { + "dynamic": true, + "name": "spider_init_sql_alloc_size", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_init_sql_alloc_size" + ] + }, + "spider_internal_limit": { + "dynamic": true, + "name": "spider_internal_limit", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_internal_limit" + ] + }, + "spider_internal_offset": { + "dynamic": true, + "name": "spider_internal_offset", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_internal_offset" + ] + }, + "spider_internal_optimize": { + "dynamic": true, + "name": "spider_internal_optimize", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_internal_optimize" + ] + }, + "spider_internal_optimize_local": { + "name": "spider_internal_optimize_local", + "range": { + "from": -1, + "to": 1 + }, + "ids": [ + "32#spider_internal_optimize_local" + ] + }, + "spider_internal_sql_log_off": { + "dynamic": true, + "name": "spider_internal_sql_log_off", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_internal_sql_log_off" + ] + }, + "spider_internal_unlock": { + "name": "spider_internal_unlock", + "type": "boolean", + "ids": [ + "32#spider_internal_unlock" + ] + }, + "spider_internal_xa": { + "dynamic": true, + "name": "spider_internal_xa", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_internal_xa" + ] + }, + "spider_internal_xa_id_type": { + "dynamic": true, + "name": "spider_internal_xa_id_type", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_internal_xa_id_type" + ] + }, + "spider_internal_xa_snapshot": { + "dynamic": true, + "name": "spider_internal_xa_snapshot", + "range": { + "from": 0, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_internal_xa_snapshot" + ] + }, + "spider_load_crd_at_startup": { + "dynamic": true, + "name": "spider_load_crd_at_startup", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_load_crd_at_startup" + ] + }, + "spider_load_sts_at_startup": { + "dynamic": true, + "name": "spider_load_sts_at_startup", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_load_sts_at_startup" + ] + }, + "spider_local_lock_table": { + "dynamic": true, + "name": "spider_local_lock_table", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_local_lock_table" + ] + }, + "spider_lock_exchange": { + "dynamic": true, + "name": "spider_lock_exchange", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_lock_exchange" + ] + }, + "spider_log_result_error_with_sql": { + "dynamic": true, + "name": "spider_log_result_error_with_sql", + "range": { + "from": 0, + "to": 3 + }, + "type": "integer", + "ids": [ + "32#spider_log_result_error_with_sql" + ] + }, + "spider_log_result_errors": { + "dynamic": true, + "name": "spider_log_result_errors", + "range": { + "from": 0, + "to": 4 + }, + "type": "integer", + "ids": [ + "32#spider_log_result_errors" + ] + }, + "spider_low_mem_read": { + "default": "-1", + "name": "spider_low_mem_read", + "range": { + "from": -1, + "to": 1 + }, + "type": "integer", + "ids": [ + "32#spider_low_mem_read" + ] + }, + "spider_max_connections": { + "dynamic": true, + "name": "spider_max_connections", + "range": { + "from": 0, + "to": 99999 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_max_connections" + ] + }, + "spider_max_order": { + "dynamic": true, + "name": "spider_max_order", + "range": { + "from": -1, + "to": 32767 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_max_order" + ] + }, + "spider_multi_split_read": { + "dynamic": true, + "name": "spider_multi_split_read", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_multi_split_read" + ] + }, + "spider_net_read_timeout": { + "dynamic": true, + "name": "spider_net_read_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_net_read_timeout" + ] + }, + "spider_net_write_timeout": { + "dynamic": true, + "name": "spider_net_write_timeout", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_net_write_timeout" + ] + }, + "spider_ping_interval_at_trx_start": { + "dynamic": true, + "name": "spider_ping_interval_at_trx_start", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_ping_interval_at_trx_start" + ] + }, + "spider_quick_mode": { + "dynamic": true, + "name": "spider_quick_mode", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_quick_mode" + ] + }, + "spider_quick_page_size": { + "dynamic": true, + "name": "spider_quick_page_size", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_quick_page_size" + ] + }, + "spider_read_only_mode": { + "dynamic": true, + "name": "spider_read_only_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_read_only_mode" + ] + }, + "spider_remote_access_charset": { + "dynamic": true, + "name": "spider_remote_access_charset", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "32#spider_remote_access_charset" + ] + }, + "spider_remote_autocommit": { + "dynamic": true, + "name": "spider_remote_autocommit", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_remote_autocommit" + ] + }, + "spider_remote_default_database": { + "dynamic": true, + "name": "spider_remote_default_database", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "32#spider_remote_default_database" + ] + }, + "spider_remote_sql_log_off": { + "dynamic": true, + "name": "spider_remote_sql_log_off", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_remote_sql_log_off" + ] + }, + "spider_remote_time_zone": { + "dynamic": true, + "name": "spider_remote_time_zone", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "32#spider_remote_time_zone" + ] + }, + "spider_remote_trx_isolation": { + "dynamic": true, + "name": "spider_remote_trx_isolation", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_remote_trx_isolation" + ] + }, + "spider_reset_sql_alloc": { + "dynamic": true, + "name": "spider_reset_sql_alloc", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_reset_sql_alloc" + ] + }, + "spider_same_server_link": { + "dynamic": true, + "name": "spider_same_server_link", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_same_server_link" + ] + }, + "spider_second_read": { + "dynamic": true, + "name": "spider_second_read", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_second_read" + ] + }, + "spider_select_column_mode": { + "dynamic": true, + "name": "spider_select_column_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_select_column_mode" + ] + }, + "spider_selupd_lock_mode": { + "dynamic": true, + "name": "spider_selupd_lock_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_selupd_lock_mode" + ] + }, + "spider_semi_split_read": { + "dynamic": true, + "name": "spider_semi_split_read", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_semi_split_read" + ] + }, + "spider_semi_split_read_limit": { + "dynamic": true, + "name": "spider_semi_split_read_limit", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_semi_split_read_limit" + ] + }, + "spider_semi_table_lock": { + "dynamic": true, + "name": "spider_semi_table_lock", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_semi_table_lock" + ] + }, + "spider_semi_table_lock_connection": { + "dynamic": true, + "name": "spider_semi_table_lock_connection", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_semi_table_lock_connection" + ] + }, + "spider_semi_trx": { + "dynamic": true, + "name": "spider_semi_trx", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_semi_trx" + ] + }, + "spider_semi_trx_isolation": { + "dynamic": true, + "name": "spider_semi_trx_isolation", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_semi_trx_isolation" + ] + }, + "spider_skip_default_condition": { + "dynamic": true, + "name": "spider_skip_default_condition", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_skip_default_condition" + ] + }, + "spider_skip_parallel_search": { + "cli": "--spider-skip-parallel-search=#", + "dynamic": true, + "name": "spider_skip_parallel_search", + "range": { + "from": -1, + "to": 3 + }, + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "32#spider_skip_parallel_search" + ] + }, + "spider_split_read": { + "dynamic": true, + "name": "spider_split_read", + "range": { + "from": -1, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_split_read" + ] + }, + "spider_store_last_crd": { + "cli": "--spider-store-last-crd=#", + "dynamic": true, + "name": "spider_store_last_crd", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_store_last_crd" + ] + }, + "spider_store_last_sts": { + "cli": "--spider-store-last-sts=#", + "dynamic": true, + "name": "spider_store_last_sts", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_store_last_sts" + ] + }, + "spider_sts_bg_mode": { + "dynamic": true, + "name": "spider_sts_bg_mode", + "range": { + "from": -1, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_sts_bg_mode" + ] + }, + "spider_sts_interval": { + "dynamic": true, + "name": "spider_sts_interval", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_sts_interval" + ] + }, + "spider_sts_mode": { + "dynamic": true, + "name": "spider_sts_mode", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_sts_mode" + ] + }, + "spider_sts_sync": { + "dynamic": true, + "name": "spider_sts_sync", + "range": { + "from": -1, + "to": 2 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_sts_sync" + ] + }, + "spider_support_xa": { + "dynamic": false, + "name": "spider_support_xa", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "32#spider_support_xa" + ] + }, + "spider_sync_autocommit": { + "dynamic": true, + "name": "spider_sync_autocommit", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "32#spider_sync_autocommit" + ] + }, + "spider_sync_time_zone": { + "dynamic": true, + "name": "spider_sync_time_zone", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "32#spider_sync_time_zone" + ] + }, + "spider_sync_trx_isolation": { + "dynamic": true, + "name": "spider_sync_trx_isolation", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "32#spider_sync_trx_isolation" + ] + }, + "spider_table_crd_thread_count": { + "cli": "--spider-table-crd-thread-count=#", + "default": "10", + "dynamic": false, + "name": "spider_table_crd_thread_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_table_crd_thread_count" + ] + }, + "spider_table_init_error_interval": { + "default": "1", + "dynamic": true, + "name": "spider_table_init_error_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_table_init_error_interval" + ] + }, + "spider_table_sts_thread_count": { + "cli": "--spider-table-sts-thread-count=#", + "default": "10", + "dynamic": false, + "name": "spider_table_sts_thread_count", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_table_sts_thread_count" + ] + }, + "spider_udf_ct_bulk_insert_interval": { + "dynamic": true, + "name": "spider_udf_ct_bulk_insert_interval", + "range": { + "from": -1, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_udf_ct_bulk_insert_interval" + ] + }, + "spider_udf_ct_bulk_insert_rows": { + "dynamic": true, + "name": "spider_udf_ct_bulk_insert_rows", + "range": { + "from": -1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_udf_ct_bulk_insert_rows" + ] + }, + "spider_udf_ds_bulk_insert_rows": { + "dynamic": true, + "name": "spider_udf_ds_bulk_insert_rows", + "range": { + "from": -1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_udf_ds_bulk_insert_rows" + ] + }, + "spider_udf_ds_table_loop_mode": { + "dynamic": true, + "name": "spider_udf_ds_table_loop_mode", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_udf_ds_table_loop_mode" + ] + }, + "spider_udf_ds_use_real_table": { + "dynamic": true, + "name": "spider_udf_ds_use_real_table", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_udf_ds_use_real_table" + ] + }, + "spider_udf_table_lock_mutex_count": { + "default": "20", + "dynamic": false, + "name": "spider_udf_table_lock_mutex_count", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_udf_table_lock_mutex_count" + ] + }, + "spider_udf_table_mon_mutex_count": { + "default": "20", + "dynamic": false, + "name": "spider_udf_table_mon_mutex_count", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "32#spider_udf_table_mon_mutex_count" + ] + }, + "spider_use_all_conns_snapshot": { + "dynamic": true, + "name": "spider_use_all_conns_snapshot", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_use_all_conns_snapshot" + ] + }, + "spider_use_consistent_snapshot": { + "dynamic": true, + "name": "spider_use_consistent_snapshot", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_use_consistent_snapshot" + ] + }, + "spider_use_default_database": { + "dynamic": true, + "name": "spider_use_default_database", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_use_default_database" + ] + }, + "spider_use_flash_logs": { + "dynamic": true, + "name": "spider_use_flash_logs", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "32#spider_use_flash_logs" + ] + }, + "spider_use_handler": { + "name": "spider_use_handler", + "ids": [ + "32#spider_use_handler" + ] + }, + "spider_use_pushdown_udf": { + "dynamic": true, + "name": "spider_use_pushdown_udf", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_use_pushdown_udf" + ] + }, + "spider_use_snapshot_with_flush_tables": { + "dynamic": true, + "name": "spider_use_snapshot_with_flush_tables", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_use_snapshot_with_flush_tables" + ] + }, + "spider_use_table_charset": { + "dynamic": true, + "name": "spider_use_table_charset", + "range": { + "from": -1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_use_table_charset" + ] + }, + "spider_version": { + "dynamic": false, + "name": "spider_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "32#spider_version" + ] + }, + "spider_xa_register_mode": { + "default": "1", + "dynamic": true, + "name": "spider_xa_register_mode", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "32#spider_xa_register_mode" + ] + }, + "Ssl_accept_renegotiates": { + "name": "Ssl_accept_renegotiates", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "34#ssl_accept_renegotiates" + ] + }, + "Ssl_accepts": { + "name": "Ssl_accepts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_accepts" + ] + }, + "Ssl_callback_cache_hits": { + "name": "Ssl_callback_cache_hits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_callback_cache_hits" + ] + }, + "Ssl_cipher": { + "name": "Ssl_cipher", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "33#ssl_cipher" + ] + }, + "Ssl_cipher_list": { + "name": "Ssl_cipher_list", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "33#ssl_cipher_list" + ] + }, + "Ssl_client_connects": { + "name": "Ssl_client_connects", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_client_connects" + ] + }, + "Ssl_connect_renegotiates": { + "name": "Ssl_connect_renegotiates", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_connect_renegotiates" + ] + }, + "Ssl_ctx_verify_depth": { + "name": "Ssl_ctx_verify_depth", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_ctx_verify_depth" + ] + }, + "Ssl_ctx_verify_mode": { + "name": "Ssl_ctx_verify_mode", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_ctx_verify_mode" + ] + }, + "Ssl_default_timeout": { + "name": "Ssl_default_timeout", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "33#ssl_default_timeout" + ] + }, + "Ssl_finished_accepts": { + "name": "Ssl_finished_accepts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_finished_accepts" + ] + }, + "Ssl_finished_connects": { + "name": "Ssl_finished_connects", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_finished_connects" + ] + }, + "Ssl_server_not_after": { + "name": "Ssl_server_not_after", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "33#ssl_server_not_after" + ] + }, + "Ssl_server_not_before": { + "name": "Ssl_server_not_before", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "33#ssl_server_not_before" + ] + }, + "Ssl_session_cache_hits": { + "name": "Ssl_session_cache_hits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_session_cache_hits" + ] + }, + "Ssl_session_cache_misses": { + "name": "Ssl_session_cache_misses", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_session_cache_misses" + ] + }, + "Ssl_session_cache_mode": { + "name": "Ssl_session_cache_mode", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "33#ssl_session_cache_mode" + ] + }, + "Ssl_session_cache_overflows": { + "name": "Ssl_session_cache_overflows", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_session_cache_overflows" + ] + }, + "Ssl_session_cache_size": { + "name": "Ssl_session_cache_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_session_cache_size" + ] + }, + "Ssl_session_cache_timeouts": { + "name": "Ssl_session_cache_timeouts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_session_cache_timeouts" + ] + }, + "Ssl_sessions_reused": { + "name": "Ssl_sessions_reused", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "33#ssl_sessions_reused" + ] + }, + "Ssl_used_session_cache_entries": { + "name": "Ssl_used_session_cache_entries", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "33#ssl_used_session_cache_entries" + ] + }, + "Ssl_verify_depth": { + "name": "Ssl_verify_depth", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "33#ssl_verify_depth" + ] + }, + "Ssl_verify_mode": { + "name": "Ssl_verify_mode", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "33#ssl_verify_mode" + ] + }, + "Ssl_version": { + "name": "Ssl_version", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "33#ssl_version" + ] + }, + "have_openssl": { + "dynamic": false, + "name": "have_openssl", + "scope": [ + "global" + ], + "ids": [ + "35#have_openssl" + ] + }, + "have_ssl": { + "dynamic": false, + "name": "have_ssl", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "YES", + "DISABLED" + ], + "ids": [ + "34#have_ssl", + "15#sysvar_have_ssl" + ] + }, + "ssl_ca": { + "cli": "--ssl-ca=file_name", + "name": "ssl_ca", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "34#ssl_ca", + "15#sysvar_ssl_ca" + ] + }, + "ssl_capath": { + "name": "ssl_capath", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "34#ssl_capath", + "15#sysvar_ssl_capath" + ] + }, + "ssl_cert": { + "name": "ssl_cert", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "34#ssl_cert", + "15#sysvar_ssl_cert" + ] + }, + "ssl_cipher": { + "cli": "--ssl-cipher=name", + "name": "ssl_cipher", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "34#ssl_cipher", + "15#sysvar_ssl_cipher" + ] + }, + "ssl_crl": { + "name": "ssl_crl", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "34#ssl_crl", + "15#sysvar_ssl_crl" + ] + }, + "ssl_crlpath": { + "name": "ssl_crlpath", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "34#ssl_crlpath", + "15#sysvar_ssl_crlpath" + ] + }, + "ssl_key": { + "name": "ssl_key", + "scope": [ + "global" + ], + "ids": [ + "34#ssl_key", + "15#sysvar_ssl_key" + ] + }, + "tls_version": { + "name": "tls_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "34#tls_version", + "15#sysvar_tls_version" + ] + }, + "version_ssl_library": { + "default": "None", + "dynamic": false, + "name": "version_ssl_library", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "34#version_ssl_library" + ] + }, + "extra_max_connections": { + "cli": "--extra-max-connections=#", + "default": "1", + "dynamic": true, + "name": "extra_max_connections", + "range": { + "from": 1, + "to": 100000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "36#extra_max_connections" + ] + }, + "extra_port": { + "cli": "--extra-port=#", + "default": "0", + "dynamic": false, + "name": "extra_port", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "35#extra_port" + ] + }, + "thread_handling": { + "cli": "--thread-handling=name", + "default": "one-thread-per-connection", + "dynamic": false, + "name": "thread_handling", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "no-threads", + "one-thread-per-connection", + "pool-of-threads" + ], + "ids": [ + "35#thread_handling", + "15#sysvar_thread_handling" + ] + }, + "thread_pool_dedicated_listener": { + "cli": "thread-pool-dedicated-listener={0|1}", + "default": "0", + "dynamic": false, + "name": "thread_pool_dedicated_listener", + "scope": [], + "type": "boolean", + "ids": [ + "35#thread_pool_dedicated_listener" + ] + }, + "thread_pool_exact_stats": { + "cli": "thread-pool-exact-stats={0|1}", + "default": "0", + "dynamic": false, + "name": "thread_pool_exact_stats", + "scope": [], + "type": "boolean", + "ids": [ + "35#thread_pool_exact_stats" + ] + }, + "thread_pool_idle_timeout": { + "cli": "thread-pool-idle-timeout=#", + "default": "60", + "dynamic": true, + "name": "thread_pool_idle_timeout", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "35#thread_pool_idle_timeout" + ] + }, + "thread_pool_max_threads": { + "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, + "name": "thread_pool_max_threads", + "range": { + "from": 1, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "35#thread_pool_max_threads" + ] + }, + "thread_pool_min_threads": { + "cli": "thread-pool-min-threads=#", + "default": "1", + "name": "thread_pool_min_threads", + "type": "integer", + "ids": [ + "35#thread_pool_min_threads" + ] + }, + "thread_pool_oversubscribe": { + "default": "3", + "dynamic": true, + "name": "thread_pool_oversubscribe", + "range": { + "from": 1, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "35#thread_pool_oversubscribe" + ] + }, + "thread_pool_prio_kickup_timer": { + "default": "1000", + "dynamic": true, + "name": "thread_pool_prio_kickup_timer", + "range": { + "from": 0 + }, + "type": "integer", + "ids": [ + "35#thread_pool_prio_kickup_timer", + "15#sysvar_thread_pool_prio_kickup_timer" + ] + }, + "thread_pool_priority": { + "cli": "--thread-pool-priority=#", + "default": "auto", + "name": "thread_pool_priority", + "scope": [ + "global", + "connection" + ], + "validValues": [ + "high", + "low", + "auto" + ], + "ids": [ + "35#thread_pool_priority" + ] + }, + "thread_pool_size": { + "cli": "--thread-pool-size=#", + "name": "thread_pool_size", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "35#thread_pool_size", + "15#sysvar_thread_pool_size" + ] + }, + "thread_pool_stall_limit": { + "cli": "--thread-pool-stall-limit=#", + "dynamic": true, + "name": "thread_pool_stall_limit", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "35#thread_pool_stall_limit", + "15#sysvar_thread_pool_stall_limit" + ] + }, + "Threadpool_idle_threads": { + "name": "Threadpool_idle_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "35#threadpool_idle_threads" + ] + }, + "Threadpool_threads": { + "name": "Threadpool_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "35#threadpool_threads" + ] + }, + "Tokudb_basement_deserialization_fixed_key": { + "name": "Tokudb_basement_deserialization_fixed_key", + "type": "integer", + "ids": [ + "37#tokudb_basement_deserialization_fixed_key" + ] + }, + "Tokudb_basement_deserialization_variable_key": { + "name": "Tokudb_basement_deserialization_variable_key", + "type": "integer", + "ids": [ + "36#tokudb_basement_deserialization_variable_key" + ] + }, + "Tokudb_basements_decompressed_for_write": { + "name": "Tokudb_basements_decompressed_for_write", + "type": "integer", + "ids": [ + "36#tokudb_basements_decompressed_for_write" + ] + }, + "Tokudb_basements_decompressed_prefetch": { + "name": "Tokudb_basements_decompressed_prefetch", + "type": "integer", + "ids": [ + "36#tokudb_basements_decompressed_prefetch" + ] + }, + "Tokudb_basements_decompressed_prelocked_range": { + "name": "Tokudb_basements_decompressed_prelocked_range", + "type": "integer", + "ids": [ + "36#tokudb_basements_decompressed_prelocked_range" + ] + }, + "Tokudb_basements_decompressed_target_query": { + "name": "Tokudb_basements_decompressed_target_query", + "type": "integer", + "ids": [ + "36#tokudb_basements_decompressed_target_query" + ] + }, + "Tokudb_basements_fetched_for_write": { + "name": "Tokudb_basements_fetched_for_write", + "type": "integer", + "ids": [ + "36#tokudb_basements_fetched_for_write" + ] + }, + "Tokudb_basements_fetched_for_write_bytes": { + "name": "Tokudb_basements_fetched_for_write_bytes", + "ids": [ + "36#tokudb_basements_fetched_for_write_bytes" + ] + }, + "Tokudb_basements_fetched_for_write_seconds": { + "name": "Tokudb_basements_fetched_for_write_seconds", + "type": "integer", + "ids": [ + "36#tokudb_basements_fetched_for_write_seconds" + ] + }, + "Tokudb_basements_fetched_prefetch": { + "name": "Tokudb_basements_fetched_prefetch", + "type": "integer", + "ids": [ + "36#tokudb_basements_fetched_prefetch" + ] + }, + "Tokudb_basements_fetched_prefetch_bytes": { + "name": "Tokudb_basements_fetched_prefetch_bytes", + "ids": [ + "36#tokudb_basements_fetched_prefetch_bytes" + ] + }, + "Tokudb_basements_fetched_prefetch_seconds": { + "name": "Tokudb_basements_fetched_prefetch_seconds", + "type": "integer", + "ids": [ + "36#tokudb_basements_fetched_prefetch_seconds" + ] + }, + "Tokudb_basements_fetched_prelocked_range": { + "name": "Tokudb_basements_fetched_prelocked_range", + "type": "integer", + "ids": [ + "36#tokudb_basements_fetched_prelocked_range" + ] + }, + "Tokudb_basements_fetched_prelocked_range_bytes": { + "name": "Tokudb_basements_fetched_prelocked_range_bytes", + "ids": [ + "36#tokudb_basements_fetched_prelocked_range_bytes" + ] + }, + "Tokudb_basements_fetched_prelocked_range_seconds": { + "name": "Tokudb_basements_fetched_prelocked_range_seconds", + "type": "integer", + "ids": [ + "36#tokudb_basements_fetched_prelocked_range_seconds" + ] + }, + "Tokudb_basements_fetched_target_query": { + "name": "Tokudb_basements_fetched_target_query", + "type": "integer", + "ids": [ + "36#tokudb_basements_fetched_target_query" + ] + }, + "Tokudb_basements_fetched_target_query_bytes": { + "name": "Tokudb_basements_fetched_target_query_bytes", + "ids": [ + "36#tokudb_basements_fetched_target_query_bytes" + ] + }, + "Tokudb_basements_fetched_target_query_seconds": { + "name": "Tokudb_basements_fetched_target_query_seconds", + "type": "integer", + "ids": [ + "36#tokudb_basements_fetched_target_query_seconds" + ] + }, + "Tokudb_broadcase_messages_injected_at_root": { + "name": "Tokudb_broadcase_messages_injected_at_root", + "type": "integer", + "ids": [ + "36#tokudb_broadcase_messages_injected_at_root" + ] + }, + "Tokudb_buffers_decompressed_for_write": { + "name": "Tokudb_buffers_decompressed_for_write", + "type": "integer", + "ids": [ + "36#tokudb_buffers_decompressed_for_write" + ] + }, + "Tokudb_buffers_decompressed_prefetch": { + "name": "Tokudb_buffers_decompressed_prefetch", + "type": "integer", + "ids": [ + "36#tokudb_buffers_decompressed_prefetch" + ] + }, + "Tokudb_buffers_decompressed_prelocked_range": { + "name": "Tokudb_buffers_decompressed_prelocked_range", + "type": "integer", + "ids": [ + "36#tokudb_buffers_decompressed_prelocked_range" + ] + }, + "Tokudb_buffers_decompressed_target_query": { + "name": "Tokudb_buffers_decompressed_target_query", + "type": "integer", + "ids": [ + "36#tokudb_buffers_decompressed_target_query" + ] + }, + "Tokudb_buffers_fetched_for_write": { + "name": "Tokudb_buffers_fetched_for_write", + "type": "integer", + "ids": [ + "36#tokudb_buffers_fetched_for_write" + ] + }, + "Tokudb_buffers_fetched_for_write_bytes": { + "name": "Tokudb_buffers_fetched_for_write_bytes", + "ids": [ + "36#tokudb_buffers_fetched_for_write_bytes" + ] + }, + "Tokudb_buffers_fetched_for_write_seconds": { + "name": "Tokudb_buffers_fetched_for_write_seconds", + "type": "integer", + "ids": [ + "36#tokudb_buffers_fetched_for_write_seconds" + ] + }, + "Tokudb_buffers_fetched_prefetch": { + "name": "Tokudb_buffers_fetched_prefetch", + "type": "integer", + "ids": [ + "36#tokudb_buffers_fetched_prefetch" + ] + }, + "Tokudb_buffers_fetched_prefetch_bytes": { + "name": "Tokudb_buffers_fetched_prefetch_bytes", + "ids": [ + "36#tokudb_buffers_fetched_prefetch_bytes" + ] + }, + "Tokudb_buffers_fetched_prefetch_seconds": { + "name": "Tokudb_buffers_fetched_prefetch_seconds", + "type": "integer", + "ids": [ + "36#tokudb_buffers_fetched_prefetch_seconds" + ] + }, + "Tokudb_buffers_fetched_prelocked_range": { + "name": "Tokudb_buffers_fetched_prelocked_range", + "type": "integer", + "ids": [ + "36#tokudb_buffers_fetched_prelocked_range" + ] + }, + "Tokudb_buffers_fetched_prelocked_range_bytes": { + "name": "Tokudb_buffers_fetched_prelocked_range_bytes", + "ids": [ + "36#tokudb_buffers_fetched_prelocked_range_bytes" + ] + }, + "Tokudb_buffers_fetched_prelocked_range_seconds": { + "name": "Tokudb_buffers_fetched_prelocked_range_seconds", + "type": "integer", + "ids": [ + "36#tokudb_buffers_fetched_prelocked_range_seconds" + ] + }, + "Tokudb_buffers_fetched_target_query": { + "name": "Tokudb_buffers_fetched_target_query", + "type": "integer", + "ids": [ + "36#tokudb_buffers_fetched_target_query" + ] + }, + "Tokudb_buffers_fetched_target_query_bytes": { + "name": "Tokudb_buffers_fetched_target_query_bytes", + "ids": [ + "36#tokudb_buffers_fetched_target_query_bytes" + ] + }, + "Tokudb_buffers_fetched_target_query_seconds": { + "name": "Tokudb_buffers_fetched_target_query_seconds", + "type": "integer", + "ids": [ + "36#tokudb_buffers_fetched_target_query_seconds" + ] + }, + "Tokudb_cachetable_cleaner_executions": { + "name": "Tokudb_cachetable_cleaner_executions", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_cleaner_executions" + ] + }, + "Tokudb_cachetable_cleaner_iterations": { + "name": "Tokudb_cachetable_cleaner_iterations", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_cleaner_iterations" + ] + }, + "Tokudb_cachetable_cleaner_period": { + "name": "Tokudb_cachetable_cleaner_period", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_cleaner_period" + ] + }, + "Tokudb_cachetable_evictions": { + "name": "Tokudb_cachetable_evictions", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_evictions" + ] + }, + "Tokudb_cachetable_long_wait_pressure_count": { + "name": "Tokudb_cachetable_long_wait_pressure_count", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_long_wait_pressure_count" + ] + }, + "Tokudb_cachetable_long_wait_pressure_time": { + "name": "Tokudb_cachetable_long_wait_pressure_time", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_long_wait_pressure_time" + ] + }, + "Tokudb_cachetable_miss": { + "name": "Tokudb_cachetable_miss", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_miss" + ] + }, + "Tokudb_cachetable_miss_time": { + "name": "Tokudb_cachetable_miss_time", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_miss_time" + ] + }, + "Tokudb_cachetable_prefetches": { + "name": "Tokudb_cachetable_prefetches", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_prefetches" + ] + }, + "Tokudb_cachetable_size_cachepressure": { + "name": "Tokudb_cachetable_size_cachepressure", + "type": "byte", + "ids": [ + "36#tokudb_cachetable_size_cachepressure" + ] + }, + "Tokudb_cachetable_size_cloned": { + "name": "Tokudb_cachetable_size_cloned", + "type": "byte", + "ids": [ + "36#tokudb_cachetable_size_cloned" + ] + }, + "Tokudb_cachetable_size_current": { + "name": "Tokudb_cachetable_size_current", + "type": "byte", + "ids": [ + "36#tokudb_cachetable_size_current" + ] + }, + "Tokudb_cachetable_size_leaf": { + "name": "Tokudb_cachetable_size_leaf", + "type": "byte", + "ids": [ + "36#tokudb_cachetable_size_leaf" + ] + }, + "Tokudb_cachetable_size_limit": { + "name": "Tokudb_cachetable_size_limit", + "type": "byte", + "ids": [ + "36#tokudb_cachetable_size_limit" + ] + }, + "Tokudb_cachetable_size_nonleaf": { + "name": "Tokudb_cachetable_size_nonleaf", + "type": "byte", + "ids": [ + "36#tokudb_cachetable_size_nonleaf" + ] + }, + "Tokudb_cachetable_size_rollback": { + "name": "Tokudb_cachetable_size_rollback", + "type": "byte", + "ids": [ + "36#tokudb_cachetable_size_rollback" + ] + }, + "Tokudb_cachetable_size_writing": { + "name": "Tokudb_cachetable_size_writing", + "type": "byte", + "ids": [ + "36#tokudb_cachetable_size_writing" + ] + }, + "Tokudb_cachetable_wait_pressure_count": { + "name": "Tokudb_cachetable_wait_pressure_count", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_wait_pressure_count" + ] + }, + "Tokudb_cachetable_wait_pressure_time": { + "name": "Tokudb_cachetable_wait_pressure_time", + "type": "integer", + "ids": [ + "36#tokudb_cachetable_wait_pressure_time" + ] + }, + "Tokudb_checkpoint_begin_time": { + "name": "Tokudb_checkpoint_begin_time", + "type": "integer", + "ids": [ + "36#tokudb_checkpoint_begin_time" + ] + }, + "Tokudb_checkpoint_duration": { + "name": "Tokudb_checkpoint_duration", + "type": "integer", + "ids": [ + "36#tokudb_checkpoint_duration" + ] + }, + "Tokudb_checkpoint_duration_last": { + "name": "Tokudb_checkpoint_duration_last", + "type": "integer", + "ids": [ + "36#tokudb_checkpoint_duration_last" + ] + }, + "Tokudb_checkpoint_failed": { + "name": "Tokudb_checkpoint_failed", + "type": "integer", + "ids": [ + "36#tokudb_checkpoint_failed" + ] + }, + "Tokudb_checkpoint_last_began": { + "name": "Tokudb_checkpoint_last_began", + "ids": [ + "36#tokudb_checkpoint_last_began" + ] + }, + "Tokudb_checkpoint_last_complete_began": { + "name": "Tokudb_checkpoint_last_complete_began", + "ids": [ + "36#tokudb_checkpoint_last_complete_began" + ] + }, + "Tokudb_checkpoint_last_complete_ended": { + "name": "Tokudb_checkpoint_last_complete_ended", + "ids": [ + "36#tokudb_checkpoint_last_complete_ended" + ] + }, + "Tokudb_checkpoint_long_begin_count": { + "name": "Tokudb_checkpoint_long_begin_count", + "type": "integer", + "ids": [ + "36#tokudb_checkpoint_long_begin_count" + ] + }, + "Tokudb_checkpoint_long_begin_time": { + "name": "Tokudb_checkpoint_long_begin_time", + "type": "integer", + "ids": [ + "36#tokudb_checkpoint_long_begin_time" + ] + }, + "Tokudb_checkpoint_period": { + "name": "Tokudb_checkpoint_period", + "type": "integer", + "ids": [ + "36#tokudb_checkpoint_period" + ] + }, + "Tokudb_checkpoint_taken": { + "name": "Tokudb_checkpoint_taken", + "type": "integer", + "ids": [ + "36#tokudb_checkpoint_taken" + ] + }, + "Tokudb_cursor_skip_deleted_leaf_entry": { + "name": "Tokudb_cursor_skip_deleted_leaf_entry", + "ids": [ + "36#tokudb_cursor_skip_deleted_leaf_entry" + ] + }, + "Tokudb_db_closes": { + "name": "Tokudb_db_closes", + "type": "integer", + "ids": [ + "36#tokudb_db_closes" + ] + }, + "Tokudb_db_open_current": { + "name": "Tokudb_db_open_current", + "type": "integer", + "ids": [ + "36#tokudb_db_open_current" + ] + }, + "Tokudb_db_open_max": { + "name": "Tokudb_db_open_max", + "type": "integer", + "ids": [ + "36#tokudb_db_open_max" + ] + }, + "Tokudb_db_opens": { + "name": "Tokudb_db_opens", + "type": "integer", + "ids": [ + "36#tokudb_db_opens" + ] + }, + "Tokudb_descriptor_set": { + "name": "Tokudb_descriptor_set", + "type": "integer", + "ids": [ + "36#tokudb_descriptor_set" + ] + }, + "Tokudb_dictionary_broadcast_updates": { + "name": "Tokudb_dictionary_broadcast_updates", + "type": "integer", + "ids": [ + "36#tokudb_dictionary_broadcast_updates" + ] + }, + "Tokudb_dictionary_updates": { + "name": "Tokudb_dictionary_updates", + "type": "integer", + "ids": [ + "36#tokudb_dictionary_updates" + ] + }, + "Tokudb_filesystem_fsync_num": { + "name": "Tokudb_filesystem_fsync_num", + "type": "integer", + "ids": [ + "36#tokudb_filesystem_fsync_num" + ] + }, + "Tokudb_filesystem_fsync_time": { + "name": "Tokudb_filesystem_fsync_time", + "type": "integer", + "ids": [ + "36#tokudb_filesystem_fsync_time" + ] + }, + "Tokudb_filesystem_long_fsync_num": { + "name": "Tokudb_filesystem_long_fsync_num", + "type": "integer", + "ids": [ + "36#tokudb_filesystem_long_fsync_num" + ] + }, + "Tokudb_filesystem_long_fsync_time": { + "name": "Tokudb_filesystem_long_fsync_time", + "type": "integer", + "ids": [ + "36#tokudb_filesystem_long_fsync_time" + ] + }, + "Tokudb_filesystem_threads_blocked_by_full_disk": { + "name": "Tokudb_filesystem_threads_blocked_by_full_disk", + "type": "integer", + "ids": [ + "36#tokudb_filesystem_threads_blocked_by_full_disk" + ] + }, + "Tokudb_leaf_compression_to_memory_seconds": { + "name": "Tokudb_leaf_compression_to_memory_seconds", + "type": "integer", + "ids": [ + "36#tokudb_leaf_compression_to_memory_seconds" + ] + }, + "Tokudb_leaf_decompression_to_memory_seconds": { + "name": "Tokudb_leaf_decompression_to_memory_seconds", + "type": "integer", + "ids": [ + "36#tokudb_leaf_decompression_to_memory_seconds" + ] + }, + "Tokudb_leaf_deserialization_to_memory_seconds": { + "name": "Tokudb_leaf_deserialization_to_memory_seconds", + "type": "integer", + "ids": [ + "36#tokudb_leaf_deserialization_to_memory_seconds" + ] + }, + "Tokudb_leaf_node_compression_ratio": { + "name": "Tokudb_leaf_node_compression_ratio", + "ids": [ + "36#tokudb_leaf_node_compression_ratio" + ] + }, + "Tokudb_leaf_node_full_evictions": { + "name": "Tokudb_leaf_node_full_evictions", + "type": "integer", + "ids": [ + "36#tokudb_leaf_node_full_evictions" + ] + }, + "Tokudb_leaf_node_full_evictions_bytes": { + "name": "Tokudb_leaf_node_full_evictions_bytes", + "ids": [ + "36#tokudb_leaf_node_full_evictions_bytes" + ] + }, + "Tokudb_leaf_node_partial_evictions": { + "name": "Tokudb_leaf_node_partial_evictions", + "type": "integer", + "ids": [ + "36#tokudb_leaf_node_partial_evictions" + ] + }, + "Tokudb_leaf_node_partial_evictions_bytes": { + "name": "Tokudb_leaf_node_partial_evictions_bytes", + "ids": [ + "36#tokudb_leaf_node_partial_evictions_bytes" + ] + }, + "Tokudb_leaf_nodes_created": { + "name": "Tokudb_leaf_nodes_created", + "type": "integer", + "ids": [ + "36#tokudb_leaf_nodes_created" + ] + }, + "Tokudb_leaf_nodes_destroyed": { + "name": "Tokudb_leaf_nodes_destroyed", + "type": "integer", + "ids": [ + "36#tokudb_leaf_nodes_destroyed" + ] + }, + "Tokudb_leaf_nodes_flushed_checkpoint": { + "name": "Tokudb_leaf_nodes_flushed_checkpoint", + "type": "integer", + "ids": [ + "36#tokudb_leaf_nodes_flushed_checkpoint" + ] + }, + "Tokudb_leaf_nodes_flushed_checkpoint_bytes": { + "name": "Tokudb_leaf_nodes_flushed_checkpoint_bytes", + "type": "byte", + "ids": [ + "36#tokudb_leaf_nodes_flushed_checkpoint_bytes" + ] + }, + "Tokudb_leaf_nodes_flushed_checkpoint_seconds": { + "name": "Tokudb_leaf_nodes_flushed_checkpoint_seconds", + "type": "integer", + "ids": [ + "36#tokudb_leaf_nodes_flushed_checkpoint_seconds" + ] + }, + "Tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes": { + "name": "Tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes", + "ids": [ + "36#tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes" + ] + }, + "Tokudb_leaf_nodes_flushed_not_checkpoint": { + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint", + "type": "integer", + "ids": [ + "36#tokudb_leaf_nodes_flushed_not_checkpoint" + ] + }, + "Tokudb_leaf_nodes_flushed_not_checkpoint_bytes": { + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint_bytes", + "type": "byte", + "ids": [ + "36#tokudb_leaf_nodes_flushed_not_checkpoint_bytes" + ] + }, + "Tokudb_leaf_nodes_flushed_not_checkpoint_seconds": { + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint_seconds", + "type": "integer", + "ids": [ + "36#tokudb_leaf_nodes_flushed_not_checkpoint_seconds" + ] + }, + "Tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes": { + "name": "Tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes", + "ids": [ + "36#tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes" + ] + }, + "Tokudb_leaf_serialization_to_memory_seconds": { + "name": "Tokudb_leaf_serialization_to_memory_seconds", + "type": "integer", + "ids": [ + "36#tokudb_leaf_serialization_to_memory_seconds" + ] + }, + "Tokudb_loader_num_created": { + "name": "Tokudb_loader_num_created", + "type": "integer", + "ids": [ + "36#tokudb_loader_num_created" + ] + }, + "Tokudb_loader_num_current": { + "name": "Tokudb_loader_num_current", + "type": "integer", + "ids": [ + "36#tokudb_loader_num_current" + ] + }, + "Tokudb_loader_num_max": { + "name": "Tokudb_loader_num_max", + "type": "integer", + "ids": [ + "36#tokudb_loader_num_max" + ] + }, + "Tokudb_locktree_escalation_num": { + "name": "Tokudb_locktree_escalation_num", + "type": "integer", + "ids": [ + "36#tokudb_locktree_escalation_num" + ] + }, + "Tokudb_locktree_escalation_seconds": { + "name": "Tokudb_locktree_escalation_seconds", + "type": "integer", + "ids": [ + "36#tokudb_locktree_escalation_seconds" + ] + }, + "Tokudb_locktree_latest_post_escalation_memory_size": { + "name": "Tokudb_locktree_latest_post_escalation_memory_size", + "type": "byte", + "ids": [ + "36#tokudb_locktree_latest_post_escalation_memory_size" + ] + }, + "Tokudb_locktree_long_wait_count": { + "name": "Tokudb_locktree_long_wait_count", + "type": "integer", + "ids": [ + "36#tokudb_locktree_long_wait_count" + ] + }, + "Tokudb_locktree_long_wait_escalation_count": { + "name": "Tokudb_locktree_long_wait_escalation_count", + "type": "integer", + "ids": [ + "36#tokudb_locktree_long_wait_escalation_count" + ] + }, + "Tokudb_locktree_long_wait_escalation_time": { + "name": "Tokudb_locktree_long_wait_escalation_time", + "type": "integer", + "ids": [ + "36#tokudb_locktree_long_wait_escalation_time" + ] + }, + "Tokudb_locktree_long_wait_time": { + "name": "Tokudb_locktree_long_wait_time", + "type": "integer", + "ids": [ + "36#tokudb_locktree_long_wait_time" + ] + }, + "Tokudb_locktree_memory_size": { + "name": "Tokudb_locktree_memory_size", + "type": "byte", + "ids": [ + "36#tokudb_locktree_memory_size" + ] + }, + "Tokudb_locktree_memory_size_limit": { + "name": "Tokudb_locktree_memory_size_limit", + "type": "byte", + "ids": [ + "36#tokudb_locktree_memory_size_limit" + ] + }, + "Tokudb_locktree_open_current": { + "name": "Tokudb_locktree_open_current", + "type": "integer", + "ids": [ + "36#tokudb_locktree_open_current" + ] + }, + "Tokudb_locktree_pending_lock_requests": { + "name": "Tokudb_locktree_pending_lock_requests", + "type": "integer", + "ids": [ + "36#tokudb_locktree_pending_lock_requests" + ] + }, + "Tokudb_locktree_sto_eligible_num": { + "name": "Tokudb_locktree_sto_eligible_num", + "type": "integer", + "ids": [ + "36#tokudb_locktree_sto_eligible_num" + ] + }, + "Tokudb_locktree_sto_ended_num": { + "name": "Tokudb_locktree_sto_ended_num", + "type": "integer", + "ids": [ + "36#tokudb_locktree_sto_ended_num" + ] + }, + "Tokudb_locktree_sto_ended_seconds": { + "name": "Tokudb_locktree_sto_ended_seconds", + "type": "integer", + "ids": [ + "36#tokudb_locktree_sto_ended_seconds" + ] + }, + "Tokudb_locktree_timeout_count": { + "name": "Tokudb_locktree_timeout_count", + "type": "integer", + "ids": [ + "36#tokudb_locktree_timeout_count" + ] + }, + "Tokudb_locktree_wait_count": { + "name": "Tokudb_locktree_wait_count", + "type": "integer", + "ids": [ + "36#tokudb_locktree_wait_count" + ] + }, + "Tokudb_locktree_wait_escalation_count": { + "name": "Tokudb_locktree_wait_escalation_count", + "type": "integer", + "ids": [ + "36#tokudb_locktree_wait_escalation_count" + ] + }, + "Tokudb_locktree_wait_escalation_time": { + "name": "Tokudb_locktree_wait_escalation_time", + "type": "integer", + "ids": [ + "36#tokudb_locktree_wait_escalation_time" + ] + }, + "Tokudb_locktree_wait_time": { + "name": "Tokudb_locktree_wait_time", + "type": "integer", + "ids": [ + "36#tokudb_locktree_wait_time" + ] + }, + "Tokudb_logger_wait_long": { + "name": "Tokudb_logger_wait_long", + "ids": [ + "36#tokudb_logger_wait_long" + ] + }, + "Tokudb_logger_writes": { + "name": "Tokudb_logger_writes", + "type": "integer", + "ids": [ + "36#tokudb_logger_writes" + ] + }, + "Tokudb_logger_writes_bytes": { + "name": "Tokudb_logger_writes_bytes", + "ids": [ + "36#tokudb_logger_writes_bytes" + ] + }, + "Tokudb_logger_writes_seconds": { + "name": "Tokudb_logger_writes_seconds", + "type": "integer", + "ids": [ + "36#tokudb_logger_writes_seconds" + ] + }, + "Tokudb_logger_writes_uncompressed_bytes": { + "name": "Tokudb_logger_writes_uncompressed_bytes", + "ids": [ + "36#tokudb_logger_writes_uncompressed_bytes" + ] + }, + "Tokudb_mem_estimated_maximum_memory_footprint": { + "name": "Tokudb_mem_estimated_maximum_memory_footprint", + "ids": [ + "36#tokudb_mem_estimated_maximum_memory_footprint" + ] + }, + "Tokudb_messages_flushed_from_h1_to_leaves_bytes": { + "name": "Tokudb_messages_flushed_from_h1_to_leaves_bytes", + "ids": [ + "36#tokudb_messages_flushed_from_h1_to_leaves_bytes" + ] + }, + "Tokudb_messages_ignored_by_leaf_due_to_msn": { + "name": "Tokudb_messages_ignored_by_leaf_due_to_msn", + "type": "integer", + "ids": [ + "36#tokudb_messages_ignored_by_leaf_due_to_msn" + ] + }, + "Tokudb_messages_in_trees_estimate_bytes": { + "name": "Tokudb_messages_in_trees_estimate_bytes", + "ids": [ + "36#tokudb_messages_in_trees_estimate_bytes" + ] + }, + "Tokudb_messages_injected_at_root": { + "name": "Tokudb_messages_injected_at_root", + "type": "integer", + "ids": [ + "36#tokudb_messages_injected_at_root" + ] + }, + "Tokudb_messages_injected_at_root_bytes": { + "name": "Tokudb_messages_injected_at_root_bytes", + "ids": [ + "36#tokudb_messages_injected_at_root_bytes" + ] + }, + "Tokudb_nonleaf_compression_to_memory_seconds": { + "name": "Tokudb_nonleaf_compression_to_memory_seconds", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_compression_to_memory_seconds" + ] + }, + "Tokudb_nonleaf_decompression_to_memory_seconds": { + "name": "Tokudb_nonleaf_decompression_to_memory_seconds", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_decompression_to_memory_seconds" + ] + }, + "Tokudb_nonleaf_deserialization_to_memory_seconds": { + "name": "Tokudb_nonleaf_deserialization_to_memory_seconds", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_deserialization_to_memory_seconds" + ] + }, + "Tokudb_nonleaf_node_compression_ratio": { + "name": "Tokudb_nonleaf_node_compression_ratio", + "ids": [ + "36#tokudb_nonleaf_node_compression_ratio" + ] + }, + "Tokudb_nonleaf_node_full_evictions": { + "name": "Tokudb_nonleaf_node_full_evictions", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_node_full_evictions" + ] + }, + "Tokudb_nonleaf_node_full_evictions_bytes": { + "name": "Tokudb_nonleaf_node_full_evictions_bytes", + "ids": [ + "36#tokudb_nonleaf_node_full_evictions_bytes" + ] + }, + "Tokudb_nonleaf_node_partial_evictions": { + "name": "Tokudb_nonleaf_node_partial_evictions", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_node_partial_evictions" + ] + }, + "Tokudb_nonleaf_node_partial_evictions_bytes": { + "name": "Tokudb_nonleaf_node_partial_evictions_bytes", + "ids": [ + "36#tokudb_nonleaf_node_partial_evictions_bytes" + ] + }, + "Tokudb_nonleaf_nodes_created": { + "name": "Tokudb_nonleaf_nodes_created", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_nodes_created" + ] + }, + "Tokudb_nonleaf_nodes_destroyed": { + "name": "Tokudb_nonleaf_nodes_destroyed", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_nodes_destroyed" + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_nodes_flushed_to_disk_checkpoint" + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes", + "type": "byte", + "ids": [ + "36#tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes" + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds" + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes", + "ids": [ + "36#tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes" + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint" + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes", + "type": "byte", + "ids": [ + "36#tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes" + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds" + ] + }, + "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes": { + "name": "Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes", + "ids": [ + "36#tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes" + ] + }, + "Tokudb_nonleaf_serialization_to_memory_seconds": { + "name": "Tokudb_nonleaf_serialization_to_memory_seconds", + "type": "integer", + "ids": [ + "36#tokudb_nonleaf_serialization_to_memory_seconds" + ] + }, + "Tokudb_overall_node_compression_ratio": { + "name": "Tokudb_overall_node_compression_ratio", + "ids": [ + "36#tokudb_overall_node_compression_ratio" + ] + }, + "Tokudb_pivots_fetched_for_query": { + "name": "Tokudb_pivots_fetched_for_query", + "type": "integer", + "ids": [ + "36#tokudb_pivots_fetched_for_query" + ] + }, + "Tokudb_pivots_fetched_for_query_bytes": { + "name": "Tokudb_pivots_fetched_for_query_bytes", + "type": "byte", + "ids": [ + "36#tokudb_pivots_fetched_for_query_bytes" + ] + }, + "Tokudb_pivots_fetched_for_query_seconds": { + "name": "Tokudb_pivots_fetched_for_query_seconds", + "type": "integer", + "ids": [ + "36#tokudb_pivots_fetched_for_query_seconds" + ] + }, + "Tokudb_pivots_fetched_for_prefetch": { + "name": "Tokudb_pivots_fetched_for_prefetch", + "type": "integer", + "ids": [ + "36#tokudb_pivots_fetched_for_prefetch" + ] + }, + "Tokudb_pivots_fetched_for_prefetch_bytes": { + "name": "Tokudb_pivots_fetched_for_prefetch_bytes", + "type": "byte", + "ids": [ + "36#tokudb_pivots_fetched_for_prefetch_bytes" + ] + }, + "Tokudb_pivots_fetched_for_prefetch_seconds": { + "name": "Tokudb_pivots_fetched_for_prefetch_seconds", + "type": "integer", + "ids": [ + "36#tokudb_pivots_fetched_for_prefetch_seconds" + ] + }, + "Tokudb_pivots_fetched_for_write": { + "name": "Tokudb_pivots_fetched_for_write", + "type": "integer", + "ids": [ + "36#tokudb_pivots_fetched_for_write" + ] + }, + "Tokudb_pivots_fetched_for_write_bytes": { + "name": "Tokudb_pivots_fetched_for_write_bytes", + "type": "byte", + "ids": [ + "36#tokudb_pivots_fetched_for_write_bytes" + ] + }, + "Tokudb_pivots_fetched_for_write_seconds": { + "name": "Tokudb_pivots_fetched_for_write_seconds", + "type": "integer", + "ids": [ + "36#tokudb_pivots_fetched_for_write_seconds" + ] + }, + "Tokudb_promotion_h1_roots_injected_into": { + "name": "Tokudb_promotion_h1_roots_injected_into", + "type": "integer", + "ids": [ + "36#tokudb_promotion_h1_roots_injected_into" + ] + }, + "Tokudb_promotion_injections_at_depth_0": { + "name": "Tokudb_promotion_injections_at_depth_0", + "type": "integer", + "ids": [ + "36#tokudb_promotion_injections_at_depth_0" + ] + }, + "Tokudb_promotion_injections_at_depth_1": { + "name": "Tokudb_promotion_injections_at_depth_1", + "type": "integer", + "ids": [ + "36#tokudb_promotion_injections_at_depth_1" + ] + }, + "Tokudb_promotion_injections_at_depth_2": { + "name": "Tokudb_promotion_injections_at_depth_2", + "type": "integer", + "ids": [ + "36#tokudb_promotion_injections_at_depth_2" + ] + }, + "Tokudb_promotion_injections_at_depth_3": { + "name": "Tokudb_promotion_injections_at_depth_3", + "type": "integer", + "ids": [ + "36#tokudb_promotion_injections_at_depth_3" + ] + }, + "Tokudb_promotion_injections_lower_than_depth_3": { + "name": "Tokudb_promotion_injections_lower_than_depth_3", + "type": "integer", + "ids": [ + "36#tokudb_promotion_injections_lower_than_depth_3" + ] + }, + "Tokudb_promotion_leaf_roots_injected_into": { + "name": "Tokudb_promotion_leaf_roots_injected_into", + "type": "integer", + "ids": [ + "36#tokudb_promotion_leaf_roots_injected_into" + ] + }, + "Tokudb_promotion_roots_split": { + "name": "Tokudb_promotion_roots_split", + "type": "integer", + "ids": [ + "36#tokudb_promotion_roots_split" + ] + }, + "Tokudb_promotion_stopped_after_locking_child": { + "name": "Tokudb_promotion_stopped_after_locking_child", + "type": "integer", + "ids": [ + "36#tokudb_promotion_stopped_after_locking_child" + ] + }, + "Tokudb_promotion_stopped_at_height_1": { + "name": "Tokudb_promotion_stopped_at_height_1", + "type": "integer", + "ids": [ + "36#tokudb_promotion_stopped_at_height_1" + ] + }, + "Tokudb_promotion_stopped_child_locked_or_not_in_memory": { + "name": "Tokudb_promotion_stopped_child_locked_or_not_in_memory", + "type": "integer", + "ids": [ + "36#tokudb_promotion_stopped_child_locked_or_not_in_memory" + ] + }, + "Tokudb_promotion_stopped_child_not_fully_in_memory": { + "name": "Tokudb_promotion_stopped_child_not_fully_in_memory", + "type": "integer", + "ids": [ + "36#tokudb_promotion_stopped_child_not_fully_in_memory" + ] + }, + "Tokudb_promotion_stopped_nonempty_buffer": { + "name": "Tokudb_promotion_stopped_nonempty_buffer", + "type": "integer", + "ids": [ + "36#tokudb_promotion_stopped_nonempty_buffer" + ] + }, + "Tokudb_txn_aborts": { + "name": "Tokudb_txn_aborts", + "type": "integer", + "ids": [ + "36#tokudb_txn_aborts" + ] + }, + "Tokudb_txn_begin": { + "name": "Tokudb_txn_begin", + "type": "integer", + "ids": [ + "36#tokudb_txn_begin" + ] + }, + "Tokudb_txn_begin_read_only": { + "name": "Tokudb_txn_begin_read_only", + "type": "integer", + "ids": [ + "36#tokudb_txn_begin_read_only" + ] + }, + "Tokudb_txn_commits": { + "name": "Tokudb_txn_commits", + "type": "integer", + "ids": [ + "36#tokudb_txn_commits" + ] + }, + "tokudb_alter_print_error": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_alter_print_error", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "38#tokudb_alter_print_error" + ] + }, + "tokudb_analyze_time": { + "default": "5", + "dynamic": true, + "name": "tokudb_analyze_time", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_analyze_time" + ] + }, + "tokudb_block_size": { + "default": "4194304 (4MB)", + "dynamic": true, + "name": "tokudb_block_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_block_size" + ] + }, + "tokudb_bulk_fetch": { + "default": "ON", + "dynamic": true, + "name": "tokudb_bulk_fetch", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_bulk_fetch" + ] + }, + "tokudb_cache_size": { + "default": "Half of the total system memory", + "dynamic": false, + "name": "tokudb_cache_size", + "type": "integer", + "ids": [ + "37#tokudb_cache_size" + ] + }, + "tokudb_check_jemalloc": { + "default": "1", + "dynamic": true, + "name": "tokudb_check_jemalloc", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "1" + ], + "ids": [ + "37#tokudb_check_jemalloc" + ] + }, + "tokudb_checkpoint_lock": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_checkpoint_lock", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_checkpoint_lock" + ] + }, + "tokudb_checkpoint_on_flush_logs": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_checkpoint_on_flush_logs", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "37#tokudb_checkpoint_on_flush_logs" + ] + }, + "tokudb_checkpointing_period": { + "default": "60", + "dynamic": true, + "name": "tokudb_checkpointing_period", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "37#tokudb_checkpointing_period" + ] + }, + "tokudb_cleaner_iterations": { + "default": "5", + "dynamic": true, + "name": "tokudb_cleaner_iterations", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "37#tokudb_cleaner_iterations" + ] + }, + "tokudb_cleaner_period": { + "default": "1", + "dynamic": true, + "name": "tokudb_cleaner_period", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "37#tokudb_cleaner_period" + ] + }, + "tokudb_commit_sync": { + "default": "ON", + "dynamic": true, + "name": "tokudb_commit_sync", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_commit_sync" + ] + }, + "tokudb_create_index_online": { + "default": "ON", + "dynamic": true, + "name": "tokudb_create_index_online", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_create_index_online" + ] + }, + "tokudb_data_dir": { + "default": "Empty (the MariaDB datadir is used)", + "dynamic": false, + "name": "tokudb_data_dir", + "type": "string", + "ids": [ + "37#tokudb_data_dir" + ] + }, + "tokudb_debug": { + "default": "0", + "dynamic": true, + "name": "tokudb_debug", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "37#tokudb_debug" + ] + }, + "tokudb_directio": { + "default": "OFF", + "dynamic": false, + "name": "tokudb_directio", + "type": "boolean", + "ids": [ + "37#tokudb_directio" + ] + }, + "tokudb_disable_hot_alter": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_disable_hot_alter", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_disable_hot_alter" + ] + }, + "tokudb_disable_prefetching": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_disable_prefetching", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_disable_prefetching" + ] + }, + "tokudb_disable_slow_alter": { + "default": "OFF", + "dynamic": true, + "name": "tokudb_disable_slow_alter", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_disable_slow_alter" + ] + }, + "tokudb_empty_scan": { + "default": "rl", + "dynamic": true, + "name": "tokudb_empty_scan", + "scope": [ + "global", + "session" + ], + "validValues": [ + "lr", + "rl", + "disabled" + ], + "ids": [ + "37#tokudb_empty_scan" + ] + }, + "tokudb_fs_reserve_percent": { + "default": "5", + "dynamic": false, + "name": "tokudb_fs_reserve_percent", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "37#tokudb_fs_reserve_percent" + ] + }, + "tokudb_fsync_log_period": { + "default": "0", + "dynamic": true, + "name": "tokudb_fsync_log_period", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_fsync_log_period" + ] + }, + "tokudb_hide_default_row_format": { + "default": "ON", + "dynamic": true, + "name": "tokudb_hide_default_row_format", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_hide_default_row_format" + ] + }, + "tokudb_killed_time": { + "default": "4000", + "dynamic": true, + "name": "tokudb_killed_time", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_killed_time" + ] + }, + "tokudb_last_lock_timeout": { + "default": "Empty", + "dynamic": true, + "name": "tokudb_last_lock_timeout", + "scope": [ + "global", + "session" + ], + "ids": [ + "37#tokudb_last_lock_timeout" + ] + }, + "tokudb_load_save_space": { + "default": "ON", + "dynamic": true, + "name": "tokudb_load_save_space", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_load_save_space" + ] + }, + "tokudb_loader_memory_size": { + "default": "100000000 (100M)", + "dynamic": true, + "name": "tokudb_loader_memory_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_loader_memory_size" + ] + }, + "tokudb_lock_timeout": { + "default": "4000 (4 seconds)", + "dynamic": true, + "name": "tokudb_lock_timeout", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_lock_timeout" + ] + }, + "tokudb_lock_timeout_debug": { + "default": "1", + "dynamic": true, + "name": "tokudb_lock_timeout_debug", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_lock_timeout_debug" + ] + }, + "tokudb_log_dir": { + "default": "Empty (the MariaDB datadir is used)", + "dynamic": false, + "name": "tokudb_log_dir", + "type": "string", + "ids": [ + "37#tokudb_log_dir" + ] + }, + "tokudb_max_lock_memory": { + "default": "130653952", + "dynamic": false, + "name": "tokudb_max_lock_memory", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_max_lock_memory" + ] + }, + "tokudb_optimize_index_fraction": { + "default": "1.000000", + "dynamic": true, + "name": "tokudb_optimize_index_fraction", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_optimize_index_fraction" + ] + }, + "tokudb_optimize_index_name": { + "default": "None", + "dynamic": true, + "name": "tokudb_optimize_index_name", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "37#tokudb_optimize_index_name" + ] + }, + "tokudb_optimize_throttle": { + "default": "0", + "dynamic": true, + "name": "tokudb_optimize_throttle", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_optimize_throttle" + ] + }, + "tokudb_pk_insert_mode": { + "default": "1", + "dynamic": true, + "name": "tokudb_pk_insert_mode", + "scope": [ + "global", + "session" + ], + "validValues": [ + "0", + "1", + "2" + ], + "ids": [ + "37#tokudb_pk_insert_mode" + ] + }, + "tokudb_prelock_empty": { + "default": "ON", + "dynamic": true, + "name": "tokudb_prelock_empty", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_prelock_empty" + ] + }, + "tokudb_read_block_size": { + "default": "65536 (64KB)", + "dynamic": true, + "name": "tokudb_read_block_size", + "range": { + "from": 4096, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_read_block_size" + ] + }, + "tokudb_read_buf_size": { + "default": "131072 (128KB)", + "dynamic": true, + "name": "tokudb_read_buf_size", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_read_buf_size" + ] + }, + "tokudb_read_status_frequency": { + "default": "10000", + "dynamic": true, + "name": "tokudb_read_status_frequency", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "37#tokudb_read_status_frequency" + ] + }, + "tokudb_row_format": { + "default": "tokudb_zlib", + "dynamic": true, + "name": "tokudb_row_format", + "scope": [ + "global", + "session" + ], + "validValues": [ + "tokudb_default", + "tokudb_fast", + "tokudb_small", + "tokudb_zlib", + "tokudb_quicklz", + "tokudb_lzma", + "tokudb_uncompressed" + ], + "ids": [ + "37#tokudb_row_format" + ] + }, + "tokudb_rpl_check_readonly": { + "default": "ON", + "dynamic": true, + "name": "tokudb_rpl_check_readonly", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_rpl_check_readonly" + ] + }, + "tokudb_rpl_lookup_rows": { + "default": "ON", + "dynamic": true, + "name": "tokudb_rpl_lookup_rows", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_rpl_lookup_rows" + ] + }, + "tokudb_rpl_lookup_rows_delay": { + "default": "0", + "dynamic": true, + "name": "tokudb_rpl_lookup_rows_delay", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_rpl_lookup_rows_delay" + ] + }, + "tokudb_rpl_unique_checks": { + "default": "ON", + "dynamic": true, + "name": "tokudb_rpl_unique_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_rpl_unique_checks" + ] + }, + "tokudb_rpl_unique_checks_delay": { + "default": "0", + "dynamic": true, + "name": "tokudb_rpl_unique_checks_delay", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "37#tokudb_rpl_unique_checks_delay" + ] + }, + "tokudb_support_xa": { + "default": "ON", + "dynamic": true, + "name": "tokudb_support_xa", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "37#tokudb_support_xa" + ] + }, + "tokudb_tmp_dir": { + "default": "Empty (the MariaDB datadir is used)", + "dynamic": false, + "name": "tokudb_tmp_dir", + "type": "directory name", + "ids": [ + "37#tokudb_tmp_dir" + ] + }, + "tokudb_version": { + "dynamic": false, + "name": "tokudb_version", + "type": "string", + "ids": [ + "37#tokudb_version" + ] + }, + "tokudb_write_status_frequency": { + "default": "1000", + "dynamic": true, + "name": "tokudb_write_status_frequency", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "37#tokudb_write_status_frequency" + ] + }, + "system_versioning_alter_history": { + "cli": "--system-versioning-alter-history=value", + "default": "ERROR", + "dynamic": true, + "name": "system_versioning_alter_history", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ERROR", + "KEEP" + ], + "ids": [ + "39#system_versioning_alter_history" + ] + }, + "system_versioning_asof": { + "default": "DEFAULT", + "dynamic": true, + "name": "system_versioning_asof", + "scope": [ + "global", + "session" + ], + "ids": [ + "38#system_versioning_asof" + ] + }, + "system_versioning_innodb_algorithm_simple": { + "cli": "--system-versioning-innodb-algorithm-simple[={0|1}]", + "default": "ON", + "dynamic": true, + "name": "system_versioning_innodb_algorithm_simple", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "38#system_versioning_innodb_algorithm_simple" + ] + }, + "Innodb_adaptive_hash_cells": { + "name": "Innodb_adaptive_hash_cells", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_adaptive_hash_cells" + ] + }, + "Innodb_adaptive_hash_hash_searches": { + "name": "Innodb_adaptive_hash_hash_searches", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_adaptive_hash_hash_searches" + ] + }, + "Innodb_adaptive_hash_heap_buffers": { + "name": "Innodb_adaptive_hash_heap_buffers", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_adaptive_hash_heap_buffers" + ] + }, + "Innodb_adaptive_hash_non_hash_searches": { + "name": "Innodb_adaptive_hash_non_hash_searches", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_adaptive_hash_non_hash_searches" + ] + }, + "Innodb_available_undo_logs": { + "name": "Innodb_available_undo_logs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_available_undo_logs" + ] + }, + "Innodb_background_log_sync": { + "name": "Innodb_background_log_sync", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_background_log_sync" + ] + }, + "Innodb_buffer_pool_bytes_data": { + "name": "Innodb_buffer_pool_bytes_data", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_bytes_data" + ] + }, + "Innodb_buffer_pool_bytes_dirty": { + "name": "Innodb_buffer_pool_bytes_dirty", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_bytes_dirty" + ] + }, + "Innodb_buffer_pool_dump_status": { + "name": "Innodb_buffer_pool_dump_status", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "39#innodb_buffer_pool_dump_status" + ] + }, + "Innodb_buffer_pool_load_incomplete": { + "name": "Innodb_buffer_pool_load_incomplete", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "39#innodb_buffer_pool_load_incomplete" + ] + }, + "Innodb_buffer_pool_load_status": { + "name": "Innodb_buffer_pool_load_status", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "39#innodb_buffer_pool_load_status" + ] + }, + "Innodb_buffer_pool_pages_data": { + "name": "Innodb_buffer_pool_pages_data", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_pages_data" + ] + }, + "Innodb_buffer_pool_pages_dirty": { + "name": "Innodb_buffer_pool_pages_dirty", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_pages_dirty" + ] + }, + "Innodb_buffer_pool_pages_flushed": { + "name": "Innodb_buffer_pool_pages_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_pages_flushed" + ] + }, + "Innodb_buffer_pool_pages_LRU_flushed": { + "name": "Innodb_buffer_pool_pages_LRU_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_pages_lru_flushed" + ] + }, + "Innodb_buffer_pool_pages_free": { + "name": "Innodb_buffer_pool_pages_free", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_pages_free" + ] + }, + "Innodb_buffer_pool_pages_made_not_young": { + "name": "Innodb_buffer_pool_pages_made_not_young", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_pages_made_not_young" + ] + }, + "Innodb_buffer_pool_pages_made_young": { + "name": "Innodb_buffer_pool_pages_made_young", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_pages_made_young" + ] + }, + "Innodb_buffer_pool_pages_misc": { + "name": "Innodb_buffer_pool_pages_misc", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_pages_misc" + ] + }, + "Innodb_buffer_pool_pages_old": { + "name": "Innodb_buffer_pool_pages_old", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_pages_old" + ] + }, + "Innodb_buffer_pool_pages_total": { + "name": "Innodb_buffer_pool_pages_total", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_pages_total" + ] + }, + "Innodb_buffer_pool_read_ahead": { + "name": "Innodb_buffer_pool_read_ahead", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_read_ahead" + ] + }, + "Innodb_buffer_pool_read_ahead_evicted": { + "name": "Innodb_buffer_pool_read_ahead_evicted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_read_ahead_evicted" + ] + }, + "Innodb_buffer_pool_read_ahead_rnd": { + "name": "Innodb_buffer_pool_read_ahead_rnd", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_read_ahead_rnd" + ] + }, + "Innodb_buffer_pool_read_requests": { + "name": "Innodb_buffer_pool_read_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_read_requests" + ] + }, + "Innodb_buffer_pool_reads": { + "name": "Innodb_buffer_pool_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_reads" + ] + }, + "Innodb_buffer_pool_resize_status": { + "name": "Innodb_buffer_pool_resize_status", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_resize_status" + ] + }, + "Innodb_buffer_pool_wait_free": { + "name": "Innodb_buffer_pool_wait_free", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_wait_free" + ] + }, + "Innodb_buffer_pool_write_requests": { + "name": "Innodb_buffer_pool_write_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_buffer_pool_write_requests" + ] + }, + "Innodb_checkpoint_age": { + "name": "Innodb_checkpoint_age", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_checkpoint_age" + ] + }, + "Innodb_checkpoint_max_age": { + "name": "Innodb_checkpoint_max_age", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_checkpoint_max_age" + ] + }, + "Innodb_checkpoint_target_age": { + "name": "Innodb_checkpoint_target_age", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_checkpoint_target_age" + ] + }, + "Innodb_current_row_locks": { + "name": "Innodb_current_row_locks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_current_row_locks" + ] + }, + "Innodb_data_fsyncs": { + "name": "Innodb_data_fsyncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_data_fsyncs" + ] + }, + "Innodb_data_pending_fsyncs": { + "name": "Innodb_data_pending_fsyncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_data_pending_fsyncs" + ] + }, + "Innodb_data_pending_reads": { + "name": "Innodb_data_pending_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_data_pending_reads" + ] + }, + "Innodb_data_pending_writes": { + "name": "Innodb_data_pending_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_data_pending_writes" + ] + }, + "Innodb_data_read": { + "name": "Innodb_data_read", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_data_read" + ] + }, + "Innodb_data_reads": { + "name": "Innodb_data_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_data_reads" + ] + }, + "Innodb_data_writes": { + "name": "Innodb_data_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_data_writes" + ] + }, + "Innodb_data_written": { + "name": "Innodb_data_written", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_data_written" + ] + }, + "Innodb_dblwr_pages_written": { + "name": "Innodb_dblwr_pages_written", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_dblwr_pages_written" + ] + }, + "Innodb_dblwr_writes": { + "name": "Innodb_dblwr_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_dblwr_writes" + ] + }, + "Innodb_deadlocks": { + "name": "Innodb_deadlocks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_deadlocks" + ] + }, + "Innodb_defragment_compression_failures": { + "name": "Innodb_defragment_compression_failures", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_defragment_compression_failures" + ] + }, + "Innodb_defragment_count": { + "name": "Innodb_defragment_count", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_defragment_count" + ] + }, + "Innodb_defragment_failures": { + "name": "Innodb_defragment_failures", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_defragment_failures" + ] + }, + "Innodb_dict_tables": { + "name": "Innodb_dict_tables", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_dict_tables" + ] + }, + "Innodb_encryption_n_merge_blocks_decrypted": { + "name": "Innodb_encryption_n_merge_blocks_decrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_encryption_n_merge_blocks_decrypted" + ] + }, + "Innodb_encryption_n_merge_blocks_encrypted": { + "name": "Innodb_encryption_n_merge_blocks_encrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_encryption_n_merge_blocks_encrypted" + ] + }, + "Innodb_encryption_n_rowlog_blocks_decrypted": { + "name": "Innodb_encryption_n_rowlog_blocks_decrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_encryption_n_rowlog_blocks_decrypted" + ] + }, + "Innodb_encryption_n_rowlog_blocks_encrypted": { + "name": "Innodb_encryption_n_rowlog_blocks_encrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_encryption_n_rowlog_blocks_encrypted" + ] + }, + "Innodb_encryption_num_key_requests": { + "name": "Innodb_encryption_num_key_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_encryption_num_key_requests" + ] + }, + "Innodb_encryption_rotation_estimated_iops": { + "name": "Innodb_encryption_rotation_estimated_iops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_encryption_rotation_estimated_iops" + ] + }, + "Innodb_encryption_rotation_pages_flushed": { + "name": "Innodb_encryption_rotation_pages_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_encryption_rotation_pages_flushed" + ] + }, + "Innodb_encryption_rotation_pages_modified": { + "name": "Innodb_encryption_rotation_pages_modified", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_encryption_rotation_pages_modified" + ] + }, + "Innodb_encryption_rotation_pages_read_from_cache": { + "name": "Innodb_encryption_rotation_pages_read_from_cache", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_encryption_rotation_pages_read_from_cache" + ] + }, + "Innodb_encryption_rotation_pages_read_from_disk": { + "name": "Innodb_encryption_rotation_pages_read_from_disk", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_encryption_rotation_pages_read_from_disk" + ] + }, + "Innodb_have_atomic_builtins": { + "name": "Innodb_have_atomic_builtins", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "39#innodb_have_atomic_builtins" + ] + }, + "Innodb_have_bzip2": { + "name": "Innodb_have_bzip2", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "39#innodb_have_bzip2" + ] + }, + "Innodb_have_lz4": { + "name": "Innodb_have_lz4", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "39#innodb_have_lz4" + ] + }, + "Innodb_have_lzma": { + "name": "Innodb_have_lzma", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "39#innodb_have_lzma" + ] + }, + "Innodb_have_lzo": { + "name": "Innodb_have_lzo", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "39#innodb_have_lzo" + ] + }, + "Innodb_have_punch_hole": { + "name": "Innodb_have_punch_hole", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_have_punch_hole" + ] + }, + "Innodb_have_snappy": { + "name": "Innodb_have_snappy", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "39#innodb_have_snappy" + ] + }, + "Innodb_history_list_length": { + "name": "Innodb_history_list_length", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_history_list_length" + ] + }, + "Innodb_ibuf_discarded_delete_marks": { + "name": "Innodb_ibuf_discarded_delete_marks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_ibuf_discarded_delete_marks" + ] + }, + "Innodb_ibuf_discarded_deletes": { + "name": "Innodb_ibuf_discarded_deletes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_ibuf_discarded_deletes" + ] + }, + "Innodb_ibuf_discarded_inserts": { + "name": "Innodb_ibuf_discarded_inserts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_ibuf_discarded_inserts" + ] + }, + "Innodb_ibuf_free_list": { + "name": "Innodb_ibuf_free_list", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_ibuf_free_list" + ] + }, + "Innodb_ibuf_merged_delete_marks": { + "name": "Innodb_ibuf_merged_delete_marks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_ibuf_merged_delete_marks" + ] + }, + "Innodb_ibuf_merged_deletes": { + "name": "Innodb_ibuf_merged_deletes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_ibuf_merged_deletes" + ] + }, + "Innodb_ibuf_merged_inserts": { + "name": "Innodb_ibuf_merged_inserts", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_ibuf_merged_inserts" + ] + }, + "Innodb_ibuf_merges": { + "name": "Innodb_ibuf_merges", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_ibuf_merges" + ] + }, + "Innodb_ibuf_segment_size": { + "name": "Innodb_ibuf_segment_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_ibuf_segment_size" + ] + }, + "Innodb_ibuf_size": { + "name": "Innodb_ibuf_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_ibuf_size" + ] + }, + "Innodb_instant_alter_column": { + "name": "Innodb_instant_alter_column", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_instant_alter_column" + ] + }, + "Innodb_log_waits": { + "name": "Innodb_log_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_log_waits" + ] + }, + "Innodb_log_write_requests": { + "name": "Innodb_log_write_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_log_write_requests" + ] + }, + "Innodb_log_writes": { + "name": "Innodb_log_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_log_writes" + ] + }, + "Innodb_lsn_current": { + "name": "Innodb_lsn_current", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_lsn_current" + ] + }, + "Innodb_lsn_flushed": { + "name": "Innodb_lsn_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_lsn_flushed" + ] + }, + "Innodb_lsn_last_checkpoint": { + "name": "Innodb_lsn_last_checkpoint", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_lsn_last_checkpoint" + ] + }, + "Innodb_master_thread_1_second_loops": { + "name": "Innodb_master_thread_1_second_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_master_thread_1_second_loops" + ] + }, + "Innodb_master_thread_10_second_loops": { + "name": "Innodb_master_thread_10_second_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_master_thread_10_second_loops" + ] + }, + "Innodb_master_thread_active_loops": { + "name": "Innodb_master_thread_active_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_master_thread_active_loops" + ] + }, + "Innodb_master_thread_background_loops": { + "name": "Innodb_master_thread_background_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_master_thread_background_loops" + ] + }, + "Innodb_master_thread_idle_loops": { + "name": "Innodb_master_thread_idle_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_master_thread_idle_loops" + ] + }, + "Innodb_master_thread_main_flush_loops": { + "name": "Innodb_master_thread_main_flush_loops", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_master_thread_main_flush_loops" + ] + }, + "Innodb_master_thread_sleeps": { + "name": "Innodb_master_thread_sleeps", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_master_thread_sleeps" + ] + }, + "Innodb_max_trx_id": { + "name": "Innodb_max_trx_id", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_max_trx_id" + ] + }, + "Innodb_mem_adaptive_hash": { + "name": "Innodb_mem_adaptive_hash", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_mem_adaptive_hash" + ] + }, + "Innodb_mem_dictionary": { + "name": "Innodb_mem_dictionary", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_mem_dictionary" + ] + }, + "Innodb_mem_total": { + "name": "Innodb_mem_total", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_mem_total" + ] + }, + "Innodb_mutex_os_waits": { + "name": "Innodb_mutex_os_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_mutex_os_waits" + ] + }, + "Innodb_mutex_spin_rounds": { + "name": "Innodb_mutex_spin_rounds", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_mutex_spin_rounds" + ] + }, + "Innodb_mutex_spin_waits": { + "name": "Innodb_mutex_spin_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_mutex_spin_waits" + ] + }, + "Innodb_num_index_pages_written": { + "name": "Innodb_num_index_pages_written", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_num_index_pages_written" + ] + }, + "Innodb_num_non_index_pages_written": { + "name": "Innodb_num_non_index_pages_written", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_num_non_index_pages_written" + ] + }, + "Innodb_num_open_files": { + "name": "Innodb_num_open_files", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_num_open_files" + ] + }, + "Innodb_num_page_compressed_trim_op": { + "name": "Innodb_num_page_compressed_trim_op", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_num_page_compressed_trim_op" + ] + }, + "Innodb_num_page_compressed_trim_op_saved": { + "name": "Innodb_num_page_compressed_trim_op_saved", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_num_page_compressed_trim_op_saved" + ] + }, + "Innodb_num_pages_decrypted": { + "name": "Innodb_num_pages_decrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_num_pages_decrypted" + ] + }, + "Innodb_num_pages_encrypted": { + "name": "Innodb_num_pages_encrypted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_num_pages_encrypted" + ] + }, + "Innodb_num_pages_page_compressed": { + "name": "Innodb_num_pages_page_compressed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_num_pages_page_compressed" + ] + }, + "Innodb_num_pages_page_compression_error": { + "name": "Innodb_num_pages_page_compression_error", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_num_pages_page_compression_error" + ] + }, + "Innodb_num_pages_page_decompressed": { + "name": "Innodb_num_pages_page_decompressed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_num_pages_page_decompressed" + ] + }, + "Innodb_num_pages_page_encryption_error": { + "name": "Innodb_num_pages_page_encryption_error", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_num_pages_page_encryption_error" + ] + }, + "Innodb_oldest_view_low_limit_trx_id": { + "name": "Innodb_oldest_view_low_limit_trx_id", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_oldest_view_low_limit_trx_id" + ] + }, + "Innodb_onlineddl_pct_progress": { + "name": "Innodb_onlineddl_pct_progress", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_onlineddl_pct_progress" + ] + }, + "Innodb_onlineddl_rowlog_pct_used": { + "name": "Innodb_onlineddl_rowlog_pct_used", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_onlineddl_rowlog_pct_used" + ] + }, + "Innodb_onlineddl_rowlog_rows": { + "name": "Innodb_onlineddl_rowlog_rows", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_onlineddl_rowlog_rows" + ] + }, + "Innodb_os_log_fsyncs": { + "name": "Innodb_os_log_fsyncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_os_log_fsyncs" + ] + }, + "Innodb_os_log_pending_fsyncs": { + "name": "Innodb_os_log_pending_fsyncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_os_log_pending_fsyncs" + ] + }, + "Innodb_os_log_pending_writes": { + "name": "Innodb_os_log_pending_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_os_log_pending_writes" + ] + }, + "Innodb_os_log_written": { + "name": "Innodb_os_log_written", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_os_log_written" + ] + }, + "Innodb_page_compression_saved": { + "name": "Innodb_page_compression_saved", + "scope": [], + "type": "byte", + "ids": [ + "39#innodb_page_compression_saved" + ] + }, + "Innodb_page_compression_trim_sect512": { + "name": "Innodb_page_compression_trim_sect512", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_page_compression_trim_sect512" + ] + }, + "Innodb_page_compression_trim_sect1024": { + "name": "Innodb_page_compression_trim_sect1024", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_page_compression_trim_sect1024" + ] + }, + "Innodb_page_compression_trim_sect2048": { + "name": "Innodb_page_compression_trim_sect2048", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_page_compression_trim_sect2048" + ] + }, + "Innodb_page_compression_trim_sect4096": { + "name": "Innodb_page_compression_trim_sect4096", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_page_compression_trim_sect4096" + ] + }, + "Innodb_page_compression_trim_sect8192": { + "name": "Innodb_page_compression_trim_sect8192", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_page_compression_trim_sect8192" + ] + }, + "Innodb_page_compression_trim_sect16384": { + "name": "Innodb_page_compression_trim_sect16384", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_page_compression_trim_sect16384" + ] + }, + "Innodb_page_compression_trim_sect32768": { + "name": "Innodb_page_compression_trim_sect32768", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_page_compression_trim_sect32768" + ] + }, + "Innodb_page_size": { + "name": "Innodb_page_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_page_size" + ] + }, + "Innodb_pages_created": { + "name": "Innodb_pages_created", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_pages_created" + ] + }, + "Innodb_pages_read": { + "name": "Innodb_pages_read", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_pages_read" + ] + }, + "Innodb_pages0_read": { + "name": "Innodb_pages0_read", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_pages0_read" + ] + }, + "Innodb_pages_written": { + "name": "Innodb_pages_written", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_pages_written" + ] + }, + "Innodb_purge_trx_id": { + "name": "Innodb_purge_trx_id", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_purge_trx_id" + ] + }, + "Innodb_purge_undo_no": { + "name": "Innodb_purge_undo_no", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_purge_undo_no" + ] + }, + "Innodb_read_views_memory": { + "name": "Innodb_read_views_memory", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_read_views_memory" + ] + }, + "Innodb_row_lock_current_waits": { + "name": "Innodb_row_lock_current_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_row_lock_current_waits" + ] + }, + "Innodb_row_lock_numbers": { + "name": "Innodb_row_lock_numbers", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_row_lock_numbers" + ] + }, + "Innodb_row_lock_time": { + "name": "Innodb_row_lock_time", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_row_lock_time" + ] + }, + "Innodb_row_lock_time_avg": { + "name": "Innodb_row_lock_time_avg", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_row_lock_time_avg" + ] + }, + "Innodb_row_lock_time_max": { + "name": "Innodb_row_lock_time_max", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_row_lock_time_max" + ] + }, + "Innodb_row_lock_time_waits": { + "name": "Innodb_row_lock_time_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_row_lock_time_waits" + ] + }, + "Innodb_rows_deleted": { + "name": "Innodb_rows_deleted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_rows_deleted" + ] + }, + "Innodb_rows_inserted": { + "name": "Innodb_rows_inserted", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_rows_inserted" + ] + }, + "Innodb_rows_read": { + "name": "Innodb_rows_read", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_rows_read" + ] + }, + "Innodb_rows_updated": { + "name": "Innodb_rows_updated", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_rows_updated" + ] + }, + "Innodb_s_lock_os_waits": { + "name": "Innodb_s_lock_os_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_s_lock_os_waits" + ] + }, + "Innodb_s_lock_spin_rounds": { + "name": "Innodb_s_lock_spin_rounds", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_s_lock_spin_rounds" + ] + }, + "Innodb_s_lock_spin_waits": { + "name": "Innodb_s_lock_spin_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_s_lock_spin_waits" + ] + }, + "Innodb_scrub_background_page_reorganizations": { + "name": "Innodb_scrub_background_page_reorganizations", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_scrub_background_page_reorganizations" + ] + }, + "Innodb_scrub_background_page_split_failures_missing_index": { + "name": "Innodb_scrub_background_page_split_failures_missing_index", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_scrub_background_page_split_failures_missing_index" + ] + }, + "Innodb_scrub_background_page_split_failures_out_of_filespace": { + "name": "Innodb_scrub_background_page_split_failures_out_of_filespace", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_scrub_background_page_split_failures_out_of_filespace" + ] + }, + "Innodb_scrub_background_page_split_failures_underflow": { + "name": "Innodb_scrub_background_page_split_failures_underflow", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_scrub_background_page_split_failures_underflow" + ] + }, + "Innodb_scrub_background_page_split_failures_unknown": { + "name": "Innodb_scrub_background_page_split_failures_unknown", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_scrub_background_page_split_failures_unknown" + ] + }, + "Innodb_scrub_background_page_splits": { + "name": "Innodb_scrub_background_page_splits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_scrub_background_page_splits" + ] + }, + "Innodb_scrub_log": { + "name": "Innodb_scrub_log", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_scrub_log" + ] + }, + "Innodb_secondary_index_triggered_cluster_reads": { + "name": "Innodb_secondary_index_triggered_cluster_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_secondary_index_triggered_cluster_reads" + ] + }, + "Innodb_secondary_index_triggered_cluster_reads_avoided": { + "name": "Innodb_secondary_index_triggered_cluster_reads_avoided", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_secondary_index_triggered_cluster_reads_avoided" + ] + }, + "Innodb_system_rows_deleted": { + "name": "Innodb_system_rows_deleted", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_system_rows_deleted" + ] + }, + "Innodb_system_rows_inserted": { + "name": "Innodb_system_rows_inserted", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_system_rows_inserted" + ] + }, + "Innodb_system_rows_read": { + "name": "Innodb_system_rows_read", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_system_rows_read" + ] + }, + "Innodb_system_rows_updated": { + "name": "Innodb_system_rows_updated", + "scope": [], + "type": "integer", + "ids": [ + "39#innodb_system_rows_updated" + ] + }, + "Innodb_truncated_status_writes": { + "name": "Innodb_truncated_status_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_truncated_status_writes" + ] + }, + "Innodb_undo_truncations": { + "name": "Innodb_undo_truncations", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_undo_truncations" + ] + }, + "Innodb_x_lock_os_waits": { + "name": "Innodb_x_lock_os_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_x_lock_os_waits" + ] + }, + "Innodb_x_lock_spin_rounds": { + "name": "Innodb_x_lock_spin_rounds", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_x_lock_spin_rounds" + ] + }, + "Innodb_x_lock_spin_waits": { + "name": "Innodb_x_lock_spin_waits", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "39#innodb_x_lock_spin_waits" + ] + }, + "have_innodb": { + "dynamic": false, + "name": "have_innodb", + "scope": [ + "global" + ], + "ids": [ + "41#have_innodb" + ] + }, + "ignore_builtin_innodb": { + "cli": "--ignore-builtin-innodb[={OFF|ON}]", + "dynamic": false, + "name": "ignore_builtin_innodb", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#ignore_builtin_innodb", + "42#sysvar_ignore_builtin_innodb" + ] + }, + "innodb_adaptive_checkpoint": { + "cli": "--innodb-adaptive-checkpoint=#", + "default": "estimate", + "dynamic": true, + "name": "innodb_adaptive_checkpoint", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "none", + "0", + "reflex", + "1", + "estimate", + "2", + "keep_average", + "3" + ], + "ids": [ + "40#innodb_adaptive_checkpoint" + ] + }, + "innodb_adaptive_flushing": { + "default": "ON", + "dynamic": true, + "name": "innodb_adaptive_flushing", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_adaptive_flushing", + "41#sysvar_innodb_adaptive_flushing" + ] + }, + "innodb_adaptive_flushing_lwm": { + "cli": "--innodb-adaptive-flushing-lwm=#", + "default": "10", + "dynamic": true, + "name": "innodb_adaptive_flushing_lwm", + "range": { + "from": 0, + "to": 70 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_adaptive_flushing_lwm", + "41#sysvar_innodb_adaptive_flushing_lwm" + ] + }, + "innodb_adaptive_flushing_method": { + "cli": "innodb-adaptive-flushing-method=value", + "default": "estimate", + "dynamic": true, + "name": "innodb_adaptive_flushing_method", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "native", + "0", + "estimate", + "1", + "keep_average", + "2" + ], + "ids": [ + "40#innodb_adaptive_flushing_method" + ] + }, + "innodb_adaptive_hash_index": { + "dynamic": true, + "name": "innodb_adaptive_hash_index", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_adaptive_hash_index", + "41#sysvar_innodb_adaptive_hash_index" + ] + }, + "innodb_adaptive_hash_index_partitions": { + "cli": "innodb-adaptive-hash-index-partitions=#", + "default": "1", + "dynamic": false, + "name": "innodb_adaptive_hash_index_partitions", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_adaptive_hash_index_partitions" + ] + }, + "innodb_adaptive_hash_index_parts": { + "cli": "--innodb-adaptive-hash-index-parts=#", + "default": "8", + "dynamic": false, + "name": "innodb_adaptive_hash_index_parts", + "range": { + "from": 1, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_adaptive_hash_index_parts", + "41#sysvar_innodb_adaptive_hash_index_parts" + ] + }, + "innodb_adaptive_max_sleep_delay": { + "cli": "--innodb-adaptive-max-sleep-delay=#", + "default": "150000", + "dynamic": true, + "name": "innodb_adaptive_max_sleep_delay", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_adaptive_max_sleep_delay", + "41#sysvar_innodb_adaptive_max_sleep_delay" + ] + }, + "innodb_additional_mem_pool_size": { + "cli": "--innodb-additional-mem-pool-size=#", + "default": "8388608", + "dynamic": false, + "name": "innodb_additional_mem_pool_size", + "range": { + "from": 2097152, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_additional_mem_pool_size" + ] + }, + "innodb_api_bk_commit_interval": { + "cli": "--innodb-api-bk-commit-interval=#", + "default": "5", + "dynamic": true, + "name": "innodb_api_bk_commit_interval", + "range": { + "from": 1, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_api_bk_commit_interval", + "41#sysvar_innodb_api_bk_commit_interval" + ] + }, + "innodb_api_disable_rowlock": { + "default": "OFF", + "dynamic": false, + "name": "innodb_api_disable_rowlock", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_api_disable_rowlock", + "41#sysvar_innodb_api_disable_rowlock" + ] + }, + "innodb_api_enable_binlog": { + "default": "OFF", + "dynamic": false, + "name": "innodb_api_enable_binlog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_api_enable_binlog", + "41#sysvar_innodb_api_enable_binlog" + ] + }, + "innodb_api_enable_mdl": { + "default": "OFF", + "dynamic": false, + "name": "innodb_api_enable_mdl", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_api_enable_mdl", + "41#sysvar_innodb_api_enable_mdl" + ] + }, + "innodb_api_trx_level": { + "cli": "--innodb-api-trx-level=#", + "default": "0", + "dynamic": true, + "name": "innodb_api_trx_level", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_api_trx_level", + "41#sysvar_innodb_api_trx_level" + ] + }, + "innodb_auto_lru_dump": { + "cli": "--innodb-auto-lru-dump=#", + "name": "innodb_auto_lru_dump", + "ids": [ + "40#innodb_auto_lru_dump" + ] + }, + "innodb_autoextend_increment": { + "cli": "--innodb-autoextend-increment=#", + "default": "64", + "dynamic": true, + "name": "innodb_autoextend_increment", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_autoextend_increment", + "41#sysvar_innodb_autoextend_increment" + ] + }, + "innodb_autoinc_lock_mode": { + "cli": "--innodb-autoinc-lock-mode=#", + "dynamic": false, + "name": "innodb_autoinc_lock_mode", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "1", + "2" + ], + "ids": [ + "40#innodb_autoinc_lock_mode", + "41#sysvar_innodb_autoinc_lock_mode" + ] + }, + "innodb_background_scrub_data_check_interval": { + "cli": "--innodb-background-scrub-data-check-interval=#", + "default": "3600", + "dynamic": true, + "name": "innodb_background_scrub_data_check_interval", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_background_scrub_data_check_interval" + ] + }, + "innodb_background_scrub_data_compressed": { + "cli": "--innodb-background-scrub-data-compressed={0|1}", + "default": "0", + "dynamic": true, + "name": "innodb_background_scrub_data_compressed", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_background_scrub_data_compressed" + ] + }, + "innodb_background_scrub_data_interval": { + "cli": "--innodb-background-scrub-data-interval=#", + "default": "604800", + "dynamic": true, + "name": "innodb_background_scrub_data_interval", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_background_scrub_data_interval" + ] + }, + "innodb_background_scrub_data_uncompressed": { + "cli": "--innodb-background-scrub-data-uncompressed={0|1}", + "default": "0", + "dynamic": true, + "name": "innodb_background_scrub_data_uncompressed", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_background_scrub_data_uncompressed" + ] + }, + "innodb_blocking_buffer_pool_restore": { + "cli": "innodb-blocking-buffer-pool-restore={1|2}", + "default": "OFF", + "dynamic": false, + "name": "innodb_blocking_buffer_pool_restore", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_blocking_buffer_pool_restore" + ] + }, + "innodb_buf_dump_status_frequency": { + "cli": "--innodb-buf-dump-status-frequency=#", + "default": "0", + "dynamic": true, + "name": "innodb_buf_dump_status_frequency", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_buf_dump_status_frequency" + ] + }, + "innodb_buffer_pool_chunk_size": { + "cli": "--innodb-buffer-pool-chunk-size=#", + "default": "134217728", + "dynamic": false, + "name": "innodb_buffer_pool_chunk_size", + "range": { + "from": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_buffer_pool_chunk_size", + "41#sysvar_innodb_buffer_pool_chunk_size" + ] + }, + "innodb_buffer_pool_dump_at_shutdown": { + "default": "1", + "dynamic": true, + "name": "innodb_buffer_pool_dump_at_shutdown", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_buffer_pool_dump_at_shutdown", + "41#sysvar_innodb_buffer_pool_dump_at_shutdown" + ] + }, + "innodb_buffer_pool_dump_now": { + "default": "OFF", + "dynamic": true, + "name": "innodb_buffer_pool_dump_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_buffer_pool_dump_now", + "41#sysvar_innodb_buffer_pool_dump_now" + ] + }, + "innodb_buffer_pool_dump_pct": { + "cli": "--innodb-buffer-pool-dump-pct=#", + "default": "25", + "dynamic": true, + "name": "innodb_buffer_pool_dump_pct", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "ids": [ + "40#innodb_buffer_pool_dump_pct", + "41#sysvar_innodb_buffer_pool_dump_pct" + ] + }, + "innodb_buffer_pool_evict": { + "cli": "--innodb-buffer-pool-evict=#", + "default": "\"\"", + "dynamic": true, + "name": "innodb_buffer_pool_evict", + "scope": [ + "global" + ], + "type": "string", + "validValues": [], + "ids": [ + "40#innodb_buffer_pool_evict" + ] + }, + "innodb_buffer_pool_filename": { + "cli": "--innodb-buffer-pool-pathname=path-name", + "default": "ib_buffer_pool", + "dynamic": true, + "name": "innodb_buffer_pool_filename", + "scope": [ + "global" + ], + "ids": [ + "40#innodb_buffer_pool_filename", + "41#sysvar_innodb_buffer_pool_filename" + ] + }, + "innodb_buffer_pool_instances": { + "cli": "--innodb-buffer-pool-instances=#", + "dynamic": false, + "name": "innodb_buffer_pool_instances", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_buffer_pool_instances", + "41#sysvar_innodb_buffer_pool_instances" + ] + }, + "innodb_buffer_pool_load_abort": { + "default": "OFF", + "dynamic": true, + "name": "innodb_buffer_pool_load_abort", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_buffer_pool_load_abort", + "41#sysvar_innodb_buffer_pool_load_abort" + ] + }, + "innodb_buffer_pool_load_at_startup": { + "default": "1", + "dynamic": false, + "name": "innodb_buffer_pool_load_at_startup", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_buffer_pool_load_at_startup", + "41#sysvar_innodb_buffer_pool_load_at_startup" + ] + }, + "innodb_buffer_pool_load_now": { + "default": "OFF", + "dynamic": true, + "name": "innodb_buffer_pool_load_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_buffer_pool_load_now", + "41#sysvar_innodb_buffer_pool_load_now" + ] + }, + "innodb_buffer_pool_populate": { + "cli": "innodb-buffer-pool-populate={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_buffer_pool_populate", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_buffer_pool_populate" + ] + }, + "innodb_buffer_pool_restore_at_startup": { + "cli": "innodb-buffer-pool-restore-at-startup", + "default": "0", + "dynamic": true, + "name": "innodb_buffer_pool_restore_at_startup", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_buffer_pool_restore_at_startup" + ] + }, + "innodb_buffer_pool_shm_checksum": { + "cli": "innodb-buffer-pool-shm-checksum={0|1}", + "default": "ON", + "dynamic": false, + "name": "innodb_buffer_pool_shm_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_buffer_pool_shm_checksum" + ] + }, + "innodb_buffer_pool_shm_key": { + "cli": "innodb-buffer-pool-shm-key={0|1}", + "default": "0", + "dynamic": false, + "name": "innodb_buffer_pool_shm_key", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_buffer_pool_shm_key" + ] + }, + "innodb_buffer_pool_size": { + "cli": "--innodb-buffer-pool-size=#", + "default": "134217728", + "name": "innodb_buffer_pool_size", + "range": { + "from": 5242880, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_buffer_pool_size", + "41#sysvar_innodb_buffer_pool_size" + ] + }, + "innodb_change_buffer_dump": { + "default": "OFF", + "dynamic": false, + "name": "innodb_change_buffer_dump", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_change_buffer_dump" + ] + }, + "innodb_change_buffer_max_size": { + "cli": "--innodb-change-buffer-max-size=#", + "default": "25", + "dynamic": true, + "name": "innodb_change_buffer_max_size", + "range": { + "from": 0, + "to": 50 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_change_buffer_max_size", + "41#sysvar_innodb_change_buffer_max_size" + ] + }, + "innodb_change_buffering": { + "cli": "--innodb-change-buffering=value", + "default": "all", + "dynamic": true, + "name": "innodb_change_buffering", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "inserts", + "deletes", + "changes", + "purges", + "all" + ], + "ids": [ + "40#innodb_change_buffering", + "41#sysvar_innodb_change_buffering" + ] + }, + "innodb_change_buffering_debug": { + "cli": "--innodb-change-buffering-debug=#", + "default": "0", + "dynamic": true, + "name": "innodb_change_buffering_debug", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_change_buffering_debug", + "41#sysvar_innodb_change_buffering_debug" + ] + }, + "innodb_checkpoint_age_target": { + "cli": "innodb-checkpoint-age-target=#", + "default": "0", + "dynamic": true, + "name": "innodb_checkpoint_age_target", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_checkpoint_age_target" + ] + }, + "innodb_checksum_algorithm": { + "cli": "--innodb-checksum-algorithm=value", + "default": "crc32", + "dynamic": true, + "name": "innodb_checksum_algorithm", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "innodb", + "crc32", + "full_crc32", + "none", + "strict_innodb", + "strict_crc32", + "strict_none", + "strict_full_crc32" + ], + "ids": [ + "40#innodb_checksum_algorithm", + "41#sysvar_innodb_checksum_algorithm" + ] + }, + "innodb_checksums": { + "cli": "--innodb-checksums, --skip-innodb-checksums", + "default": "ON", + "dynamic": false, + "name": "innodb_checksums", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_checksums" + ] + }, + "innodb_cleaner_lsn_age_factor": { + "cli": "--innodb-cleaner-lsn-age-factor=value", + "default": "deprecated (>= MariaDB 10.2.6), high_checkpoint (<= MariaDB 10.1)", + "dynamic": true, + "name": "innodb_cleaner_lsn_age_factor", + "scope": [ + "global" + ], + "validValues": [ + "high_checkpoint", + "legacy", + "deprecated", + "high_checkpoint", + "legacy" + ], + "ids": [ + "40#innodb_cleaner_lsn_age_factor" + ] + }, + "innodb_cmp_per_index_enabled": { + "default": "OFF", + "dynamic": true, + "name": "innodb_cmp_per_index_enabled", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_cmp_per_index_enabled", + "41#sysvar_innodb_cmp_per_index_enabled" + ] + }, + "innodb_commit_concurrency": { + "cli": "--innodb-commit-concurrency=#", + "default": "0", + "dynamic": true, + "name": "innodb_commit_concurrency", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_commit_concurrency", + "41#sysvar_innodb_commit_concurrency" + ] + }, + "innodb_compression_algorithm": { + "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, + "name": "innodb_compression_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "none", + "zlib", + "lz4", + "lzo", + "lzma", + "bzip2", + "snappy" + ], + "ids": [ + "40#innodb_compression_algorithm" + ] + }, + "innodb_compression_default": { + "cli": "--innodb-compression-default={0|1}", + "default": "OFF", + "dynamic": true, + "name": "innodb_compression_default", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "40#innodb_compression_default" + ] + }, + "innodb_compression_failure_threshold_pct": { + "cli": "--innodb-compression-failure-threshold-pct=#", + "default": "5", + "dynamic": true, + "name": "innodb_compression_failure_threshold_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_compression_failure_threshold_pct", + "41#sysvar_innodb_compression_failure_threshold_pct" + ] + }, + "innodb_compression_level": { + "cli": "--innodb-compression-level=#", + "default": "6", + "dynamic": true, + "name": "innodb_compression_level", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_compression_level", + "41#sysvar_innodb_compression_level" + ] + }, + "innodb_compression_pad_pct_max": { + "cli": "--innodb-compression-pad-pct-max=#", + "default": "50", + "dynamic": true, + "name": "innodb_compression_pad_pct_max", + "range": { + "from": 0, + "to": 75 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_compression_pad_pct_max", + "41#sysvar_innodb_compression_pad_pct_max" + ] + }, + "innodb_concurrency_tickets": { + "cli": "--innodb-concurrency-tickets=#", + "default": "5000", + "dynamic": true, + "name": "innodb_concurrency_tickets", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_concurrency_tickets", + "41#sysvar_innodb_concurrency_tickets" + ] + }, + "innodb_corrupt_table_action": { + "cli": "innodb-corrupt-table-action=value", + "default": "assert (<= MariaDB 10.1), deprecated (<= MariaDB 10.2.6)", + "dynamic": true, + "name": "innodb_corrupt_table_action", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "deprecated", + "assert", + "warn", + "salvage", + "assert", + "warn", + "salvage" + ], + "ids": [ + "40#innodb_corrupt_table_action" + ] + }, + "innodb_data_file_path": { + "default": "ibdata1:12M:autoextend", + "dynamic": false, + "name": "innodb_data_file_path", + "scope": [ + "global" + ], + "ids": [ + "40#innodb_data_file_path", + "41#sysvar_innodb_data_file_path" + ] + }, + "innodb_data_home_dir": { + "cli": "--innodb-data-home-dir=path", + "dynamic": false, + "name": "innodb_data_home_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "40#innodb_data_home_dir", + "41#sysvar_innodb_data_home_dir" + ] + }, + "innodb_deadlock_detect": { + "cli": "--innodb-deadlock-detect[={OFF|ON}]", + "default": "1", + "dynamic": true, + "name": "innodb_deadlock_detect", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_deadlock_detect", + "41#sysvar_innodb_deadlock_detect" + ] + }, + "innodb_default_page_encryption_key": { + "cli": "--innodb-default-page-encryption-key=#", + "default": "1", + "dynamic": true, + "name": "innodb_default_page_encryption_key", + "range": { + "from": 1, + "to": 255 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_default_page_encryption_key" + ] + }, + "innodb_default_encryption_key_id": { + "cli": "--innodb-default-encryption-key-id=#", + "default": "1", + "dynamic": true, + "name": "innodb_default_encryption_key_id", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "40#innodb_default_encryption_key_id" + ] + }, + "innodb_default_row_format": { + "cli": "--innodb-default-row-format=value", + "default": "DYNAMIC", + "dynamic": true, + "name": "innodb_default_row_format", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "redundant", + "compact", + "dynamic" + ], + "ids": [ + "40#innodb_default_row_format", + "41#sysvar_innodb_default_row_format" + ] + }, + "innodb_defragment": { + "cli": "--innodb-defragment=#", + "default": "OFF", + "dynamic": true, + "name": "innodb_defragment", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_defragment" + ] + }, + "innodb_defragment_fill_factor": { + "cli": "--innodb-defragment-fill-factor=#", + "default": "0.9", + "dynamic": true, + "name": "innodb_defragment_fill_factor", + "range": { + "from": 0.7, + "to": 1 + }, + "scope": [ + "global" + ], + "ids": [ + "40#innodb_defragment_fill_factor" + ] + }, + "innodb_defragment_fill_factor_n_recs": { + "cli": "--innodb-defragment-fill-factor-n-recs=#", + "default": "20", + "dynamic": true, + "name": "innodb_defragment_fill_factor_n_recs", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_defragment_fill_factor_n_recs" + ] + }, + "innodb_defragment_frequency": { + "cli": "--innodb-defragment-frequency=#", + "default": "40", + "dynamic": true, + "name": "innodb_defragment_frequency", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_defragment_frequency" + ] + }, + "innodb_defragment_n_pages": { + "cli": "--innodb-defragment-n-pages=#", + "default": "7", + "dynamic": true, + "name": "innodb_defragment_n_pages", + "range": { + "from": 2, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_defragment_n_pages" + ] + }, + "innodb_defragment_stats_accuracy": { + "cli": "--innodb-defragment-stats-accuracy=#", + "default": "0", + "dynamic": true, + "name": "innodb_defragment_stats_accuracy", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_defragment_stats_accuracy" + ] + }, + "innodb_dict_size_limit": { + "cli": "innodb-dict-size-limit=#", + "default": "0", + "dynamic": true, + "name": "innodb_dict_size_limit", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_dict_size_limit" + ] + }, + "innodb_disable_sort_file_cache": { + "default": "OFF", + "dynamic": true, + "name": "innodb_disable_sort_file_cache", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_disable_sort_file_cache", + "41#sysvar_innodb_disable_sort_file_cache" + ] + }, + "innodb_disallow_writes": { + "default": "OFF", + "dynamic": true, + "name": "innodb_disallow_writes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_disallow_writes" + ] + }, + "innodb_doublewrite": { + "default": "ON", + "dynamic": false, + "name": "innodb_doublewrite", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_doublewrite", + "41#sysvar_innodb_doublewrite" + ] + }, + "innodb_doublewrite_file": { + "cli": "innodb-doublewrite-file=filename", + "default": "NULL", + "dynamic": false, + "name": "innodb_doublewrite_file", + "scope": [ + "global" + ], + "ids": [ + "40#innodb_doublewrite_file" + ] + }, + "innodb_empty_free_list_algorithm": { + "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, + "name": "innodb_empty_free_list_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "deprecated", + "backoff", + "legacy", + "backoff", + "legacy" + ], + "ids": [ + "40#innodb_empty_free_list_algorithm" + ] + }, + "innodb_enable_unsafe_group_commit": { + "cli": "--innodb-enable-unsafe-group-commit", + "default": "0", + "dynamic": true, + "name": "innodb_enable_unsafe_group_commit", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_enable_unsafe_group_commit" + ] + }, + "innodb_encrypt_log": { + "cli": "--innodb-encrypt-log", + "default": "OFF", + "dynamic": false, + "name": "innodb_encrypt_log", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_encrypt_log" + ] + }, + "innodb_encrypt_tables": { + "cli": "--innodb-encrypt-tables=value", + "default": "OFF", + "dynamic": true, + "name": "innodb_encrypt_tables", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF", + "FORCE" + ], + "ids": [ + "40#innodb_encrypt_tables" + ] + }, + "innodb_encrypt_temporary_tables": { + "cli": "--innodb-encrypt-temporary-tables=value", + "default": "OFF", + "dynamic": false, + "name": "innodb_encrypt_temporary_tables", + "scope": [ + "global" + ], + "type": "boolean", + "validValues": [ + "ON", + "OFF" + ], + "ids": [ + "40#innodb_encrypt_temporary_tables" + ] + }, + "innodb_encryption_rotate_key_age": { + "cli": "--innodb-encryption-rotate-key-age=#", + "default": "1", + "dynamic": true, + "name": "innodb_encryption_rotate_key_age", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_encryption_rotate_key_age" + ] + }, + "innodb_encryption_rotation_iops": { + "cli": "--innodb-encryption-rotation_iops=#", + "default": "100", + "dynamic": true, + "name": "innodb_encryption_rotation_iops", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_encryption_rotation_iops" + ] + }, + "innodb_encryption_threads": { + "cli": "--innodb-encryption-threads=#", + "default": "0", + "dynamic": true, + "name": "innodb_encryption_threads", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_encryption_threads" + ] + }, + "innodb_extra_rsegments": { + "cli": "--innodb-extra-rsegments=#", + "default": "0", + "dynamic": false, + "name": "innodb_extra_rsegments", + "range": { + "from": 0, + "to": 126 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_extra_rsegments" + ] + }, + "innodb_extra_undoslots": { + "cli": "--innodb-extra-undoslots=#", + "default": "OFF", + "dynamic": false, + "name": "innodb_extra_undoslots", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_extra_undoslots" + ] + }, + "innodb_fake_changes": { + "cli": "--innodb-fake-changes={0|1}", + "default": "OFF", + "dynamic": true, + "name": "innodb_fake_changes", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "40#innodb_fake_changes" + ] + }, + "innodb_fast_checksum": { + "cli": "--innodb-fast-checksum={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_fast_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_fast_checksum" + ] + }, + "innodb_fast_shutdown": { + "default": "1", + "dynamic": true, + "name": "innodb_fast_shutdown", + "scope": [ + "global" + ], + "type": "integer", + "validValues": [ + "0", + "1", + "2" + ], + "ids": [ + "40#innodb_fast_shutdown", + "41#sysvar_innodb_fast_shutdown" + ] + }, + "innodb_fatal_semaphore_wait_threshold": { + "cli": "--innodb-fatal-semaphore-wait-threshold=#", + "default": "600", + "dynamic": false, + "name": "innodb_fatal_semaphore_wait_threshold", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_fatal_semaphore_wait_threshold" + ] + }, + "innodb_file_format": { + "cli": "--innodb-file-format=value", + "default": "Barracuda (>= MariaDB 10.2.2), Antelope (<= MariaDB 10.2.1)", + "dynamic": true, + "name": "innodb_file_format", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "Antelope", + "Barracuda" + ], + "ids": [ + "40#innodb_file_format" + ] + }, + "innodb_file_format_check": { + "cli": "--innodb-file-format-check=#", + "default": "ON (>= MariaDB 5.5)", + "dynamic": false, + "name": "innodb_file_format_check", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_file_format_check" + ] + }, + "innodb_file_format_max": { + "cli": "--innodb-file-format-max=value", + "default": "Antelope", + "dynamic": true, + "name": "innodb_file_format_max", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "Antelope", + "Barracuda" + ], + "ids": [ + "40#innodb_file_format_max" + ] + }, + "innodb_file_per_table": { + "cli": "--innodb-path-per-table[={OFF|ON}]", + "default": "1", + "dynamic": true, + "name": "innodb_file_per_table", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_file_per_table", + "41#sysvar_innodb_file_per_table" + ] + }, + "innodb_fill_factor": { + "cli": "--innodb-fill-factor=#", + "default": "100", + "dynamic": true, + "name": "innodb_fill_factor", + "range": { + "from": 10, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_fill_factor", + "41#sysvar_innodb_fill_factor" + ] + }, + "innodb_flush_log_at_timeout": { + "cli": "--innodb-flush-log-at-timeout=#", + "default": "1", + "dynamic": true, + "name": "innodb_flush_log_at_timeout", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_flush_log_at_timeout", + "41#sysvar_innodb_flush_log_at_timeout" + ] + }, + "innodb_flush_log_at_trx_commit": { + "default": "1", + "dynamic": true, + "name": "innodb_flush_log_at_trx_commit", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "0", + "1", + "2", + "3" + ], + "ids": [ + "40#innodb_flush_log_at_trx_commit", + "41#sysvar_innodb_flush_log_at_trx_commit" + ] + }, + "innodb_flush_method": { + "dynamic": false, + "name": "innodb_flush_method", + "scope": [ + "global" + ], + "ids": [ + "40#innodb_flush_method", + "41#sysvar_innodb_flush_method" + ] + }, + "innodb_flush_neighbor_pages": { + "cli": "innodb-flush-neighbor-pages=value", + "default": "area", + "dynamic": true, + "name": "innodb_flush_neighbor_pages", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "0", + "area", + "1", + "cont", + "2" + ], + "ids": [ + "40#innodb_flush_neighbor_pages" + ] + }, + "innodb_flush_neighbors": { + "cli": "--innodb-flush-neighbors=#", + "dynamic": true, + "name": "innodb_flush_neighbors", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "0", + "1", + "2" + ], + "ids": [ + "40#innodb_flush_neighbors", + "41#sysvar_innodb_flush_neighbors" + ] + }, + "innodb_flush_sync": { + "default": "ON", + "dynamic": true, + "name": "innodb_flush_sync", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_flush_sync", + "41#sysvar_innodb_flush_sync" + ] + }, + "innodb_flushing_avg_loops": { + "cli": "--innodb-flushing-avg-loops=#", + "default": "30", + "dynamic": true, + "name": "innodb_flushing_avg_loops", + "range": { + "from": 1, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_flushing_avg_loops", + "41#sysvar_innodb_flushing_avg_loops" + ] + }, + "innodb_force_load_corrupted": { + "cli": "--innodb-force-load-corrupted[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "innodb_force_load_corrupted", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_force_load_corrupted", + "41#sysvar_innodb_force_load_corrupted" + ] + }, + "innodb_force_primary_key": { + "cli": "--innodb-force-primary-key", + "default": "OFF", + "dynamic": true, + "name": "innodb_force_primary_key", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_force_primary_key" + ] + }, + "innodb_force_recovery": { + "cli": "--innodb-force-recovery=#", + "default": "0", + "dynamic": false, + "name": "innodb_force_recovery", + "range": { + "from": 0, + "to": 6 + }, + "scope": [ + "global" + ], + "ids": [ + "40#innodb_force_recovery", + "41#sysvar_innodb_force_recovery" + ] + }, + "innodb_foreground_preflush": { + "cli": "innodb-foreground-preflush=value", + "default": "deprecated (>= MariaDB 10.2.6), exponential_backoff (<= MariaDB 10.1)", + "dynamic": true, + "name": "innodb_foreground_preflush", + "scope": [ + "global" + ], + "validValues": [ + "deprecated", + "exponential_backoff", + "sync_preflush", + "exponential_backoff", + "sync_preflush" + ], + "ids": [ + "40#innodb_foreground_preflush" + ] + }, + "innodb_ft_aux_table": { + "dynamic": true, + "name": "innodb_ft_aux_table", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "40#innodb_ft_aux_table", + "41#sysvar_innodb_ft_aux_table" + ] + }, + "innodb_ft_cache_size": { + "cli": "--innodb-ft-cache-size=#", + "default": "8000000", + "dynamic": false, + "name": "innodb_ft_cache_size", + "range": { + "from": 1600000, + "to": 80000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_ft_cache_size", + "41#sysvar_innodb_ft_cache_size" + ] + }, + "innodb_ft_enable_diag_print": { + "default": "OFF", + "dynamic": true, + "name": "innodb_ft_enable_diag_print", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_ft_enable_diag_print", + "41#sysvar_innodb_ft_enable_diag_print" + ] + }, + "innodb_ft_enable_stopword": { + "default": "ON", + "dynamic": true, + "name": "innodb_ft_enable_stopword", + "type": "boolean", + "ids": [ + "40#innodb_ft_enable_stopword", + "41#sysvar_innodb_ft_enable_stopword" + ] + }, + "innodb_ft_max_token_size": { + "cli": "--innodb-ft-max-token-size=#", + "default": "84", + "dynamic": false, + "name": "innodb_ft_max_token_size", + "range": { + "from": 10 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_ft_max_token_size", + "41#sysvar_innodb_ft_max_token_size" + ] + }, + "innodb_ft_min_token_size": { + "cli": "--innodb-ft-min-token-size=#", + "default": "3", + "dynamic": false, + "name": "innodb_ft_min_token_size", + "range": { + "from": 0, + "to": 16 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_ft_min_token_size", + "41#sysvar_innodb_ft_min_token_size" + ] + }, + "innodb_ft_num_word_optimize": { + "cli": "--innodb-ft-num-word-optimize=#", + "default": "2000", + "dynamic": true, + "name": "innodb_ft_num_word_optimize", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_ft_num_word_optimize", + "41#sysvar_innodb_ft_num_word_optimize" + ] + }, + "innodb_ft_result_cache_limit": { + "cli": "--innodb-ft-result-cache-limit=#", + "default": "2000000000", + "dynamic": true, + "name": "innodb_ft_result_cache_limit", + "range": { + "from": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_ft_result_cache_limit", + "41#sysvar_innodb_ft_result_cache_limit" + ] + }, + "innodb_ft_server_stopword_table": { + "cli": "--innodb-ft-server-stopword-table=db_name/table_name", + "default": "NULL", + "dynamic": true, + "name": "innodb_ft_server_stopword_table", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "40#innodb_ft_server_stopword_table", + "41#sysvar_innodb_ft_server_stopword_table" + ] + }, + "innodb_ft_sort_pll_degree": { + "cli": "--innodb-ft-sort-pll-degree=#", + "default": "2", + "dynamic": false, + "name": "innodb_ft_sort_pll_degree", + "range": { + "from": 1, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_ft_sort_pll_degree", + "41#sysvar_innodb_ft_sort_pll_degree" + ] + }, + "innodb_ft_total_cache_size": { + "cli": "--innodb-ft-total-cache-size=#", + "default": "640000000", + "dynamic": false, + "name": "innodb_ft_total_cache_size", + "range": { + "from": 32000000, + "to": 1600000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_ft_total_cache_size", + "41#sysvar_innodb_ft_total_cache_size" + ] + }, + "innodb_ft_user_stopword_table": { + "cli": "--innodb-ft-user-stopword-table=db_name/table_name", + "default": "NULL", + "dynamic": true, + "name": "innodb_ft_user_stopword_table", + "type": "string", + "ids": [ + "40#innodb_ft_user_stopword_table", + "41#sysvar_innodb_ft_user_stopword_table" + ] + }, + "innodb_ibuf_accel_rate": { + "cli": "innodb-ibuf-accel-rate=#", + "default": "100", + "dynamic": true, + "name": "innodb_ibuf_accel_rate", + "range": { + "from": 100, + "to": 999999999 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_ibuf_accel_rate" + ] + }, + "innodb_ibuf_active_contract": { + "cli": "innodb-ibuf-active-contract=#", + "default": "1", + "dynamic": true, + "name": "innodb_ibuf_active_contract", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_ibuf_active_contract" + ] + }, + "innodb_ibuf_max_size": { + "cli": "innodb-ibuf-max-size=#", + "default": "1/2 the size of the InnoDB buffer pool", + "dynamic": false, + "name": "innodb_ibuf_max_size", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_ibuf_max_size" + ] + }, + "innodb_idle_flush_pct": { + "cli": "--innodb-idle-flush-pct=#", + "default": "100", + "dynamic": true, + "name": "innodb_idle_flush_pct", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_idle_flush_pct", + "41#sysvar_innodb_idle_flush_pct" + ] + }, + "innodb_immediate_scrub_data_uncompressed": { + "cli": "--innodb-immediate-scrub-data-uncompressed=#", + "default": "OFF", + "dynamic": true, + "name": "innodb_immediate_scrub_data_uncompressed", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_immediate_scrub_data_uncompressed" + ] + }, + "innodb_import_table_from_xtrabackup": { + "cli": "innodb-import-table-from-xtrabackup=#", + "default": "0", + "dynamic": true, + "name": "innodb_import_table_from_xtrabackup", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_import_table_from_xtrabackup" + ] + }, + "innodb_instrument_semaphores": { + "cli": "--innodb-instrument-semaphores={0|1}", + "default": "OFF", + "dynamic": true, + "name": "innodb_instrument_semaphores", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_instrument_semaphores" + ] + }, + "innodb_io_capacity": { + "cli": "--innodb-io-capacity=#", + "default": "200", + "dynamic": true, + "name": "innodb_io_capacity", + "range": { + "from": 100, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_io_capacity", + "41#sysvar_innodb_io_capacity" + ] + }, + "innodb_io_capacity_max": { + "cli": "--innodb-io-capacity-max=#", + "dynamic": true, + "name": "innodb_io_capacity_max", + "range": { + "from": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_io_capacity_max", + "41#sysvar_innodb_io_capacity_max" + ] + }, + "innodb_kill_idle_transaction": { + "default": "0", + "dynamic": true, + "name": "innodb_kill_idle_transaction", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_kill_idle_transaction" + ] + }, + "innodb_large_prefix": { + "cli": "--innodb-large-prefix", + "default": "ON (>= MariaDB 10.2.2), OFF (<= MariaDB 10.2.1)", + "dynamic": true, + "name": "innodb_large_prefix", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_large_prefix" + ] + }, + "innodb_lazy_drop_table": { + "cli": "innodb-lazy-drop-table={0|1}", + "default": "0", + "dynamic": true, + "name": "innodb_lazy_drop_table", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_lazy_drop_table" + ] + }, + "innodb_lock_schedule_algorithm": { + "cli": "--innodb-lock-schedule-algorithm=#", + "default": "VATS (10.2), FCFS (10.1)", + "dynamic": false, + "name": "innodb_lock_schedule_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "FCFS", + "VATS" + ], + "ids": [ + "40#innodb_lock_schedule_algorithm" + ] + }, + "innodb_lock_wait_timeout": { + "cli": "--innodb-lock-wait-timeout=#", + "default": "50", + "dynamic": true, + "name": "innodb_lock_wait_timeout", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "40#innodb_lock_wait_timeout", + "41#sysvar_innodb_lock_wait_timeout" + ] + }, + "innodb_locking_fake_changes": { + "cli": "--innodb-locking-fake-changes", + "default": "ON", + "dynamic": true, + "name": "innodb_locking_fake_changes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_locking_fake_changes" + ] + }, + "innodb_locks_unsafe_for_binlog": { + "cli": "--innodb-locks-unsafe-for-binlog", + "default": "OFF", + "dynamic": false, + "name": "innodb_locks_unsafe_for_binlog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_locks_unsafe_for_binlog" + ] + }, + "innodb_log_arch_dir": { + "cli": "--innodb-log-arch-dir=name", + "default": "./", + "dynamic": false, + "name": "innodb_log_arch_dir", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "40#innodb_log_arch_dir" + ] + }, + "innodb_log_arch_expire_sec": { + "cli": "--innodb-log-arch-expire-sec=#", + "default": "0", + "dynamic": true, + "name": "innodb_log_arch_expire_sec", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_log_arch_expire_sec" + ] + }, + "innodb_log_archive": { + "cli": "--innodb-log-archive=value", + "default": "OFF", + "dynamic": true, + "name": "innodb_log_archive", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_log_archive" + ] + }, + "innodb_log_block_size": { + "cli": "innodb-log-block-size=#", + "default": "512", + "dynamic": false, + "name": "innodb_log_block_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_log_block_size" + ] + }, + "innodb_log_buffer_size": { + "cli": "--innodb-log-buffer-size=#", + "default": "16777216", + "name": "innodb_log_buffer_size", + "type": "integer", + "ids": [ + "40#innodb_log_buffer_size", + "41#sysvar_innodb_log_buffer_size" + ] + }, + "innodb_log_checksum_algorithm": { + "cli": "innodb-log-checksum-algorithm=value", + "default": "deprecated (>= MariaDB 10.2.6), innodb (<= MariaDB 10.1)", + "dynamic": true, + "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" + ], + "ids": [ + "40#innodb_log_checksum_algorithm" + ] + }, + "innodb_log_checksums": { + "default": "ON", + "dynamic": true, + "name": "innodb_log_checksums", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_log_checksums", + "41#sysvar_innodb_log_checksums" + ] + }, + "innodb_log_compressed_pages": { + "default": "1", + "dynamic": true, + "name": "innodb_log_compressed_pages", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_log_compressed_pages", + "41#sysvar_innodb_log_compressed_pages" + ] + }, + "innodb_log_file_size": { + "cli": "--innodb-log-file-size=#", + "default": "50331648", + "dynamic": false, + "name": "innodb_log_file_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_log_file_size", + "41#sysvar_innodb_log_file_size" + ] + }, + "innodb_log_files_in_group": { + "cli": "--innodb-log-files-in-group=#", + "default": "2", + "dynamic": false, + "name": "innodb_log_files_in_group", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_log_files_in_group", + "41#sysvar_innodb_log_files_in_group" + ] + }, + "innodb_log_group_home_dir": { + "cli": "--innodb-log-group-home-dir=path", + "dynamic": false, + "name": "innodb_log_group_home_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "40#innodb_log_group_home_dir", + "41#sysvar_innodb_log_group_home_dir" + ] + }, + "innodb_log_optimize_ddl": { + "cli": "--innodb-log-optimize-ddl={0|1}", + "default": "ON", + "dynamic": true, + "name": "innodb_log_optimize_ddl", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_log_optimize_ddl" + ] + }, + "innodb_log_write_ahead_size": { + "cli": "--innodb-log-write-ahead-size=#", + "default": "8192", + "dynamic": true, + "name": "innodb_log_write_ahead_size", + "range": { + "from": 512 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_log_write_ahead_size", + "41#sysvar_innodb_log_write_ahead_size" + ] + }, + "innodb_lru_scan_depth": { + "cli": "--innodb-lru-scan-depth=#", + "default": "1024", + "dynamic": true, + "name": "innodb_lru_scan_depth", + "range": { + "from": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_lru_scan_depth", + "41#sysvar_innodb_lru_scan_depth" + ] + }, + "innodb_max_bitmap_file_size": { + "cli": "innodb-max-bitmap-file-size=#", + "default": "4096 (4KB)", + "dynamic": true, + "name": "innodb_max_bitmap_file_size", + "range": { + "from": 4096, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_max_bitmap_file_size" + ] + }, + "innodb_max_changed_pages": { + "cli": "innodb-max-changed-pages=#", + "default": "1000000", + "dynamic": true, + "name": "innodb_max_changed_pages", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_max_changed_pages" + ] + }, + "innodb_max_dirty_pages_pct": { + "cli": "--innodb-max-dirty-pages-pct=#", + "name": "innodb_max_dirty_pages_pct", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_max_dirty_pages_pct", + "41#sysvar_innodb_max_dirty_pages_pct" + ] + }, + "innodb_max_dirty_pages_pct_lwm": { + "cli": "--innodb-max-dirty-pages-pct-lwm=#", + "dynamic": true, + "name": "innodb_max_dirty_pages_pct_lwm", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_max_dirty_pages_pct_lwm", + "41#sysvar_innodb_max_dirty_pages_pct_lwm" + ] + }, + "innodb_max_purge_lag": { + "cli": "--innodb-max-purge-lag=#", + "default": "0", + "dynamic": true, + "name": "innodb_max_purge_lag", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_max_purge_lag", + "41#sysvar_innodb_max_purge_lag" + ] + }, + "innodb_max_purge_lag_delay": { + "cli": "--innodb-max-purge-lag-delay=#", + "default": "0", + "dynamic": true, + "name": "innodb_max_purge_lag_delay", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_max_purge_lag_delay", + "41#sysvar_innodb_max_purge_lag_delay" + ] + }, + "innodb_max_undo_log_size": { + "cli": "--innodb-max-undo-log-size=#", + "dynamic": true, + "name": "innodb_max_undo_log_size", + "range": { + "from": 10485760 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_max_undo_log_size", + "41#sysvar_innodb_max_undo_log_size" + ] + }, + "innodb_merge_sort_block_size": { + "cli": "innodb-merge-sort-block-size=#", + "default": "1048576 (1M)", + "dynamic": true, + "name": "innodb_merge_sort_block_size", + "range": { + "from": 1048576, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_merge_sort_block_size" + ] + }, + "innodb_mirrored_log_groups": { + "name": "innodb_mirrored_log_groups", + "ids": [ + "40#innodb_mirrored_log_groups" + ] + }, + "innodb_mtflush_threads": { + "cli": "--innodb-mtflush-threads=#", + "default": "8", + "dynamic": false, + "name": "innodb_mtflush_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_mtflush_threads" + ] + }, + "innodb_monitor_disable": { + "dynamic": true, + "name": "innodb_monitor_disable", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "40#innodb_monitor_disable", + "41#sysvar_innodb_monitor_disable" + ] + }, + "innodb_monitor_enable": { + "dynamic": true, + "name": "innodb_monitor_enable", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "40#innodb_monitor_enable", + "41#sysvar_innodb_monitor_enable" + ] + }, + "innodb_monitor_reset": { + "default": "empty string", + "dynamic": true, + "name": "innodb_monitor_reset", + "scope": [ + "global" + ], + "validValues": [ + "counter", + "module", + "pattern", + "all" + ], + "ids": [ + "40#innodb_monitor_reset", + "41#sysvar_innodb_monitor_reset" + ] + }, + "innodb_monitor_reset_all": { + "default": "empty string", + "dynamic": true, + "name": "innodb_monitor_reset_all", + "scope": [ + "global" + ], + "validValues": [ + "counter", + "module", + "pattern", + "all" + ], + "ids": [ + "40#innodb_monitor_reset_all", + "41#sysvar_innodb_monitor_reset_all" + ] + }, + "innodb_numa_interleave": { + "default": "OFF", + "dynamic": false, + "name": "innodb_numa_interleave", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_numa_interleave", + "41#sysvar_innodb_numa_interleave" + ] + }, + "innodb_old_blocks_pct": { + "cli": "--innodb-old-blocks-pct=#", + "default": "37", + "dynamic": true, + "name": "innodb_old_blocks_pct", + "range": { + "from": 5, + "to": 95 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_old_blocks_pct", + "41#sysvar_innodb_old_blocks_pct" + ] + }, + "innodb_old_blocks_time": { + "cli": "--innodb-old-blocks-time=#", + "default": "1000", + "dynamic": true, + "name": "innodb_old_blocks_time", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_old_blocks_time", + "41#sysvar_innodb_old_blocks_time" + ] + }, + "innodb_online_alter_log_max_size": { + "cli": "--innodb-online-alter-log-max-size=#", + "default": "134217728", + "dynamic": true, + "name": "innodb_online_alter_log_max_size", + "range": { + "from": 65536 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_online_alter_log_max_size", + "41#sysvar_innodb_online_alter_log_max_size" + ] + }, + "innodb_open_files": { + "cli": "--innodb-open-files=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "innodb_open_files", + "range": { + "from": 10, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_open_files", + "41#sysvar_innodb_open_files" + ] + }, + "innodb_optimize_fulltext_only": { + "default": "OFF", + "dynamic": true, + "name": "innodb_optimize_fulltext_only", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_optimize_fulltext_only", + "41#sysvar_innodb_optimize_fulltext_only" + ] + }, + "innodb_page_cleaners": { + "cli": "--innodb-page-cleaners=#", + "default": "4", + "dynamic": false, + "name": "innodb_page_cleaners", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_page_cleaners", + "41#sysvar_innodb_page_cleaners" + ] + }, + "innodb_page_size": { + "cli": "--innodb-page-size=#", + "default": "16384", + "dynamic": false, + "name": "innodb_page_size", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "4096", + "8192", + "16384", + "32768", + "65536" + ], + "ids": [ + "40#innodb_page_size", + "41#sysvar_innodb_page_size" + ] + }, + "innodb_pass_corrupt_table": { + "name": "innodb_pass_corrupt_table", + "ids": [ + "40#innodb_pass_corrupt_table" + ] + }, + "innodb_prefix_index_cluster_optimization": { + "cli": "--innodb-prefix-index-cluster-optimization=#", + "default": "OFF", + "dynamic": true, + "name": "innodb_prefix_index_cluster_optimization", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_prefix_index_cluster_optimization" + ] + }, + "innodb_print_all_deadlocks": { + "default": "OFF", + "dynamic": true, + "name": "innodb_print_all_deadlocks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_print_all_deadlocks", + "41#sysvar_innodb_print_all_deadlocks" + ] + }, + "innodb_purge_batch_size": { + "cli": "--innodb-purge-batch-size=#", + "name": "innodb_purge_batch_size", + "range": { + "from": 1, + "to": 5000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_purge_batch_size", + "41#sysvar_innodb_purge_batch_size" + ] + }, + "innodb_purge_rseg_truncate_frequency": { + "cli": "--innodb-purge-rseg-truncate-frequency=#", + "default": "128", + "dynamic": true, + "name": "innodb_purge_rseg_truncate_frequency", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_purge_rseg_truncate_frequency", + "41#sysvar_innodb_purge_rseg_truncate_frequency" + ] + }, + "innodb_purge_threads": { + "cli": "--innodb-purge-threads=#", + "default": "4", + "dynamic": false, + "name": "innodb_purge_threads", + "range": { + "from": 1, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_purge_threads", + "41#sysvar_innodb_purge_threads" + ] + }, + "innodb_random_read_ahead": { + "default": "OFF", + "dynamic": true, + "name": "innodb_random_read_ahead", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_random_read_ahead", + "41#sysvar_innodb_random_read_ahead" + ] + }, + "innodb_read_ahead": { + "cli": "innodb-read-ahead=value", + "default": "linear", + "dynamic": true, + "name": "innodb_read_ahead", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "random", + "linear", + "both" + ], + "ids": [ + "40#innodb_read_ahead" + ] + }, + "innodb_read_ahead_threshold": { + "cli": "--innodb-read-ahead-threshold=#", + "default": "56", + "dynamic": true, + "name": "innodb_read_ahead_threshold", + "range": { + "from": 0, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_read_ahead_threshold", + "41#sysvar_innodb_read_ahead_threshold" + ] + }, + "innodb_read_io_threads": { + "cli": "--innodb-read-io-threads=#", + "default": "4", + "dynamic": false, + "name": "innodb_read_io_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_read_io_threads", + "41#sysvar_innodb_read_io_threads" + ] + }, + "innodb_read_only": { + "default": "OFF", + "dynamic": false, + "name": "innodb_read_only", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_read_only", + "41#sysvar_innodb_read_only" + ] + }, + "innodb_recovery_stats": { + "default": "OFF", + "dynamic": false, + "name": "innodb_recovery_stats", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_recovery_stats" + ] + }, + "innodb_recovery_update_relay_log": { + "cli": "innodb-recovery-update-relay-log={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_recovery_update_relay_log", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_recovery_update_relay_log" + ] + }, + "innodb_replication_delay": { + "cli": "--innodb-replication-delay=#", + "default": "0", + "dynamic": true, + "name": "innodb_replication_delay", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_replication_delay", + "41#sysvar_innodb_replication_delay" + ] + }, + "innodb_rollback_on_timeout": { + "cli": "--innodb-rollback-on-timeout[={OFF|ON}]", + "default": "0", + "dynamic": false, + "name": "innodb_rollback_on_timeout", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_rollback_on_timeout", + "41#sysvar_innodb_rollback_on_timeout" + ] + }, + "innodb_rollback_segments": { + "cli": "--innodb-rollback-segments=#", + "default": "128", + "dynamic": true, + "name": "innodb_rollback_segments", + "range": { + "from": 1, + "to": 128 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_rollback_segments", + "41#sysvar_innodb_rollback_segments" + ] + }, + "innodb_safe_truncate": { + "cli": "--innodb-safe-truncate={0|1}", + "default": "ON", + "dynamic": false, + "name": "innodb_safe_truncate", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_safe_truncate" + ] + }, + "innodb_scrub_log": { + "cli": "--innodb-scrub-log", + "default": "OFF", + "dynamic": false, + "name": "innodb_scrub_log", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_scrub_log" + ] + }, + "innodb_scrub_log_interval": { + "cli": "--innodb-scrub-log-interval=#", + "default": "56", + "dynamic": true, + "name": "innodb_scrub_log_interval", + "range": { + "from": 0, + "to": 50000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_scrub_log_interval" + ] + }, + "innodb_scrub_log_speed": { + "cli": "--innodb-scrub-log-speed=#", + "default": "256", + "dynamic": true, + "name": "innodb_scrub_log_speed", + "range": { + "from": 1, + "to": 50000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_scrub_log_speed" + ] + }, + "innodb_sched_priority_cleaner": { + "cli": "innodb-sched-priority-cleaner=#", + "default": "19", + "dynamic": true, + "name": "innodb_sched_priority_cleaner", + "range": { + "from": 0, + "to": 39 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_sched_priority_cleaner" + ] + }, + "innodb_show_locks_held": { + "cli": "innodb-show-locks-held=#", + "default": "10", + "dynamic": true, + "name": "innodb_show_locks_held", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_show_locks_held" + ] + }, + "innodb_show_verbose_locks": { + "cli": "innodb-show-verbose-locks=#", + "default": "0", + "dynamic": true, + "name": "innodb_show_verbose_locks", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_show_verbose_locks" + ] + }, + "innodb_simulate_comp_failures": { + "default": "0", + "dynamic": true, + "name": "innodb_simulate_comp_failures", + "range": { + "from": 0, + "to": 99 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_simulate_comp_failures" + ] + }, + "innodb_sort_buffer_size": { + "cli": "--innodb-sort-buffer-size=#", + "default": "1048576", + "dynamic": false, + "name": "innodb_sort_buffer_size", + "range": { + "from": 65536, + "to": 67108864 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_sort_buffer_size", + "41#sysvar_innodb_sort_buffer_size" + ] + }, + "innodb_spin_wait_delay": { + "cli": "--innodb-spin-wait-delay=#", + "dynamic": true, + "name": "innodb_spin_wait_delay", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_spin_wait_delay", + "41#sysvar_innodb_spin_wait_delay" + ] + }, + "innodb_stats_auto_recalc": { + "default": "ON", + "dynamic": true, + "name": "innodb_stats_auto_recalc", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_stats_auto_recalc", + "41#sysvar_innodb_stats_auto_recalc" + ] + }, + "innodb_stats_auto_update": { + "default": "1", + "dynamic": true, + "name": "innodb_stats_auto_update", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_stats_auto_update" + ] + }, + "innodb_stats_include_delete_marked": { + "cli": "--innodb-stats-include-delete-marked[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_stats_include_delete_marked", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_stats_include_delete_marked", + "41#sysvar_innodb_stats_include_delete_marked" + ] + }, + "innodb_stats_method": { + "default": "nulls_equal", + "dynamic": true, + "name": "innodb_stats_method", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ], + "ids": [ + "40#innodb_stats_method", + "41#sysvar_innodb_stats_method" + ] + }, + "innodb_stats_modified_counter": { + "cli": "--innodb-stats-modified-counter=#", + "default": "0", + "dynamic": true, + "name": "innodb_stats_modified_counter", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_stats_modified_counter" + ] + }, + "innodb_stats_on_metadata": { + "cli": "--innodb-stats-on-metadata[={OFF|ON}]", + "default": "0", + "dynamic": true, + "name": "innodb_stats_on_metadata", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_stats_on_metadata", + "41#sysvar_innodb_stats_on_metadata" + ] + }, + "innodb_stats_persistent": { + "default": "ON", + "dynamic": true, + "name": "innodb_stats_persistent", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_stats_persistent", + "41#sysvar_innodb_stats_persistent" + ] + }, + "innodb_stats_persistent_sample_pages": { + "cli": "--innodb-stats-persistent-sample-pages=#", + "default": "20", + "dynamic": true, + "name": "innodb_stats_persistent_sample_pages", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_stats_persistent_sample_pages", + "41#sysvar_innodb_stats_persistent_sample_pages" + ] + }, + "innodb_stats_sample_pages": { + "cli": "--innodb-stats-sample-pages=#", + "default": "8", + "dynamic": true, + "name": "innodb_stats_sample_pages", + "range": { + "from": 1, + "to": 264 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_stats_sample_pages" + ] + }, + "innodb_stats_traditional": { + "cli": "--innodb-stats-traditional=#", + "default": "ON", + "dynamic": true, + "name": "innodb_stats_traditional", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_stats_traditional" + ] + }, + "innodb_stats_transient_sample_pages": { + "cli": "--innodb-stats-transient-sample-pages=#", + "default": "8", + "dynamic": true, + "name": "innodb_stats_transient_sample_pages", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_stats_transient_sample_pages", + "41#sysvar_innodb_stats_transient_sample_pages" + ] + }, + "innodb_stats_update_need_lock": { + "default": "1", + "dynamic": true, + "name": "innodb_stats_update_need_lock", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_stats_update_need_lock" + ] + }, + "innodb_status_output": { + "default": "OFF", + "dynamic": true, + "name": "innodb_status_output", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_status_output", + "41#sysvar_innodb_status_output" + ] + }, + "innodb_status_output_locks": { + "default": "OFF", + "dynamic": true, + "name": "innodb_status_output_locks", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_status_output_locks", + "41#sysvar_innodb_status_output_locks" + ] + }, + "innodb_strict_mode": { + "default": "1", + "dynamic": true, + "name": "innodb_strict_mode", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "40#innodb_strict_mode", + "41#sysvar_innodb_strict_mode" + ] + }, + "innodb_support_xa": { + "cli": "--innodb-support-xa", + "default": "ON", + "dynamic": true, + "name": "innodb_support_xa", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "40#innodb_support_xa" + ] + }, + "innodb_sync_array_size": { + "cli": "--innodb-sync-array-size=#", + "default": "1", + "dynamic": false, + "name": "innodb_sync_array_size", + "range": { + "from": 1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_sync_array_size", + "41#sysvar_innodb_sync_array_size" + ] + }, + "innodb_sync_spin_loops": { + "cli": "--innodb-sync-spin-loops=#", + "default": "30", + "dynamic": true, + "name": "innodb_sync_spin_loops", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_sync_spin_loops", + "41#sysvar_innodb_sync_spin_loops" + ] + }, + "innodb_table_locks": { + "cli": "--innodb-table-locks[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "innodb_table_locks", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "40#innodb_table_locks", + "41#sysvar_innodb_table_locks" + ] + }, + "innodb_thread_concurrency": { + "cli": "--innodb-thread-concurrency=#", + "default": "0", + "dynamic": true, + "name": "innodb_thread_concurrency", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_thread_concurrency", + "41#sysvar_innodb_thread_concurrency" + ] + }, + "innodb_thread_concurrency_timer_based": { + "cli": "innodb-thread-concurrency-timer-based={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_thread_concurrency_timer_based", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_thread_concurrency_timer_based" + ] + }, + "innodb_thread_sleep_delay": { + "cli": "--innodb-thread-sleep-delay=#", + "default": "10000", + "dynamic": true, + "name": "innodb_thread_sleep_delay", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_thread_sleep_delay", + "41#sysvar_innodb_thread_sleep_delay" + ] + }, + "innodb_temp_data_file_path": { + "cli": "--innodb-temp-data-path-path=path-name", + "default": "ibtmp1:12M:autoextend", + "dynamic": false, + "name": "innodb_temp_data_file_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "40#innodb_temp_data_file_path", + "41#sysvar_innodb_temp_data_file_path" + ] + }, + "innodb_tmpdir": { + "cli": "--innodb-tmpdir=path", + "default": "NULL", + "dynamic": true, + "name": "innodb_tmpdir", + "ids": [ + "40#innodb_tmpdir", + "41#sysvar_innodb_tmpdir" + ] + }, + "innodb_track_changed_pages": { + "cli": "innodb-track-changed-pages={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_track_changed_pages", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_track_changed_pages" + ] + }, + "innodb_track_redo_log_now": { + "cli": "innodb-track-redo-log-now={0|1}", + "default": "OFF", + "dynamic": true, + "name": "innodb_track_redo_log_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_track_redo_log_now" + ] + }, + "innodb_undo_directory": { + "dynamic": false, + "name": "innodb_undo_directory", + "scope": [ + "global" + ], + "ids": [ + "40#innodb_undo_directory", + "41#sysvar_innodb_undo_directory" + ] + }, + "innodb_undo_log_truncate": { + "dynamic": true, + "name": "innodb_undo_log_truncate", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_undo_log_truncate", + "41#sysvar_innodb_undo_log_truncate" + ] + }, + "innodb_undo_logs": { + "cli": "--innodb-undo-logs=#", + "default": "128", + "dynamic": true, + "name": "innodb_undo_logs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_undo_logs", + "41#sysvar_innodb_undo_logs" + ] + }, + "innodb_undo_tablespaces": { + "cli": "--innodb-undo-tablespaces=#", + "name": "innodb_undo_tablespaces", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_undo_tablespaces", + "41#sysvar_innodb_undo_tablespaces" + ] + }, + "innodb_use_atomic_writes": { + "cli": "innodb-use-atomic-writes={0|1}", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": false, + "name": "innodb_use_atomic_writes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_use_atomic_writes" + ] + }, + "innodb_use_fallocate": { + "cli": "innodb-use-fallocate={0|1}", + "default": "OFF", + "dynamic": false, + "name": "innodb_use_fallocate", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_use_fallocate" + ] + }, + "innodb_use_global_flush_log_at_trx_commit": { + "cli": "innodb-use-global-flush-log-at-trx_commit={0|1}", + "default": "ON", + "dynamic": true, + "name": "innodb_use_global_flush_log_at_trx_commit", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_use_global_flush_log_at_trx_commit" + ] + }, + "innodb_use_mtflush": { + "cli": "--innodb-use-mtflush=#", + "default": "OFF", + "dynamic": false, + "name": "innodb_use_mtflush", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_use_mtflush" + ] + }, + "innodb_use_native_aio": { + "default": "ON", + "dynamic": false, + "name": "innodb_use_native_aio", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_use_native_aio", + "41#sysvar_innodb_use_native_aio" + ] + }, + "innodb_use_purge_thread": { + "cli": "--innodb-use-purge-thread=#", + "default": "1", + "dynamic": false, + "name": "innodb_use_purge_thread", + "range": { + "from": 0, + "to": 32 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_use_purge_thread" + ] + }, + "innodb_use_stacktrace": { + "cli": "--innodb-use-stacktrace=#", + "default": "OFF", + "dynamic": false, + "name": "innodb_use_stacktrace", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_use_stacktrace" + ] + }, + "innodb_use_sys_malloc": { + "cli": "--innodb-use-sys-malloc=#", + "default": "ON", + "dynamic": false, + "name": "innodb_use_sys_malloc", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_use_sys_malloc" + ] + }, + "innodb_use_sys_stats_table": { + "cli": "innodb-use-sys-stats-table={0|1}", + "default": "0", + "dynamic": false, + "name": "innodb_use_sys_stats_table", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_use_sys_stats_table" + ] + }, + "innodb_use_trim": { + "cli": "--innodb-use-trim=#", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": false, + "name": "innodb_use_trim", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "40#innodb_use_trim" + ] + }, + "innodb_version": { + "dynamic": false, + "name": "innodb_version", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "40#innodb_version" + ] + }, + "innodb_write_io_threads": { + "cli": "--innodb-write-io-threads=#", + "default": "4", + "dynamic": false, + "name": "innodb_write_io_threads", + "range": { + "from": 1, + "to": 64 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "40#innodb_write_io_threads", + "41#sysvar_innodb_write_io_threads" + ] + }, + "audit_log": { + "cli": "--audit-log[=value]", + "default": "ON", + "name": "audit_log", + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "FORCE", + "FORCE_PLUS_PERMANENT" + ], + "ids": [ + "43#option_mysqld_audit-log" + ] + }, + "audit_log_buffer_size": { + "cli": "--audit-log-buffer-size=#", + "default": "1048576", + "dynamic": false, + "name": "audit_log_buffer_size", + "range": { + "from": 4096 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "42#sysvar_audit_log_buffer_size" + ] + }, + "audit_log_compression": { + "cli": "--audit-log-compression=value", + "default": "NONE", + "dynamic": false, + "name": "audit_log_compression", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NONE", + "GZIP" + ], + "ids": [ + "42#sysvar_audit_log_compression" + ] + }, + "audit_log_connection_policy": { + "cli": "--audit-log-connection-policy=value", + "default": "ALL", + "dynamic": true, + "name": "audit_log_connection_policy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ALL", + "ERRORS", + "NONE" + ], + "ids": [ + "42#sysvar_audit_log_connection_policy" + ] + }, + "audit_log_current_session": { + "default": "depends on filtering policy", + "dynamic": false, + "name": "audit_log_current_session", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "42#sysvar_audit_log_current_session" + ] + }, + "audit_log_encryption": { + "cli": "--audit-log-encryption=value", + "default": "NONE", + "dynamic": false, + "name": "audit_log_encryption", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NONE", + "AES" + ], + "ids": [ + "42#sysvar_audit_log_encryption" + ] + }, + "audit_log_exclude_accounts": { + "cli": "--audit-log-exclude-accounts=value", + "default": "NULL", + "dynamic": true, + "name": "audit_log_exclude_accounts", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "42#sysvar_audit_log_exclude_accounts" + ] + }, + "audit_log_file": { + "cli": "--audit-log-file=file_name", + "default": "audit.log", + "dynamic": false, + "name": "audit_log_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "42#sysvar_audit_log_file" + ] + }, + "audit_log_filter_id": { + "dynamic": false, + "name": "audit_log_filter_id", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "42#sysvar_audit_log_filter_id" + ] + }, + "audit_log_flush": { + "default": "OFF", + "dynamic": true, + "name": "audit_log_flush", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "42#sysvar_audit_log_flush" + ] + }, + "audit_log_format": { + "cli": "--audit-log-format=value", + "default": "NEW", + "dynamic": false, + "name": "audit_log_format", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OLD", + "NEW", + "JSON" + ], + "ids": [ + "42#sysvar_audit_log_format" + ] + }, + "audit_log_include_accounts": { + "cli": "--audit-log-include-accounts=value", + "default": "NULL", + "dynamic": true, + "name": "audit_log_include_accounts", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "42#sysvar_audit_log_include_accounts" + ] + }, + "audit_log_password_history_keep_days": { + "cli": "--audit-log-password-history-keep-days=#", + "default": "0", + "dynamic": true, + "name": "audit_log_password_history_keep_days", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "42#sysvar_audit_log_password_history_keep_days" + ] + }, + "audit_log_policy": { + "cli": "--audit-log-policy=value", + "default": "ALL", + "dynamic": false, + "name": "audit_log_policy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ALL", + "LOGINS", + "QUERIES", + "NONE" + ], + "ids": [ + "42#sysvar_audit_log_policy" + ] + }, + "audit_log_read_buffer_size": { + "cli": "--audit-log-read-buffer-size=#", + "name": "audit_log_read_buffer_size", + "range": { + "to": 4194304 + }, + "type": "integer", + "ids": [ + "42#sysvar_audit_log_read_buffer_size" + ] + }, + "audit_log_rotate_on_size": { + "cli": "--audit-log-rotate-on-size=#", + "default": "0", + "dynamic": true, + "name": "audit_log_rotate_on_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "42#sysvar_audit_log_rotate_on_size" + ] + }, + "audit_log_statement_policy": { + "cli": "--audit-log-statement-policy=value", + "default": "ALL", + "dynamic": true, + "name": "audit_log_statement_policy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ALL", + "ERRORS", + "NONE" + ], + "ids": [ + "42#sysvar_audit_log_statement_policy" + ] + }, + "audit_log_strategy": { + "cli": "--audit-log-strategy=value", + "default": "ASYNCHRONOUS", + "dynamic": false, + "name": "audit_log_strategy", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ASYNCHRONOUS", + "PERFORMANCE", + "SEMISYNCHRONOUS", + "SYNCHRONOUS" + ], + "ids": [ + "42#sysvar_audit_log_strategy" + ] + }, + "innodb": { + "cli": "--innodb[=value]", + "default": "ON", + "name": "innodb", + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "FORCE" + ], + "ids": [ + "41#option_mysqld_innodb" + ] + }, + "innodb_status_file": { + "cli": "--innodb-status-file[={OFF|ON}]", + "default": "OFF", + "name": "innodb_status_file", + "type": "boolean", + "ids": [ + "41#option_mysqld_innodb-status-file" + ] + }, + "daemon_memcached_enable_binlog": { + "cli": "--daemon-memcached-enable-binlog[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "daemon_memcached_enable_binlog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_daemon_memcached_enable_binlog" + ] + }, + "daemon_memcached_engine_lib_name": { + "cli": "--daemon-memcached-engine-lib-name=file_name", + "default": "innodb_engine.so", + "dynamic": false, + "name": "daemon_memcached_engine_lib_name", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "41#sysvar_daemon_memcached_engine_lib_name" + ] + }, + "daemon_memcached_engine_lib_path": { + "cli": "--daemon-memcached-engine-lib-path=dir_name", + "default": "NULL", + "dynamic": false, + "name": "daemon_memcached_engine_lib_path", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "41#sysvar_daemon_memcached_engine_lib_path" + ] + }, + "daemon_memcached_option": { + "cli": "--daemon-memcached-option=options", + "default": "", + "dynamic": false, + "name": "daemon_memcached_option", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "41#sysvar_daemon_memcached_option" + ] + }, + "daemon_memcached_r_batch_size": { + "cli": "--daemon-memcached-r-batch-size=#", + "default": "1", + "dynamic": false, + "name": "daemon_memcached_r_batch_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_daemon_memcached_r_batch_size" + ] + }, + "daemon_memcached_w_batch_size": { + "cli": "--daemon-memcached-w-batch-size=#", + "default": "1", + "dynamic": false, + "name": "daemon_memcached_w_batch_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_daemon_memcached_w_batch_size" + ] + }, + "innodb_background_drop_list_empty": { + "cli": "--innodb-background-drop-list-empty[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_background_drop_list_empty", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_background_drop_list_empty" + ] + }, + "innodb_buffer_pool_debug": { + "cli": "--innodb-buffer-pool-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "innodb_buffer_pool_debug", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_buffer_pool_debug" + ] + }, + "innodb_buffer_pool_in_core_file": { + "cli": "--innodb-buffer-pool-in-core-file[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "innodb_buffer_pool_in_core_file", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_buffer_pool_in_core_file" + ] + }, + "innodb_checkpoint_disabled": { + "cli": "--innodb-checkpoint-disabled[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_checkpoint_disabled", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_checkpoint_disabled" + ] + }, + "innodb_compress_debug": { + "cli": "--innodb-compress-debug=value", + "default": "none", + "dynamic": true, + "name": "innodb_compress_debug", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "none", + "zlib", + "lz4", + "lz4hc" + ], + "ids": [ + "41#sysvar_innodb_compress_debug" + ] + }, + "innodb_ddl_log_crash_reset_debug": { + "cli": "--innodb-ddl-log-crash-reset-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_ddl_log_crash_reset_debug", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_ddl_log_crash_reset_debug" + ] + }, + "innodb_dedicated_server": { + "cli": "--innodb-dedicated-server[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "innodb_dedicated_server", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_dedicated_server" + ] + }, + "innodb_directories": { + "cli": "--innodb-directories=dir_name", + "dynamic": false, + "name": "innodb_directories", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "41#sysvar_innodb_directories" + ] + }, + "innodb_fil_make_page_dirty_debug": { + "cli": "--innodb-fil-make-page-dirty-debug=#", + "default": "0", + "dynamic": true, + "name": "innodb_fil_make_page_dirty_debug", + "range": { + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_fil_make_page_dirty_debug" + ] + }, + "innodb_fsync_threshold": { + "cli": "--innodb-fsync-threshold=#", + "default": "0", + "dynamic": true, + "name": "innodb_fsync_threshold", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_fsync_threshold" + ] + }, + "innodb_limit_optimistic_insert_debug": { + "cli": "--innodb-limit-optimistic-insert-debug=#", + "default": "0", + "dynamic": true, + "name": "innodb_limit_optimistic_insert_debug", + "range": { + "from": 0, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_limit_optimistic_insert_debug" + ] + }, + "innodb_log_checkpoint_fuzzy_now": { + "cli": "--innodb-log-checkpoint-fuzzy-now[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_log_checkpoint_fuzzy_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_log_checkpoint_fuzzy_now" + ] + }, + "innodb_log_checkpoint_now": { + "cli": "--innodb-log-checkpoint-now[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_log_checkpoint_now", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_log_checkpoint_now" + ] + }, + "innodb_log_spin_cpu_abs_lwm": { + "cli": "--innodb-log-spin-cpu-abs-lwm=#", + "default": "80", + "dynamic": true, + "name": "innodb_log_spin_cpu_abs_lwm", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_log_spin_cpu_abs_lwm" + ] + }, + "innodb_log_spin_cpu_pct_hwm": { + "cli": "--innodb-log-spin-cpu-pct-hwm=#", + "default": "50", + "dynamic": true, + "name": "innodb_log_spin_cpu_pct_hwm", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_log_spin_cpu_pct_hwm" + ] + }, + "innodb_log_wait_for_flush_spin_hwm": { + "cli": "--innodb-log-wait-for-flush-spin-hwm=#", + "default": "400", + "dynamic": true, + "name": "innodb_log_wait_for_flush_spin_hwm", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_log_wait_for_flush_spin_hwm" + ] + }, + "innodb_merge_threshold_set_all_debug": { + "cli": "--innodb-merge-threshold-set-all-debug=#", + "default": "50", + "dynamic": true, + "name": "innodb_merge_threshold_set_all_debug", + "range": { + "from": 1, + "to": 50 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_merge_threshold_set_all_debug" + ] + }, + "innodb_parallel_read_threads": { + "cli": "--innodb-parallel-read-threads=#", + "default": "4", + "dynamic": true, + "name": "innodb_parallel_read_threads", + "range": { + "from": 1, + "to": 256 + }, + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_parallel_read_threads" + ] + }, + "innodb_print_ddl_logs": { + "cli": "--innodb-print-ddl-logs[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_print_ddl_logs", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_print_ddl_logs" + ] + }, + "innodb_redo_log_archive_dirs": { + "cli": "--innodb-redo-log-archive-dirs", + "default": "NULL", + "dynamic": true, + "name": "innodb_redo_log_archive_dirs", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "41#sysvar_innodb_redo_log_archive_dirs" + ] + }, + "innodb_redo_log_encrypt": { + "cli": "--innodb-redo-log-encrypt[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_redo_log_encrypt", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_redo_log_encrypt" + ] + }, + "innodb_scan_directories": { + "cli": "--innodb-scan-directories=dir_name", + "default": "NULL", + "dynamic": false, + "name": "innodb_scan_directories", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "41#sysvar_innodb_scan_directories" + ] + }, + "innodb_saved_page_number_debug": { + "cli": "--innodb-saved-page-number-debug=#", + "default": "0", + "dynamic": true, + "name": "innodb_saved_page_number_debug", + "range": { + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_saved_page_number_debug" + ] + }, + "innodb_spin_wait_pause_multiplier": { + "cli": "--innodb-spin-wait-pause-multiplier=#", + "default": "50", + "dynamic": true, + "name": "innodb_spin_wait_pause_multiplier", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_spin_wait_pause_multiplier" + ] + }, + "innodb_sync_debug": { + "cli": "--innodb-sync-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "innodb_sync_debug", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_sync_debug" + ] + }, + "innodb_temp_tablespaces_dir": { + "cli": "--innodb-temp-tablespaces-dir=dir_name", + "default": "#innodb_temp", + "dynamic": false, + "name": "innodb_temp_tablespaces_dir", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "41#sysvar_innodb_temp_tablespaces_dir" + ] + }, + "innodb_trx_purge_view_update_only_debug": { + "cli": "--innodb-trx-purge-view-update-only-debug[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_trx_purge_view_update_only_debug", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_trx_purge_view_update_only_debug" + ] + }, + "innodb_trx_rseg_n_slots_debug": { + "cli": "--innodb-trx-rseg-n-slots-debug=#", + "default": "0", + "dynamic": true, + "name": "innodb_trx_rseg_n_slots_debug", + "range": { + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "41#sysvar_innodb_trx_rseg_n_slots_debug" + ] + }, + "innodb_undo_log_encrypt": { + "cli": "--innodb-undo-log-encrypt[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "innodb_undo_log_encrypt", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "41#sysvar_innodb_undo_log_encrypt" + ] + }, + "ndbcluster": { + "cli": "--ndbcluster", + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndbcluster", + "ids": [ + "44#option_mysqld_ndbcluster" + ] + }, + "ndb-allow-copying-alter-table": { + "cli": "--ndb-allow-copying-alter-table=[ON|OFF]", + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-allow-copying-alter-table", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#option_mysqld_ndb-allow-copying-alter-table" + ] + }, + "ndb-batch-size": { + "cli": "--ndb-batch-size=#", + "default": "32768 / 0 - 31536000 (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-batch-size", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-batch-size" + ] + }, + "ndb-cluster-connection-pool": { + "cli": "--ndb-cluster-connection-pool=#", + "default": "1 / 1 - 63 (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-cluster-connection-pool", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-cluster-connection-pool" + ] + }, + "ndb-cluster-connection-pool-nodeids": { + "cli": "--ndb-cluster-connection-pool-nodeids=list", + "default": "/ (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-cluster-connection-pool-nodeids", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-cluster-connection-pool-nodeids" + ] + }, + "ndb-blob-read-batch-bytes": { + "cli": "--ndb-blob-read-batch-bytes=bytes", + "default": "65536 / 0 - 4294967295 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-blob-read-batch-bytes", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#option_mysqld_ndb-blob-read-batch-bytes" + ] + }, + "ndb-blob-write-batch-bytes": { + "cli": "--ndb-blob-write-batch-bytes=bytes", + "default": "65536 / 0 - 4294967295 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-blob-write-batch-bytes", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#option_mysqld_ndb-blob-write-batch-bytes" + ] + }, + "ndb-connectstring": { + "cli": "--ndb-connectstring=connection_string", + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-connectstring", + "ids": [ + "43#option_mysqld_ndb-connectstring" + ] + }, + "ndb-default-column-format": { + "cli": "--ndb-default-column-format=[FIXED|DYNAMIC]", + "default": "FIXED / FIXED, DYNAMIC (Version: 5.7.16-ndb-7.5.4)", + "dynamic": true, + "name": "ndb-default-column-format", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-default-column-format" + ] + }, + "ndb-deferred-constraints": { + "cli": "--ndb-deferred-constraints=[0|1]", + "default": "0 / 0 - 1 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-deferred-constraints", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#option_mysqld_ndb-deferred-constraints" + ] + }, + "ndb-distribution": { + "cli": "--ndb-distribution=[KEYHASH|LINHASH]", + "default": "KEYHASH / LINHASH, KEYHASH (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-distribution", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-distribution" + ] + }, + "ndb-log-apply-status": { + "cli": "--ndb-log-apply-status", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-log-apply-status", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-log-apply-status" + ] + }, + "ndb-log-empty-epochs": { + "cli": "--ndb-log-empty-epochs=[ON|OFF]", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-log-empty-epochs", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-log-empty-epochs" + ] + }, + "ndb-log-empty-update": { + "cli": "--ndb-log-empty-update=[ON|OFF]", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-log-empty-update", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-log-empty-update" + ] + }, + "ndb-log-exclusive-reads": { + "cli": "--ndb-log-exclusive-reads=[0|1]", + "default": "0 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-log-exclusive-reads", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#option_mysqld_ndb-log-exclusive-reads" + ] + }, + "ndb-log-orig": { + "cli": "--ndb-log-orig", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-log-orig", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-log-orig" + ] + }, + "ndb-log-transaction-id": { + "cli": "--ndb-log-transaction-id", + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-log-transaction-id", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-log-transaction-id" + ] + }, + "ndb-log-update-minimal": { + "cli": "--ndb-log-update-minimal", + "default": "OFF (Version: 5.7.18-ndb-7.6.3)", + "dynamic": true, + "name": "ndb-log-update-minimal", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-log-update-minimal" + ] + }, + "ndb-mgmd-host": { + "cli": "--ndb-mgmd-host=host[:port]", + "default": "localhost:1186 (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-mgmd-host", + "ids": [ + "43#option_mysqld_ndb-mgmd-host" + ] + }, + "ndb-nodeid": { + "cli": "--ndb-nodeid=#", + "default": "/ 1 - 255 (Version: 5.1.5)", + "dynamic": false, + "name": "ndb-nodeid", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-nodeid" + ] + }, + "ndb-optimization-delay": { + "cli": "--ndb-optimization-delay=milliseconds", + "default": "10 / 0 - 100000 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb-optimization-delay", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-optimization-delay" + ] + }, + "ndb-recv-thread-activation-threshold": { + "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, + "name": "ndb-recv-thread-activation-threshold", + "ids": [ + "43#option_mysqld_ndb-recv-thread-activation-threshold" + ] + }, + "ndb-recv-thread-cpu-mask": { + "cli": "--ndb-recv-thread-cpu-mask=bitmask", + "default": "[empty] (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-recv-thread-cpu-mask", + "ids": [ + "43#option_mysqld_ndb-recv-thread-cpu-mask" + ] + }, + "ndb-transid-mysql-connection-map": { + "cli": "ndb-transid-mysql-connection-map=state", + "default": "ON / ON, OFF, FORCE (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb-transid-mysql-connection-map", + "ids": [ + "43#option_mysqld_ndb-transid-mysql-connection-map" + ] + }, + "ndb-wait-connected": { + "cli": "--ndb-wait-connected=seconds", + "default": "30 / 0 - 31536000 (Version: 5.1.56-ndb-7.1.16)", + "dynamic": false, + "name": "ndb-wait-connected", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-wait-connected" + ] + }, + "ndb-wait-setup": { + "cli": "--ndb-wait-setup=seconds", + "default": "30 / 0 - 31536000 (Version: 5.1.56-ndb-7.1.16)", + "dynamic": false, + "name": "ndb-wait-setup", + "scope": [ + "global" + ], + "ids": [ + "43#option_mysqld_ndb-wait-setup" + ] + }, + "skip-ndbcluster": { + "cli": "--skip-ndbcluster", + "dynamic": false, + "name": "skip-ndbcluster", + "ids": [ + "43#option_mysqld_skip-ndbcluster" + ] + }, + "ndb_autoincrement_prefetch_sz": { + "default": "1 / 1 - 256 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_autoincrement_prefetch_sz", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_autoincrement_prefetch_sz" + ] + }, + "ndb_cache_check_time": { + "default": "0 / - (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_cache_check_time", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_cache_check_time" + ] + }, + "ndb_clear_apply_status": { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_clear_apply_status", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_clear_apply_status" + ] + }, + "ndb_data_node_neighbour": { + "default": "0 / 0 - 255 (Version: 5.7.12-ndb-7.5.2)", + "dynamic": true, + "name": "ndb_data_node_neighbour", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_data_node_neighbour" + ] + }, + "ndb_default_column_format": { + "default": "FIXED / FIXED, DYNAMIC (Version: 5.7.16-ndb-7.5.4)", + "dynamic": true, + "name": "ndb_default_column_format", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_default_column_format" + ] + }, + "ndb_deferred_constraints": { + "default": "0 / 0 - 1 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_deferred_constraints", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_deferred_constraints" + ] + }, + "ndb_distribution": { + "default": "KEYHASH / LINHASH, KEYHASH (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_distribution", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_distribution" + ] + }, + "ndb_eventbuffer_free_percent": { + "default": "20 / 1 - 99 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_eventbuffer_free_percent", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_eventbuffer_free_percent" + ] + }, + "ndb_eventbuffer_max_alloc": { + "default": "0 / 0 - 4294967295 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_eventbuffer_max_alloc", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_eventbuffer_max_alloc" + ] + }, + "ndb_extra_logging": { + "default": "1 / - (Version: 5.1.19-ndb-6.3.0)", + "dynamic": true, + "name": "ndb_extra_logging", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_extra_logging" + ] + }, + "ndb_force_send": { + "default": "TRUE (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_force_send", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_force_send" + ] + }, + "ndb_fully_replicated": { + "default": "OFF (Version: 5.7.12-ndb-7-5-2)", + "dynamic": true, + "name": "ndb_fully_replicated", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_fully_replicated" + ] + }, + "ndb_index_stat_enable": { + "default": "ON (Version: 5.5.15-ndb-7.2.1)", + "dynamic": true, + "name": "ndb_index_stat_enable", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_index_stat_enable" + ] + }, + "ndb_index_stat_option": { + "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, + "name": "ndb_index_stat_option", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_index_stat_option" + ] + }, + "ndb_join_pushdown": { + "default": "TRUE (Version: 5.1.51-ndb-7.2.0)", + "dynamic": true, + "name": "ndb_join_pushdown", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_join_pushdown" + ] + }, + "ndb_log_apply_status": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb_log_apply_status", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_log_apply_status" + ] + }, + "ndb_log_bin": { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_log_bin", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_log_bin" + ] + }, + "ndb_log_binlog_index": { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_log_binlog_index", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_log_binlog_index" + ] + }, + "ndb_log_empty_epochs": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_log_empty_epochs", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_log_empty_epochs" + ] + }, + "ndb_log_empty_update": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_log_empty_update", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_log_empty_update" + ] + }, + "ndb_log_exclusive_reads": { + "default": "0 (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_log_exclusive_reads", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_log_exclusive_reads" + ] + }, + "ndb_log_orig": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb_log_orig", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_log_orig" + ] + }, + "ndb_log_transaction_id": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb_log_transaction_id", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_log_transaction_id" + ] + }, + "ndb_optimized_node_selection": { + "default": "3 / 0 - 3 (Version: 5.1.22-ndb-6.3.4)", + "dynamic": false, + "name": "ndb_optimized_node_selection", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_optimized_node_selection" + ] + }, + "ndb_read_backup": { + "default": "OFF (Version: 5.7.12-ndb-7.5.2)", + "dynamic": true, + "name": "ndb_read_backup", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_read_backup" + ] + }, + "ndb_recv_thread_activation_threshold": { + "default": "8 / 0 (MIN_ACTIVATION_THRESHOLD) - 16 (MAX_ACTIVATION_THRESHOLD), (Version: 5.6.10-ndb-7.3.1)", + "dynamic": false, + "name": "ndb_recv_thread_activation_threshold", + "ids": [ + "43#sysvar_ndb_recv_thread_activation_threshold" + ] + }, + "ndb_recv_thread_cpu_mask": { + "default": "[empty] (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_recv_thread_cpu_mask", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_recv_thread_cpu_mask" + ] + }, + "ndb_report_thresh_binlog_epoch_slip": { + "default": "10 / 0 - 256 (Version: 5.7.16-ndb-7.5.4)", + "dynamic": true, + "name": "ndb_report_thresh_binlog_epoch_slip", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_report_thresh_binlog_epoch_slip" + ] + }, + "ndb_report_thresh_binlog_mem_usage": { + "default": "1 / 0 - 1 (Version: NDB 7.6.8)", + "dynamic": true, + "name": "ndb_report_thresh_binlog_mem_usage", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "43#sysvar_ndb_report_thresh_binlog_mem_usage" + ] + }, + "ndb_row_checksum": { + "default": "1 / 0 - 1 (Version: NDB 7.6.8)", + "dynamic": true, + "name": "ndb_row_checksum", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "43#sysvar_ndb_row_checksum" + ] + }, + "ndb_show_foreign_key_mock_tables": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_show_foreign_key_mock_tables", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_show_foreign_key_mock_tables" + ] + }, + "ndb_slave_conflict_role": { + "default": "NONE / NONE, PRIMARY, SECONDARY, PASS (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_slave_conflict_role", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_slave_conflict_role" + ] + }, + "ndb_table_no_logging": { + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_table_no_logging", + "scope": [ + "session" + ], + "ids": [ + "43#sysvar_ndb_table_no_logging" + ] + }, + "ndb_table_temporary": { + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_table_temporary", + "scope": [ + "session" + ], + "ids": [ + "43#sysvar_ndb_table_temporary" + ] + }, + "ndb_use_copying_alter_table": { + "dynamic": false, + "name": "ndb_use_copying_alter_table", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_use_copying_alter_table" + ] + }, + "ndb_use_exact_count": { + "default": "OFF (Version: 5.1.47-ndb-7.1.8)", + "dynamic": true, + "name": "ndb_use_exact_count", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_use_exact_count" + ] + }, + "ndb_use_transactions": { + "default": "ON (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndb_use_transactions", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndb_use_transactions" + ] + }, + "ndb_version": { + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb_version", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_version" + ] + }, + "ndb_version_string": { + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndb_version_string", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndb_version_string" + ] + }, + "server_id_bits": { + "default": "32 / 7 - 32 (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "server_id_bits", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_server_id_bits" + ] + }, + "slave_allow_batching": { + "default": "off (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "slave_allow_batching", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_slave_allow_batching" + ] + }, + "transaction_allow_batching": { + "default": "FALSE (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "transaction_allow_batching", + "scope": [ + "session" + ], + "ids": [ + "43#sysvar_transaction_allow_batching" + ] + }, + "ndbinfo_database": { + "default": "ndbinfo (Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndbinfo_database", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndbinfo_database" + ] + }, + "ndbinfo_max_bytes": { + "default": "0 / - (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndbinfo_max_bytes", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndbinfo_max_bytes" + ] + }, + "ndbinfo_max_rows": { + "default": "10 / - (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndbinfo_max_rows", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndbinfo_max_rows" + ] + }, + "ndbinfo_offline": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndbinfo_offline", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndbinfo_offline" + ] + }, + "ndbinfo_show_hidden": { + "default": "OFF (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndbinfo_show_hidden", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndbinfo_show_hidden" + ] + }, + "ndbinfo_table_prefix": { + "default": "ndb$ (Version: NDB 7.5-7.6)", + "dynamic": true, + "name": "ndbinfo_table_prefix", + "scope": [ + "global", + "session" + ], + "ids": [ + "43#sysvar_ndbinfo_table_prefix" + ] + }, + "ndbinfo_version": { + "default": "(Version: NDB 7.5-7.6)", + "dynamic": false, + "name": "ndbinfo_version", + "scope": [ + "global" + ], + "ids": [ + "43#sysvar_ndbinfo_version" + ] + }, + "performance_schema_error_size": { + "cli": "--performance-schema-error-size=#", + "default": "number of server error codes", + "dynamic": false, + "name": "performance_schema_error_size", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_error_size" + ] + }, + "performance_schema_events_transactions_history_long_size": { + "cli": "--performance-schema-events-transactions-history-long-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "performance_schema_events_transactions_history_long_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_events_transactions_history_long_size" + ] + }, + "performance_schema_events_transactions_history_size": { + "cli": "--performance-schema-events-transactions-history-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "performance_schema_events_transactions_history_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_events_transactions_history_size" + ] + }, + "performance_schema_max_digest_sample_age": { + "cli": "--performance-schema-max-digest-sample-age=#", + "default": "60", + "dynamic": true, + "name": "performance_schema_max_digest_sample_age", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_max_digest_sample_age" + ] + }, + "performance_schema_max_index_stat": { + "cli": "--performance-schema-max-index-stat=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_index_stat", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_max_index_stat" + ] + }, + "performance_schema_max_memory_classes": { + "cli": "--performance-schema-max-memory-classes=#", + "dynamic": false, + "name": "performance_schema_max_memory_classes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_max_memory_classes" + ] + }, + "performance_schema_max_metadata_locks": { + "cli": "--performance-schema-max-metadata-locks=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_metadata_locks", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_max_metadata_locks" + ] + }, + "performance_schema_max_prepared_statements_instances": { + "cli": "--performance-schema-max-prepared-statements-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_prepared_statements_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_max_prepared_statements_instances" + ] + }, + "performance_schema_max_program_instances": { + "cli": "--performance-schema-max-program-instances=#", + "default": "(-1 signifies autoscaling; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_program_instances", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_max_program_instances" + ] + }, + "performance_schema_max_sql_text_length": { + "cli": "--performance-schema-max-sql-text-length=#", + "default": "1024", + "dynamic": false, + "name": "performance_schema_max_sql_text_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_max_sql_text_length" + ] + }, + "performance_schema_max_statement_stack": { + "cli": "--performance-schema-max-statement-stack=#", + "default": "10", + "dynamic": false, + "name": "performance_schema_max_statement_stack", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_max_statement_stack" + ] + }, + "performance_schema_max_table_lock_stat": { + "cli": "--performance-schema-max-table-lock-stat=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "name": "performance_schema_max_table_lock_stat", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "20#sysvar_performance_schema_max_table_lock_stat" + ] + }, + "authentication_ldap_sasl_auth_method_name": { + "cli": "--authentication-ldap-sasl-auth-method-name=value", + "default": "SCRAM-SHA-1", + "dynamic": true, + "name": "authentication_ldap_sasl_auth_method_name", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "45#sysvar_authentication_ldap_sasl_auth_method_name" + ] + }, + "authentication_ldap_sasl_bind_base_dn": { + "cli": "--authentication-ldap-sasl-bind-base-dn=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_sasl_bind_base_dn", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_sasl_bind_base_dn" + ] + }, + "authentication_ldap_sasl_bind_root_dn": { + "cli": "--authentication-ldap-sasl-bind-root-dn=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_sasl_bind_root_dn", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_sasl_bind_root_dn" + ] + }, + "authentication_ldap_sasl_bind_root_pwd": { + "cli": "--authentication-ldap-sasl-bind-root-pwd=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_sasl_bind_root_pwd", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_sasl_bind_root_pwd" + ] + }, + "authentication_ldap_sasl_ca_path": { + "cli": "--authentication-ldap-sasl-ca-path=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_sasl_ca_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_sasl_ca_path" + ] + }, + "authentication_ldap_sasl_group_search_attr": { + "cli": "--authentication-ldap-sasl-group-search-attr=value", + "default": "cn", + "dynamic": true, + "name": "authentication_ldap_sasl_group_search_attr", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_sasl_group_search_attr" + ] + }, + "authentication_ldap_sasl_group_search_filter": { + "cli": "--authentication-ldap-sasl-group-search-filter=value", + "default": "(|(&(objectClass=posixGroup)(memberUid=%s))(&(objectClass=group)(member=%s)))", + "dynamic": true, + "name": "authentication_ldap_sasl_group_search_filter", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_sasl_group_search_filter" + ] + }, + "authentication_ldap_sasl_init_pool_size": { + "cli": "--authentication-ldap-sasl-init-pool-size=#", + "default": "10", + "dynamic": true, + "name": "authentication_ldap_sasl_init_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "44#sysvar_authentication_ldap_sasl_init_pool_size" + ] + }, + "authentication_ldap_sasl_log_status": { + "cli": "--authentication-ldap-sasl-log-status=#", + "default": "1", + "dynamic": true, + "name": "authentication_ldap_sasl_log_status", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "44#sysvar_authentication_ldap_sasl_log_status" + ] + }, + "authentication_ldap_sasl_max_pool_size": { + "cli": "--authentication-ldap-sasl-max-pool-size=#", + "default": "1000", + "dynamic": true, + "name": "authentication_ldap_sasl_max_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "44#sysvar_authentication_ldap_sasl_max_pool_size" + ] + }, + "authentication_ldap_sasl_server_host": { + "cli": "--authentication-ldap-sasl-server-host=host_name", + "dynamic": true, + "name": "authentication_ldap_sasl_server_host", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_sasl_server_host" + ] + }, + "authentication_ldap_sasl_server_port": { + "cli": "--authentication-ldap-sasl-server-port=port_num", + "default": "389", + "dynamic": true, + "name": "authentication_ldap_sasl_server_port", + "range": { + "from": 1, + "to": 32376 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "44#sysvar_authentication_ldap_sasl_server_port" + ] + }, + "authentication_ldap_sasl_tls": { + "cli": "--authentication-ldap-sasl-tls[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "authentication_ldap_sasl_tls", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "44#sysvar_authentication_ldap_sasl_tls" + ] + }, + "authentication_ldap_sasl_user_search_attr": { + "cli": "--authentication-ldap-sasl-user-search-attr=value", + "default": "uid", + "dynamic": true, + "name": "authentication_ldap_sasl_user_search_attr", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_sasl_user_search_attr" + ] + }, + "authentication_ldap_simple_auth_method_name": { + "cli": "--authentication-ldap-simple-auth-method-name=value", + "default": "SIMPLE", + "dynamic": true, + "name": "authentication_ldap_simple_auth_method_name", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_simple_auth_method_name" + ] + }, + "authentication_ldap_simple_bind_base_dn": { + "cli": "--authentication-ldap-simple-bind-base-dn=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_simple_bind_base_dn", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_simple_bind_base_dn" + ] + }, + "authentication_ldap_simple_bind_root_dn": { + "cli": "--authentication-ldap-simple-bind-root-dn=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_simple_bind_root_dn", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_simple_bind_root_dn" + ] + }, + "authentication_ldap_simple_bind_root_pwd": { + "cli": "--authentication-ldap-simple-bind-root-pwd=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_simple_bind_root_pwd", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_simple_bind_root_pwd" + ] + }, + "authentication_ldap_simple_ca_path": { + "cli": "--authentication-ldap-simple-ca-path=value", + "default": "NULL", + "dynamic": true, + "name": "authentication_ldap_simple_ca_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_simple_ca_path" + ] + }, + "authentication_ldap_simple_group_search_attr": { + "cli": "--authentication-ldap-simple-group-search-attr=value", + "default": "cn", + "dynamic": true, + "name": "authentication_ldap_simple_group_search_attr", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_simple_group_search_attr" + ] + }, + "authentication_ldap_simple_group_search_filter": { + "cli": "--authentication-ldap-simple-group-search-filter=value", + "default": "(|(&(objectClass=posixGroup)(memberUid=%s))(&(objectClass=group)(member=%s)))", + "dynamic": true, + "name": "authentication_ldap_simple_group_search_filter", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_simple_group_search_filter" + ] + }, + "authentication_ldap_simple_init_pool_size": { + "cli": "--authentication-ldap-simple-init-pool-size=#", + "default": "10", + "dynamic": true, + "name": "authentication_ldap_simple_init_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "44#sysvar_authentication_ldap_simple_init_pool_size" + ] + }, + "authentication_ldap_simple_log_status": { + "cli": "--authentication-ldap-simple-log-status=#", + "default": "1", + "dynamic": true, + "name": "authentication_ldap_simple_log_status", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "44#sysvar_authentication_ldap_simple_log_status" + ] + }, + "authentication_ldap_simple_max_pool_size": { + "cli": "--authentication-ldap-simple-max-pool-size=#", + "default": "1000", + "dynamic": true, + "name": "authentication_ldap_simple_max_pool_size", + "range": { + "from": 0, + "to": 32767 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "44#sysvar_authentication_ldap_simple_max_pool_size" + ] + }, + "authentication_ldap_simple_server_host": { + "cli": "--authentication-ldap-simple-server-host=host_name", + "dynamic": true, + "name": "authentication_ldap_simple_server_host", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_simple_server_host" + ] + }, + "authentication_ldap_simple_server_port": { + "cli": "--authentication-ldap-simple-server-port=port_num", + "default": "389", + "dynamic": true, + "name": "authentication_ldap_simple_server_port", + "range": { + "from": 1, + "to": 32376 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "44#sysvar_authentication_ldap_simple_server_port" + ] + }, + "authentication_ldap_simple_tls": { + "cli": "--authentication-ldap-simple-tls[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "authentication_ldap_simple_tls", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "44#sysvar_authentication_ldap_simple_tls" + ] + }, + "authentication_ldap_simple_user_search_attr": { + "cli": "--authentication-ldap-simple-user-search-attr=value", + "default": "uid", + "dynamic": true, + "name": "authentication_ldap_simple_user_search_attr", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "44#sysvar_authentication_ldap_simple_user_search_attr" + ] + }, + "binlog_row_event_max_size": { + "cli": "--binlog-row-event-max-size=#", + "default": "8192", + "name": "binlog_row_event_max_size", + "range": { + "from": 256 + }, + "type": "integer", + "ids": [ + "22#option_mysqld_binlog-row-event-max-size", + "22#sysvar_binlog_row_event_max_size", + "23#option_mysqld_binlog-row-event-max-size" + ] + }, + "binlog_do_db": { + "cli": "--binlog-do-db=name", + "name": "binlog_do_db", + "type": "string", + "ids": [ + "22#option_mysqld_binlog-do-db", + "23#option_mysqld_binlog-do-db" + ] + }, + "binlog_ignore_db": { + "cli": "--binlog-ignore-db=name", + "name": "binlog_ignore_db", + "type": "string", + "ids": [ + "22#option_mysqld_binlog-ignore-db", + "23#option_mysqld_binlog-ignore-db" + ] + }, + "max_binlog_dump_events": { + "cli": "--max-binlog-dump-events=#", + "default": "0", + "name": "max_binlog_dump_events", + "type": "integer", + "ids": [ + "22#option_mysqld_max-binlog-dump-events", + "23#option_mysqld_max-binlog-dump-events" + ] + }, + "sporadic_binlog_dump_fail": { + "cli": "--sporadic-binlog-dump-fail[={OFF|ON}]", + "default": "OFF", + "name": "sporadic_binlog_dump_fail", + "type": "boolean", + "ids": [ + "22#option_mysqld_sporadic-binlog-dump-fail", + "23#option_mysqld_sporadic-binlog-dump-fail" + ] + }, + "binlog_encryption": { + "cli": "--binlog-encryption[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "binlog_encryption", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "22#sysvar_binlog_encryption" + ] + }, + "binlog_error_action": { + "cli": "--binlog-error-action[=value]", + "dynamic": true, + "name": "binlog_error_action", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "IGNORE_ERROR", + "ABORT_SERVER" + ], + "ids": [ + "22#sysvar_binlog_error_action", + "23#sysvar_binlog_error_action" + ] + }, + "binlog_expire_logs_seconds": { + "cli": "--binlog-expire-logs-seconds=#", + "dynamic": true, + "name": "binlog_expire_logs_seconds", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "22#sysvar_binlog_expire_logs_seconds" + ] + }, + "binlog_group_commit_sync_delay": { + "cli": "--binlog-group-commit-sync-delay=#", + "default": "0", + "dynamic": true, + "name": "binlog_group_commit_sync_delay", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "22#sysvar_binlog_group_commit_sync_delay", + "23#sysvar_binlog_group_commit_sync_delay" + ] + }, + "binlog_group_commit_sync_no_delay_count": { + "cli": "--binlog-group-commit-sync-no-delay-count=#", + "default": "0", + "dynamic": true, + "name": "binlog_group_commit_sync_no_delay_count", + "range": { + "from": 0, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "22#sysvar_binlog_group_commit_sync_no_delay_count", + "23#sysvar_binlog_group_commit_sync_no_delay_count" + ] + }, + "binlog_max_flush_queue_time": { + "cli": "--binlog-max-flush-queue-time=#", + "default": "0", + "dynamic": true, + "name": "binlog_max_flush_queue_time", + "range": { + "from": 0, + "to": 100000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "22#sysvar_binlog_max_flush_queue_time", + "23#sysvar_binlog_max_flush_queue_time" + ] + }, + "binlog_order_commits": { + "cli": "--binlog-order-commits[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "binlog_order_commits", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "22#sysvar_binlog_order_commits", + "23#sysvar_binlog_order_commits" + ] + }, + "binlog_rotate_encryption_master_key_at_startup": { + "cli": "--binlog-rotate-encryption-master-key-at-startup[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "binlog_rotate_encryption_master_key_at_startup", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "22#sysvar_binlog_rotate_encryption_master_key_at_startup" + ] + }, + "binlog_row_value_options": { + "cli": "--binlog-row-value-options=#", + "default": "''", + "dynamic": true, + "name": "binlog_row_value_options", + "scope": [ + "global", + "session" + ], + "type": "set", + "validValues": [ + "PARTIAL_JSON" + ], + "ids": [ + "22#sysvar_binlog_row_value_options" + ] + }, + "binlog_rows_query_log_events": { + "cli": "--binlog-rows-query-log-events[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "binlog_rows_query_log_events", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "22#sysvar_binlog_rows_query_log_events", + "23#sysvar_binlog_rows_query_log_events" + ] + }, + "binlog_transaction_dependency_tracking": { + "cli": "--binlog-transaction-dependency-tracking=value", + "default": "COMMIT_ORDER", + "dynamic": true, + "name": "binlog_transaction_dependency_tracking", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "COMMIT_ORDER", + "WRITESET", + "WRITESET_SESSION" + ], + "ids": [ + "22#sysvar_binlog_transaction_dependency_tracking", + "23#sysvar_binlog_transaction_dependency_tracking" + ] + }, + "binlog_transaction_dependency_history_size": { + "cli": "--binlog-transaction-dependency-history-size=#", + "default": "25000", + "dynamic": true, + "name": "binlog_transaction_dependency_history_size", + "range": { + "from": 1, + "to": 1000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "22#sysvar_binlog_transaction_dependency_history_size", + "23#sysvar_binlog_transaction_dependency_history_size" + ] + }, + "log_bin_use_v1_row_events": { + "cli": "--log-bin-use-v1-row-events[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "log_bin_use_v1_row_events", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "22#sysvar_log_bin_use_v1_row_events", + "23#sysvar_log_bin_use_v1_row_events" + ] + }, + "log_builtin_as_identified_by_password": { + "cli": "--log-builtin-as-identified-by-password[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "log_builtin_as_identified_by_password", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "22#sysvar_log_builtin_as_identified_by_password", + "23#sysvar_log_builtin_as_identified_by_password" + ] + }, + "log_statements_unsafe_for_binlog": { + "cli": "--log-statements-unsafe-for-binlog[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "log_statements_unsafe_for_binlog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "22#sysvar_log_statements_unsafe_for_binlog", + "23#sysvar_log_statements_unsafe_for_binlog" + ] + }, + "original_commit_timestamp": { + "dynamic": true, + "name": "original_commit_timestamp", + "scope": [ + "session" + ], + "type": "numeric", + "ids": [ + "22#sysvar_original_commit_timestamp" + ] + }, + "transaction_write_set_extraction": { + "cli": "--transaction-write-set-extraction[=value]", + "default": "OFF", + "dynamic": true, + "name": "transaction_write_set_extraction", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "ids": [ + "22#sysvar_transaction_write_set_extraction", + "23#sysvar_transaction_write_set_extraction" + ] + }, + "binlogging_impossible_mode": { + "cli": "--binlogging-impossible-mode[=value]", + "default": "IGNORE_ERROR", + "dynamic": true, + "name": "binlogging_impossible_mode", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "IGNORE_ERROR", + "ABORT_SERVER" + ], + "ids": [ + "23#sysvar_binlogging_impossible_mode" + ] + }, + "log_backward_compatible_user_definitions": { + "cli": "--log-backward-compatible-user-definitions[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "log_backward_compatible_user_definitions", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "23#sysvar_log_backward_compatible_user_definitions" + ] + }, + "binlog_gtid_simple_recovery": { + "cli": "--binlog-gtid-simple-recovery[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "binlog_gtid_simple_recovery", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "46#sysvar_binlog_gtid_simple_recovery" + ] + }, + "enforce_gtid_consistency": { + "cli": "--enforce-gtid-consistency[=value]", + "default": "OFF", + "dynamic": true, + "name": "enforce_gtid_consistency", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "WARN" + ], + "ids": [ + "45#sysvar_enforce_gtid_consistency" + ] + }, + "gtid_executed": { + "dynamic": false, + "name": "gtid_executed", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "45#sysvar_gtid_executed" + ] + }, + "gtid_executed_compression_period": { + "cli": "--gtid-executed-compression-period=#", + "default": "1000", + "dynamic": true, + "name": "gtid_executed_compression_period", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "45#sysvar_gtid_executed_compression_period" + ] + }, + "gtid_mode": { + "cli": "--gtid-mode=MODE", + "default": "OFF", + "dynamic": true, + "name": "gtid_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "OFF_PERMISSIVE", + "ON_PERMISSIVE", + "ON" + ], + "ids": [ + "45#sysvar_gtid_mode" + ] + }, + "gtid_next": { + "default": "AUTOMATIC", + "dynamic": true, + "name": "gtid_next", + "scope": [ + "session" + ], + "type": "enumeration", + "validValues": [ + "AUTOMATIC", + "ANONYMOUS", + "UUID:NUMBER" + ], + "ids": [ + "45#sysvar_gtid_next" + ] + }, + "gtid_owned": { + "dynamic": false, + "name": "gtid_owned", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "45#sysvar_gtid_owned" + ] + }, + "gtid_purged": { + "dynamic": true, + "name": "gtid_purged", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "45#sysvar_gtid_purged" + ] + }, + "show_slave_auth_info": { + "cli": "--show-slave-auth-info[={OFF|ON}]", + "default": "OFF", + "name": "show_slave_auth_info", + "type": "boolean", + "ids": [ + "21#option_mysqld_show-slave-auth-info" + ] + }, + "immediate_server_version": { + "dynamic": true, + "name": "immediate_server_version", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "21#sysvar_immediate_server_version" + ] + }, + "original_server_version": { + "dynamic": true, + "name": "original_server_version", + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "21#sysvar_original_server_version" + ] + }, + "rpl_semi_sync_master_wait_for_slave_count": { + "cli": "--rpl-semi-sync-master-wait-for-slave-count=#", + "default": "1", + "dynamic": true, + "name": "rpl_semi_sync_master_wait_for_slave_count", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "21#sysvar_rpl_semi_sync_master_wait_for_slave_count" + ] + }, + "master_info_file": { + "cli": "--master-info-file=file_name", + "default": "master.info", + "name": "master_info_file", + "type": "file name", + "ids": [ + "24#option_mysqld_master-info-file" + ] + }, + "master_retry_count": { + "cli": "--master-retry-count=#", + "default": "86400", + "name": "master_retry_count", + "range": { + "from": 0 + }, + "type": "integer", + "ids": [ + "24#option_mysqld_master-retry-count" + ] + }, + "replicate_same_server_id": { + "cli": "--replicate-same-server-id[={OFF|ON}]", + "default": "OFF", + "name": "replicate_same_server_id", + "type": "boolean", + "ids": [ + "24#option_mysqld_replicate-same-server-id" + ] + }, + "skip_slave_start": { + "cli": "--skip-slave-start[={OFF|ON}]", + "default": "OFF", + "name": "skip_slave_start", + "type": "boolean", + "ids": [ + "24#option_mysqld_skip-slave-start" + ] + }, + "abort_slave_event_count": { + "cli": "--abort-slave-event-count=#", + "default": "0", + "name": "abort_slave_event_count", + "range": { + "from": 0 + }, + "type": "integer", + "ids": [ + "24#option_mysqld_abort-slave-event-count" + ] + }, + "disconnect_slave_event_count": { + "cli": "--disconnect-slave-event-count=#", + "default": "0", + "name": "disconnect_slave_event_count", + "type": "integer", + "ids": [ + "24#option_mysqld_disconnect-slave-event-count" + ] + }, + "master_info_repository": { + "cli": "--master-info-repository={FILE|TABLE}", + "dynamic": true, + "name": "master_info_repository", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "FILE", + "TABLE" + ], + "ids": [ + "24#sysvar_master_info_repository" + ] + }, + "relay_log_info_repository": { + "cli": "--relay-log-info-repository=value", + "dynamic": true, + "name": "relay_log_info_repository", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "FILE", + "TABLE" + ], + "ids": [ + "24#sysvar_relay_log_info_repository" + ] + }, + "rpl_read_size": { + "cli": "--rpl-read-size=#", + "default": "8192", + "dynamic": true, + "name": "rpl_read_size", + "range": { + "from": 8192, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "24#sysvar_rpl_read_size" + ] + }, + "rpl_stop_slave_timeout": { + "cli": "--rpl-stop-slave-timeout=seconds", + "default": "31536000", + "dynamic": true, + "name": "rpl_stop_slave_timeout", + "range": { + "from": 2, + "to": 31536000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "24#sysvar_rpl_stop_slave_timeout" + ] + }, + "slave_checkpoint_group": { + "cli": "--slave-checkpoint-group=#", + "default": "512", + "dynamic": true, + "name": "slave_checkpoint_group", + "range": { + "from": 32, + "to": 524280 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "24#sysvar_slave_checkpoint_group" + ] + }, + "slave_checkpoint_period": { + "cli": "--slave-checkpoint-period=#", + "default": "300", + "dynamic": true, + "name": "slave_checkpoint_period", + "range": { + "from": 1, + "to": 4 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "24#sysvar_slave_checkpoint_period" + ] + }, + "slave_parallel_type": { + "cli": "--slave-parallel-type=value", + "default": "DATABASE", + "dynamic": true, + "name": "slave_parallel_type", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "DATABASE", + "LOGICAL_CLOCK" + ], + "ids": [ + "24#sysvar_slave_parallel_type" + ] + }, + "slave_pending_jobs_size_max": { + "cli": "--slave-pending-jobs-size-max=#", + "dynamic": true, + "name": "slave_pending_jobs_size_max", + "range": { + "from": 1024, + "to": 16 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "24#sysvar_slave_pending_jobs_size_max" + ] + }, + "slave_preserve_commit_order": { + "cli": "--slave-preserve-commit-order[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "slave_preserve_commit_order", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "24#sysvar_slave_preserve_commit_order" + ] + }, + "slave_rows_search_algorithms": { + "cli": "--slave-rows-search-algorithms=value", + "dynamic": true, + "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" + ], + "ids": [ + "24#sysvar_slave_rows_search_algorithms" + ] + }, + "server_uuid": { + "dynamic": false, + "name": "server_uuid", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "9#sysvar_server_uuid" + ] + }, + "help": { + "cli": "--help", + "name": "help", + "ids": [ + "16#option_mysqld_help" + ] + }, + "allow_suspicious_udfs": { + "cli": "--allow-suspicious-udfs[={OFF|ON}]", + "default": "OFF", + "name": "allow_suspicious_udfs", + "type": "boolean", + "ids": [ + "16#option_mysqld_allow-suspicious-udfs" + ] + }, + "ansi": { + "cli": "--ansi", + "name": "ansi", + "ids": [ + "16#option_mysqld_ansi" + ] + }, + "character_set_client_handshake": { + "cli": "--character-set-client-handshake[={OFF|ON}]", + "default": "ON", + "name": "character_set_client_handshake", + "type": "boolean", + "ids": [ + "16#option_mysqld_character-set-client-handshake" + ] + }, + "chroot": { + "cli": "--chroot=dir_name", + "name": "chroot", + "type": "directory name", + "ids": [ + "16#option_mysqld_chroot" + ] + }, + "console": { + "cli": "--console", + "name": "console", + "ids": [ + "16#option_mysqld_console" + ] + }, + "daemonize": { + "cli": "--daemonize[={OFF|ON}]", + "default": "OFF", + "name": "daemonize", + "type": "boolean", + "ids": [ + "16#option_mysqld_daemonize" + ] + }, + "debug_sync_timeout": { + "cli": "--debug-sync-timeout[=#]", + "name": "debug_sync_timeout", + "type": "integer", + "ids": [ + "16#option_mysqld_debug-sync-timeout" + ] + }, + "default_time_zone": { + "cli": "--default-time-zone=name", + "name": "default_time_zone", + "type": "string", + "ids": [ + "16#option_mysqld_default-time-zone" + ] + }, + "des_key_file": { + "cli": "--des-key-file=file_name", + "name": "des_key_file", + "ids": [ + "16#option_mysqld_des-key-file" + ] + }, + "early_plugin_load": { + "cli": "--early-plugin-load=plugin_list", + "default": "empty string", + "name": "early_plugin_load", + "type": "string", + "ids": [ + "16#option_mysqld_early-plugin-load" + ] + }, + "exit_info": { + "cli": "--exit-info[=flags]", + "name": "exit_info", + "type": "integer", + "ids": [ + "16#option_mysqld_exit-info" + ] + }, + "external_locking": { + "cli": "--external-locking[={OFF|ON}]", + "default": "OFF", + "name": "external_locking", + "type": "boolean", + "ids": [ + "16#option_mysqld_external-locking" + ] + }, + "gdb": { + "cli": "--gdb[={OFF|ON}]", + "default": "OFF", + "name": "gdb", + "type": "boolean", + "ids": [ + "16#option_mysqld_gdb" + ] + }, + "initialize": { + "cli": "--initialize[={OFF|ON}]", + "default": "OFF", + "name": "initialize", + "type": "boolean", + "ids": [ + "16#option_mysqld_initialize" + ] + }, + "initialize_insecure": { + "cli": "--initialize-insecure[={OFF|ON}]", + "default": "OFF", + "name": "initialize_insecure", + "type": "boolean", + "ids": [ + "16#option_mysqld_initialize-insecure" + ] + }, + "install": { + "cli": "--install [service_name]", + "name": "install", + "ids": [ + "16#option_mysqld_install" + ] + }, + "install_manual": { + "cli": "--install-manual [service_name]", + "name": "install_manual", + "ids": [ + "16#option_mysqld_install-manual" + ] + }, + "language": { + "cli": "--language=name", + "default": "/usr/local/mysql/share/mysql/english/", + "dynamic": false, + "name": "language", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "16#option_mysqld_language" + ] + }, + "local_service": { + "cli": "--local-service", + "name": "local_service", + "ids": [ + "16#option_mysqld_local-service" + ] + }, + "log_isam": { + "cli": "--log-isam[=file_name]", + "name": "log_isam", + "type": "file name", + "ids": [ + "16#option_mysqld_log-isam" + ] + }, + "log_raw": { + "cli": "--log-raw[={OFF|ON}]", + "default": "OFF", + "name": "log_raw", + "type": "boolean", + "ids": [ + "16#option_mysqld_log-raw", + "15#sysvar_log_raw" + ] + }, + "log_short_format": { + "cli": "--log-short-format[={OFF|ON}]", + "default": "OFF", + "name": "log_short_format", + "type": "boolean", + "ids": [ + "16#option_mysqld_log-short-format" + ] + }, + "log_tc": { + "cli": "--log-tc=file_name", + "default": "tc.log", + "name": "log_tc", + "type": "file name", + "ids": [ + "16#option_mysqld_log-tc" + ] + }, + "memlock": { + "cli": "--memlock[={OFF|ON}]", + "default": "OFF", + "name": "memlock", + "type": "boolean", + "ids": [ + "16#option_mysqld_memlock" + ] + }, + "no_dd_upgrade": { + "cli": "--no-dd-upgrade[={OFF|ON}]", + "default": "OFF", + "name": "no_dd_upgrade", + "type": "boolean", + "ids": [ + "16#option_mysqld_no-dd-upgrade" + ] + }, + "no_monitor": { + "cli": "--no-monitor[={OFF|ON}]", + "default": "OFF", + "name": "no_monitor", + "type": "boolean", + "ids": [ + "16#option_mysqld_no-monitor" + ] + }, + "old_style_user_limits": { + "cli": "--old-style-user-limits[={OFF|ON}]", + "default": "OFF", + "name": "old_style_user_limits", + "type": "boolean", + "ids": [ + "16#option_mysqld_old-style-user-limits" + ] + }, + "plugin_load": { + "cli": "--plugin-load=plugin_list", + "dynamic": false, + "name": "plugin_load", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "16#option_mysqld_plugin-load" + ] + }, + "plugin_load_add": { + "cli": "--plugin-load-add=plugin_list", + "dynamic": false, + "name": "plugin_load_add", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "16#option_mysqld_plugin-load-add" + ] + }, + "port_open_timeout": { + "cli": "--port-open-timeout=#", + "default": "0", + "name": "port_open_timeout", + "type": "integer", + "ids": [ + "16#option_mysqld_port-open-timeout" + ] + }, + "remove": { + "cli": "--remove [service_name]", + "name": "remove", + "ids": [ + "16#option_mysqld_remove" + ] + }, + "safe_user_create": { + "cli": "--safe-user-create[={OFF|ON}]", + "default": "OFF", + "name": "safe_user_create", + "type": "boolean", + "ids": [ + "16#option_mysqld_safe-user-create" + ] + }, + "skip_grant_tables": { + "cli": "--skip-grant-tables[={OFF|ON}]", + "default": "OFF", + "name": "skip_grant_tables", + "type": "boolean", + "ids": [ + "16#option_mysqld_skip-grant-tables" + ] + }, + "skip_host_cache": { + "cli": "--skip-host-cache", + "name": "skip_host_cache", + "ids": [ + "16#option_mysqld_skip-host-cache" + ] + }, + "skip_new": { + "cli": "--skip-new", + "name": "skip_new", + "ids": [ + "16#option_mysqld_skip-new" + ] + }, + "skip_stack_trace": { + "cli": "--skip-stack-trace", + "name": "skip_stack_trace", + "ids": [ + "16#option_mysqld_skip-stack-trace" + ] + }, + "slow_start_timeout": { + "cli": "--slow-start-timeout=#", + "default": "15000", + "name": "slow_start_timeout", + "type": "integer", + "ids": [ + "16#option_mysqld_slow-start-timeout" + ] + }, + "standalone": { + "cli": "--standalone", + "name": "standalone", + "ids": [ + "16#option_mysqld_standalone" + ] + }, + "super_large_pages": { + "cli": "--super-large-pages[={OFF|ON}]", + "default": "OFF", + "name": "super_large_pages", + "type": "boolean", + "ids": [ + "16#option_mysqld_super-large-pages" + ] + }, + "symbolic_links": { + "cli": "--symbolic-links[={OFF|ON}]", + "name": "symbolic_links", + "type": "boolean", + "ids": [ + "16#option_mysqld_symbolic-links" + ] + }, + "sysdate_is_now": { + "cli": "--sysdate-is-now[={OFF|ON}]", + "default": "OFF", + "name": "sysdate_is_now", + "type": "boolean", + "ids": [ + "16#option_mysqld_sysdate-is-now" + ] + }, + "tc_heuristic_recover": { + "cli": "--tc-heuristic-recover=name", + "default": "COMMIT", + "name": "tc_heuristic_recover", + "type": "enumeration", + "validValues": [ + "COMMIT", + "ROLLBACK" + ], + "ids": [ + "16#option_mysqld_tc-heuristic-recover" + ] + }, + "temp_pool": { + "cli": "--temp-pool[={OFF|ON}]", + "name": "temp_pool", + "type": "boolean", + "ids": [ + "16#option_mysqld_temp-pool" + ] + }, + "transaction_isolation": { + "cli": "--transaction-isolation=name", + "default": "REPEATABLE-READ", + "dynamic": true, + "name": "transaction_isolation", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "READ-UNCOMMITTED", + "READ-COMMITTED", + "REPEATABLE-READ", + "SERIALIZABLE" + ], + "ids": [ + "16#option_mysqld_transaction-isolation", + "15#sysvar_transaction_isolation" + ] + }, + "transaction_read_only": { + "cli": "--transaction-read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "transaction_read_only", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "16#option_mysqld_transaction-read-only", + "15#sysvar_transaction_read_only" + ] + }, + "upgrade": { + "cli": "--upgrade=value", + "default": "AUTO", + "name": "upgrade", + "type": "enumeration", + "validValues": [ + "AUTO", + "NONE", + "MINIMAL", + "FORCE" + ], + "ids": [ + "16#option_mysqld_upgrade" + ] + }, + "user": { + "cli": "--user=name", + "name": "user", + "type": "string", + "ids": [ + "16#option_mysqld_user" + ] + }, + "validate_config": { + "cli": "--validate-config[={OFF|ON}]", + "default": "OFF", + "name": "validate_config", + "type": "boolean", + "ids": [ + "16#option_mysqld_validate-config" + ] + }, + "activate_all_roles_on_login": { + "cli": "--activate-all-roles-on-login[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "activate_all_roles_on_login", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_activate_all_roles_on_login" + ] + }, + "admin_address": { + "cli": "--admin-address=addr", + "dynamic": false, + "name": "admin_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_admin_address" + ] + }, + "admin_port": { + "cli": "--admin-port=port_num", + "default": "33062", + "dynamic": false, + "name": "admin_port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_admin_port" + ] + }, + "authentication_windows_log_level": { + "cli": "--authentication-windows-log-level=#", + "default": "2", + "dynamic": false, + "name": "authentication_windows_log_level", + "range": { + "from": 0, + "to": 4 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_authentication_windows_log_level" + ] + }, + "authentication_windows_use_principal_name": { + "cli": "--authentication-windows-use-principal-name[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "authentication_windows_use_principal_name", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_authentication_windows_use_principal_name" + ] + }, + "auto_generate_certs": { + "cli": "--auto-generate-certs[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "auto_generate_certs", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_auto_generate_certs" + ] + }, + "avoid_temporal_upgrade": { + "cli": "--avoid-temporal-upgrade[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "avoid_temporal_upgrade", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_avoid_temporal_upgrade" + ] + }, + "block_encryption_mode": { + "cli": "--block-encryption-mode=#", + "default": "aes-128-ecb", + "dynamic": true, + "name": "block_encryption_mode", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "15#sysvar_block_encryption_mode" + ] + }, + "caching_sha2_password_auto_generate_rsa_keys": { + "cli": "--caching-sha2-password-auto-generate-rsa-keys[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "caching_sha2_password_auto_generate_rsa_keys", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_caching_sha2_password_auto_generate_rsa_keys" + ] + }, + "caching_sha2_password_private_key_path": { + "cli": "--caching-sha2-password-private-key-path=file_name", + "default": "private_key.pem", + "dynamic": false, + "name": "caching_sha2_password_private_key_path", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "15#sysvar_caching_sha2_password_private_key_path" + ] + }, + "caching_sha2_password_public_key_path": { + "cli": "--caching-sha2-password-public-key-path=file_name", + "default": "public_key.pem", + "dynamic": false, + "name": "caching_sha2_password_public_key_path", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "15#sysvar_caching_sha2_password_public_key_path" + ] + }, + "check_proxy_users": { + "cli": "--check-proxy-users[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "check_proxy_users", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_check_proxy_users" + ] + }, + "create_admin_listener_thread": { + "cli": "--create-admin-listener-thread[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "name": "create_admin_listener_thread", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_create_admin_listener_thread" + ] + }, + "cte_max_recursion_depth": { + "cli": "--cte-max-recursion-depth=#", + "default": "1000", + "dynamic": true, + "name": "cte_max_recursion_depth", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_cte_max_recursion_depth" + ] + }, + "default_authentication_plugin": { + "cli": "--default-authentication-plugin=plugin_name", + "dynamic": false, + "name": "default_authentication_plugin", + "scope": [ + "global" + ], + "type": "enumeration", + "ids": [ + "15#sysvar_default_authentication_plugin" + ] + }, + "default_collation_for_utf8mb4": { + "dynamic": true, + "name": "default_collation_for_utf8mb4", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "utf8mb4_0900_ai_ci", + "utf8mb4_general_ci" + ], + "ids": [ + "15#sysvar_default_collation_for_utf8mb4" + ] + }, + "default_table_encryption": { + "cli": "--default-table-encryption[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "default_table_encryption", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "15#sysvar_default_table_encryption" + ] + }, + "disabled_storage_engines": { + "cli": "--disabled-storage-engines=engine[,engine]...", + "default": "empty string", + "dynamic": false, + "name": "disabled_storage_engines", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_disabled_storage_engines" + ] + }, + "dragnet.log_error_filter_rules": { + "cli": "--dragnet.log-error-filter-rules=value", + "default": "IF prio>=INFORMATION THEN drop. IF EXISTS source_line THEN unset source_line.", + "dynamic": true, + "name": "dragnet.log_error_filter_rules", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_dragnet.log_error_filter_rules" + ] + }, + "end_markers_in_json": { + "cli": "--end-markers-in-json[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "end_markers_in_json", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "15#sysvar_end_markers_in_json" + ] + }, + "generated_random_password_length": { + "cli": "--generated-random-password-length=#", + "default": "20", + "dynamic": true, + "name": "generated_random_password_length", + "range": { + "from": 5, + "to": 255 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_generated_random_password_length" + ] + }, + "have_statement_timeout": { + "dynamic": false, + "name": "have_statement_timeout", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_have_statement_timeout" + ] + }, + "histogram_generation_max_mem_size": { + "cli": "--histogram-generation-max-mem-size=#", + "default": "20000000", + "dynamic": true, + "name": "histogram_generation_max_mem_size", + "range": { + "from": 1000000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_histogram_generation_max_mem_size" + ] + }, + "information_schema_stats_expiry": { + "cli": "--information-schema-stats-expiry=#", + "default": "86400", + "dynamic": true, + "name": "information_schema_stats_expiry", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_information_schema_stats_expiry" + ] + }, + "internal_tmp_disk_storage_engine": { + "cli": "--internal-tmp-disk-storage-engine=#", + "default": "INNODB", + "dynamic": true, + "name": "internal_tmp_disk_storage_engine", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "MYISAM", + "INNODB" + ], + "ids": [ + "15#sysvar_internal_tmp_disk_storage_engine" + ] + }, + "internal_tmp_mem_storage_engine": { + "cli": "--internal-tmp-mem-storage-engine=#", + "default": "TempTable", + "dynamic": true, + "name": "internal_tmp_mem_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "TempTable", + "MEMORY" + ], + "ids": [ + "15#sysvar_internal_tmp_mem_storage_engine" + ] + }, + "log_error_filter_rules": { + "cli": "--log-error-filter-rules=value", + "default": "set by server", + "dynamic": true, + "name": "log_error_filter_rules", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_log_error_filter_rules" + ] + }, + "log_error_services": { + "cli": "--log-error-services=value", + "default": "log_filter_internal; log_sink_internal", + "dynamic": true, + "name": "log_error_services", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_log_error_services" + ] + }, + "log_error_suppression_list": { + "cli": "--log-error-suppression-list=value", + "default": "empty string", + "dynamic": true, + "name": "log_error_suppression_list", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_log_error_suppression_list" + ] + }, + "log_error_verbosity": { + "cli": "--log-error-verbosity=#", + "dynamic": true, + "name": "log_error_verbosity", + "range": { + "from": 1, + "to": 3 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_log_error_verbosity" + ] + }, + "log_slow_extra": { + "cli": "--log-slow-extra[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "log_slow_extra", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_log_slow_extra" + ] + }, + "log_syslog": { + "cli": "--log-syslog[={OFF|ON}]", + "dynamic": true, + "name": "log_syslog", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_log_syslog" + ] + }, + "log_syslog_facility": { + "cli": "--log-syslog-facility=value", + "default": "daemon", + "dynamic": true, + "name": "log_syslog_facility", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_log_syslog_facility" + ] + }, + "log_syslog_include_pid": { + "cli": "--log-syslog-include-pid[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "log_syslog_include_pid", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_log_syslog_include_pid" + ] + }, + "log_syslog_tag": { + "cli": "--log-syslog-tag=tag", + "default": "empty string", + "dynamic": true, + "name": "log_syslog_tag", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_log_syslog_tag" + ] + }, + "log_timestamps": { + "cli": "--log-timestamps=#", + "default": "UTC", + "dynamic": true, + "name": "log_timestamps", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "UTC", + "SYSTEM" + ], + "ids": [ + "15#sysvar_log_timestamps" + ] + }, + "log_throttle_queries_not_using_indexes": { + "cli": "--log-throttle-queries-not-using-indexes=#", + "default": "0", + "dynamic": true, + "name": "log_throttle_queries_not_using_indexes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_log_throttle_queries_not_using_indexes" + ] + }, + "mandatory_roles": { + "cli": "--mandatory-roles=value", + "default": "empty string", + "dynamic": true, + "name": "mandatory_roles", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_mandatory_roles" + ] + }, + "max_execution_time": { + "cli": "--max-execution-time=#", + "default": "0", + "dynamic": true, + "name": "max_execution_time", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_max_execution_time" + ] + }, + "max_points_in_geometry": { + "cli": "--max-points-in-geometry=#", + "default": "65536", + "dynamic": true, + "name": "max_points_in_geometry", + "range": { + "from": 3, + "to": 1048576 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_max_points_in_geometry" + ] + }, + "mecab_rc_file": { + "cli": "--mecab-rc-file=file_name", + "dynamic": false, + "name": "mecab_rc_file", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "15#sysvar_mecab_rc_file" + ] + }, + "mysql_native_password_proxy_users": { + "cli": "--mysql-native-password-proxy-users[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "mysql_native_password_proxy_users", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_mysql_native_password_proxy_users" + ] + }, + "named_pipe_full_access_group": { + "cli": "--named-pipe-full-access-group=value", + "default": "*everyone*", + "dynamic": false, + "name": "named_pipe_full_access_group", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "*everyone*", + "empty string" + ], + "ids": [ + "15#sysvar_named_pipe_full_access_group" + ] + }, + "new": { + "cli": "--new[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "new", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "15#sysvar_new" + ] + }, + "ngram_token_size": { + "cli": "--ngram-token-size=#", + "default": "2", + "dynamic": false, + "name": "ngram_token_size", + "range": { + "from": 1, + "to": 10 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_ngram_token_size" + ] + }, + "offline_mode": { + "cli": "--offline-mode[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "offline_mode", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_offline_mode" + ] + }, + "optimizer_trace_features": { + "cli": "--optimizer-trace-features=value", + "dynamic": true, + "name": "optimizer_trace_features", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "15#sysvar_optimizer_trace_features" + ] + }, + "optimizer_trace_limit": { + "cli": "--optimizer-trace-limit=#", + "default": "1", + "dynamic": true, + "name": "optimizer_trace_limit", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_optimizer_trace_limit" + ] + }, + "optimizer_trace_offset": { + "cli": "--optimizer-trace-offset=#", + "default": "-1", + "dynamic": true, + "name": "optimizer_trace_offset", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_optimizer_trace_offset" + ] + }, + "parser_max_mem_size": { + "cli": "--parser-max-mem-size=#", + "dynamic": true, + "name": "parser_max_mem_size", + "range": { + "from": 10000000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_parser_max_mem_size" + ] + }, + "partial_revokes": { + "cli": "--partial-revokes[={OFF|ON}]", + "default": "OFF (if partial revokes do not exist)ON (if partial revokes exist)", + "dynamic": true, + "name": "partial_revokes", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_partial_revokes" + ] + }, + "password_history": { + "cli": "--password-history=#", + "default": "0", + "dynamic": true, + "name": "password_history", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_password_history" + ] + }, + "password_require_current": { + "cli": "--password-require-current[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "password_require_current", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_password_require_current" + ] + }, + "password_reuse_interval": { + "cli": "--password-reuse-interval=#", + "default": "0", + "dynamic": true, + "name": "password_reuse_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_password_reuse_interval" + ] + }, + "persisted_globals_load": { + "cli": "--persisted-globals-load[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "persisted_globals_load", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_persisted_globals_load" + ] + }, + "persist_only_admin_x509_subject": { + "cli": "--persist-only-admin-x509-subject=string", + "default": "empty string", + "dynamic": false, + "name": "persist_only_admin_x509_subject", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_persist_only_admin_x509_subject" + ] + }, + "print_identified_with_as_hex": { + "cli": "--print-identified-with-as-hex[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "print_identified_with_as_hex", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "15#sysvar_print_identified_with_as_hex" + ] + }, + "protocol_compression_algorithms": { + "cli": "--protocol-compression-algorithms=value", + "default": "zlib,zstd,uncompressed", + "dynamic": true, + "name": "protocol_compression_algorithms", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "zlib", + "zstd", + "uncompressed" + ], + "ids": [ + "15#sysvar_protocol_compression_algorithms" + ] + }, + "range_optimizer_max_mem_size": { + "cli": "--range-optimizer-max-mem-size=#", + "default": "8388608", + "dynamic": true, + "name": "range_optimizer_max_mem_size", + "range": { + "from": 0, + "to": 1.8446744073709552e+19 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_range_optimizer_max_mem_size" + ] + }, + "rbr_exec_mode": { + "default": "STRICT", + "dynamic": true, + "name": "rbr_exec_mode", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "IDEMPOTENT", + "STRICT" + ], + "ids": [ + "15#sysvar_rbr_exec_mode" + ] + }, + "regexp_stack_limit": { + "cli": "--regexp-stack-limit=#", + "default": "8000000", + "dynamic": true, + "name": "regexp_stack_limit", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_regexp_stack_limit" + ] + }, + "regexp_time_limit": { + "cli": "--regexp-time-limit=#", + "default": "32", + "dynamic": true, + "name": "regexp_time_limit", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_regexp_time_limit" + ] + }, + "require_secure_transport": { + "cli": "--require-secure-transport[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "require_secure_transport", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_require_secure_transport" + ] + }, + "resultset_metadata": { + "default": "FULL", + "dynamic": true, + "name": "resultset_metadata", + "scope": [ + "session" + ], + "type": "enumeration", + "validValues": [ + "FULL", + "NONE" + ], + "ids": [ + "15#sysvar_resultset_metadata" + ] + }, + "secondary_engine_cost_threshold": { + "default": "100000.000000", + "dynamic": true, + "name": "secondary_engine_cost_threshold", + "range": { + "from": 0 + }, + "scope": [ + "session" + ], + "type": "numeric", + "ids": [ + "15#sysvar_secondary_engine_cost_threshold" + ] + }, + "schema_definition_cache": { + "cli": "--schema-definition-cache=#", + "default": "256", + "dynamic": true, + "name": "schema_definition_cache", + "range": { + "from": 256, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_schema_definition_cache" + ] + }, + "session_track_gtids": { + "cli": "--session-track-gtids=value", + "default": "OFF", + "dynamic": true, + "name": "session_track_gtids", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "OWN_GTID", + "ALL_GTIDS" + ], + "ids": [ + "15#sysvar_session_track_gtids" + ] + }, + "sha256_password_auto_generate_rsa_keys": { + "cli": "--sha256-password-auto-generate-rsa-keys[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "sha256_password_auto_generate_rsa_keys", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_sha256_password_auto_generate_rsa_keys" + ] + }, + "sha256_password_private_key_path": { + "cli": "--sha256-password-private-key-path=file_name", + "default": "private_key.pem", + "dynamic": false, + "name": "sha256_password_private_key_path", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "15#sysvar_sha256_password_private_key_path" + ] + }, + "sha256_password_proxy_users": { + "cli": "--sha256-password-proxy-users[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "sha256_password_proxy_users", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_sha256_password_proxy_users" + ] + }, + "sha256_password_public_key_path": { + "cli": "--sha256-password-public-key-path=file_name", + "default": "public_key.pem", + "dynamic": false, + "name": "sha256_password_public_key_path", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "15#sysvar_sha256_password_public_key_path" + ] + }, + "show_compatibility_56": { + "cli": "--show-compatibility-56[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "show_compatibility_56", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_show_compatibility_56" + ] + }, + "show_create_table_skip_secondary_engine": { + "cli": "--show-create-table-skip-secondary-engine[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "show_create_table_skip_secondary_engine", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + "15#sysvar_show_create_table_skip_secondary_engine" + ] + }, + "show_create_table_verbosity": { + "cli": "--show-create-table-verbosity[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "show_create_table_verbosity", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "15#sysvar_show_create_table_verbosity" + ] + }, + "show_old_temporals": { + "cli": "--show-old-temporals[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "show_old_temporals", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "15#sysvar_show_old_temporals" + ] + }, + "sql_require_primary_key": { + "cli": "--sql-require-primary-key[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "sql_require_primary_key", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "15#sysvar_sql_require_primary_key" + ] + }, + "ssl_fips_mode": { + "cli": "--ssl-fips-mode={OFF|ON|STRICT}", + "default": "OFF", + "dynamic": true, + "name": "ssl_fips_mode", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "STRICT" + ], + "ids": [ + "15#sysvar_ssl_fips_mode" + ] + }, + "stored_program_definition_cache": { + "cli": "--stored-program-definition-cache=#", + "default": "256", + "dynamic": true, + "name": "stored_program_definition_cache", + "range": { + "from": 256, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_stored_program_definition_cache" + ] + }, + "super_read_only": { + "cli": "--super-read-only[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "super_read_only", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_super_read_only" + ] + }, + "syseventlog.facility": { + "cli": "--syseventlog.facility=value", + "default": "daemon", + "dynamic": true, + "name": "syseventlog.facility", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_syseventlog.facility" + ] + }, + "syseventlog.include_pid": { + "cli": "--syseventlog.include-pid[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "syseventlog.include_pid", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_syseventlog.include_pid" + ] + }, + "syseventlog.tag": { + "cli": "--syseventlog.tag=tag", + "default": "empty string", + "dynamic": true, + "name": "syseventlog.tag", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_syseventlog.tag" + ] + }, + "table_encryption_privilege_check": { + "cli": "--table-encryption-privilege-check[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "name": "table_encryption_privilege_check", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_table_encryption_privilege_check" + ] + }, + "tablespace_definition_cache": { + "cli": "--tablespace-definition-cache=#", + "default": "256", + "dynamic": true, + "name": "tablespace_definition_cache", + "range": { + "from": 256, + "to": 524288 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_tablespace_definition_cache" + ] + }, + "temptable_max_ram": { + "cli": "--temptable-max-ram=#", + "default": "1073741824", + "dynamic": true, + "name": "temptable_max_ram", + "range": { + "from": 2097152, + "to": 2 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_temptable_max_ram" + ] + }, + "temptable_use_mmap": { + "cli": "--temptable-use-mmap[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "temptable_use_mmap", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_temptable_use_mmap" + ] + }, + "thread_pool_algorithm": { + "cli": "--thread-pool-algorithm=#", + "default": "0", + "dynamic": false, + "name": "thread_pool_algorithm", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_thread_pool_algorithm" + ] + }, + "thread_pool_high_priority_connection": { + "cli": "--thread-pool-high-priority-connection=#", + "default": "0", + "dynamic": true, + "name": "thread_pool_high_priority_connection", + "range": { + "from": 0, + "to": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "15#sysvar_thread_pool_high_priority_connection" + ] + }, + "thread_pool_max_active_query_threads": { + "cli": "--thread-pool-max-active-query-threads", + "default": "0", + "dynamic": true, + "name": "thread_pool_max_active_query_threads", + "range": { + "from": 0, + "to": 512 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_thread_pool_max_active_query_threads" + ] + }, + "thread_pool_max_unused_threads": { + "cli": "--thread-pool-max-unused-threads=#", + "default": "0", + "dynamic": true, + "name": "thread_pool_max_unused_threads", + "range": { + "from": 0, + "to": 4096 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "15#sysvar_thread_pool_max_unused_threads" + ] + }, + "tls_ciphersuites": { + "cli": "--tls-ciphersuites=ciphersuite_list", + "default": "empty string", + "dynamic": true, + "name": "tls_ciphersuites", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_tls_ciphersuites" + ] + }, + "use_secondary_engine": { + "default": "ON", + "dynamic": true, + "name": "use_secondary_engine", + "scope": [ + "session" + ], + "type": "enumeration", + "validValues": [ + "OFF", + "ON", + "FORCED" + ], + "ids": [ + "15#sysvar_use_secondary_engine" + ] + }, + "validate_user_plugins": { + "cli": "--validate-user-plugins[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "name": "validate_user_plugins", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "15#sysvar_validate_user_plugins" + ] + }, + "version_compile_zlib": { + "dynamic": false, + "name": "version_compile_zlib", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "15#sysvar_version_compile_zlib" + ] + }, + "windowing_use_high_precision": { + "cli": "--windowing-use-high-precision[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "windowing_use_high_precision", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "15#sysvar_windowing_use_high_precision" + ] + }, + "version_tokens_session": { + "cli": "--version-tokens-session=value", + "default": "NULL", + "dynamic": true, + "name": "version_tokens_session", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "47#sysvar_version_tokens_session" + ] + }, + "version_tokens_session_number": { + "cli": "--version-tokens-session-number=#", + "default": "0", + "dynamic": false, + "name": "version_tokens_session_number", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "46#sysvar_version_tokens_session_number" + ] + }, + "mysqlx": { + "cli": "--mysqlx[=value]", + "default": "ON", + "name": "mysqlx", + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "FORCE", + "FORCE_PLUS_PERMANENT" + ], + "ids": [ + "48#option_mysqld_mysqlx" + ] + }, + "mysqlx_bind_address": { + "cli": "--mysqlx-bind-address=addr", + "default": "*", + "dynamic": false, + "name": "mysqlx_bind_address", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "47#sysvar_mysqlx_bind_address" + ] + }, + "mysqlx_connect_timeout": { + "cli": "--mysqlx-connect-timeout=#", + "default": "30", + "dynamic": true, + "name": "mysqlx_connect_timeout", + "range": { + "from": 1, + "to": 1000000000 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_connect_timeout" + ] + }, + "mysqlx_document_id_unique_prefix": { + "cli": "--mysqlx-document-id-unique-prefix=#", + "default": "0", + "dynamic": true, + "name": "mysqlx_document_id_unique_prefix", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_document_id_unique_prefix" + ] + }, + "mysqlx_enable_hello_notice": { + "cli": "--mysqlx-enable-hello-notice[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "name": "mysqlx_enable_hello_notice", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "47#sysvar_mysqlx_enable_hello_notice" + ] + }, + "mysqlx_idle_worker_thread_timeout": { + "cli": "--mysqlx-idle-worker-thread-timeout=#", + "default": "60", + "dynamic": true, + "name": "mysqlx_idle_worker_thread_timeout", + "range": { + "from": 0, + "to": 3600 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_idle_worker_thread_timeout" + ] + }, + "mysqlx_interactive_timeout": { + "cli": "--mysqlx-interactive-timeout=#", + "default": "28800", + "dynamic": true, + "name": "mysqlx_interactive_timeout", + "range": { + "from": 1, + "to": 2147483 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_interactive_timeout" + ] + }, + "mysqlx_max_allowed_packet": { + "cli": "--mysqlx-max-allowed-packet=#", + "default": "67108864", + "dynamic": true, + "name": "mysqlx_max_allowed_packet", + "range": { + "from": 512, + "to": 1073741824 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_max_allowed_packet" + ] + }, + "mysqlx_max_connections": { + "cli": "--mysqlx-max-connections=#", + "default": "100", + "dynamic": true, + "name": "mysqlx_max_connections", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_max_connections" + ] + }, + "mysqlx_min_worker_threads": { + "cli": "--mysqlx-min-worker-threads=#", + "default": "2", + "dynamic": true, + "name": "mysqlx_min_worker_threads", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_min_worker_threads" + ] + }, + "mysqlx_port": { + "cli": "--mysqlx-port=port_num", + "default": "33060", + "dynamic": false, + "name": "mysqlx_port", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_port" + ] + }, + "mysqlx_port_open_timeout": { + "cli": "--mysqlx-port-open-timeout=#", + "default": "0", + "dynamic": false, + "name": "mysqlx_port_open_timeout", + "range": { + "from": 0, + "to": 120 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_port_open_timeout" + ] + }, + "mysqlx_read_timeout": { + "cli": "--mysqlx-read-timeout=#", + "default": "28800", + "dynamic": true, + "name": "mysqlx_read_timeout", + "range": { + "from": 30, + "to": 2147483 + }, + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_read_timeout" + ] + }, + "mysqlx_socket": { + "cli": "--mysqlx-socket=file_name", + "default": "/tmp/mysqlx.sock", + "dynamic": false, + "name": "mysqlx_socket", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "47#sysvar_mysqlx_socket" + ] + }, + "mysqlx_ssl_ca": { + "cli": "--mysqlx-ssl-ca=file_name", + "dynamic": false, + "name": "mysqlx_ssl_ca", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "47#sysvar_mysqlx_ssl_ca" + ] + }, + "mysqlx_ssl_capath": { + "cli": "--mysqlx-ssl-capath=dir_name", + "dynamic": false, + "name": "mysqlx_ssl_capath", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "47#sysvar_mysqlx_ssl_capath" + ] + }, + "mysqlx_ssl_cert": { + "cli": "--mysqlx-ssl-cert=name", + "dynamic": false, + "name": "mysqlx_ssl_cert", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "47#sysvar_mysqlx_ssl_cert" + ] + }, + "mysqlx_ssl_cipher": { + "cli": "--mysqlx-ssl-cipher=name", + "dynamic": false, + "name": "mysqlx_ssl_cipher", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "47#sysvar_mysqlx_ssl_cipher" + ] + }, + "mysqlx_ssl_crl": { + "cli": "--mysqlx-ssl-crl=file_name", + "dynamic": false, + "name": "mysqlx_ssl_crl", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "47#sysvar_mysqlx_ssl_crl" + ] + }, + "mysqlx_ssl_crlpath": { + "cli": "--mysqlx-ssl-crlpath=dir_name", + "dynamic": false, + "name": "mysqlx_ssl_crlpath", + "scope": [ + "global" + ], + "type": "directory name", + "ids": [ + "47#sysvar_mysqlx_ssl_crlpath" + ] + }, + "mysqlx_ssl_key": { + "cli": "--mysqlx-ssl-key=file_name", + "dynamic": false, + "name": "mysqlx_ssl_key", + "scope": [ + "global" + ], + "type": "file name", + "ids": [ + "47#sysvar_mysqlx_ssl_key" + ] + }, + "mysqlx_wait_timeout": { + "cli": "--mysqlx-wait-timeout=#", + "default": "28800", + "dynamic": true, + "name": "mysqlx_wait_timeout", + "range": { + "from": 1, + "to": 2147483 + }, + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_wait_timeout" + ] + }, + "mysqlx_write_timeout": { + "cli": "--mysqlx-write-timeout=#", + "default": "60", + "dynamic": true, + "name": "mysqlx_write_timeout", + "range": { + "from": 1, + "to": 2147483 + }, + "scope": [ + "session" + ], + "type": "integer", + "ids": [ + "47#sysvar_mysqlx_write_timeout" + ] + } + }, + "version": 1, + "urls": [ + "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/", + "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/", + "https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/", + "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/", + "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/", + "https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/", + "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/", + "https://mariadb.com/kb/en/library/documentation/gtid/", + "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/", + "https://dev.mysql.com/doc/refman/8.0/en/replication-options.html", + "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/", + "https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/", + "https://mariadb.com/kb/en/library/documentation/mroonga-status-variables/", + "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/", + "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/", + "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html", + "https://dev.mysql.com/doc/refman/8.0/en/server-options.html", + "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/", + "https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/", + "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/", + "https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html", + "https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html", + "https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html", + "https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html", + "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html", + "https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/", + "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/", + "https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/", + "https://mariadb.com/kb/en/library/documentation/server-status-variables/", + "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/", + "https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/", + "https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/", + "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/", + "https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/", + "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/", + "https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/", + "https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/", + "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/", + "https://mariadb.com/kb/en/library/documentation/system-versioned-tables/", + "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/", + "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/", + "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html", + "https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html", + "https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html", + "https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html", + "https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html", + "https://dev.mysql.com/doc/refman/8.0/en/version-tokens-reference.html", + "https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html" + ] +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-ultraslim.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-ultraslim.json new file mode 100644 index 0000000..f346e8c --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-ultraslim.json @@ -0,0 +1 @@ +{"vars":{"Aria_pagecache_blocks_not_flushed":{"t":3,"a":[{"a":"aria_pagecache_blocks_not_flushed","u":0,"t":2}]},"Aria_pagecache_blocks_unused":{"t":3,"a":[{"a":"aria_pagecache_blocks_unused","u":0,"t":2}]},"Aria_pagecache_blocks_used":{"t":3,"a":[{"a":"aria_pagecache_blocks_used","u":0,"t":2}]},"Aria_pagecache_read_requests":{"t":3,"a":[{"a":"aria_pagecache_read_requests","u":0,"t":2}]},"Aria_pagecache_reads":{"t":3,"a":[{"a":"aria_pagecache_reads","u":0,"t":2}]},"Aria_pagecache_write_requests":{"t":3,"a":[{"a":"aria_pagecache_write_requests","u":0,"t":2}]},"Aria_pagecache_writes":{"t":3,"a":[{"a":"aria_pagecache_writes","u":0,"t":2}]},"Aria_transaction_log_syncs":{"t":3,"a":[{"a":"aria_transaction_log_syncs","u":0,"t":2}]},"aria_block_size":{"d":false,"t":3,"a":[{"a":"aria_block_size","u":1,"t":2}]},"aria_checkpoint_interval":{"d":true,"t":3,"a":[{"a":"aria_checkpoint_interval","u":1,"t":2}]},"aria_checkpoint_log_activity":{"d":true,"t":3,"a":[{"a":"aria_checkpoint_log_activity","u":1,"t":2}]},"aria_encrypt_tables":{"d":true,"t":2,"a":[{"a":"aria_encrypt_tables","u":1,"t":2}]},"aria_force_start_after_recovery_failures":{"d":false,"t":3,"a":[{"a":"aria_force_start_after_recovery_failures","u":1,"t":2}]},"aria_group_commit":{"d":false,"t":1,"a":[{"a":"aria_group_commit","u":1,"t":2}]},"aria_group_commit_interval":{"d":false,"t":3,"a":[{"a":"aria_group_commit_interval","u":1,"t":2}]},"aria_log_file_size":{"d":true,"t":3,"a":[{"a":"aria_log_file_size","u":1,"t":2}]},"aria_log_purge_type":{"d":true,"t":5,"a":[{"a":"aria_log_purge_type","u":1,"t":2}]},"aria_max_sort_file_size":{"d":true,"t":3,"a":[{"a":"aria_max_sort_file_size","u":1,"t":2}]},"aria_page_checksum":{"d":true,"t":2,"a":[{"a":"aria_page_checksum","u":1,"t":2}]},"aria_pagecache_age_threshold":{"d":true,"t":3,"a":[{"a":"aria_pagecache_age_threshold","u":1,"t":2}]},"aria_pagecache_buffer_size":{"d":false,"t":3,"a":[{"a":"aria_pagecache_buffer_size","u":1,"t":2}]},"aria_pagecache_division_limit":{"d":true,"t":3,"a":[{"a":"aria_pagecache_division_limit","u":1,"t":2}]},"aria_pagecache_file_hash_size":{"d":false,"t":3,"a":[{"a":"aria_pagecache_file_hash_size","u":1,"t":2}]},"aria_recover":{"a":[{"a":"aria_recover","u":1,"t":2}]},"aria_recover_options":{"d":true,"t":5,"a":[{"a":"aria_recover_options","u":1,"t":2}]},"aria_repair_threads":{"d":true,"t":3,"a":[{"a":"aria_repair_threads","u":1,"t":2}]},"aria_sort_buffer_size":{"d":true,"t":3,"a":[{"a":"aria_sort_buffer_size","u":1,"t":2}]},"aria_stats_method":{"d":true,"t":3,"a":[{"a":"aria_stats_method","u":1,"t":2}]},"aria_sync_log_dir":{"d":true,"t":5,"a":[{"a":"aria_sync_log_dir","u":1,"t":2}]},"aria_used_for_temp_tables":{"d":false,"t":2,"a":[{"a":"aria_used_for_temp_tables","u":1,"t":2}]},"deadlock_search_depth_long":{"d":true,"t":3,"a":[{"a":"deadlock_search_depth_long","u":1,"t":2}]},"deadlock_search_depth_short":{"d":true,"t":3,"a":[{"a":"deadlock_search_depth_short","u":1,"t":2}]},"deadlock_timeout_long":{"d":true,"t":3,"a":[{"a":"deadlock_timeout_long","u":1,"t":2}]},"deadlock_timeout_short":{"d":true,"t":3,"a":[{"a":"deadlock_timeout_short","u":1,"t":2}]},"Cassandra_multiget_keys_scanned":{"t":3,"a":[{"a":"cassandra_multiget_keys_scanned","u":2,"t":2}]},"Cassandra_multiget_reads":{"t":3,"a":[{"a":"cassandra_multiget_reads","u":2,"t":2}]},"Cassandra_multiget_rows_read":{"t":3,"a":[{"a":"cassandra_multiget_rows_read","u":2,"t":2}]},"Cassandra_network_exceptions":{"t":3,"a":[{"a":"cassandra_network_exceptions","u":2,"t":2}]},"Cassandra_row_insert_batches":{"t":3,"a":[{"a":"cassandra_row_insert_batches","u":2,"t":2}]},"Cassandra_row_inserts":{"t":3,"a":[{"a":"cassandra_row_inserts","u":2,"t":2}]},"Cassandra_timeout_exceptions":{"t":3,"a":[{"a":"cassandra_timeout_exceptions","u":2,"t":2}]},"Cassandra_unavailable_exceptions":{"t":3,"a":[{"a":"cassandra_unavailable_exceptions","u":2,"t":2}]},"cassandra_default_thrift_host":{"d":true,"t":1,"a":[{"a":"cassandra_default_thrift_host","u":3,"t":2}]},"cassandra_failure_retries":{"d":true,"t":3,"a":[{"a":"cassandra_failure_retries","u":3,"t":2}]},"cassandra_insert_batch_size":{"d":true,"t":3,"a":[{"a":"cassandra_insert_batch_size","u":3,"t":2}]},"cassandra_multiget_batch_size":{"d":true,"t":3,"a":[{"a":"cassandra_multiget_batch_size","u":3,"t":2}]},"cassandra_read_consistency":{"a":[{"a":"cassandra_read_consistency","u":3,"t":2}]},"cassandra_rnd_batch_size":{"a":[{"a":"cassandra_rnd_batch_size","u":3,"t":2}]},"cassandra_write_consistency":{"a":[{"a":"cassandra_write_consistency","u":3,"t":2}]},"connect_class_path":{"d":false,"t":1,"a":[{"a":"connect_class_path","u":4,"t":2}]},"connect_cond_push":{"d":true,"t":2,"a":[{"a":"connect_cond_push","u":4,"t":2}]},"connect_conv_size":{"d":true,"t":3,"a":[{"a":"connect_conv_size","u":4,"t":2}]},"connect_enable_mongo":{"d":false,"t":2,"a":[{"a":"connect_enable_mongo","u":4,"t":2}]},"connect_exact_info":{"d":true,"t":2,"a":[{"a":"connect_exact_info","u":4,"t":2}]},"connect_indx_map":{"d":true,"t":2,"a":[{"a":"connect_indx_map","u":4,"t":2}]},"connect_java_wrapper":{"d":true,"t":1,"a":[{"a":"connect_java_wrapper","u":4,"t":2}]},"connect_json_grp_size":{"d":true,"t":3,"a":[{"a":"connect_json_grp_size","u":4,"t":2}]},"connect_json_null":{"d":true,"t":1,"a":[{"a":"connect_json_null","u":4,"t":2}]},"connect_jvm_path":{"d":false,"t":1,"a":[{"a":"connect_jvm_path","u":4,"t":2}]},"connect_type_conv":{"d":true,"a":[{"a":"connect_type_conv","u":4,"t":2}]},"connect_use_tempfile":{"d":true,"a":[{"a":"connect_use_tempfile","u":4,"t":2}]},"connect_work_size":{"d":true,"t":3,"a":[{"a":"connect_work_size","u":4,"t":2}]},"connect_xtrace":{"d":true,"t":6,"a":[{"a":"connect_xtrace","u":4,"t":2}]},"wsrep_apply_oooe":{"a":[{"a":"wsrep_apply_oooe","u":5,"t":2}]},"wsrep_apply_oool":{"a":[{"a":"wsrep_apply_oool","u":5,"t":2}]},"wsrep_apply_window":{"a":[{"a":"wsrep_apply_window","u":5,"t":2}]},"wsrep_cert_deps_distance":{"a":[{"a":"wsrep_cert_deps_distance","u":5,"t":2}]},"wsrep_cert_index_size":{"t":3,"a":[{"a":"wsrep_cert_index_size","u":5,"t":2}]},"wsrep_cert_interval":{"t":3,"a":[{"a":"wsrep_cert_interval","u":5,"t":2}]},"wsrep_cluster_capabilities":{"a":[{"a":"wsrep_cluster_capabilities","u":5,"t":2}]},"wsrep_cluster_conf_id":{"t":3,"a":[{"a":"wsrep_cluster_conf_id","u":5,"t":2}]},"wsrep_cluster_size":{"t":3,"a":[{"a":"wsrep_cluster_size","u":5,"t":2}]},"wsrep_cluster_state_uuid":{"a":[{"a":"wsrep_cluster_state_uuid","u":5,"t":2}]},"wsrep_cluster_status":{"a":[{"a":"wsrep_cluster_status","u":5,"t":2}]},"wsrep_cluster_weight":{"a":[{"a":"wsrep_cluster_weight","u":5,"t":2}]},"wsrep_commit_oooe":{"a":[{"a":"wsrep_commit_oooe","u":5,"t":2}]},"wsrep_commit_oool":{"a":[{"a":"wsrep_commit_oool","u":5,"t":2}]},"wsrep_commit_window":{"a":[{"a":"wsrep_commit_window","u":5,"t":2}]},"wsrep_connected":{"a":[{"a":"wsrep_connected","u":5,"t":2}]},"wsrep_desync_count":{"t":3,"a":[{"a":"wsrep_desync_count","u":5,"t":2}]},"wsrep_evs_delayed":{"a":[{"a":"wsrep_evs_delayed","u":5,"t":2}]},"wsrep_evs_evict_list":{"a":[{"a":"wsrep_evs_evict_list","u":5,"t":2}]},"wsrep_evs_repl_latency":{"a":[{"a":"wsrep_evs_repl_latency","u":5,"t":2}]},"wsrep_evs_state":{"a":[{"a":"wsrep_evs_state","u":5,"t":2}]},"wsrep_flow_control_paused":{"a":[{"a":"wsrep_flow_control_paused","u":5,"t":2}]},"wsrep_flow_control_paused_ns":{"a":[{"a":"wsrep_flow_control_paused_ns","u":5,"t":2}]},"wsrep_flow_control_recv":{"t":3,"a":[{"a":"wsrep_flow_control_recv","u":5,"t":2}]},"wsrep_flow_control_sent":{"t":3,"a":[{"a":"wsrep_flow_control_sent","u":5,"t":2}]},"wsrep_gcomm_uuid":{"a":[{"a":"wsrep_gcomm_uuid","u":5,"t":2}]},"wsrep_incoming_addresses":{"a":[{"a":"wsrep_incoming_addresses","u":5,"t":2}]},"wsrep_last_committed":{"t":3,"a":[{"a":"wsrep_last_committed","u":5,"t":2}]},"wsrep_local_bf_aborts":{"t":3,"a":[{"a":"wsrep_local_bf_aborts","u":5,"t":2}]},"wsrep_local_cached_downto":{"a":[{"a":"wsrep_local_cached_downto","u":5,"t":2}]},"wsrep_local_cert_failures":{"t":3,"a":[{"a":"wsrep_local_cert_failures","u":5,"t":2}]},"wsrep_local_commits":{"t":3,"a":[{"a":"wsrep_local_commits","u":5,"t":2}]},"wsrep_local_index":{"a":[{"a":"wsrep_local_index","u":5,"t":2}]},"wsrep_local_recv_queue":{"t":3,"a":[{"a":"wsrep_local_recv_queue","u":5,"t":2}]},"wsrep_local_recv_queue_avg":{"a":[{"a":"wsrep_local_recv_queue_avg","u":5,"t":2}]},"wsrep_local_recv_queue_max":{"a":[{"a":"wsrep_local_recv_queue_max","u":5,"t":2}]},"wsrep_local_recv_queue_min":{"a":[{"a":"wsrep_local_recv_queue_min","u":5,"t":2}]},"wsrep_local_replays":{"t":3,"a":[{"a":"wsrep_local_replays","u":5,"t":2}]},"wsrep_local_send_queue":{"t":3,"a":[{"a":"wsrep_local_send_queue","u":5,"t":2}]},"wsrep_local_send_queue_avg":{"a":[{"a":"wsrep_local_send_queue_avg","u":5,"t":2}]},"wsrep_local_send_queue_max":{"a":[{"a":"wsrep_local_send_queue_max","u":5,"t":2}]},"wsrep_local_send_queue_min":{"a":[{"a":"wsrep_local_send_queue_min","u":5,"t":2}]},"wsrep_local_state":{"a":[{"a":"wsrep_local_state","u":5,"t":2}]},"wsrep_local_state_comment":{"a":[{"a":"wsrep_local_state_comment","u":5,"t":2}]},"wsrep_local_state_uuid":{"a":[{"a":"wsrep_local_state_uuid","u":5,"t":2}]},"wsrep_open_connections":{"t":3,"a":[{"a":"wsrep_open_connections","u":5,"t":2}]},"wsrep_open_transactions":{"t":3,"a":[{"a":"wsrep_open_transactions","u":5,"t":2}]},"wsrep_protocol_version":{"a":[{"a":"wsrep_protocol_version","u":5,"t":2}]},"wsrep_provider_name":{"a":[{"a":"wsrep_provider_name","u":5,"t":2}]},"wsrep_provider_vendor":{"a":[{"a":"wsrep_provider_vendor","u":5,"t":2}]},"wsrep_provider_version":{"t":3,"a":[{"a":"wsrep_provider_version","u":5,"t":2}]},"wsrep_ready":{"a":[{"a":"wsrep_ready","u":5,"t":2}]},"wsrep_received":{"t":3,"a":[{"a":"wsrep_received","u":5,"t":2}]},"wsrep_received_bytes":{"t":9,"a":[{"a":"wsrep_received_bytes","u":5,"t":2}]},"wsrep_repl_data_bytes":{"t":3,"a":[{"a":"wsrep_repl_data_bytes","u":5,"t":2}]},"wsrep_repl_keys":{"t":3,"a":[{"a":"wsrep_repl_keys","u":5,"t":2}]},"wsrep_repl_keys_bytes":{"t":3,"a":[{"a":"wsrep_repl_keys_bytes","u":5,"t":2}]},"wsrep_repl_other_bytes":{"t":3,"a":[{"a":"wsrep_repl_other_bytes","u":5,"t":2}]},"wsrep_replicated":{"t":3,"a":[{"a":"wsrep_replicated","u":5,"t":2}]},"wsrep_replicated_bytes":{"t":9,"a":[{"a":"wsrep_replicated_bytes","u":5,"t":2}]},"wsrep_thread_count":{"t":3,"a":[{"a":"wsrep_thread_count","u":5,"t":2}]},"wsrep_auto_increment_control":{"d":true,"t":2,"a":[{"a":"wsrep_auto_increment_control","u":6,"t":2}]},"wsrep_causal_reads":{"d":true,"t":2,"a":[{"a":"wsrep_causal_reads","u":6,"t":2}]},"wsrep_certification_rules":{"d":true,"t":5,"a":[{"a":"wsrep_certification_rules","u":6,"t":2}]},"wsrep_certify_nonPK":{"d":true,"t":2,"a":[{"a":"wsrep_certify_nonpk","u":6,"t":2}]},"wsrep_cluster_address":{"d":false,"t":1,"a":[{"a":"wsrep_cluster_address","u":6,"t":2}]},"wsrep_cluster_name":{"d":true,"t":1,"a":[{"a":"wsrep_cluster_name","u":6,"t":2}]},"wsrep_convert_LOCK_to_trx":{"d":true,"t":2,"a":[{"a":"wsrep_convert_lock_to_trx","u":6,"t":2}]},"wsrep_data_home_dir":{"d":false,"t":1,"a":[{"a":"wsrep_data_home_dir","u":6,"t":2}]},"wsrep_dbug_option":{"d":true,"t":1,"a":[{"a":"wsrep_dbug_option","u":6,"t":2}]},"wsrep_debug":{"d":true,"a":[{"a":"wsrep_debug","u":6,"t":2}]},"wsrep_desync":{"d":true,"t":2,"a":[{"a":"wsrep_desync","u":6,"t":2}]},"wsrep_dirty_reads":{"d":true,"t":2,"a":[{"a":"wsrep_dirty_reads","u":6,"t":2}]},"wsrep_drupal_282555_workaround":{"d":true,"t":2,"a":[{"a":"wsrep_drupal_282555_workaround","u":6,"t":2}]},"wsrep_forced_binlog_format":{"d":true,"a":[{"a":"wsrep_forced_binlog_format","u":6,"t":2}]},"wsrep_gtid_domain_id":{"d":true,"t":3,"a":[{"a":"wsrep_gtid_domain_id","u":6,"t":2}]},"wsrep_gtid_mode":{"d":true,"t":2,"a":[{"a":"wsrep_gtid_mode","u":6,"t":2}]},"wsrep_ignore_apply_errors":{"d":true,"t":3,"a":[{"a":"wsrep_ignore_apply_errors","u":6,"t":2}]},"wsrep_load_data_splitting":{"d":true,"t":2,"a":[{"a":"wsrep_load_data_splitting","u":6,"t":2}]},"wsrep_log_conflicts":{"d":true,"t":2,"a":[{"a":"wsrep_log_conflicts","u":6,"t":2}]},"wsrep_max_ws_rows":{"d":true,"t":3,"a":[{"a":"wsrep_max_ws_rows","u":6,"t":2}]},"wsrep_max_ws_size":{"d":true,"t":3,"a":[{"a":"wsrep_max_ws_size","u":6,"t":2}]},"wsrep_mysql_replication_bundle":{"d":false,"t":3,"a":[{"a":"wsrep_mysql_replication_bundle","u":6,"t":2}]},"wsrep_node_address":{"d":false,"t":1,"a":[{"a":"wsrep_node_address","u":6,"t":2}]},"wsrep_node_incoming_address":{"d":false,"t":1,"a":[{"a":"wsrep_node_incoming_address","u":6,"t":2}]},"wsrep_node_name":{"d":true,"t":1,"a":[{"a":"wsrep_node_name","u":6,"t":2}]},"wsrep_notify_cmd":{"d":true,"t":1,"a":[{"a":"wsrep_notify_cmd","u":6,"t":2}]},"wsrep_on":{"d":true,"t":2,"a":[{"a":"wsrep_on","u":6,"t":2}]},"wsrep_OSU_method":{"d":true,"a":[{"a":"wsrep_osu_method","u":6,"t":2}]},"wsrep_patch_version":{"d":false,"t":1,"a":[{"a":"wsrep_patch_version","u":6,"t":2}]},"wsrep_provider":{"d":true,"t":1,"a":[{"a":"wsrep_provider","u":6,"t":2}]},"wsrep_provider_options":{"d":false,"t":1,"a":[{"a":"wsrep_provider_options","u":6,"t":2}]},"wsrep_recover":{"d":false,"t":2,"a":[{"a":"wsrep_recover","u":6,"t":2}]},"wsrep_reject_queries":{"d":true,"a":[{"a":"wsrep_reject_queries","u":6,"t":2}]},"wsrep_replicate_myisam":{"d":true,"t":2,"a":[{"a":"wsrep_replicate_myisam","u":6,"t":2}]},"wsrep_restart_slave":{"d":true,"t":2,"a":[{"a":"wsrep_restart_slave","u":6,"t":2}]},"wsrep_retry_autocommit":{"d":false,"t":3,"a":[{"a":"wsrep_retry_autocommit","u":6,"t":2}]},"wsrep_slave_FK_checks":{"d":true,"t":2,"a":[{"a":"wsrep_slave_fk_checks","u":6,"t":2}]},"wsrep_slave_threads":{"d":true,"t":3,"a":[{"a":"wsrep_slave_threads","u":6,"t":2}]},"wsrep_slave_UK_checks":{"d":true,"t":2,"a":[{"a":"wsrep_slave_uk_checks","u":6,"t":2}]},"wsrep_sr_store":{"d":false,"a":[{"a":"wsrep_sr_store","u":6,"t":2}]},"wsrep_sst_auth":{"d":true,"t":1,"a":[{"a":"wsrep_sst_auth","u":6,"t":2}]},"wsrep_sst_donor":{"d":true,"t":1,"a":[{"a":"wsrep_sst_donor","u":6,"t":2}]},"wsrep_sst_donor_rejects_queries":{"d":true,"t":2,"a":[{"a":"wsrep_sst_donor_rejects_queries","u":6,"t":2}]},"wsrep_sst_method":{"d":true,"t":1,"a":[{"a":"wsrep_sst_method","u":6,"t":2}]},"wsrep_sst_receive_address":{"d":true,"t":1,"a":[{"a":"wsrep_sst_receive_address","u":6,"t":2}]},"wsrep_start_position":{"d":true,"t":1,"a":[{"a":"wsrep_start_position","u":6,"t":2}]},"wsrep_sync_wait":{"d":true,"t":3,"a":[{"a":"wsrep_sync_wait","u":6,"t":2}]},"wsrep_trx_fragment_size":{"d":true,"t":3,"a":[{"a":"wsrep_trx_fragment_size","u":6,"t":2}]},"wsrep_trx_fragment_unit":{"d":true,"a":[{"a":"wsrep_trx_fragment_unit","u":6,"t":2}]},"gtid_binlog_pos":{"d":false,"t":1,"a":[{"a":"gtid_binlog_pos","u":7,"t":2}]},"gtid_binlog_state":{"d":true,"t":1,"a":[{"a":"gtid_binlog_state","u":7,"t":2}]},"gtid_current_pos":{"d":false,"t":1,"a":[{"a":"gtid_current_pos","u":7,"t":2}]},"gtid_domain_id":{"d":true,"a":[{"a":"gtid_domain_id","u":7,"t":2}]},"last_gtid":{"d":false,"t":1,"a":[{"a":"last_gtid","u":7,"t":2}]},"server_id":{"d":true,"t":3,"a":[{"a":"server_id","u":7,"t":2},{"a":"server_id","u":8,"t":2},{"a":"sysvar_server_id","u":9,"t":1}]},"gtid_seq_no":{"d":true,"a":[{"a":"gtid_seq_no","u":7,"t":2}]},"gtid_ignore_duplicates":{"d":true,"t":2,"a":[{"a":"gtid_ignore_duplicates","u":7,"t":2}]},"gtid_pos_auto_engines":{"d":true,"t":1,"a":[{"a":"gtid_pos_auto_engines","u":7,"t":2}]},"gtid_cleanup_batch_size":{"d":true,"t":3,"a":[{"a":"gtid_cleanup_batch_size","u":7,"t":2}]},"Server_audit_active":{"t":2,"a":[{"a":"server_audit_active","u":10,"t":2}]},"Server_audit_current_log":{"t":1,"a":[{"a":"server_audit_current_log","u":10,"t":2}]},"Server_audit_last_error":{"t":1,"a":[{"a":"server_audit_last_error","u":10,"t":2}]},"Server_audit_writes_failed":{"t":3,"a":[{"a":"server_audit_writes_failed","u":10,"t":2}]},"server_audit_events":{"d":true,"t":1,"a":[{"a":"server_audit_events","u":11,"t":2}]},"server_audit_excl_users":{"d":true,"t":1,"a":[{"a":"server_audit_excl_users","u":11,"t":2}]},"server_audit_file_path":{"d":true,"t":1,"a":[{"a":"server_audit_file_path","u":11,"t":2}]},"server_audit_file_rotate_now":{"d":true,"t":2,"a":[{"a":"server_audit_file_rotate_now","u":11,"t":2}]},"server_audit_file_rotate_size":{"d":true,"t":3,"a":[{"a":"server_audit_file_rotate_size","u":11,"t":2}]},"server_audit_file_rotations":{"d":true,"t":3,"a":[{"a":"server_audit_file_rotations","u":11,"t":2}]},"server_audit_incl_users":{"d":true,"t":1,"a":[{"a":"server_audit_incl_users","u":11,"t":2}]},"server_audit_loc_info":{"d":false,"t":1,"a":[{"a":"server_audit_loc_info","u":11,"t":2}]},"server_audit_logging":{"d":true,"t":2,"a":[{"a":"server_audit_logging","u":11,"t":2}]},"server_audit_mode":{"a":[{"a":"server_audit_mode","u":11,"t":2}]},"server_audit_output_type":{"d":true,"a":[{"a":"server_audit_output_type","u":11,"t":2}]},"server_audit_query_log_limit":{"d":true,"t":3,"a":[{"a":"server_audit_query_log_limit","u":11,"t":2}]},"server_audit_syslog_facility":{"d":true,"a":[{"a":"server_audit_syslog_facility","u":11,"t":2}]},"server_audit_syslog_ident":{"d":true,"t":1,"a":[{"a":"server_audit_syslog_ident","u":11,"t":2}]},"server_audit_syslog_info":{"d":true,"t":1,"a":[{"a":"server_audit_syslog_info","u":11,"t":2}]},"server_audit_syslog_priority":{"d":true,"a":[{"a":"server_audit_syslog_priority","u":11,"t":2}]},"server_audit":{"a":[{"a":"server_audit","u":11,"t":2}]},"Mroonga_count_skip":{"t":3,"a":[{"a":"mroonga_count_skip","u":12,"t":2}]},"Mroonga_fast_order_limit":{"t":3,"a":[{"a":"mroonga_fast_order_limit","u":12,"t":2}]},"mroonga_action_on_fulltext_query_error":{"d":true,"a":[{"a":"mroonga_action_on_fulltext_query_error","u":13,"t":2}]},"mroonga_boolean_mode_syntax_flags":{"d":true,"a":[{"a":"mroonga_boolean_mode_syntax_flags","u":13,"t":2}]},"mroonga_database_path_prefix":{"d":true,"t":1,"a":[{"a":"mroonga_database_path_prefix","u":13,"t":2}]},"mroonga_default_parser":{"d":true,"t":1,"a":[{"a":"mroonga_default_parser","u":13,"t":2}]},"mroonga_default_tokenizer":{"d":true,"t":1,"a":[{"a":"mroonga_default_tokenizer","u":13,"t":2}]},"mroonga_default_wrapper_engine":{"d":false,"t":1,"a":[{"a":"mroonga_default_wrapper_engine","u":13,"t":2}]},"mroonga_dry_write":{"d":true,"t":2,"a":[{"a":"mroonga_dry_write","u":13,"t":2}]},"mroonga_enable_operations_recording":{"d":true,"t":2,"a":[{"a":"mroonga_enable_operations_recording","u":13,"t":2}]},"mroonga_enable_optimization":{"d":true,"t":2,"a":[{"a":"mroonga_enable_optimization","u":13,"t":2}]},"mroonga_libgroonga_embedded":{"d":false,"t":2,"a":[{"a":"mroonga_libgroonga_embedded","u":13,"t":2}]},"mroonga_libgroonga_support_lz4":{"d":false,"t":2,"a":[{"a":"mroonga_libgroonga_support_lz4","u":13,"t":2}]},"mroonga_libgroonga_support_zlib":{"d":false,"t":2,"a":[{"a":"mroonga_libgroonga_support_zlib","u":13,"t":2}]},"mroonga_libgroonga_support_zstd":{"d":false,"t":2,"a":[{"a":"mroonga_libgroonga_support_zstd","u":13,"t":2}]},"mroonga_libgroonga_version":{"d":false,"t":1,"a":[{"a":"mroonga_libgroonga_version","u":13,"t":2}]},"mroonga_lock_timeout":{"d":true,"t":3,"a":[{"a":"mroonga_lock_timeout","u":13,"t":2}]},"mroonga_log_file":{"d":true,"t":1,"a":[{"a":"mroonga_log_file","u":13,"t":2}]},"mroonga_log_level":{"d":true,"a":[{"a":"mroonga_log_level","u":13,"t":2}]},"mroonga_match_escalation_threshold":{"d":true,"t":3,"a":[{"a":"mroonga_match_escalation_threshold","u":13,"t":2}]},"mroonga_max_n_records_for_estimate":{"d":true,"t":3,"a":[{"a":"mroonga_max_n_records_for_estimate","u":13,"t":2}]},"mroonga_query_log_file":{"d":true,"t":1,"a":[{"a":"mroonga_query_log_file","u":13,"t":2}]},"mroonga_vector_column_delimiter":{"d":true,"t":1,"a":[{"a":"mroonga_vector_column_delimiter","u":13,"t":2}]},"mroonga_version":{"d":false,"t":1,"a":[{"a":"mroonga_version","u":13,"t":2}]},"key_buffer_size":{"d":true,"t":3,"a":[{"a":"key_buffer_size","u":14,"t":2},{"a":"sysvar_key_buffer_size","u":15,"t":1}]},"key_cache_age_threshold":{"d":true,"t":3,"a":[{"a":"key_cache_age_threshold","u":14,"t":2},{"a":"sysvar_key_cache_age_threshold","u":15,"t":1}]},"key_cache_block_size":{"d":true,"t":3,"a":[{"a":"key_cache_block_size","u":14,"t":2},{"a":"sysvar_key_cache_block_size","u":15,"t":1}]},"key_cache_division_limit":{"d":true,"t":3,"a":[{"a":"key_cache_division_limit","u":14,"t":2},{"a":"sysvar_key_cache_division_limit","u":15,"t":1}]},"key_cache_file_hash_size":{"d":true,"t":3,"a":[{"a":"key_cache_file_hash_size","u":14,"t":2}]},"key_cache_segments":{"d":true,"t":3,"a":[{"a":"key_cache_segments","u":14,"t":2}]},"myisam_block_size":{"t":3,"a":[{"a":"myisam_block_size","u":14,"t":2},{"a":"option_mysqld_myisam-block-size","u":16,"t":1}]},"myisam_data_pointer_size":{"d":true,"t":3,"a":[{"a":"myisam_data_pointer_size","u":14,"t":2},{"a":"sysvar_myisam_data_pointer_size","u":15,"t":1}]},"myisam_max_extra_sort_file_size":{"a":[{"a":"myisam_max_extra_sort_file_size","u":14,"t":2}]},"myisam_max_sort_file_size":{"d":true,"t":3,"a":[{"a":"myisam_max_sort_file_size","u":14,"t":2},{"a":"sysvar_myisam_max_sort_file_size","u":15,"t":1}]},"myisam_mmap_size":{"t":3,"a":[{"a":"myisam_mmap_size","u":14,"t":2},{"a":"sysvar_myisam_mmap_size","u":15,"t":1}]},"myisam_recover_options":{"d":false,"t":5,"a":[{"a":"myisam_recover_options","u":14,"t":2},{"a":"sysvar_myisam_recover_options","u":15,"t":1}]},"myisam_repair_threads":{"d":true,"t":3,"a":[{"a":"myisam_repair_threads","u":14,"t":2},{"a":"sysvar_myisam_repair_threads","u":15,"t":1}]},"myisam_sort_buffer_size":{"d":true,"t":3,"a":[{"a":"myisam_sort_buffer_size","u":14,"t":2},{"a":"sysvar_myisam_sort_buffer_size","u":15,"t":1}]},"myisam_stats_method":{"d":true,"t":5,"a":[{"a":"myisam_stats_method","u":14,"t":2},{"a":"sysvar_myisam_stats_method","u":15,"t":1}]},"myisam_use_mmap":{"d":true,"t":2,"a":[{"a":"myisam_use_mmap","u":14,"t":2},{"a":"sysvar_myisam_use_mmap","u":15,"t":1}]},"rocksdb_access_hint_on_compaction_start":{"d":false,"t":3,"a":[{"a":"rocksdb_access_hint_on_compaction_start","u":17,"t":2}]},"rocksdb_advise_random_on_open":{"d":false,"t":2,"a":[{"a":"rocksdb_advise_random_on_open","u":17,"t":2}]},"rocksdb_allow_concurrent_memtable_write":{"d":false,"t":2,"a":[{"a":"rocksdb_allow_concurrent_memtable_write","u":17,"t":2}]},"rocksdb_allow_mmap_reads":{"d":false,"t":2,"a":[{"a":"rocksdb_allow_mmap_reads","u":17,"t":2}]},"rocksdb_allow_mmap_writes":{"d":false,"t":2,"a":[{"a":"rocksdb_allow_mmap_writes","u":17,"t":2}]},"rocksdb_background_sync":{"d":false,"t":2,"a":[{"a":"rocksdb_background_sync","u":17,"t":2}]},"rocksdb_base_background_compactions":{"d":false,"t":3,"a":[{"a":"rocksdb_base_background_compactions","u":17,"t":2}]},"rocksdb_blind_delete_primary_key":{"d":true,"t":2,"a":[{"a":"rocksdb_blind_delete_primary_key","u":17,"t":2}]},"rocksdb_block_cache_size":{"d":false,"t":3,"a":[{"a":"rocksdb_block_cache_size","u":17,"t":2}]},"rocksdb_block_restart_interval":{"d":false,"t":3,"a":[{"a":"rocksdb_block_restart_interval","u":17,"t":2}]},"rocksdb_block_size":{"d":false,"t":3,"a":[{"a":"rocksdb_block_size","u":17,"t":2}]},"rocksdb_block_size_deviation":{"d":false,"t":3,"a":[{"a":"rocksdb_block_size_deviation","u":17,"t":2}]},"rocksdb_bulk_load":{"d":true,"t":2,"a":[{"a":"rocksdb_bulk_load","u":17,"t":2}]},"rocksdb_bulk_load_allow_unsorted":{"d":true,"t":2,"a":[{"a":"rocksdb_bulk_load_allow_unsorted","u":17,"t":2}]},"rocksdb_bulk_load_size":{"d":true,"t":3,"a":[{"a":"rocksdb_bulk_load_size","u":17,"t":2}]},"rocksdb_bytes_per_sync":{"d":false,"t":3,"a":[{"a":"rocksdb_bytes_per_sync","u":17,"t":2}]},"rocksdb_cache_index_and_filter_blocks":{"d":false,"t":2,"a":[{"a":"rocksdb_cache_index_and_filter_blocks","u":17,"t":2}]},"rocksdb_checksums_pct":{"d":true,"t":3,"a":[{"a":"rocksdb_checksums_pct","u":17,"t":2}]},"rocksdb_collect_sst_properties":{"d":false,"t":2,"a":[{"a":"rocksdb_collect_sst_properties","u":17,"t":2}]},"rocksdb_commit_in_the_middle":{"d":true,"t":2,"a":[{"a":"rocksdb_commit_in_the_middle","u":17,"t":2}]},"rocksdb_compact_cf":{"d":true,"t":1,"a":[{"a":"rocksdb_compact_cf","u":17,"t":2}]},"rocksdb_compaction_readahead_size":{"d":true,"t":3,"a":[{"a":"rocksdb_compaction_readahead_size","u":17,"t":2}]},"rocksdb_compaction_sequential_deletes":{"d":true,"t":3,"a":[{"a":"rocksdb_compaction_sequential_deletes","u":17,"t":2}]},"rocksdb_compaction_sequential_deletes_count_sd":{"d":true,"t":2,"a":[{"a":"rocksdb_compaction_sequential_deletes_count_sd","u":17,"t":2}]},"rocksdb_compaction_sequential_deletes_file_size":{"d":true,"t":3,"a":[{"a":"rocksdb_compaction_sequential_deletes_file_size","u":17,"t":2}]},"rocksdb_compaction_sequential_deletes_window":{"d":true,"t":3,"a":[{"a":"rocksdb_compaction_sequential_deletes_window","u":17,"t":2}]},"rocksdb_concurrent_prepare":{"d":false,"t":2,"a":[{"a":"rocksdb_concurrent_prepare","u":17,"t":2}]},"rocksdb_create_checkpoint":{"d":true,"t":1,"a":[{"a":"rocksdb_create_checkpoint","u":17,"t":2}]},"rocksdb_create_if_missing":{"d":false,"t":2,"a":[{"a":"rocksdb_create_if_missing","u":17,"t":2}]},"rocksdb_create_missing_column_families":{"d":false,"t":2,"a":[{"a":"rocksdb_create_missing_column_families","u":17,"t":2}]},"rocksdb_datadir":{"d":false,"t":1,"a":[{"a":"rocksdb_datadir","u":17,"t":2}]},"rocksdb_db_write_buffer_size":{"d":false,"t":3,"a":[{"a":"rocksdb_db_write_buffer_size","u":17,"t":2}]},"rocksdb_deadlock_detect":{"d":true,"t":2,"a":[{"a":"rocksdb_deadlock_detect","u":17,"t":2}]},"rocksdb_deadlock_detect_depth":{"d":true,"t":3,"a":[{"a":"rocksdb_deadlock_detect_depth","u":17,"t":2}]},"rocksdb_debug_optimizer_no_zero_cardinality":{"d":true,"t":2,"a":[{"a":"rocksdb_debug_optimizer_no_zero_cardinality","u":17,"t":2}]},"rocksdb_debug_ttl_ignore_pk":{"d":true,"t":2,"a":[{"a":"rocksdb_debug_ttl_ignore_pk","u":17,"t":2}]},"rocksdb_debug_ttl_read_filter_ts":{"d":true,"t":3,"a":[{"a":"rocksdb_debug_ttl_read_filter_ts","u":17,"t":2}]},"rocksdb_debug_ttl_rec_ts":{"d":true,"t":3,"a":[{"a":"rocksdb_debug_ttl_rec_ts","u":17,"t":2}]},"rocksdb_debug_ttl_snapshot_ts":{"d":true,"t":3,"a":[{"a":"rocksdb_debug_ttl_snapshot_ts","u":17,"t":2}]},"rocksdb_default_cf_options":{"d":false,"t":1,"a":[{"a":"rocksdb_default_cf_options","u":17,"t":2}]},"rocksdb_delayed_write_rate":{"d":true,"t":3,"a":[{"a":"rocksdb_delayed_write_rate","u":17,"t":2}]},"rocksdb_delete_obsolete_files_period_micros":{"d":false,"t":3,"a":[{"a":"rocksdb_delete_obsolete_files_period_micros","u":17,"t":2}]},"rocksdb_enable_2pc":{"d":true,"t":2,"a":[{"a":"rocksdb_enable_2pc","u":17,"t":2}]},"rocksdb_enable_bulk_load_api":{"d":false,"t":2,"a":[{"a":"rocksdb_enable_bulk_load_api","u":17,"t":2}]},"rocksdb_enable_thread_tracking":{"d":false,"t":2,"a":[{"a":"rocksdb_enable_thread_tracking","u":17,"t":2}]},"rocksdb_enable_ttl":{"d":true,"t":2,"a":[{"a":"rocksdb_enable_ttl","u":17,"t":2}]},"rocksdb_enable_ttl_read_filtering":{"d":true,"t":2,"a":[{"a":"rocksdb_enable_ttl_read_filtering","u":17,"t":2}]},"rocksdb_enable_write_thread_adaptive_yield":{"d":true,"t":2,"a":[{"a":"rocksdb_enable_write_thread_adaptive_yield","u":17,"t":2}]},"rocksdb_error_if_exists":{"d":false,"t":2,"a":[{"a":"rocksdb_error_if_exists","u":17,"t":2}]},"rocksdb_flush_log_at_trx_commit":{"d":true,"t":3,"a":[{"a":"rocksdb_flush_log_at_trx_commit","u":17,"t":2}]},"rocksdb_flush_memtable_on_analyze":{"d":true,"t":2,"a":[{"a":"rocksdb_flush_memtable_on_analyze","u":17,"t":2}]},"rocksdb_force_compute_memtable_stats":{"d":true,"t":2,"a":[{"a":"rocksdb_force_compute_memtable_stats","u":17,"t":2}]},"rocksdb_force_compute_memtable_stats_cachetime":{"d":true,"t":3,"a":[{"a":"rocksdb_force_compute_memtable_stats_cachetime","u":17,"t":2}]},"rocksdb_force_flush_memtable_and_lzero_now":{"d":true,"t":2,"a":[{"a":"rocksdb_force_flush_memtable_and_lzero_now","u":17,"t":2}]},"rocksdb_force_flush_memtable_now":{"d":true,"t":2,"a":[{"a":"rocksdb_force_flush_memtable_now","u":17,"t":2}]},"rocksdb_force_index_records_in_range":{"d":true,"t":3,"a":[{"a":"rocksdb_force_index_records_in_range","u":17,"t":2}]},"rocksdb_git_hash":{"d":false,"t":1,"a":[{"a":"rocksdb_git_hash","u":17,"t":2}]},"rocksdb_hash_index_allow_collision":{"d":false,"t":2,"a":[{"a":"rocksdb_hash_index_allow_collision","u":17,"t":2}]},"rocksdb_index_type":{"d":false,"a":[{"a":"rocksdb_index_type","u":17,"t":2}]},"rocksdb_info_log_level":{"d":true,"a":[{"a":"rocksdb_info_log_level","u":17,"t":2}]},"rocksdb_io_write_timeout":{"d":true,"t":3,"a":[{"a":"rocksdb_io_write_timeout","u":17,"t":2}]},"rocksdb_is_fd_close_on_exec":{"d":false,"t":2,"a":[{"a":"rocksdb_is_fd_close_on_exec","u":17,"t":2}]},"rocksdb_keep_log_file_num":{"d":false,"t":3,"a":[{"a":"rocksdb_keep_log_file_num","u":17,"t":2}]},"rocksdb_large_prefix":{"d":true,"t":2,"a":[{"a":"rocksdb_large_prefix","u":17,"t":2}]},"rocksdb_lock_scanned_rows":{"d":true,"t":2,"a":[{"a":"rocksdb_lock_scanned_rows","u":17,"t":2}]},"rocksdb_lock_wait_timeout":{"d":true,"t":3,"a":[{"a":"rocksdb_lock_wait_timeout","u":17,"t":2}]},"rocksdb_log_file_time_to_roll":{"d":false,"t":3,"a":[{"a":"rocksdb_log_file_time_to_roll","u":17,"t":2}]},"rocksdb_manifest_preallocation_size":{"d":false,"t":3,"a":[{"a":"rocksdb_manifest_preallocation_size","u":17,"t":2}]},"rocksdb_manual_wal_flush":{"d":false,"t":2,"a":[{"a":"rocksdb_manual_wal_flush","u":17,"t":2}]},"rocksdb_master_skip_tx_api":{"d":true,"t":2,"a":[{"a":"rocksdb_master_skip_tx_api","u":17,"t":2}]},"rocksdb_max_background_compactions":{"d":true,"t":3,"a":[{"a":"rocksdb_max_background_compactions","u":17,"t":2}]},"rocksdb_max_background_flushes":{"d":false,"t":3,"a":[{"a":"rocksdb_max_background_flushes","u":17,"t":2}]},"rocksdb_max_background_jobs":{"d":true,"t":3,"a":[{"a":"rocksdb_max_background_jobs","u":17,"t":2}]},"rocksdb_max_latest_deadlocks":{"d":true,"t":3,"a":[{"a":"rocksdb_max_latest_deadlocks","u":17,"t":2}]},"rocksdb_max_log_file_size":{"d":false,"t":3,"a":[{"a":"rocksdb_max_log_file_size","u":17,"t":2}]},"rocksdb_max_manifest_file_size":{"d":false,"t":3,"a":[{"a":"rocksdb_max_manifest_file_size","u":17,"t":2}]},"rocksdb_max_open_files":{"d":false,"t":3,"a":[{"a":"rocksdb_max_open_files","u":17,"t":2}]},"rocksdb_max_row_locks":{"d":true,"t":3,"a":[{"a":"rocksdb_max_row_locks","u":17,"t":2}]},"rocksdb_max_subcompactions":{"d":false,"t":3,"a":[{"a":"rocksdb_max_subcompactions","u":17,"t":2}]},"rocksdb_max_total_wal_size":{"d":false,"t":3,"a":[{"a":"rocksdb_max_total_wal_size","u":17,"t":2}]},"rocksdb_merge_buf_size":{"d":true,"t":3,"a":[{"a":"rocksdb_merge_buf_size","u":17,"t":2}]},"rocksdb_merge_combine_read_size":{"d":true,"t":3,"a":[{"a":"rocksdb_merge_combine_read_size","u":17,"t":2}]},"rocksdb_merge_tmp_file_removal_delay_ms":{"d":true,"t":3,"a":[{"a":"rocksdb_merge_tmp_file_removal_delay_ms","u":17,"t":2}]},"rocksdb_new_table_reader_for_compaction_inputs":{"d":false,"t":2,"a":[{"a":"rocksdb_new_table_reader_for_compaction_inputs","u":17,"t":2}]},"rocksdb_no_block_cache":{"d":false,"t":2,"a":[{"a":"rocksdb_no_block_cache","u":17,"t":2}]},"rocksdb_override_cf_options":{"d":false,"t":1,"a":[{"a":"rocksdb_override_cf_options","u":17,"t":2}]},"rocksdb_paranoid_checks":{"d":false,"t":2,"a":[{"a":"rocksdb_paranoid_checks","u":17,"t":2}]},"rocksdb_pause_background_work":{"d":true,"t":2,"a":[{"a":"rocksdb_pause_background_work","u":17,"t":2}]},"rocksdb_perf_context_level":{"d":true,"t":3,"a":[{"a":"rocksdb_perf_context_level","u":17,"t":2}]},"rocksdb_persistent_cache_path":{"d":false,"t":1,"a":[{"a":"rocksdb_persistent_cache_path","u":17,"t":2}]},"rocksdb_persistent_cache_size_mb":{"d":false,"t":3,"a":[{"a":"rocksdb_persistent_cache_size_mb","u":17,"t":2}]},"rocksdb_pin_l0_filter_and_index_blocks_in_cache":{"d":false,"t":2,"a":[{"a":"rocksdb_pin_l0_filter_and_index_blocks_in_cache","u":17,"t":2}]},"rocksdb_print_snapshot_conflict_queries":{"d":true,"t":2,"a":[{"a":"rocksdb_print_snapshot_conflict_queries","u":17,"t":2}]},"rocksdb_rate_limiter_bytes_per_sec":{"d":true,"t":3,"a":[{"a":"rocksdb_rate_limiter_bytes_per_sec","u":17,"t":2}]},"rocksdb_read_free_rpl_tables":{"d":true,"t":1,"a":[{"a":"rocksdb_read_free_rpl_tables","u":17,"t":2}]},"rocksdb_records_in_range":{"d":true,"t":3,"a":[{"a":"rocksdb_records_in_range","u":17,"t":2}]},"rocksdb_reset_stats":{"d":true,"t":2,"a":[{"a":"rocksdb_reset_stats","u":17,"t":2}]},"rocksdb_seconds_between_stat_computes":{"d":true,"t":3,"a":[{"a":"rocksdb_seconds_between_stat_computes","u":17,"t":2}]},"rocksdb_signal_drop_index_thread":{"d":true,"t":2,"a":[{"a":"rocksdb_signal_drop_index_thread","u":17,"t":2}]},"rocksdb_sim_cache_size":{"d":false,"t":3,"a":[{"a":"rocksdb_sim_cache_size","u":17,"t":2}]},"rocksdb_skip_bloom_filter_on_read":{"d":true,"t":2,"a":[{"a":"rocksdb_skip_bloom_filter_on_read","u":17,"t":2}]},"rocksdb_skip_fill_cache":{"d":true,"t":2,"a":[{"a":"rocksdb_skip_fill_cache","u":17,"t":2}]},"rocksdb_skip_unique_check_tables":{"d":true,"t":1,"a":[{"a":"rocksdb_skip_unique_check_tables","u":17,"t":2}]},"rocksdb_sst_mgr_rate_bytes_per_sec":{"d":true,"t":3,"a":[{"a":"rocksdb_sst_mgr_rate_bytes_per_sec","u":17,"t":2}]},"rocksdb_stats_dump_period_sec":{"d":false,"t":3,"a":[{"a":"rocksdb_stats_dump_period_sec","u":17,"t":2}]},"rocksdb_store_row_debug_checksums":{"d":true,"t":2,"a":[{"a":"rocksdb_store_row_debug_checksums","u":17,"t":2}]},"rocksdb_strict_collation_check":{"d":true,"t":2,"a":[{"a":"rocksdb_strict_collation_check","u":17,"t":2}]},"rocksdb_strict_collation_exceptions":{"d":true,"t":1,"a":[{"a":"rocksdb_strict_collation_exceptions","u":17,"t":2}]},"rocksdb_supported_compression_types":{"d":false,"t":1,"a":[{"a":"rocksdb_supported_compression_types","u":17,"t":2}]},"rocksdb_table_cache_numshardbits":{"d":false,"t":3,"a":[{"a":"rocksdb_table_cache_numshardbits","u":17,"t":2}]},"rocksdb_table_stats_sampling_pct":{"d":true,"t":3,"a":[{"a":"rocksdb_table_stats_sampling_pct","u":17,"t":2}]},"rocksdb_tmpdir":{"d":true,"t":1,"a":[{"a":"rocksdb_tmpdir","u":17,"t":2}]},"rocksdb_trace_sst_api":{"d":true,"t":2,"a":[{"a":"rocksdb_trace_sst_api","u":17,"t":2}]},"rocksdb_unsafe_for_binlog":{"d":true,"t":2,"a":[{"a":"rocksdb_unsafe_for_binlog","u":17,"t":2}]},"rocksdb_update_cf_options":{"d":true,"a":[{"a":"rocksdb_update_cf_options","u":17,"t":2}]},"rocksdb_use_adaptive_mutex":{"d":false,"t":2,"a":[{"a":"rocksdb_use_adaptive_mutex","u":17,"t":2}]},"rocksdb_use_clock_cache":{"d":false,"t":2,"a":[{"a":"rocksdb_use_clock_cache","u":17,"t":2}]},"rocksdb_use_direct_io_for_flush_and_compaction":{"d":false,"t":2,"a":[{"a":"rocksdb_use_direct_io_for_flush_and_compaction","u":17,"t":2}]},"rocksdb_use_direct_reads":{"d":false,"t":2,"a":[{"a":"rocksdb_use_direct_reads","u":17,"t":2}]},"rocksdb_use_direct_writes":{"d":false,"t":2,"a":[{"a":"rocksdb_use_direct_writes","u":17,"t":2}]},"rocksdb_use_fsync":{"d":false,"t":2,"a":[{"a":"rocksdb_use_fsync","u":17,"t":2}]},"rocksdb_validate_tables":{"d":false,"t":3,"a":[{"a":"rocksdb_validate_tables","u":17,"t":2}]},"rocksdb_verify_row_debug_checksums":{"d":true,"t":2,"a":[{"a":"rocksdb_verify_row_debug_checksums","u":17,"t":2}]},"rocksdb_wal_bytes_per_sync":{"d":false,"t":3,"a":[{"a":"rocksdb_wal_bytes_per_sync","u":17,"t":2}]},"rocksdb_wal_dir":{"d":false,"t":1,"a":[{"a":"rocksdb_wal_dir","u":17,"t":2}]},"rocksdb_wal_recovery_mode":{"d":true,"t":3,"a":[{"a":"rocksdb_wal_recovery_mode","u":17,"t":2}]},"rocksdb_wal_size_limit_mb":{"d":false,"t":3,"a":[{"a":"rocksdb_wal_size_limit_mb","u":17,"t":2}]},"rocksdb_wal_ttl_seconds":{"d":false,"t":3,"a":[{"a":"rocksdb_wal_ttl_seconds","u":17,"t":2}]},"rocksdb_whole_key_filtering":{"d":false,"t":2,"a":[{"a":"rocksdb_whole_key_filtering","u":17,"t":2}]},"rocksdb_write_batch_max_bytes":{"d":true,"t":3,"a":[{"a":"rocksdb_write_batch_max_bytes","u":17,"t":2}]},"rocksdb_write_disable_wal":{"d":true,"t":2,"a":[{"a":"rocksdb_write_disable_wal","u":17,"t":2}]},"rocksdb_write_ignore_missing_column_families":{"d":true,"t":2,"a":[{"a":"rocksdb_write_ignore_missing_column_families","u":17,"t":2}]},"oqgraph_allow_create_integer_latch":{"d":true,"t":2,"a":[{"a":"oqgraph_allow_create_integer_latch","u":18,"t":2}]},"Oqgraph_boost_version":{"t":1,"a":[{"a":"oqgraph_boost_version","u":18,"t":2}]},"Oqgraph_compat_mode":{"t":1,"a":[{"a":"oqgraph_compat_mode","u":18,"t":2}]},"Oqgraph_verbose_debug":{"t":1,"a":[{"a":"oqgraph_verbose_debug","u":18,"t":2}]},"performance_schema":{"d":false,"t":2,"a":[{"a":"performance_schema","u":19,"t":2},{"a":"sysvar_performance_schema","u":20,"t":1}]},"performance_schema_accounts_size":{"d":false,"t":3,"a":[{"a":"performance_schema_accounts_size","u":19,"t":2},{"a":"sysvar_performance_schema_accounts_size","u":20,"t":1}]},"performance_schema_digests_size":{"d":false,"t":3,"a":[{"a":"performance_schema_digests_size","u":19,"t":2},{"a":"sysvar_performance_schema_digests_size","u":20,"t":1}]},"performance_schema_events_stages_history_long_size":{"d":false,"t":3,"a":[{"a":"performance_schema_events_stages_history_long_size","u":19,"t":2},{"a":"sysvar_performance_schema_events_stages_history_long_size","u":20,"t":1}]},"performance_schema_events_stages_history_size":{"d":false,"t":3,"a":[{"a":"performance_schema_events_stages_history_size","u":19,"t":2},{"a":"sysvar_performance_schema_events_stages_history_size","u":20,"t":1}]},"performance_schema_events_statements_history_long_size":{"d":false,"t":3,"a":[{"a":"performance_schema_events_statements_history_long_size","u":19,"t":2},{"a":"sysvar_performance_schema_events_statements_history_long_size","u":20,"t":1}]},"performance_schema_events_statements_history_size":{"d":false,"t":3,"a":[{"a":"performance_schema_events_statements_history_size","u":19,"t":2},{"a":"sysvar_performance_schema_events_statements_history_size","u":20,"t":1}]},"performance_schema_events_waits_history_long_size":{"d":false,"t":3,"a":[{"a":"performance_schema_events_waits_history_long_size","u":19,"t":2},{"a":"sysvar_performance_schema_events_waits_history_long_size","u":20,"t":1}]},"performance_schema_events_waits_history_size":{"d":false,"t":3,"a":[{"a":"performance_schema_events_waits_history_size","u":19,"t":2},{"a":"sysvar_performance_schema_events_waits_history_size","u":20,"t":1}]},"performance_schema_hosts_size":{"d":false,"t":3,"a":[{"a":"performance_schema_hosts_size","u":19,"t":2},{"a":"sysvar_performance_schema_hosts_size","u":20,"t":1}]},"performance_schema_max_cond_classes":{"d":false,"t":3,"a":[{"a":"performance_schema_max_cond_classes","u":19,"t":2},{"a":"sysvar_performance_schema_max_cond_classes","u":20,"t":1}]},"performance_schema_max_cond_instances":{"d":false,"t":3,"a":[{"a":"performance_schema_max_cond_instances","u":19,"t":2},{"a":"sysvar_performance_schema_max_cond_instances","u":20,"t":1}]},"performance_schema_max_digest_length":{"d":false,"t":3,"a":[{"a":"performance_schema_max_digest_length","u":19,"t":2},{"a":"sysvar_performance_schema_max_digest_length","u":20,"t":1}]},"performance_schema_max_file_classes":{"d":false,"t":3,"a":[{"a":"performance_schema_max_file_classes","u":19,"t":2},{"a":"sysvar_performance_schema_max_file_classes","u":20,"t":1}]},"performance_schema_max_file_handles":{"d":false,"t":3,"a":[{"a":"performance_schema_max_file_handles","u":19,"t":2},{"a":"sysvar_performance_schema_max_file_handles","u":20,"t":1}]},"performance_schema_max_file_instances":{"d":false,"t":3,"a":[{"a":"performance_schema_max_file_instances","u":19,"t":2},{"a":"sysvar_performance_schema_max_file_instances","u":20,"t":1}]},"performance_schema_max_mutex_classes":{"d":false,"t":3,"a":[{"a":"performance_schema_max_mutex_classes","u":19,"t":2},{"a":"sysvar_performance_schema_max_mutex_classes","u":20,"t":1}]},"performance_schema_max_mutex_instances":{"d":false,"t":3,"a":[{"a":"performance_schema_max_mutex_instances","u":19,"t":2},{"a":"sysvar_performance_schema_max_mutex_instances","u":20,"t":1}]},"performance_schema_max_rwlock_classes":{"d":false,"t":3,"a":[{"a":"performance_schema_max_rwlock_classes","u":19,"t":2},{"a":"sysvar_performance_schema_max_rwlock_classes","u":20,"t":1}]},"performance_schema_max_rwlock_instances":{"d":false,"t":3,"a":[{"a":"performance_schema_max_rwlock_instances","u":19,"t":2},{"a":"sysvar_performance_schema_max_rwlock_instances","u":20,"t":1}]},"performance_schema_max_socket_classes":{"d":false,"t":3,"a":[{"a":"performance_schema_max_socket_classes","u":19,"t":2},{"a":"sysvar_performance_schema_max_socket_classes","u":20,"t":1}]},"performance_schema_max_socket_instances":{"d":false,"t":3,"a":[{"a":"performance_schema_max_socket_instances","u":19,"t":2},{"a":"sysvar_performance_schema_max_socket_instances","u":20,"t":1}]},"performance_schema_max_stage_classes":{"d":false,"t":3,"a":[{"a":"performance_schema_max_stage_classes","u":19,"t":2},{"a":"sysvar_performance_schema_max_stage_classes","u":20,"t":1}]},"performance_schema_max_statement_classes":{"d":false,"t":3,"a":[{"a":"performance_schema_max_statement_classes","u":19,"t":2},{"a":"sysvar_performance_schema_max_statement_classes","u":20,"t":1}]},"performance_schema_max_table_handles":{"d":false,"t":3,"a":[{"a":"performance_schema_max_table_handles","u":19,"t":2},{"a":"sysvar_performance_schema_max_table_handles","u":20,"t":1}]},"performance_schema_max_table_instances":{"d":false,"t":3,"a":[{"a":"performance_schema_max_table_instances","u":19,"t":2},{"a":"sysvar_performance_schema_max_table_instances","u":20,"t":1}]},"performance_schema_max_thread_classes":{"d":false,"t":3,"a":[{"a":"performance_schema_max_thread_classes","u":19,"t":2},{"a":"sysvar_performance_schema_max_thread_classes","u":20,"t":1}]},"performance_schema_max_thread_instances":{"d":false,"t":3,"a":[{"a":"performance_schema_max_thread_instances","u":19,"t":2},{"a":"sysvar_performance_schema_max_thread_instances","u":20,"t":1}]},"performance_schema_session_connect_attrs_size":{"d":false,"t":3,"a":[{"a":"performance_schema_session_connect_attrs_size","u":19,"t":2},{"a":"sysvar_performance_schema_session_connect_attrs_size","u":20,"t":1}]},"performance_schema_setup_actors_size":{"d":false,"t":3,"a":[{"a":"performance_schema_setup_actors_size","u":19,"t":2},{"a":"sysvar_performance_schema_setup_actors_size","u":20,"t":1}]},"performance_schema_setup_objects_size":{"d":false,"t":3,"a":[{"a":"performance_schema_setup_objects_size","u":19,"t":2},{"a":"sysvar_performance_schema_setup_objects_size","u":20,"t":1}]},"performance_schema_users_size":{"d":false,"t":3,"a":[{"a":"performance_schema_users_size","u":19,"t":2},{"a":"sysvar_performance_schema_users_size","u":20,"t":1}]},"auto_increment_increment":{"d":true,"t":3,"a":[{"a":"auto_increment_increment","u":8,"t":2},{"a":"sysvar_auto_increment_increment","u":21,"t":1}]},"auto_increment_offset":{"d":true,"t":3,"a":[{"a":"auto_increment_offset","u":8,"t":2},{"a":"sysvar_auto_increment_offset","u":21,"t":1}]},"binlog_annotate_row_events":{"d":true,"t":2,"a":[{"a":"binlog_annotate_row_events","u":8,"t":2}]},"binlog_cache_size":{"d":true,"t":3,"a":[{"a":"binlog_cache_size","u":8,"t":2},{"a":"sysvar_binlog_cache_size","u":22,"t":1},{"a":"sysvar_binlog_cache_size","u":23,"t":1}]},"binlog_checksum":{"d":true,"t":1,"a":[{"a":"binlog_checksum","u":8,"t":2},{"a":"option_mysqld_binlog-checksum","u":22,"t":1},{"a":"sysvar_binlog_checksum","u":22,"t":1},{"a":"option_mysqld_binlog-checksum","u":23,"t":1},{"a":"sysvar_binlog_checksum","u":23,"t":1}]},"binlog_commit_wait_count":{"d":true,"t":3,"a":[{"a":"binlog_commit_wait_count","u":8,"t":2}]},"binlog_commit_wait_usec":{"d":true,"t":3,"a":[{"a":"binlog_commit_wait_usec","u":8,"t":2}]},"binlog_direct_non_transactional_updates":{"d":true,"t":2,"a":[{"a":"binlog_direct_non_transactional_updates","u":8,"t":2},{"a":"sysvar_binlog_direct_non_transactional_updates","u":22,"t":1},{"a":"sysvar_binlog_direct_non_transactional_updates","u":23,"t":1}]},"binlog_file_cache_size":{"d":true,"t":3,"a":[{"a":"binlog_file_cache_size","u":8,"t":2}]},"binlog_format":{"d":true,"t":5,"a":[{"a":"binlog_format","u":8,"t":2},{"a":"sysvar_binlog_format","u":22,"t":1},{"a":"sysvar_binlog_format","u":23,"t":1}]},"binlog_optimize_thread_scheduling":{"d":false,"t":2,"a":[{"a":"binlog_optimize_thread_scheduling","u":8,"t":2}]},"binlog_row_image":{"d":true,"t":5,"a":[{"a":"binlog_row_image","u":8,"t":2},{"a":"sysvar_binlog_row_image","u":22,"t":1},{"a":"sysvar_binlog_row_image","u":23,"t":1}]},"binlog_row_metadata":{"d":true,"t":5,"a":[{"a":"binlog_row_metadata","u":8,"t":2},{"a":"sysvar_binlog_row_metadata","u":22,"t":1}]},"binlog_stmt_cache_size":{"d":true,"t":3,"a":[{"a":"binlog_stmt_cache_size","u":8,"t":2},{"a":"sysvar_binlog_stmt_cache_size","u":22,"t":1},{"a":"sysvar_binlog_stmt_cache_size","u":23,"t":1}]},"default_master_connection":{"d":true,"t":1,"a":[{"a":"default_master_connection","u":8,"t":2}]},"encrypt_binlog":{"d":false,"t":2,"a":[{"a":"encrypt_binlog","u":8,"t":2}]},"expire_logs_days":{"d":true,"t":3,"a":[{"a":"expire_logs_days","u":8,"t":2},{"a":"sysvar_expire_logs_days","u":22,"t":1},{"a":"sysvar_expire_logs_days","u":23,"t":1}]},"init_slave":{"d":true,"t":1,"a":[{"a":"init_slave","u":8,"t":2},{"a":"sysvar_init_slave","u":24,"t":1}]},"log_bin":{"d":false,"t":2,"a":[{"a":"log_bin","u":8,"t":2},{"a":"option_mysqld_log-bin","u":22,"t":1},{"a":"sysvar_log_bin","u":22,"t":1},{"a":"option_mysqld_log-bin","u":23,"t":1},{"a":"sysvar_log_bin","u":23,"t":1}]},"log_bin_basename":{"d":false,"t":8,"a":[{"a":"log_bin_basename","u":8,"t":2},{"a":"sysvar_log_bin_basename","u":22,"t":1},{"a":"sysvar_log_bin_basename","u":23,"t":1}]},"log_bin_compress":{"d":true,"t":2,"a":[{"a":"log_bin_compress","u":8,"t":2}]},"log_bin_compress_min_len":{"d":true,"t":3,"a":[{"a":"log_bin_compress_min_len","u":8,"t":2}]},"log_bin_index":{"d":false,"t":8,"a":[{"a":"log_bin_index","u":8,"t":2},{"a":"option_mysqld_log-bin-index","u":22,"t":1},{"a":"sysvar_log_bin_index","u":22,"t":1},{"a":"option_mysqld_log-bin-index","u":23,"t":1},{"a":"sysvar_log_bin_index","u":23,"t":1}]},"log_bin_trust_function_creators":{"d":true,"t":2,"a":[{"a":"log_bin_trust_function_creators","u":8,"t":2},{"a":"sysvar_log_bin_trust_function_creators","u":22,"t":1},{"a":"sysvar_log_bin_trust_function_creators","u":23,"t":1}]},"log_slow_slave_statements":{"d":true,"t":2,"a":[{"a":"log_slow_slave_statements","u":8,"t":2},{"a":"sysvar_log_slow_slave_statements","u":24,"t":1}]},"log_slave_updates":{"d":false,"t":2,"a":[{"a":"log_slave_updates","u":8,"t":2},{"a":"sysvar_log_slave_updates","u":22,"t":1},{"a":"sysvar_log_slave_updates","u":23,"t":1}]},"master_verify_checksum":{"d":true,"t":2,"a":[{"a":"master_verify_checksum","u":8,"t":2},{"a":"sysvar_master_verify_checksum","u":22,"t":1},{"a":"sysvar_master_verify_checksum","u":23,"t":1}]},"max_binlog_cache_size":{"d":true,"t":3,"a":[{"a":"max_binlog_cache_size","u":8,"t":2},{"a":"sysvar_max_binlog_cache_size","u":22,"t":1},{"a":"sysvar_max_binlog_cache_size","u":23,"t":1}]},"max_binlog_size":{"d":true,"t":3,"a":[{"a":"max_binlog_size","u":8,"t":2},{"a":"sysvar_max_binlog_size","u":22,"t":1},{"a":"sysvar_max_binlog_size","u":23,"t":1}]},"max_binlog_stmt_cache_size":{"d":true,"t":3,"a":[{"a":"max_binlog_stmt_cache_size","u":8,"t":2},{"a":"sysvar_max_binlog_stmt_cache_size","u":22,"t":1},{"a":"sysvar_max_binlog_stmt_cache_size","u":23,"t":1}]},"max_relay_log_size":{"d":true,"t":3,"a":[{"a":"max_relay_log_size","u":8,"t":2},{"a":"option_mysqld_max-relay-log-size","u":24,"t":1},{"a":"sysvar_max_relay_log_size","u":24,"t":1}]},"read_binlog_speed_limit":{"d":true,"t":3,"a":[{"a":"read_binlog_speed_limit","u":8,"t":2}]},"relay_log":{"d":false,"t":8,"a":[{"a":"relay_log","u":8,"t":2},{"a":"sysvar_relay_log","u":24,"t":1}]},"relay_log_basename":{"d":false,"a":[{"a":"relay_log_basename","u":8,"t":2},{"a":"sysvar_relay_log_basename","u":24,"t":1}]},"relay_log_index":{"d":false,"a":[{"a":"relay_log_index","u":8,"t":2},{"a":"sysvar_relay_log_index","u":24,"t":1}]},"relay_log_info_file":{"d":false,"a":[{"a":"relay_log_info_file","u":8,"t":2},{"a":"sysvar_relay_log_info_file","u":24,"t":1}]},"relay_log_purge":{"d":true,"t":2,"a":[{"a":"relay_log_purge","u":8,"t":2},{"a":"option_mysqld_relay-log-purge","u":24,"t":1},{"a":"sysvar_relay_log_purge","u":24,"t":1}]},"relay_log_recovery":{"t":2,"a":[{"a":"relay_log_recovery","u":8,"t":2},{"a":"sysvar_relay_log_recovery","u":24,"t":1}]},"relay_log_space_limit":{"d":false,"t":3,"a":[{"a":"relay_log_space_limit","u":8,"t":2},{"a":"option_mysqld_relay-log-space-limit","u":24,"t":1},{"a":"sysvar_relay_log_space_limit","u":24,"t":1}]},"replicate_annotate_row_events":{"d":false,"t":2,"a":[{"a":"replicate_annotate_row_events","u":8,"t":2}]},"replicate_do_db":{"t":1,"a":[{"a":"replicate_do_db","u":8,"t":2},{"a":"option_mysqld_replicate-do-db","u":24,"t":1}]},"replicate_do_table":{"t":1,"a":[{"a":"replicate_do_table","u":8,"t":2},{"a":"option_mysqld_replicate-do-table","u":24,"t":1}]},"replicate_events_marked_for_skip":{"d":true,"t":5,"a":[{"a":"replicate_events_marked_for_skip","u":8,"t":2}]},"replicate_ignore_db":{"t":1,"a":[{"a":"replicate_ignore_db","u":8,"t":2},{"a":"option_mysqld_replicate-ignore-db","u":24,"t":1}]},"replicate_ignore_table":{"t":1,"a":[{"a":"replicate_ignore_table","u":8,"t":2},{"a":"option_mysqld_replicate-ignore-table","u":24,"t":1}]},"replicate_rewrite_db":{"t":1,"a":[{"a":"replicate_rewrite_db","u":8,"t":2},{"a":"option_mysqld_replicate-rewrite-db","u":24,"t":1}]},"replicate_wild_do_table":{"t":1,"a":[{"a":"replicate_wild_do_table","u":8,"t":2},{"a":"option_mysqld_replicate-wild-do-table","u":24,"t":1}]},"replicate_wild_ignore_table":{"t":1,"a":[{"a":"replicate_wild_ignore_table","u":8,"t":2},{"a":"option_mysqld_replicate-wild-ignore-table","u":24,"t":1}]},"report_host":{"d":false,"t":1,"a":[{"a":"report_host","u":8,"t":2},{"a":"sysvar_report_host","u":24,"t":1}]},"report_password":{"d":false,"t":1,"a":[{"a":"report_password","u":8,"t":2},{"a":"sysvar_report_password","u":24,"t":1}]},"report_port":{"d":false,"t":3,"a":[{"a":"report_port","u":8,"t":2},{"a":"sysvar_report_port","u":24,"t":1}]},"report_user":{"d":false,"t":1,"a":[{"a":"report_user","u":8,"t":2},{"a":"sysvar_report_user","u":24,"t":1}]},"skip_parallel_replication":{"d":true,"t":2,"a":[{"a":"skip_parallel_replication","u":8,"t":2}]},"skip_replication":{"d":true,"t":2,"a":[{"a":"skip_replication","u":8,"t":2}]},"slave_compressed_protocol":{"d":true,"t":2,"a":[{"a":"slave_compressed_protocol","u":8,"t":2},{"a":"sysvar_slave_compressed_protocol","u":24,"t":1}]},"slave_ddl_exec_mode":{"d":true,"t":5,"a":[{"a":"slave_ddl_exec_mode","u":8,"t":2}]},"slave_domain_parallel_threads":{"d":true,"t":3,"a":[{"a":"slave_domain_parallel_threads","u":8,"t":2}]},"slave_exec_mode":{"d":true,"t":5,"a":[{"a":"slave_exec_mode","u":8,"t":2},{"a":"sysvar_slave_exec_mode","u":24,"t":1}]},"slave_load_tmpdir":{"d":false,"a":[{"a":"slave_load_tmpdir","u":8,"t":2},{"a":"sysvar_slave_load_tmpdir","u":24,"t":1}]},"slave_max_allowed_packet":{"d":true,"t":3,"a":[{"a":"slave_max_allowed_packet","u":8,"t":2},{"a":"sysvar_slave_max_allowed_packet","u":24,"t":1}]},"slave_net_timeout":{"d":true,"t":3,"a":[{"a":"slave_net_timeout","u":8,"t":2},{"a":"sysvar_slave_net_timeout","u":24,"t":1}]},"slave_parallel_max_queued":{"d":true,"t":3,"a":[{"a":"slave_parallel_max_queued","u":8,"t":2}]},"slave_parallel_mode":{"d":false,"a":[{"a":"slave_parallel_mode","u":8,"t":2}]},"slave_parallel_threads":{"d":true,"t":3,"a":[{"a":"slave_parallel_threads","u":8,"t":2}]},"slave_parallel_workers":{"d":true,"t":3,"a":[{"a":"slave_parallel_workers","u":8,"t":2},{"a":"sysvar_slave_parallel_workers","u":24,"t":1}]},"slave_run_triggers_for_rbr":{"a":[{"a":"slave_run_triggers_for_rbr","u":8,"t":2}]},"slave_skip_errors":{"d":false,"t":1,"a":[{"a":"slave_skip_errors","u":8,"t":2},{"a":"option_mysqld_slave-skip-errors","u":24,"t":1},{"a":"sysvar_slave_skip_errors","u":24,"t":1}]},"slave_sql_verify_checksum":{"d":true,"t":2,"a":[{"a":"slave_sql_verify_checksum","u":8,"t":2},{"a":"option_mysqld_slave-sql-verify-checksum","u":24,"t":1},{"a":"sysvar_slave_sql_verify_checksum","u":24,"t":1}]},"slave_transaction_retries":{"d":true,"t":3,"a":[{"a":"slave_transaction_retries","u":8,"t":2},{"a":"sysvar_slave_transaction_retries","u":24,"t":1}]},"slave_transaction_retry_errors":{"d":false,"t":1,"a":[{"a":"slave_transaction_retry_errors","u":8,"t":2}]},"slave_transaction_retry_interval":{"d":true,"t":3,"a":[{"a":"slave_transaction_retry_interval","u":8,"t":2}]},"slave_type_conversions":{"t":6,"a":[{"a":"slave_type_conversions","u":8,"t":2},{"a":"sysvar_slave_type_conversions","u":24,"t":1}]},"sql_log_bin":{"d":true,"t":2,"a":[{"a":"sql_log_bin","u":8,"t":2},{"a":"sysvar_sql_log_bin","u":22,"t":1},{"a":"sysvar_sql_log_bin","u":23,"t":1}]},"sql_slave_skip_counter":{"d":true,"t":3,"a":[{"a":"sql_slave_skip_counter","u":8,"t":2},{"a":"sysvar_sql_slave_skip_counter","u":24,"t":1}]},"sync_binlog":{"d":true,"t":3,"a":[{"a":"sync_binlog","u":8,"t":2},{"a":"sysvar_sync_binlog","u":22,"t":1},{"a":"sysvar_sync_binlog","u":23,"t":1}]},"sync_master_info":{"d":true,"t":3,"a":[{"a":"sync_master_info","u":8,"t":2},{"a":"sysvar_sync_master_info","u":24,"t":1}]},"sync_relay_log":{"d":true,"t":3,"a":[{"a":"sync_relay_log","u":8,"t":2},{"a":"sysvar_sync_relay_log","u":24,"t":1}]},"sync_relay_log_info":{"d":true,"t":3,"a":[{"a":"sync_relay_log_info","u":8,"t":2},{"a":"sysvar_sync_relay_log_info","u":24,"t":1}]},"Binlog_bytes_written":{"t":3,"a":[{"a":"binlog_bytes_written","u":25,"t":2}]},"Binlog_cache_disk_use":{"t":3,"a":[{"a":"binlog_cache_disk_use","u":25,"t":2}]},"Binlog_cache_use":{"t":3,"a":[{"a":"binlog_cache_use","u":25,"t":2}]},"Binlog_commits":{"t":3,"a":[{"a":"binlog_commits","u":25,"t":2}]},"Binlog_group_commit_trigger_count":{"t":3,"a":[{"a":"binlog_group_commit_trigger_count","u":25,"t":2}]},"Binlog_group_commit_trigger_lock_wait":{"t":3,"a":[{"a":"binlog_group_commit_trigger_lock_wait","u":25,"t":2}]},"Binlog_group_commit_trigger_timeout":{"t":3,"a":[{"a":"binlog_group_commit_trigger_timeout","u":25,"t":2}]},"Binlog_group_commits":{"t":3,"a":[{"a":"binlog_group_commits","u":25,"t":2}]},"Binlog_snapshot_file":{"t":1,"a":[{"a":"binlog_snapshot_file","u":25,"t":2}]},"Binlog_snapshot_position":{"t":3,"a":[{"a":"binlog_snapshot_position","u":25,"t":2}]},"Binlog_stmt_cache_disk_use":{"t":3,"a":[{"a":"binlog_stmt_cache_disk_use","u":25,"t":2}]},"Binlog_stmt_cache_use":{"t":3,"a":[{"a":"binlog_stmt_cache_use","u":25,"t":2}]},"Com_change_master":{"t":3,"a":[{"a":"com_change_master","u":25,"t":2}]},"Com_show_master_status":{"t":3,"a":[{"a":"com_show_master_status","u":25,"t":2}]},"Com_show_new_master":{"t":3,"a":[{"a":"com_show_new_master","u":25,"t":2}]},"Com_show_slave_hosts":{"t":3,"a":[{"a":"com_show_slave_hosts","u":25,"t":2}]},"Com_show_slave_status":{"t":3,"a":[{"a":"com_show_slave_status","u":25,"t":2}]},"Com_slave_start":{"t":3,"a":[{"a":"com_slave_start","u":25,"t":2}]},"Com_slave_stop":{"t":3,"a":[{"a":"com_slave_stop","u":25,"t":2}]},"Com_start_all_slaves":{"t":3,"a":[{"a":"com_start_all_slaves","u":25,"t":2}]},"Com_start_slave":{"t":3,"a":[{"a":"com_start_slave","u":25,"t":2}]},"Com_stop_all_slaves":{"t":3,"a":[{"a":"com_stop_all_slaves","u":25,"t":2}]},"Com_stop_slave":{"t":3,"a":[{"a":"com_stop_slave","u":25,"t":2}]},"Master_gtid_wait_count":{"t":3,"a":[{"a":"master_gtid_wait_count","u":25,"t":2}]},"Master_gtid_wait_time":{"t":3,"a":[{"a":"master_gtid_wait_time","u":25,"t":2}]},"Master_gtid_wait_timeouts":{"t":3,"a":[{"a":"master_gtid_wait_timeouts","u":25,"t":2}]},"Rpl_status":{"a":[{"a":"rpl_status","u":25,"t":2}]},"Rpl_transactions_multi_engine":{"t":3,"a":[{"a":"rpl_transactions_multi_engine","u":25,"t":2}]},"Slave_connections":{"t":3,"a":[{"a":"slave_connections","u":25,"t":2}]},"Slave_heartbeat_period":{"t":3,"a":[{"a":"slave_heartbeat_period","u":25,"t":2}]},"Slave_open_temp_tables":{"t":3,"a":[{"a":"slave_open_temp_tables","u":25,"t":2}]},"Slave_received_heartbeats":{"t":3,"a":[{"a":"slave_received_heartbeats","u":25,"t":2}]},"Slave_retried_transactions":{"t":3,"a":[{"a":"slave_retried_transactions","u":25,"t":2}]},"Slave_running":{"t":3,"a":[{"a":"slave_running","u":25,"t":2}]},"Slave_skipped_errors":{"t":3,"a":[{"a":"slave_skipped_errors","u":25,"t":2}]},"Slaves_connected":{"t":3,"a":[{"a":"slaves_connected","u":25,"t":2}]},"Slaves_running":{"t":3,"a":[{"a":"slaves_running","u":25,"t":2}]},"Transactions_gtid_foreign_engine":{"t":3,"a":[{"a":"transactions_gtid_foreign_engine","u":25,"t":2}]},"Transactions_multi_engine":{"t":3,"a":[{"a":"transactions_multi_engine","u":25,"t":2}]},"Rpl_semi_sync_master_clients":{"t":3,"a":[{"a":"rpl_semi_sync_master_clients","u":26,"t":2}]},"Rpl_semi_sync_master_net_avg_wait_time":{"t":3,"a":[{"a":"rpl_semi_sync_master_net_avg_wait_time","u":26,"t":2}]},"Rpl_semi_sync_master_net_wait_time":{"t":3,"a":[{"a":"rpl_semi_sync_master_net_wait_time","u":26,"t":2}]},"Rpl_semi_sync_master_net_waits":{"t":3,"a":[{"a":"rpl_semi_sync_master_net_waits","u":26,"t":2}]},"Rpl_semi_sync_master_no_times":{"t":3,"a":[{"a":"rpl_semi_sync_master_no_times","u":26,"t":2}]},"Rpl_semi_sync_master_no_tx":{"t":3,"a":[{"a":"rpl_semi_sync_master_no_tx","u":26,"t":2}]},"Rpl_semi_sync_master_status":{"t":2,"a":[{"a":"rpl_semi_sync_master_status","u":26,"t":2}]},"Rpl_semi_sync_master_timefunc_failures":{"t":3,"a":[{"a":"rpl_semi_sync_master_timefunc_failures","u":26,"t":2}]},"Rpl_semi_sync_master_tx_avg_wait_time":{"t":3,"a":[{"a":"rpl_semi_sync_master_tx_avg_wait_time","u":26,"t":2}]},"Rpl_semi_sync_master_tx_wait_time":{"t":3,"a":[{"a":"rpl_semi_sync_master_tx_wait_time","u":26,"t":2}]},"Rpl_semi_sync_master_tx_waits":{"t":3,"a":[{"a":"rpl_semi_sync_master_tx_waits","u":26,"t":2}]},"Rpl_semi_sync_master_wait_pos_backtraverse":{"t":3,"a":[{"a":"rpl_semi_sync_master_wait_pos_backtraverse","u":26,"t":2}]},"Rpl_semi_sync_master_wait_sessions":{"t":3,"a":[{"a":"rpl_semi_sync_master_wait_sessions","u":26,"t":2}]},"Rpl_semi_sync_master_yes_tx":{"t":3,"a":[{"a":"rpl_semi_sync_master_yes_tx","u":26,"t":2}]},"Rpl_semi_sync_slave_status":{"t":2,"a":[{"a":"rpl_semi_sync_slave_status","u":26,"t":2}]},"rpl_semi_sync_master_enabled":{"d":true,"t":2,"a":[{"a":"rpl_semi_sync_master_enabled","u":27,"t":2},{"a":"sysvar_rpl_semi_sync_master_enabled","u":21,"t":1}]},"rpl_semi_sync_master_timeout":{"d":true,"t":3,"a":[{"a":"rpl_semi_sync_master_timeout","u":27,"t":2},{"a":"sysvar_rpl_semi_sync_master_timeout","u":21,"t":1}]},"rpl_semi_sync_master_trace_level":{"d":true,"t":3,"a":[{"a":"rpl_semi_sync_master_trace_level","u":27,"t":2},{"a":"sysvar_rpl_semi_sync_master_trace_level","u":21,"t":1}]},"rpl_semi_sync_master_wait_no_slave":{"d":true,"t":2,"a":[{"a":"rpl_semi_sync_master_wait_no_slave","u":27,"t":2},{"a":"sysvar_rpl_semi_sync_master_wait_no_slave","u":21,"t":1}]},"rpl_semi_sync_master_wait_point":{"d":true,"t":5,"a":[{"a":"rpl_semi_sync_master_wait_point","u":27,"t":2},{"a":"sysvar_rpl_semi_sync_master_wait_point","u":21,"t":1}]},"rpl_semi_sync_slave_delay_master":{"d":true,"t":2,"a":[{"a":"rpl_semi_sync_slave_delay_master","u":27,"t":2}]},"rpl_semi_sync_slave_enabled":{"d":true,"t":2,"a":[{"a":"rpl_semi_sync_slave_enabled","u":27,"t":2},{"a":"sysvar_rpl_semi_sync_slave_enabled","u":24,"t":1}]},"rpl_semi_sync_slave_kill_conn_timeout":{"d":true,"t":3,"a":[{"a":"rpl_semi_sync_slave_kill_conn_timeout","u":27,"t":2}]},"rpl_semi_sync_slave_trace_level":{"d":true,"t":3,"a":[{"a":"rpl_semi_sync_slave_trace_level","u":27,"t":2},{"a":"sysvar_rpl_semi_sync_slave_trace_level","u":24,"t":1}]},"rpl_semi_sync_master":{"a":[{"a":"rpl_semi_sync_master","u":27,"t":2}]},"rpl_semi_sync_slave":{"a":[{"a":"rpl_semi_sync_slave","u":27,"t":2}]},"Aborted_clients":{"t":3,"a":[{"a":"aborted_clients","u":28,"t":2}]},"Aborted_connects":{"t":3,"a":[{"a":"aborted_connects","u":28,"t":2}]},"Aborted_connects_preauth":{"t":3,"a":[{"a":"aborted_connects_preauth","u":28,"t":2}]},"Access_denied_errors":{"t":3,"a":[{"a":"access_denied_errors","u":28,"t":2}]},"Acl_column_grants":{"t":3,"a":[{"a":"acl_column_grants","u":28,"t":2}]},"Acl_database_grants":{"t":3,"a":[{"a":"acl_database_grants","u":28,"t":2}]},"Acl_function_grants":{"t":3,"a":[{"a":"acl_function_grants","u":28,"t":2}]},"Acl_package_body_grants":{"t":3,"a":[{"a":"acl_package_body_grants","u":28,"t":2}]},"Acl_package_spec_grants":{"t":3,"a":[{"a":"acl_package_spec_grants","u":28,"t":2}]},"Acl_procedure_grants":{"t":3,"a":[{"a":"acl_procedure_grants","u":28,"t":2}]},"Acl_proxy_users":{"t":3,"a":[{"a":"acl_proxy_users","u":28,"t":2}]},"Acl_role_grants":{"t":3,"a":[{"a":"acl_role_grants","u":28,"t":2}]},"Acl_roles":{"t":3,"a":[{"a":"acl_roles","u":28,"t":2}]},"Acl_table_grants":{"t":3,"a":[{"a":"acl_table_grants","u":28,"t":2}]},"Acl_users":{"t":3,"a":[{"a":"acl_users","u":28,"t":2}]},"Busy_time":{"t":3,"a":[{"a":"busy_time","u":28,"t":2}]},"Bytes_received":{"t":3,"a":[{"a":"bytes_received","u":28,"t":2}]},"Bytes_sent":{"t":3,"a":[{"a":"bytes_sent","u":28,"t":2}]},"Com_admin_commands":{"t":3,"a":[{"a":"com_admin_commands","u":28,"t":2}]},"Com_alter_db":{"t":3,"a":[{"a":"com_alter_db","u":28,"t":2}]},"Com_alter_db_upgrade":{"t":3,"a":[{"a":"com_alter_db_upgrade","u":28,"t":2}]},"Com_alter_event":{"t":3,"a":[{"a":"com_alter_event","u":28,"t":2}]},"Com_alter_function":{"t":3,"a":[{"a":"com_alter_function","u":28,"t":2}]},"Com_alter_procedure":{"t":3,"a":[{"a":"com_alter_procedure","u":28,"t":2}]},"Com_alter_sequence":{"t":3,"a":[{"a":"com_alter_sequence","u":28,"t":2}]},"Com_alter_server":{"t":3,"a":[{"a":"com_alter_server","u":28,"t":2}]},"Com_alter_table":{"t":3,"a":[{"a":"com_alter_table","u":28,"t":2}]},"Com_alter_tablespace":{"t":3,"a":[{"a":"com_alter_tablespace","u":28,"t":2}]},"Com_alter_user":{"t":3,"a":[{"a":"com_alter_user","u":28,"t":2}]},"Com_analyze":{"t":3,"a":[{"a":"com_analyze","u":28,"t":2}]},"Com_assign_to_keycache":{"t":3,"a":[{"a":"com_assign_to_keycache","u":28,"t":2}]},"Com_backup":{"t":3,"a":[{"a":"com_backup","u":28,"t":2}]},"Com_backup_lock":{"t":3,"a":[{"a":"com_backup_lock","u":28,"t":2}]},"Com_backup_table":{"t":3,"a":[{"a":"com_backup_table","u":28,"t":2}]},"Com_begin":{"t":3,"a":[{"a":"com_begin","u":28,"t":2}]},"Com_binlog":{"t":3,"a":[{"a":"com_binlog","u":28,"t":2}]},"Com_call_procedure":{"t":3,"a":[{"a":"com_call_procedure","u":28,"t":2}]},"Com_change_db":{"t":3,"a":[{"a":"com_change_db","u":28,"t":2}]},"Com_check":{"t":3,"a":[{"a":"com_check","u":28,"t":2}]},"Com_checksum":{"t":3,"a":[{"a":"com_checksum","u":28,"t":2}]},"Com_commit":{"t":3,"a":[{"a":"com_commit","u":28,"t":2}]},"Com_compound_sql":{"t":3,"a":[{"a":"com_compound_sql","u":28,"t":2}]},"Com_create_db":{"t":3,"a":[{"a":"com_create_db","u":28,"t":2}]},"Com_create_event":{"t":3,"a":[{"a":"com_create_event","u":28,"t":2}]},"Com_create_function":{"t":3,"a":[{"a":"com_create_function","u":28,"t":2}]},"Com_create_index":{"t":3,"a":[{"a":"com_create_index","u":28,"t":2}]},"Com_create_package":{"t":3,"a":[{"a":"com_create_package","u":28,"t":2}]},"Com_create_package_body":{"t":3,"a":[{"a":"com_create_package_body","u":28,"t":2}]},"Com_create_procedure":{"t":3,"a":[{"a":"com_create_procedure","u":28,"t":2}]},"Com_create_role":{"t":3,"a":[{"a":"com_create_role","u":28,"t":2}]},"Com_create_sequence":{"t":3,"a":[{"a":"com_create_sequence","u":28,"t":2}]},"Com_create_server":{"t":3,"a":[{"a":"com_create_server","u":28,"t":2}]},"Com_create_table":{"t":3,"a":[{"a":"com_create_table","u":28,"t":2}]},"Com_create_temporary_table":{"t":3,"a":[{"a":"com_create_temporary_table","u":28,"t":2}]},"Com_create_trigger":{"t":3,"a":[{"a":"com_create_trigger","u":28,"t":2}]},"Com_create_udf":{"t":3,"a":[{"a":"com_create_udf","u":28,"t":2}]},"Com_create_user":{"t":3,"a":[{"a":"com_create_user","u":28,"t":2}]},"Com_create_view":{"t":3,"a":[{"a":"com_create_view","u":28,"t":2}]},"Com_dealloc_sql":{"t":3,"a":[{"a":"com_dealloc_sql","u":28,"t":2}]},"Com_delete":{"t":3,"a":[{"a":"com_delete","u":28,"t":2}]},"Com_delete_multi":{"t":3,"a":[{"a":"com_delete_multi","u":28,"t":2}]},"Com_do":{"t":3,"a":[{"a":"com_do","u":28,"t":2}]},"Com_drop_db":{"t":3,"a":[{"a":"com_drop_db","u":28,"t":2}]},"Com_drop_event":{"t":3,"a":[{"a":"com_drop_event","u":28,"t":2}]},"Com_drop_function":{"t":3,"a":[{"a":"com_drop_function","u":28,"t":2}]},"Com_drop_index":{"t":3,"a":[{"a":"com_drop_index","u":28,"t":2}]},"Com_drop_package":{"t":3,"a":[{"a":"com_drop_package","u":28,"t":2}]},"Com_drop_package_body":{"t":3,"a":[{"a":"com_drop_package_body","u":28,"t":2}]},"Com_drop_procedure":{"t":3,"a":[{"a":"com_drop_procedure","u":28,"t":2}]},"Com_drop_role":{"t":3,"a":[{"a":"com_drop_role","u":28,"t":2}]},"Com_drop_sequence":{"t":3,"a":[{"a":"com_drop_sequence","u":28,"t":2}]},"Com_drop_server":{"t":3,"a":[{"a":"com_drop_server","u":28,"t":2}]},"Com_drop_table":{"t":3,"a":[{"a":"com_drop_table","u":28,"t":2}]},"Com_drop_temporary_table":{"t":3,"a":[{"a":"com_drop_temporary_table","u":28,"t":2}]},"Com_drop_trigger":{"t":3,"a":[{"a":"com_drop_trigger","u":28,"t":2}]},"Com_drop_user":{"t":3,"a":[{"a":"com_drop_user","u":28,"t":2}]},"Com_drop_view":{"t":3,"a":[{"a":"com_drop_view","u":28,"t":2}]},"Com_empty_query":{"t":3,"a":[{"a":"com_empty_query","u":28,"t":2}]},"Com_execute_immediate":{"t":3,"a":[{"a":"com_execute_immediate","u":28,"t":2}]},"Com_execute_sql":{"t":3,"a":[{"a":"com_execute_sql","u":28,"t":2}]},"Com_flush":{"t":3,"a":[{"a":"com_flush","u":28,"t":2}]},"Com_get_diagnostics":{"t":3,"a":[{"a":"com_get_diagnostics","u":28,"t":2}]},"Com_grant":{"t":3,"a":[{"a":"com_grant","u":28,"t":2}]},"Com_grant_role":{"t":3,"a":[{"a":"com_grant_role","u":28,"t":2}]},"Com_ha_close":{"t":3,"a":[{"a":"com_ha_close","u":28,"t":2}]},"Com_ha_open":{"t":3,"a":[{"a":"com_ha_open","u":28,"t":2}]},"Com_ha_read":{"t":3,"a":[{"a":"com_ha_read","u":28,"t":2}]},"Com_help":{"t":3,"a":[{"a":"com_help","u":28,"t":2}]},"Com_insert":{"t":3,"a":[{"a":"com_insert","u":28,"t":2}]},"Com_insert_select":{"t":3,"a":[{"a":"com_insert_select","u":28,"t":2}]},"Com_install_plugin":{"t":3,"a":[{"a":"com_install_plugin","u":28,"t":2}]},"Com_kill":{"t":3,"a":[{"a":"com_kill","u":28,"t":2}]},"Com_load":{"t":3,"a":[{"a":"com_load","u":28,"t":2}]},"Com_load_master_data":{"t":3,"a":[{"a":"com_load_master_data","u":28,"t":2}]},"Com_load_master_table":{"t":3,"a":[{"a":"com_load_master_table","u":28,"t":2}]},"Com_multi":{"t":3,"a":[{"a":"com_multi","u":28,"t":2}]},"Com_lock_tables":{"t":3,"a":[{"a":"com_lock_tables","u":28,"t":2}]},"Com_optimize":{"t":3,"a":[{"a":"com_optimize","u":28,"t":2}]},"Com_preload_keys":{"t":3,"a":[{"a":"com_preload_keys","u":28,"t":2}]},"Com_prepare_sql":{"t":3,"a":[{"a":"com_prepare_sql","u":28,"t":2}]},"Com_purge":{"t":3,"a":[{"a":"com_purge","u":28,"t":2}]},"Com_purge_before_date":{"t":3,"a":[{"a":"com_purge_before_date","u":28,"t":2}]},"Com_release_savepoint":{"t":3,"a":[{"a":"com_release_savepoint","u":28,"t":2}]},"Com_rename_table":{"t":3,"a":[{"a":"com_rename_table","u":28,"t":2}]},"Com_rename_user":{"t":3,"a":[{"a":"com_rename_user","u":28,"t":2}]},"Com_repair":{"t":3,"a":[{"a":"com_repair","u":28,"t":2}]},"Com_replace":{"t":3,"a":[{"a":"com_replace","u":28,"t":2}]},"Com_replace_select":{"t":3,"a":[{"a":"com_replace_select","u":28,"t":2}]},"Com_reset":{"t":3,"a":[{"a":"com_reset","u":28,"t":2}]},"Com_resignal":{"t":3,"a":[{"a":"com_resignal","u":28,"t":2}]},"Com_restore_table":{"t":3,"a":[{"a":"com_restore_table","u":28,"t":2}]},"Com_revoke":{"t":3,"a":[{"a":"com_revoke","u":28,"t":2}]},"Com_revoke_all":{"t":3,"a":[{"a":"com_revoke_all","u":28,"t":2}]},"Com_revoke_grant":{"t":3,"a":[{"a":"com_revoke_grant","u":28,"t":2}]},"Com_rollback":{"t":3,"a":[{"a":"com_rollback","u":28,"t":2}]},"Com_rollback_to_savepoint":{"t":3,"a":[{"a":"com_rollback_to_savepoint","u":28,"t":2}]},"Com_savepoint":{"t":3,"a":[{"a":"com_savepoint","u":28,"t":2}]},"Com_select":{"t":3,"a":[{"a":"com_select","u":28,"t":2}]},"Com_set_option":{"t":3,"a":[{"a":"com_set_option","u":28,"t":2}]},"Com_signal":{"t":3,"a":[{"a":"com_signal","u":28,"t":2}]},"Com_show_authors":{"t":3,"a":[{"a":"com_show_authors","u":28,"t":2}]},"Com_show_binlog_events":{"t":3,"a":[{"a":"com_show_binlog_events","u":28,"t":2}]},"Com_show_binlogs":{"t":3,"a":[{"a":"com_show_binlogs","u":28,"t":2}]},"Com_show_charsets":{"t":3,"a":[{"a":"com_show_charsets","u":28,"t":2}]},"Com_show_client_statistics":{"t":3,"a":[{"a":"com_show_client_statistics","u":28,"t":2}]},"Com_show_collations":{"t":3,"a":[{"a":"com_show_collations","u":28,"t":2}]},"Com_show_column_types":{"t":3,"a":[{"a":"com_show_column_types","u":28,"t":2}]},"Com_show_contributors":{"t":3,"a":[{"a":"com_show_contributors","u":28,"t":2}]},"Com_show_create_db":{"t":3,"a":[{"a":"com_show_create_db","u":28,"t":2}]},"Com_show_create_event":{"t":3,"a":[{"a":"com_show_create_event","u":28,"t":2}]},"Com_show_create_func":{"t":3,"a":[{"a":"com_show_create_func","u":28,"t":2}]},"Com_show_create_package":{"t":3,"a":[{"a":"com_show_create_package","u":28,"t":2}]},"Com_show_create_package_body":{"t":3,"a":[{"a":"com_show_create_package_body","u":28,"t":2}]},"Com_show_create_proc":{"t":3,"a":[{"a":"com_show_create_proc","u":28,"t":2}]},"Com_show_create_table":{"t":3,"a":[{"a":"com_show_create_table","u":28,"t":2}]},"Com_show_create_trigger":{"t":3,"a":[{"a":"com_show_create_trigger","u":28,"t":2}]},"Com_show_create_user":{"t":3,"a":[{"a":"com_show_create_user","u":28,"t":2}]},"Com_show_databases":{"t":3,"a":[{"a":"com_show_databases","u":28,"t":2}]},"Com_show_engine_logs":{"t":3,"a":[{"a":"com_show_engine_logs","u":28,"t":2}]},"Com_show_engine_mutex":{"t":3,"a":[{"a":"com_show_engine_mutex","u":28,"t":2}]},"Com_show_engine_status":{"t":3,"a":[{"a":"com_show_engine_status","u":28,"t":2}]},"Com_show_events":{"t":3,"a":[{"a":"com_show_events","u":28,"t":2}]},"Com_show_errors":{"t":3,"a":[{"a":"com_show_errors","u":28,"t":2}]},"Com_show_explain":{"t":3,"a":[{"a":"com_show_explain","u":28,"t":2}]},"Com_show_fields":{"t":3,"a":[{"a":"com_show_fields","u":28,"t":2}]},"Com_show_function_status":{"t":3,"a":[{"a":"com_show_function_status","u":28,"t":2}]},"Com_show_generic":{"t":3,"a":[{"a":"com_show_generic","u":28,"t":2}]},"Com_show_grants":{"t":3,"a":[{"a":"com_show_grants","u":28,"t":2}]},"Com_show_keys":{"t":3,"a":[{"a":"com_show_keys","u":28,"t":2}]},"Com_show_index_statistics":{"t":3,"a":[{"a":"com_show_index_statistics","u":28,"t":2}]},"Com_show_open_tables":{"t":3,"a":[{"a":"com_show_open_tables","u":28,"t":2}]},"Com_show_package_status":{"t":3,"a":[{"a":"com_show_package_status","u":28,"t":2}]},"Com_show_package_body_status":{"t":3,"a":[{"a":"com_show_package_body_status","u":28,"t":2}]},"Com_show_plugins":{"t":3,"a":[{"a":"com_show_plugins","u":28,"t":2}]},"Com_show_privileges":{"t":3,"a":[{"a":"com_show_privileges","u":28,"t":2}]},"Com_show_procedure_status":{"t":3,"a":[{"a":"com_show_procedure_status","u":28,"t":2}]},"Com_show_processlist":{"t":3,"a":[{"a":"com_show_processlist","u":28,"t":2}]},"Com_show_profile":{"t":3,"a":[{"a":"com_show_profile","u":28,"t":2}]},"Com_show_profiles":{"t":3,"a":[{"a":"com_show_profiles","u":28,"t":2}]},"Com_show_relaylog_events":{"t":3,"a":[{"a":"com_show_relaylog_events","u":28,"t":2}]},"Com_show_status":{"t":3,"a":[{"a":"com_show_status","u":28,"t":2}]},"Com_show_storage_engines":{"t":3,"a":[{"a":"com_show_storage_engines","u":28,"t":2}]},"Com_show_table_statistics":{"t":3,"a":[{"a":"com_show_table_statistics","u":28,"t":2}]},"Com_show_table_status":{"t":3,"a":[{"a":"com_show_table_status","u":28,"t":2}]},"Com_show_tables":{"t":3,"a":[{"a":"com_show_tables","u":28,"t":2}]},"Com_show_triggers":{"t":3,"a":[{"a":"com_show_triggers","u":28,"t":2}]},"Com_show_user_statistics":{"t":3,"a":[{"a":"com_show_user_statistics","u":28,"t":2}]},"Com_show_variable":{"t":3,"a":[{"a":"com_show_variable","u":28,"t":2}]},"Com_show_warnings":{"t":3,"a":[{"a":"com_show_warnings","u":28,"t":2}]},"Com_shutdown":{"t":3,"a":[{"a":"com_shutdown","u":28,"t":2}]},"Com_stmt_close":{"t":3,"a":[{"a":"com_stmt_close","u":28,"t":2}]},"Com_stmt_execute":{"t":3,"a":[{"a":"com_stmt_execute","u":28,"t":2}]},"Com_stmt_fetch":{"t":3,"a":[{"a":"com_stmt_fetch","u":28,"t":2}]},"Com_stmt_prepare":{"t":3,"a":[{"a":"com_stmt_prepare","u":28,"t":2}]},"Com_stmt_reprepare":{"t":3,"a":[{"a":"com_stmt_reprepare","u":28,"t":2}]},"Com_stmt_reset":{"t":3,"a":[{"a":"com_stmt_reset","u":28,"t":2}]},"Com_stmt_send_long_data":{"t":3,"a":[{"a":"com_stmt_send_long_data","u":28,"t":2}]},"Com_truncate":{"t":3,"a":[{"a":"com_truncate","u":28,"t":2}]},"Com_uninstall_plugin":{"t":3,"a":[{"a":"com_uninstall_plugin","u":28,"t":2}]},"Com_unlock_tables":{"t":3,"a":[{"a":"com_unlock_tables","u":28,"t":2}]},"Com_update":{"t":3,"a":[{"a":"com_update","u":28,"t":2}]},"Com_update_multi":{"t":3,"a":[{"a":"com_update_multi","u":28,"t":2}]},"Com_xa_commit":{"t":3,"a":[{"a":"com_xa_commit","u":28,"t":2}]},"Com_xa_end":{"t":3,"a":[{"a":"com_xa_end","u":28,"t":2}]},"Com_xa_prepare":{"t":3,"a":[{"a":"com_xa_prepare","u":28,"t":2}]},"Com_xa_recover":{"t":3,"a":[{"a":"com_xa_recover","u":28,"t":2}]},"Com_xa_rollback":{"t":3,"a":[{"a":"com_xa_rollback","u":28,"t":2}]},"Com_xa_start":{"t":3,"a":[{"a":"com_xa_start","u":28,"t":2}]},"Compression":{"t":2,"a":[{"a":"compression","u":28,"t":2}]},"Connection_errors_accept":{"t":3,"a":[{"a":"connection_errors_accept","u":28,"t":2}]},"Connection_errors_internal":{"t":3,"a":[{"a":"connection_errors_internal","u":28,"t":2}]},"Connection_errors_max_connections":{"t":3,"a":[{"a":"connection_errors_max_connections","u":28,"t":2}]},"Connection_errors_peer_address":{"t":3,"a":[{"a":"connection_errors_peer_address","u":28,"t":2}]},"Connection_errors_select":{"t":3,"a":[{"a":"connection_errors_select","u":28,"t":2}]},"Connection_errors_tcpwrap":{"t":3,"a":[{"a":"connection_errors_tcpwrap","u":28,"t":2}]},"Connections":{"t":3,"a":[{"a":"connections","u":28,"t":2}]},"Cpu_time":{"t":3,"a":[{"a":"cpu_time","u":28,"t":2}]},"Created_tmp_disk_tables":{"t":3,"a":[{"a":"created_tmp_disk_tables","u":28,"t":2}]},"Created_tmp_files":{"t":3,"a":[{"a":"created_tmp_files","u":28,"t":2}]},"Created_tmp_tables":{"t":3,"a":[{"a":"created_tmp_tables","u":28,"t":2}]},"Delayed_errors":{"t":3,"a":[{"a":"delayed_errors","u":28,"t":2}]},"Delayed_insert_threads":{"t":3,"a":[{"a":"delayed_insert_threads","u":28,"t":2}]},"Delayed_writes":{"t":3,"a":[{"a":"delayed_writes","u":28,"t":2}]},"Delete_scan":{"t":3,"a":[{"a":"delete_scan","u":28,"t":2}]},"Empty_queries":{"t":3,"a":[{"a":"empty_queries","u":28,"t":2}]},"Executed_events":{"t":3,"a":[{"a":"executed_events","u":28,"t":2}]},"Executed_triggers":{"t":3,"a":[{"a":"executed_triggers","u":28,"t":2}]},"Feature_application_time_periods":{"t":3,"a":[{"a":"feature_application_time_periods","u":28,"t":2}]},"Feature_check_constraint":{"t":3,"a":[{"a":"feature_check_constraint","u":28,"t":2}]},"Feature_custom_aggregate_functions":{"t":3,"a":[{"a":"feature_custom_aggregate_functions","u":28,"t":2}]},"Feature_delay_key_write":{"t":3,"a":[{"a":"feature_delay_key_write","u":28,"t":2}]},"Feature_dynamic_columns":{"t":3,"a":[{"a":"feature_dynamic_columns","u":28,"t":2}]},"Feature_fulltext":{"t":3,"a":[{"a":"feature_fulltext","u":28,"t":2}]},"Feature_gis":{"t":3,"a":[{"a":"feature_gis","u":28,"t":2}]},"Feature_invisible_columns":{"t":3,"a":[{"a":"feature_invisible_columns","u":28,"t":2}]},"Feature_json":{"t":3,"a":[{"a":"feature_json","u":28,"t":2}]},"Feature_locale":{"t":3,"a":[{"a":"feature_locale","u":28,"t":2}]},"Feature_subquery":{"t":3,"a":[{"a":"feature_subquery","u":28,"t":2}]},"Feature_system_versioning":{"t":3,"a":[{"a":"feature_system_versioning","u":28,"t":2}]},"Feature_timezone":{"t":3,"a":[{"a":"feature_timezone","u":28,"t":2}]},"Feature_trigger":{"t":3,"a":[{"a":"feature_trigger","u":28,"t":2}]},"Feature_window_functions":{"t":3,"a":[{"a":"feature_window_functions","u":28,"t":2}]},"Feature_xml":{"t":3,"a":[{"a":"feature_xml","u":28,"t":2}]},"Flush_commands":{"t":3,"a":[{"a":"flush_commands","u":28,"t":2}]},"Handler_commit":{"t":3,"a":[{"a":"handler_commit","u":28,"t":2}]},"Handler_delete":{"t":3,"a":[{"a":"handler_delete","u":28,"t":2}]},"Handler_discover":{"t":3,"a":[{"a":"handler_discover","u":28,"t":2}]},"Handler_external_lock":{"t":3,"a":[{"a":"handler_external_lock","u":28,"t":2}]},"Handler_icp_attempts":{"t":3,"a":[{"a":"handler_icp_attempts","u":28,"t":2}]},"Handler_icp_match":{"t":3,"a":[{"a":"handler_icp_match","u":28,"t":2}]},"Handler_mrr_init":{"t":3,"a":[{"a":"handler_mrr_init","u":28,"t":2}]},"Handler_mrr_key_refills":{"t":3,"a":[{"a":"handler_mrr_key_refills","u":28,"t":2}]},"Handler_mrr_rowid_refills":{"t":3,"a":[{"a":"handler_mrr_rowid_refills","u":28,"t":2}]},"Handler_prepare":{"t":3,"a":[{"a":"handler_prepare","u":28,"t":2}]},"Handler_read_first":{"t":3,"a":[{"a":"handler_read_first","u":28,"t":2}]},"Handler_read_key":{"t":3,"a":[{"a":"handler_read_key","u":28,"t":2}]},"Handler_read_last":{"t":3,"a":[{"a":"handler_read_last","u":28,"t":2}]},"Handler_read_next":{"t":3,"a":[{"a":"handler_read_next","u":28,"t":2}]},"Handler_read_prev":{"t":3,"a":[{"a":"handler_read_prev","u":28,"t":2}]},"Handler_read_retry":{"t":3,"a":[{"a":"handler_read_retry","u":28,"t":2}]},"Handler_read_rnd":{"t":3,"a":[{"a":"handler_read_rnd","u":28,"t":2}]},"Handler_read_rnd_deleted":{"t":3,"a":[{"a":"handler_read_rnd_deleted","u":28,"t":2}]},"Handler_read_rnd_next":{"t":3,"a":[{"a":"handler_read_rnd_next","u":28,"t":2}]},"Handler_rollback":{"t":3,"a":[{"a":"handler_rollback","u":28,"t":2}]},"Handler_savepoint":{"t":3,"a":[{"a":"handler_savepoint","u":28,"t":2}]},"Handler_savepoint_rollback":{"t":3,"a":[{"a":"handler_savepoint_rollback","u":28,"t":2}]},"Handler_tmp_delete":{"t":3,"a":[{"a":"handler_tmp_delete","u":28,"t":2}]},"Handler_tmp_update":{"t":3,"a":[{"a":"handler_tmp_update","u":28,"t":2}]},"Handler_tmp_write":{"t":3,"a":[{"a":"handler_tmp_write","u":28,"t":2}]},"Handler_update":{"t":3,"a":[{"a":"handler_update","u":28,"t":2}]},"Handler_write":{"t":3,"a":[{"a":"handler_write","u":28,"t":2}]},"Key_blocks_not_flushed":{"t":3,"a":[{"a":"key_blocks_not_flushed","u":28,"t":2}]},"Key_blocks_unused":{"t":3,"a":[{"a":"key_blocks_unused","u":28,"t":2}]},"Key_blocks_used":{"t":3,"a":[{"a":"key_blocks_used","u":28,"t":2}]},"Key_blocks_warm":{"t":3,"a":[{"a":"key_blocks_warm","u":28,"t":2}]},"Key_read_requests":{"t":3,"a":[{"a":"key_read_requests","u":28,"t":2}]},"Key_reads":{"t":3,"a":[{"a":"key_reads","u":28,"t":2}]},"Key_write_requests":{"t":3,"a":[{"a":"key_write_requests","u":28,"t":2}]},"Key_writes":{"t":3,"a":[{"a":"key_writes","u":28,"t":2}]},"Last_query_cost":{"t":3,"a":[{"a":"last_query_cost","u":28,"t":2}]},"Maria_*":{"a":[{"a":"maria_","u":28,"t":2}]},"Max_statement_time_exceeded":{"t":3,"a":[{"a":"max_statement_time_exceeded","u":28,"t":2}]},"Max_used_connections":{"t":3,"a":[{"a":"max_used_connections","u":28,"t":2}]},"Memory_used":{"t":3,"a":[{"a":"memory_used","u":28,"t":2}]},"Memory_used_initial":{"t":3,"a":[{"a":"memory_used_initial","u":28,"t":2}]},"Not_flushed_delayed_rows":{"t":3,"a":[{"a":"not_flushed_delayed_rows","u":28,"t":2}]},"Open_files":{"t":3,"a":[{"a":"open_files","u":28,"t":2}]},"Open_streams":{"t":3,"a":[{"a":"open_streams","u":28,"t":2}]},"Open_table_definitions":{"t":3,"a":[{"a":"open_table_definitions","u":28,"t":2}]},"Open_tables":{"t":3,"a":[{"a":"open_tables","u":28,"t":2}]},"Opened_files":{"t":3,"a":[{"a":"opened_files","u":28,"t":2}]},"Opened_plugin_libraries":{"t":3,"a":[{"a":"opened_plugin_libraries","u":28,"t":2}]},"Opened_table_definitions":{"t":3,"a":[{"a":"opened_table_definitions","u":28,"t":2}]},"Opened_tables":{"t":3,"a":[{"a":"opened_tables","u":28,"t":2}]},"Opened_views":{"t":3,"a":[{"a":"opened_views","u":28,"t":2}]},"Performance_schema_accounts_lost":{"t":3,"a":[{"a":"performance_schema_accounts_lost","u":28,"t":2}]},"Performance_schema_cond_classes_lost":{"t":3,"a":[{"a":"performance_schema_cond_classes_lost","u":28,"t":2}]},"Performance_schema_cond_instances_lost":{"t":3,"a":[{"a":"performance_schema_cond_instances_lost","u":28,"t":2}]},"Performance_schema_digest_lost":{"t":3,"a":[{"a":"performance_schema_digest_lost","u":28,"t":2}]},"Performance_schema_file_classes_lost":{"t":3,"a":[{"a":"performance_schema_file_classes_lost","u":28,"t":2}]},"Performance_schema_file_handles_lost":{"t":3,"a":[{"a":"performance_schema_file_handles_lost","u":28,"t":2}]},"Performance_schema_file_instances_lost":{"t":3,"a":[{"a":"performance_schema_file_instances_lost","u":28,"t":2}]},"Performance_schema_hosts_lost":{"t":3,"a":[{"a":"performance_schema_hosts_lost","u":28,"t":2}]},"Performance_schema_locker_lost":{"t":3,"a":[{"a":"performance_schema_locker_lost","u":28,"t":2}]},"Performance_schema_mutex_classes_lost":{"t":3,"a":[{"a":"performance_schema_mutex_classes_lost","u":28,"t":2}]},"Performance_schema_mutex_instances_lost":{"t":3,"a":[{"a":"performance_schema_mutex_instances_lost","u":28,"t":2}]},"Performance_schema_rwlock_classes_lost":{"t":3,"a":[{"a":"performance_schema_rwlock_classes_lost","u":28,"t":2}]},"Performance_schema_rwlock_instances_lost":{"t":3,"a":[{"a":"performance_schema_rwlock_instances_lost","u":28,"t":2}]},"Performance_schema_session_connect_attrs_lost":{"t":3,"a":[{"a":"performance_schema_session_connect_attrs_lost","u":28,"t":2}]},"Performance_schema_socket_classes_lost":{"t":3,"a":[{"a":"performance_schema_socket_classes_lost","u":28,"t":2}]},"Performance_schema_socket_instances_lost":{"t":3,"a":[{"a":"performance_schema_socket_instances_lost","u":28,"t":2}]},"Performance_schema_stage_classes_lost":{"t":3,"a":[{"a":"performance_schema_stage_classes_lost","u":28,"t":2}]},"Performance_schema_statement_classes_lost":{"t":3,"a":[{"a":"performance_schema_statement_classes_lost","u":28,"t":2}]},"Performance_schema_table_handles_lost":{"t":3,"a":[{"a":"performance_schema_table_handles_lost","u":28,"t":2}]},"Performance_schema_table_instances_lost":{"t":3,"a":[{"a":"performance_schema_table_instances_lost","u":28,"t":2}]},"Performance_schema_thread_classes_lost":{"t":3,"a":[{"a":"performance_schema_thread_classes_lost","u":28,"t":2}]},"Performance_schema_thread_instances_lost":{"t":3,"a":[{"a":"performance_schema_thread_instances_lost","u":28,"t":2}]},"Performance_schema_users_lost":{"t":3,"a":[{"a":"performance_schema_users_lost","u":28,"t":2}]},"Prepared_stmt_count":{"t":3,"a":[{"a":"prepared_stmt_count","u":28,"t":2}]},"Qcache_free_blocks":{"t":3,"a":[{"a":"qcache_free_blocks","u":28,"t":2}]},"Qcache_free_memory":{"t":3,"a":[{"a":"qcache_free_memory","u":28,"t":2}]},"Qcache_hits":{"t":3,"a":[{"a":"qcache_hits","u":28,"t":2}]},"Qcache_inserts":{"t":3,"a":[{"a":"qcache_inserts","u":28,"t":2}]},"Qcache_lowmem_prunes":{"t":3,"a":[{"a":"qcache_lowmem_prunes","u":28,"t":2}]},"Qcache_not_cached":{"t":3,"a":[{"a":"qcache_not_cached","u":28,"t":2}]},"Qcache_queries_in_cache":{"t":3,"a":[{"a":"qcache_queries_in_cache","u":28,"t":2}]},"Qcache_total_blocks":{"t":3,"a":[{"a":"qcache_total_blocks","u":28,"t":2}]},"Queries":{"t":3,"a":[{"a":"queries","u":28,"t":2}]},"Questions":{"t":3,"a":[{"a":"questions","u":28,"t":2}]},"Rows_read":{"t":3,"a":[{"a":"rows_read","u":28,"t":2}]},"Rows_sent":{"t":3,"a":[{"a":"rows_sent","u":28,"t":2}]},"Rows_tmp_read":{"t":3,"a":[{"a":"rows_tmp_read","u":28,"t":2}]},"Select_full_join":{"t":3,"a":[{"a":"select_full_join","u":28,"t":2}]},"Select_full_range_join":{"t":3,"a":[{"a":"select_full_range_join","u":28,"t":2}]},"Select_range":{"t":3,"a":[{"a":"select_range","u":28,"t":2}]},"Select_range_check":{"t":3,"a":[{"a":"select_range_check","u":28,"t":2}]},"Select_scan":{"t":3,"a":[{"a":"select_scan","u":28,"t":2}]},"Slow_launch_threads":{"t":3,"a":[{"a":"slow_launch_threads","u":28,"t":2}]},"Slow_queries":{"t":3,"a":[{"a":"slow_queries","u":28,"t":2}]},"Sort_merge_passes":{"t":3,"a":[{"a":"sort_merge_passes","u":28,"t":2}]},"Sort_priority_queue_sorts":{"t":3,"a":[{"a":"sort_priority_queue_sorts","u":28,"t":2}]},"Sort_range":{"t":3,"a":[{"a":"sort_range","u":28,"t":2}]},"Sort_rows":{"t":3,"a":[{"a":"sort_rows","u":28,"t":2}]},"Sort_scan":{"t":3,"a":[{"a":"sort_scan","u":28,"t":2}]},"Subquery_cache_hit":{"t":3,"a":[{"a":"subquery_cache_hit","u":28,"t":2}]},"Subquery_cache_miss":{"t":3,"a":[{"a":"subquery_cache_miss","u":28,"t":2}]},"Syncs":{"t":3,"a":[{"a":"syncs","u":28,"t":2}]},"Table_locks_immediate":{"t":3,"a":[{"a":"table_locks_immediate","u":28,"t":2}]},"Table_locks_waited":{"t":3,"a":[{"a":"table_locks_waited","u":28,"t":2}]},"Table_open_cache_active_instances":{"t":3,"a":[{"a":"table_open_cache_active_instances","u":28,"t":2}]},"Table_open_cache_hits":{"t":3,"a":[{"a":"table_open_cache_hits","u":28,"t":2}]},"Table_open_cache_misses":{"t":3,"a":[{"a":"table_open_cache_misses","u":28,"t":2}]},"Table_open_cache_overflows":{"t":3,"a":[{"a":"table_open_cache_overflows","u":28,"t":2}]},"Tc_log_max_pages_used":{"t":3,"a":[{"a":"tc_log_max_pages_used","u":28,"t":2}]},"Tc_log_page_size":{"t":3,"a":[{"a":"tc_log_page_size","u":28,"t":2}]},"Tc_log_page_waits":{"t":3,"a":[{"a":"tc_log_page_waits","u":28,"t":2}]},"Threads_cached":{"t":3,"a":[{"a":"threads_cached","u":28,"t":2}]},"Threads_connected":{"t":3,"a":[{"a":"threads_connected","u":28,"t":2}]},"Threads_created":{"t":3,"a":[{"a":"threads_created","u":28,"t":2}]},"Threads_running":{"t":3,"a":[{"a":"threads_running","u":28,"t":2}]},"Update_scan":{"t":3,"a":[{"a":"update_scan","u":28,"t":2}]},"Uptime":{"t":3,"a":[{"a":"uptime","u":28,"t":2}]},"Uptime_since_flush_status":{"t":3,"a":[{"a":"uptime_since_flush_status","u":28,"t":2}]},"alter_algorithm":{"d":true,"a":[{"a":"alter_algorithm","u":29,"t":2}]},"analyze_sample_percentage":{"d":true,"t":3,"a":[{"a":"analyze_sample_percentage","u":29,"t":2}]},"autocommit":{"d":true,"t":2,"a":[{"a":"autocommit","u":29,"t":2},{"a":"sysvar_autocommit","u":15,"t":1}]},"automatic_sp_privileges":{"d":true,"t":2,"a":[{"a":"automatic_sp_privileges","u":29,"t":2},{"a":"sysvar_automatic_sp_privileges","u":15,"t":1}]},"back_log":{"d":false,"t":3,"a":[{"a":"back_log","u":29,"t":2},{"a":"sysvar_back_log","u":15,"t":1}]},"basedir":{"d":false,"t":7,"a":[{"a":"basedir","u":29,"t":2},{"a":"sysvar_basedir","u":16,"t":1},{"a":"sysvar_basedir","u":15,"t":1}]},"big_tables":{"d":true,"t":2,"a":[{"a":"big_tables","u":29,"t":2},{"a":"sysvar_big_tables","u":15,"t":1}]},"bind_address":{"d":false,"t":1,"a":[{"a":"bind_address","u":29,"t":2},{"a":"sysvar_bind_address","u":15,"t":1}]},"bulk_insert_buffer_size":{"d":true,"t":3,"a":[{"a":"bulk_insert_buffer_size","u":29,"t":2},{"a":"sysvar_bulk_insert_buffer_size","u":15,"t":1}]},"character_set_client":{"d":true,"t":1,"a":[{"a":"character_set_client","u":29,"t":2},{"a":"sysvar_character_set_client","u":15,"t":1}]},"character_set_connection":{"d":true,"t":1,"a":[{"a":"character_set_connection","u":29,"t":2},{"a":"sysvar_character_set_connection","u":15,"t":1}]},"character_set_database":{"d":true,"t":1,"a":[{"a":"character_set_database","u":29,"t":2},{"a":"sysvar_character_set_database","u":15,"t":1}]},"character_set_filesystem":{"d":true,"t":1,"a":[{"a":"character_set_filesystem","u":29,"t":2},{"a":"sysvar_character_set_filesystem","u":15,"t":1}]},"character_set_results":{"d":true,"t":1,"a":[{"a":"character_set_results","u":29,"t":2},{"a":"sysvar_character_set_results","u":15,"t":1}]},"character_set_server":{"d":true,"t":1,"a":[{"a":"character_set_server","u":29,"t":2},{"a":"sysvar_character_set_server","u":15,"t":1}]},"character_set_system":{"d":false,"t":1,"a":[{"a":"character_set_system","u":29,"t":2},{"a":"sysvar_character_set_system","u":15,"t":1}]},"character_sets_dir":{"d":false,"t":7,"a":[{"a":"character_sets_dir","u":29,"t":2},{"a":"sysvar_character_sets_dir","u":15,"t":1}]},"check_constraint_checks":{"d":true,"t":2,"a":[{"a":"check_constraint_checks","u":29,"t":2}]},"collation_connection":{"d":true,"t":1,"a":[{"a":"collation_connection","u":29,"t":2},{"a":"sysvar_collation_connection","u":15,"t":1}]},"collation_database":{"d":true,"t":1,"a":[{"a":"collation_database","u":29,"t":2},{"a":"sysvar_collation_database","u":15,"t":1}]},"collation_server":{"d":true,"t":1,"a":[{"a":"collation_server","u":29,"t":2},{"a":"sysvar_collation_server","u":15,"t":1}]},"completion_type":{"d":true,"t":5,"a":[{"a":"completion_type","u":29,"t":2},{"a":"sysvar_completion_type","u":15,"t":1}]},"concurrent_insert":{"d":true,"t":5,"a":[{"a":"concurrent_insert","u":29,"t":2},{"a":"sysvar_concurrent_insert","u":15,"t":1}]},"connect_timeout":{"d":true,"t":3,"a":[{"a":"connect_timeout","u":29,"t":2},{"a":"sysvar_connect_timeout","u":15,"t":1}]},"core_file":{"d":false,"t":2,"a":[{"a":"core_file","u":29,"t":2},{"a":"option_mysqld_core-file","u":16,"t":1},{"a":"sysvar_core_file","u":15,"t":1}]},"datadir":{"d":false,"t":7,"a":[{"a":"datadir","u":29,"t":2},{"a":"sysvar_datadir","u":16,"t":1},{"a":"sysvar_datadir","u":15,"t":1}]},"date_format":{"a":[{"a":"date_format","u":29,"t":2}]},"datetime_format":{"a":[{"a":"datetime_format","u":29,"t":2}]},"debug":{"d":true,"t":1,"a":[{"a":"debug","u":29,"t":2},{"a":"option_mysqld_debug","u":16,"t":1},{"a":"sysvar_debug","u":15,"t":1}]},"debug_no_thread_alarm":{"d":false,"t":2,"a":[{"a":"debug_no_thread_alarm","u":29,"t":2}]},"debug_sync":{"d":true,"t":1,"a":[{"a":"debug_sync","u":29,"t":2},{"a":"sysvar_debug_sync","u":15,"t":1}]},"default_password_lifetime":{"d":true,"t":3,"a":[{"a":"default_password_lifetime","u":29,"t":2},{"a":"sysvar_default_password_lifetime","u":15,"t":1}]},"default_regex_flags":{"a":[{"a":"default_regex_flags","u":29,"t":2}]},"default_storage_engine":{"d":true,"t":5,"a":[{"a":"default_storage_engine","u":29,"t":2},{"a":"sysvar_default_storage_engine","u":15,"t":1}]},"default_table_type":{"d":true,"a":[{"a":"default_table_type","u":29,"t":2}]},"default_tmp_storage_engine":{"d":true,"t":5,"a":[{"a":"default_tmp_storage_engine","u":29,"t":2},{"a":"sysvar_default_tmp_storage_engine","u":15,"t":1}]},"default_week_format":{"d":true,"t":3,"a":[{"a":"default_week_format","u":29,"t":2},{"a":"sysvar_default_week_format","u":15,"t":1}]},"delay_key_write":{"d":true,"t":5,"a":[{"a":"delay_key_write","u":29,"t":2},{"a":"sysvar_delay_key_write","u":15,"t":1}]},"delayed_insert_limit":{"d":true,"t":3,"a":[{"a":"delayed_insert_limit","u":29,"t":2},{"a":"sysvar_delayed_insert_limit","u":15,"t":1}]},"delayed_insert_timeout":{"d":true,"t":3,"a":[{"a":"delayed_insert_timeout","u":29,"t":2},{"a":"sysvar_delayed_insert_timeout","u":15,"t":1}]},"delayed_queue_size":{"d":true,"t":3,"a":[{"a":"delayed_queue_size","u":29,"t":2},{"a":"sysvar_delayed_queue_size","u":15,"t":1}]},"disconnect_on_expired_password":{"t":2,"a":[{"a":"disconnect_on_expired_password","u":29,"t":2},{"a":"sysvar_disconnect_on_expired_password","u":15,"t":1}]},"div_precision_increment":{"d":true,"t":3,"a":[{"a":"div_precision_increment","u":29,"t":2},{"a":"sysvar_div_precision_increment","u":15,"t":1}]},"encrypt_tmp_disk_tables":{"d":true,"t":2,"a":[{"a":"encrypt_tmp_disk_tables","u":29,"t":2}]},"encrypt_tmp_files":{"d":false,"t":2,"a":[{"a":"encrypt_tmp_files","u":29,"t":2}]},"encryption_algorithm":{"d":false,"a":[{"a":"encryption_algorithm","u":29,"t":2}]},"enforce_storage_engine":{"d":true,"t":1,"a":[{"a":"enforce_storage_engine","u":29,"t":2}]},"engine_condition_pushdown":{"d":true,"t":2,"a":[{"a":"engine_condition_pushdown","u":29,"t":2}]},"eq_range_index_dive_limit":{"d":true,"t":3,"a":[{"a":"eq_range_index_dive_limit","u":29,"t":2},{"a":"sysvar_eq_range_index_dive_limit","u":15,"t":1}]},"error_count":{"d":true,"t":3,"a":[{"a":"error_count","u":29,"t":2}]},"event_scheduler":{"d":true,"t":5,"a":[{"a":"event_scheduler","u":29,"t":2},{"a":"sysvar_event_scheduler","u":15,"t":1}]},"expensive_subquery_limit":{"d":true,"t":3,"a":[{"a":"expensive_subquery_limit","u":29,"t":2}]},"explicit_defaults_for_timestamp":{"t":2,"a":[{"a":"explicit_defaults_for_timestamp","u":29,"t":2},{"a":"sysvar_explicit_defaults_for_timestamp","u":15,"t":1}]},"external_user":{"d":false,"t":1,"a":[{"a":"external_user","u":29,"t":2},{"a":"sysvar_external_user","u":15,"t":1}]},"flush":{"d":true,"t":2,"a":[{"a":"flush","u":29,"t":2},{"a":"option_mysqld_flush","u":16,"t":1},{"a":"sysvar_flush","u":15,"t":1}]},"flush_time":{"d":true,"t":3,"a":[{"a":"flush_time","u":29,"t":2},{"a":"sysvar_flush_time","u":15,"t":1}]},"foreign_key_checks":{"d":true,"t":2,"a":[{"a":"foreign_key_checks","u":29,"t":2},{"a":"sysvar_foreign_key_checks","u":15,"t":1}]},"ft_boolean_syntax":{"d":true,"t":1,"a":[{"a":"ft_boolean_syntax","u":29,"t":2},{"a":"sysvar_ft_boolean_syntax","u":15,"t":1}]},"ft_max_word_len":{"d":false,"t":3,"a":[{"a":"ft_max_word_len","u":29,"t":2},{"a":"sysvar_ft_max_word_len","u":15,"t":1}]},"ft_min_word_len":{"d":false,"t":3,"a":[{"a":"ft_min_word_len","u":29,"t":2},{"a":"sysvar_ft_min_word_len","u":15,"t":1}]},"ft_query_expansion_limit":{"d":false,"t":3,"a":[{"a":"ft_query_expansion_limit","u":29,"t":2},{"a":"sysvar_ft_query_expansion_limit","u":15,"t":1}]},"ft_stopword_file":{"d":false,"t":8,"a":[{"a":"ft_stopword_file","u":29,"t":2},{"a":"sysvar_ft_stopword_file","u":15,"t":1}]},"general_log":{"d":true,"t":2,"a":[{"a":"general_log","u":29,"t":2},{"a":"sysvar_general_log","u":15,"t":1}]},"general_log_file":{"d":true,"t":8,"a":[{"a":"general_log_file","u":29,"t":2},{"a":"sysvar_general_log_file","u":15,"t":1}]},"group_concat_max_len":{"d":true,"t":3,"a":[{"a":"group_concat_max_len","u":29,"t":2},{"a":"sysvar_group_concat_max_len","u":15,"t":1}]},"have_compress":{"d":false,"a":[{"a":"have_compress","u":29,"t":2}]},"have_crypt":{"d":false,"a":[{"a":"have_crypt","u":29,"t":2}]},"have_csv":{"d":false,"a":[{"a":"have_csv","u":29,"t":2}]},"have_dynamic_loading":{"d":false,"a":[{"a":"have_dynamic_loading","u":29,"t":2}]},"have_geometry":{"d":false,"a":[{"a":"have_geometry","u":29,"t":2}]},"have_ndbcluster":{"d":false,"a":[{"a":"have_ndbcluster","u":29,"t":2}]},"have_partitioning":{"d":false,"a":[{"a":"have_partitioning","u":29,"t":2}]},"have_profiling":{"d":false,"a":[{"a":"have_profiling","u":29,"t":2}]},"have_query_cache":{"d":false,"a":[{"a":"have_query_cache","u":29,"t":2}]},"have_rtree_keys":{"d":false,"a":[{"a":"have_rtree_keys","u":29,"t":2}]},"have_symlink":{"d":false,"a":[{"a":"have_symlink","u":29,"t":2}]},"histogram_size":{"d":true,"t":3,"a":[{"a":"histogram_size","u":29,"t":2}]},"histogram_type":{"d":true,"t":5,"a":[{"a":"histogram_type","u":29,"t":2}]},"host_cache_size":{"d":true,"t":3,"a":[{"a":"host_cache_size","u":29,"t":2},{"a":"sysvar_host_cache_size","u":15,"t":1}]},"hostname":{"d":false,"t":1,"a":[{"a":"hostname","u":29,"t":2},{"a":"sysvar_hostname","u":15,"t":1}]},"identity":{"a":[{"a":"identity","u":29,"t":2}]},"idle_readonly_transaction_timeout":{"d":true,"t":3,"a":[{"a":"idle_readonly_transaction_timeout","u":29,"t":2}]},"idle_transaction_timeout":{"d":true,"t":3,"a":[{"a":"idle_transaction_timeout","u":29,"t":2}]},"idle_write_transaction_timeout":{"d":true,"t":3,"a":[{"a":"idle_write_transaction_timeout","u":29,"t":2}]},"ignore_db_dirs":{"d":false,"t":1,"a":[{"a":"ignore_db_dirs","u":29,"t":2}]},"in_transaction":{"d":false,"t":2,"a":[{"a":"in_transaction","u":29,"t":2}]},"init_connect":{"d":true,"t":1,"a":[{"a":"init_connect","u":29,"t":2},{"a":"sysvar_init_connect","u":15,"t":1}]},"init_file":{"d":false,"t":8,"a":[{"a":"init_file","u":29,"t":2},{"a":"sysvar_init_file","u":15,"t":1}]},"insert_id":{"d":true,"t":3,"a":[{"a":"insert_id","u":29,"t":2}]},"interactive_timeout":{"d":true,"t":3,"a":[{"a":"interactive_timeout","u":29,"t":2},{"a":"sysvar_interactive_timeout","u":15,"t":1}]},"join_buffer_size":{"d":true,"t":3,"a":[{"a":"join_buffer_size","u":29,"t":2},{"a":"sysvar_join_buffer_size","u":15,"t":1}]},"join_buffer_space_limit":{"d":true,"t":3,"a":[{"a":"join_buffer_space_limit","u":29,"t":2}]},"join_cache_level":{"d":true,"t":3,"a":[{"a":"join_cache_level","u":29,"t":2}]},"keep_files_on_create":{"d":true,"t":2,"a":[{"a":"keep_files_on_create","u":29,"t":2},{"a":"sysvar_keep_files_on_create","u":15,"t":1}]},"large_files_support":{"d":false,"a":[{"a":"large_files_support","u":29,"t":2},{"a":"sysvar_large_files_support","u":15,"t":1}]},"large_page_size":{"d":false,"t":3,"a":[{"a":"large_page_size","u":29,"t":2},{"a":"sysvar_large_page_size","u":15,"t":1}]},"large_pages":{"d":false,"t":2,"a":[{"a":"large_pages","u":29,"t":2},{"a":"option_mysqld_large-pages","u":16,"t":1},{"a":"sysvar_large_pages","u":15,"t":1}]},"last_insert_id":{"d":true,"t":3,"a":[{"a":"last_insert_id","u":29,"t":2}]},"lc_messages":{"d":true,"t":1,"a":[{"a":"lc_messages","u":29,"t":2},{"a":"option_mysqld_lc-messages","u":16,"t":1},{"a":"sysvar_lc_messages","u":15,"t":1}]},"lc_messages_dir":{"d":false,"t":7,"a":[{"a":"lc_messages_dir","u":29,"t":2},{"a":"option_mysqld_lc-messages-dir","u":16,"t":1},{"a":"sysvar_lc_messages_dir","u":15,"t":1}]},"lc_time_names":{"d":true,"t":1,"a":[{"a":"lc_time_names","u":29,"t":2},{"a":"sysvar_lc_time_names","u":15,"t":1}]},"license":{"d":false,"t":1,"a":[{"a":"license","u":29,"t":2},{"a":"sysvar_license","u":15,"t":1}]},"local_infile":{"d":true,"t":2,"a":[{"a":"local_infile","u":29,"t":2},{"a":"sysvar_local_infile","u":15,"t":1}]},"lock_wait_timeout":{"d":true,"t":3,"a":[{"a":"lock_wait_timeout","u":29,"t":2},{"a":"sysvar_lock_wait_timeout","u":15,"t":1}]},"locked_in_memory":{"d":false,"a":[{"a":"locked_in_memory","u":29,"t":2},{"a":"sysvar_locked_in_memory","u":15,"t":1}]},"log":{"d":true,"t":1,"a":[{"a":"log","u":29,"t":2}]},"log_disabled_statements":{"d":false,"t":6,"a":[{"a":"log_disabled_statements","u":29,"t":2}]},"log_error":{"d":false,"t":8,"a":[{"a":"log_error","u":29,"t":2},{"a":"option_mysqld_log-error","u":16,"t":1},{"a":"sysvar_log_error","u":15,"t":1}]},"log_output":{"d":true,"t":6,"a":[{"a":"log_output","u":29,"t":2},{"a":"sysvar_log_output","u":15,"t":1}]},"log_queries_not_using_indexes":{"d":true,"t":2,"a":[{"a":"log_queries_not_using_indexes","u":29,"t":2},{"a":"sysvar_log_queries_not_using_indexes","u":15,"t":1}]},"log_slow_admin_statements":{"d":true,"t":2,"a":[{"a":"log_slow_admin_statements","u":29,"t":2},{"a":"sysvar_log_slow_admin_statements","u":15,"t":1}]},"log_slow_disabled_statements":{"d":false,"t":6,"a":[{"a":"log_slow_disabled_statements","u":29,"t":2}]},"log_slow_filter":{"d":true,"t":5,"a":[{"a":"log_slow_filter","u":29,"t":2}]},"log_slow_queries":{"d":true,"t":2,"a":[{"a":"log_slow_queries","u":29,"t":2}]},"log_slow_rate_limit":{"d":true,"t":3,"a":[{"a":"log_slow_rate_limit","u":29,"t":2}]},"log_slow_verbosity":{"d":true,"t":5,"a":[{"a":"log_slow_verbosity","u":29,"t":2}]},"log_tc_size":{"t":3,"a":[{"a":"log_tc_size","u":29,"t":2},{"a":"option_mysqld_log-tc-size","u":16,"t":1}]},"log_warnings":{"d":true,"t":3,"a":[{"a":"log_warnings","u":29,"t":2},{"a":"option_mysqld_log-warnings","u":16,"t":1},{"a":"sysvar_log_warnings","u":15,"t":1}]},"long_query_time":{"d":true,"t":3,"a":[{"a":"long_query_time","u":29,"t":2},{"a":"sysvar_long_query_time","u":15,"t":1}]},"low_priority_updates":{"d":true,"t":2,"a":[{"a":"low_priority_updates","u":29,"t":2},{"a":"sysvar_low_priority_updates","u":15,"t":1}]},"lower_case_file_system":{"d":false,"t":2,"a":[{"a":"lower_case_file_system","u":29,"t":2},{"a":"sysvar_lower_case_file_system","u":15,"t":1}]},"lower_case_table_names":{"d":false,"t":3,"a":[{"a":"lower_case_table_names","u":29,"t":2},{"a":"sysvar_lower_case_table_names","u":15,"t":1}]},"max_allowed_packet":{"t":3,"a":[{"a":"max_allowed_packet","u":29,"t":2},{"a":"sysvar_max_allowed_packet","u":15,"t":1}]},"max_connect_errors":{"d":true,"t":3,"a":[{"a":"max_connect_errors","u":29,"t":2},{"a":"sysvar_max_connect_errors","u":15,"t":1}]},"max_connections":{"d":true,"t":3,"a":[{"a":"max_connections","u":29,"t":2},{"a":"sysvar_max_connections","u":15,"t":1}]},"max_delayed_threads":{"d":true,"t":3,"a":[{"a":"max_delayed_threads","u":29,"t":2},{"a":"sysvar_max_delayed_threads","u":15,"t":1}]},"max_digest_length":{"t":3,"a":[{"a":"max_digest_length","u":29,"t":2},{"a":"sysvar_max_digest_length","u":15,"t":1}]},"max_error_count":{"d":true,"t":3,"a":[{"a":"max_error_count","u":29,"t":2},{"a":"sysvar_max_error_count","u":15,"t":1}]},"max_heap_table_size":{"d":true,"t":3,"a":[{"a":"max_heap_table_size","u":29,"t":2},{"a":"sysvar_max_heap_table_size","u":15,"t":1}]},"max_insert_delayed_threads":{"d":true,"t":3,"a":[{"a":"max_insert_delayed_threads","u":29,"t":2},{"a":"sysvar_max_insert_delayed_threads","u":15,"t":1}]},"max_join_size":{"d":true,"t":3,"a":[{"a":"max_join_size","u":29,"t":2},{"a":"sysvar_max_join_size","u":15,"t":1}]},"max_length_for_sort_data":{"d":true,"t":3,"a":[{"a":"max_length_for_sort_data","u":29,"t":2},{"a":"sysvar_max_length_for_sort_data","u":15,"t":1}]},"max_long_data_size":{"d":false,"t":3,"a":[{"a":"max_long_data_size","u":29,"t":2}]},"max_password_errors":{"d":true,"t":3,"a":[{"a":"max_password_errors","u":29,"t":2}]},"max_prepared_stmt_count":{"d":true,"t":3,"a":[{"a":"max_prepared_stmt_count","u":29,"t":2},{"a":"sysvar_max_prepared_stmt_count","u":15,"t":1}]},"max_recursive_iterations":{"d":true,"t":3,"a":[{"a":"max_recursive_iterations","u":29,"t":2}]},"max_rowid_filter_size":{"d":true,"t":3,"a":[{"a":"max_rowid_filter_size","u":29,"t":2}]},"max_seeks_for_key":{"d":true,"t":3,"a":[{"a":"max_seeks_for_key","u":29,"t":2},{"a":"sysvar_max_seeks_for_key","u":15,"t":1}]},"max_session_mem_used":{"d":true,"t":3,"a":[{"a":"max_session_mem_used","u":29,"t":2}]},"max_sort_length":{"d":true,"t":3,"a":[{"a":"max_sort_length","u":29,"t":2},{"a":"sysvar_max_sort_length","u":15,"t":1}]},"max_sp_recursion_depth":{"d":true,"t":3,"a":[{"a":"max_sp_recursion_depth","u":29,"t":2},{"a":"sysvar_max_sp_recursion_depth","u":15,"t":1}]},"max_statement_time":{"d":true,"t":3,"a":[{"a":"max_statement_time","u":29,"t":2}]},"max_tmp_tables":{"a":[{"a":"max_tmp_tables","u":29,"t":2}]},"max_user_connections":{"t":3,"a":[{"a":"max_user_connections","u":29,"t":2},{"a":"sysvar_max_user_connections","u":15,"t":1}]},"max_write_lock_count":{"t":3,"a":[{"a":"max_write_lock_count","u":29,"t":2},{"a":"sysvar_max_write_lock_count","u":15,"t":1}]},"metadata_locks_cache_size":{"d":false,"t":3,"a":[{"a":"metadata_locks_cache_size","u":29,"t":2},{"a":"sysvar_metadata_locks_cache_size","u":15,"t":1}]},"metadata_locks_hash_instances":{"d":false,"t":3,"a":[{"a":"metadata_locks_hash_instances","u":29,"t":2},{"a":"sysvar_metadata_locks_hash_instances","u":15,"t":1}]},"min_examined_row_limit":{"d":true,"t":3,"a":[{"a":"min_examined_row_limit","u":29,"t":2},{"a":"sysvar_min_examined_row_limit","u":15,"t":1}]},"mrr_buffer_size":{"d":true,"t":3,"a":[{"a":"mrr_buffer_size","u":29,"t":2}]},"multi_range_count":{"d":true,"t":3,"a":[{"a":"multi_range_count","u":29,"t":2},{"a":"sysvar_multi_range_count","u":15,"t":1}]},"mysql56_temporal_format":{"d":true,"t":2,"a":[{"a":"mysql56_temporal_format","u":29,"t":2}]},"named_pipe":{"d":false,"t":2,"a":[{"a":"named_pipe","u":29,"t":2},{"a":"sysvar_named_pipe","u":15,"t":1}]},"net_buffer_length":{"d":true,"t":3,"a":[{"a":"net_buffer_length","u":29,"t":2},{"a":"sysvar_net_buffer_length","u":15,"t":1}]},"net_read_timeout":{"d":true,"t":3,"a":[{"a":"net_read_timeout","u":29,"t":2},{"a":"sysvar_net_read_timeout","u":15,"t":1}]},"net_retry_count":{"d":true,"t":3,"a":[{"a":"net_retry_count","u":29,"t":2},{"a":"sysvar_net_retry_count","u":15,"t":1}]},"net_write_timeout":{"d":true,"t":3,"a":[{"a":"net_write_timeout","u":29,"t":2},{"a":"sysvar_net_write_timeout","u":15,"t":1}]},"old":{"t":2,"a":[{"a":"old","u":29,"t":2},{"a":"sysvar_old","u":15,"t":1}]},"old_alter_table":{"d":true,"t":2,"a":[{"a":"old_alter_table","u":29,"t":2},{"a":"sysvar_old_alter_table","u":15,"t":1}]},"old_mode":{"d":true,"t":1,"a":[{"a":"old_mode","u":29,"t":2}]},"old_passwords":{"d":true,"a":[{"a":"old_passwords","u":29,"t":2},{"a":"sysvar_old_passwords","u":15,"t":1}]},"open_files_limit":{"d":false,"t":3,"a":[{"a":"open_files_limit","u":29,"t":2},{"a":"sysvar_open_files_limit","u":15,"t":1}]},"optimizer_prune_level":{"d":true,"a":[{"a":"optimizer_prune_level","u":29,"t":2},{"a":"sysvar_optimizer_prune_level","u":15,"t":1}]},"optimizer_search_depth":{"d":true,"t":3,"a":[{"a":"optimizer_search_depth","u":29,"t":2},{"a":"sysvar_optimizer_search_depth","u":15,"t":1}]},"optimizer_selectivity_sampling_limit":{"d":true,"t":3,"a":[{"a":"optimizer_selectivity_sampling_limit","u":29,"t":2}]},"optimizer_switch":{"d":true,"a":[{"a":"optimizer_switch","u":29,"t":2},{"a":"sysvar_optimizer_switch","u":15,"t":1}]},"optimizer_use_condition_selectivity":{"d":true,"t":3,"a":[{"a":"optimizer_use_condition_selectivity","u":29,"t":2}]},"optimizer_trace":{"d":true,"t":1,"a":[{"a":"optimizer_trace","u":29,"t":2},{"a":"sysvar_optimizer_trace","u":15,"t":1}]},"optimizer_trace_max_mem_size":{"d":true,"t":3,"a":[{"a":"optimizer_trace_max_mem_size","u":29,"t":2},{"a":"sysvar_optimizer_trace_max_mem_size","u":15,"t":1}]},"pid_file":{"d":false,"t":8,"a":[{"a":"pid_file","u":29,"t":2},{"a":"sysvar_pid_file","u":15,"t":1}]},"plugin_dir":{"d":false,"t":7,"a":[{"a":"plugin_dir","u":29,"t":2},{"a":"sysvar_plugin_dir","u":15,"t":1}]},"plugin_maturity":{"d":false,"a":[{"a":"plugin_maturity","u":29,"t":2}]},"port":{"d":false,"t":3,"a":[{"a":"port","u":29,"t":2},{"a":"option_mysqld_port","u":16,"t":1},{"a":"sysvar_port","u":15,"t":1}]},"preload_buffer_size":{"d":true,"t":3,"a":[{"a":"preload_buffer_size","u":29,"t":2},{"a":"sysvar_preload_buffer_size","u":15,"t":1}]},"profiling":{"d":true,"t":2,"a":[{"a":"profiling","u":29,"t":2}]},"profiling_history_size":{"d":true,"t":3,"a":[{"a":"profiling_history_size","u":29,"t":2}]},"progress_report_time":{"d":true,"t":3,"a":[{"a":"progress_report_time","u":29,"t":2}]},"protocol_version":{"d":false,"t":3,"a":[{"a":"protocol_version","u":29,"t":2},{"a":"sysvar_protocol_version","u":15,"t":1}]},"proxy_protocol_networks":{"d":false,"t":1,"a":[{"a":"proxy_protocol_networks","u":29,"t":2}]},"proxy_user":{"d":false,"t":1,"a":[{"a":"proxy_user","u":29,"t":2},{"a":"sysvar_proxy_user","u":15,"t":1}]},"pseudo_slave_mode":{"d":true,"t":3,"a":[{"a":"pseudo_slave_mode","u":29,"t":2},{"a":"sysvar_pseudo_slave_mode","u":15,"t":1}]},"pseudo_thread_id":{"d":true,"t":3,"a":[{"a":"pseudo_thread_id","u":29,"t":2},{"a":"sysvar_pseudo_thread_id","u":15,"t":1}]},"query_alloc_block_size":{"d":true,"t":3,"a":[{"a":"query_alloc_block_size","u":29,"t":2},{"a":"sysvar_query_alloc_block_size","u":15,"t":1}]},"query_cache_limit":{"d":true,"t":3,"a":[{"a":"query_cache_limit","u":29,"t":2},{"a":"sysvar_query_cache_limit","u":15,"t":1}]},"query_cache_min_res_unit":{"d":true,"t":3,"a":[{"a":"query_cache_min_res_unit","u":29,"t":2},{"a":"sysvar_query_cache_min_res_unit","u":15,"t":1}]},"query_cache_size":{"d":true,"t":3,"a":[{"a":"query_cache_size","u":29,"t":2},{"a":"sysvar_query_cache_size","u":15,"t":1}]},"query_cache_strip_comments":{"d":true,"t":2,"a":[{"a":"query_cache_strip_comments","u":29,"t":2}]},"query_cache_type":{"d":true,"t":5,"a":[{"a":"query_cache_type","u":29,"t":2},{"a":"sysvar_query_cache_type","u":15,"t":1}]},"query_cache_wlock_invalidate":{"d":true,"t":2,"a":[{"a":"query_cache_wlock_invalidate","u":29,"t":2},{"a":"sysvar_query_cache_wlock_invalidate","u":15,"t":1}]},"query_prealloc_size":{"d":true,"t":3,"a":[{"a":"query_prealloc_size","u":29,"t":2},{"a":"sysvar_query_prealloc_size","u":15,"t":1}]},"rand_seed1":{"d":true,"t":3,"a":[{"a":"rand_seed1","u":29,"t":2},{"a":"sysvar_rand_seed1","u":15,"t":1}]},"rand_seed2":{"a":[{"a":"rand_seed2","u":29,"t":2}]},"range_alloc_block_size":{"d":true,"t":3,"a":[{"a":"range_alloc_block_size","u":29,"t":2},{"a":"sysvar_range_alloc_block_size","u":15,"t":1}]},"read_buffer_size":{"d":true,"t":3,"a":[{"a":"read_buffer_size","u":29,"t":2},{"a":"sysvar_read_buffer_size","u":15,"t":1}]},"read_only":{"d":true,"t":2,"a":[{"a":"read_only","u":29,"t":2},{"a":"sysvar_read_only","u":15,"t":1}]},"read_rnd_buffer_size":{"d":true,"t":3,"a":[{"a":"read_rnd_buffer_size","u":29,"t":2},{"a":"sysvar_read_rnd_buffer_size","u":15,"t":1}]},"rowid_merge_buff_size":{"d":true,"t":3,"a":[{"a":"rowid_merge_buff_size","u":29,"t":2}]},"rpl_recovery_rank":{"a":[{"a":"rpl_recovery_rank","u":29,"t":2}]},"safe_show_database":{"d":true,"t":2,"a":[{"a":"safe_show_database","u":29,"t":2}]},"secure_auth":{"d":true,"t":2,"a":[{"a":"secure_auth","u":29,"t":2},{"a":"sysvar_secure_auth","u":15,"t":1}]},"secure_file_priv":{"d":false,"t":1,"a":[{"a":"secure_file_priv","u":29,"t":2},{"a":"sysvar_secure_file_priv","u":15,"t":1}]},"secure_timestamp":{"d":false,"a":[{"a":"secure_timestamp","u":29,"t":2}]},"session_track_schema":{"d":true,"t":2,"a":[{"a":"session_track_schema","u":29,"t":2},{"a":"sysvar_session_track_schema","u":15,"t":1}]},"session_track_state_change":{"d":true,"t":2,"a":[{"a":"session_track_state_change","u":29,"t":2},{"a":"sysvar_session_track_state_change","u":15,"t":1}]},"session_track_system_variables":{"d":true,"t":1,"a":[{"a":"session_track_system_variables","u":29,"t":2},{"a":"sysvar_session_track_system_variables","u":15,"t":1}]},"session_track_transaction_info":{"d":true,"t":5,"a":[{"a":"session_track_transaction_info","u":29,"t":2},{"a":"sysvar_session_track_transaction_info","u":15,"t":1}]},"shared_memory":{"d":false,"t":2,"a":[{"a":"shared_memory","u":29,"t":2},{"a":"sysvar_shared_memory","u":15,"t":1}]},"shared_memory_base_name":{"d":false,"t":1,"a":[{"a":"shared_memory_base_name","u":29,"t":2},{"a":"sysvar_shared_memory_base_name","u":15,"t":1}]},"skip_external_locking":{"d":false,"t":2,"a":[{"a":"skip_external_locking","u":29,"t":2},{"a":"sysvar_skip_external_locking","u":15,"t":1}]},"skip_name_resolve":{"d":false,"t":2,"a":[{"a":"skip_name_resolve","u":29,"t":2},{"a":"sysvar_skip_name_resolve","u":15,"t":1}]},"skip_networking":{"d":false,"t":2,"a":[{"a":"skip_networking","u":29,"t":2},{"a":"sysvar_skip_networking","u":15,"t":1}]},"skip_show_database":{"d":false,"a":[{"a":"skip_show_database","u":29,"t":2},{"a":"option_mysqld_skip-show-database","u":16,"t":1},{"a":"sysvar_skip_show_database","u":15,"t":1}]},"slow_launch_time":{"d":true,"t":3,"a":[{"a":"slow_launch_time","u":29,"t":2},{"a":"sysvar_slow_launch_time","u":15,"t":1}]},"slow_query_log":{"d":true,"t":2,"a":[{"a":"slow_query_log","u":29,"t":2},{"a":"sysvar_slow_query_log","u":15,"t":1}]},"slow_query_log_file":{"d":true,"t":8,"a":[{"a":"slow_query_log_file","u":29,"t":2},{"a":"sysvar_slow_query_log_file","u":15,"t":1}]},"socket":{"d":false,"t":1,"a":[{"a":"socket","u":29,"t":2},{"a":"option_mysqld_socket","u":16,"t":1},{"a":"sysvar_socket","u":15,"t":1}]},"sort_buffer_size":{"d":true,"t":3,"a":[{"a":"sort_buffer_size","u":29,"t":2},{"a":"sysvar_sort_buffer_size","u":15,"t":1}]},"sql_auto_is_null":{"d":true,"t":2,"a":[{"a":"sql_auto_is_null","u":29,"t":2},{"a":"sysvar_sql_auto_is_null","u":15,"t":1}]},"sql_big_selects":{"d":true,"t":2,"a":[{"a":"sql_big_selects","u":29,"t":2},{"a":"sysvar_sql_big_selects","u":15,"t":1}]},"sql_big_tables":{"d":true,"t":2,"a":[{"a":"sql_big_tables","u":29,"t":2}]},"sql_buffer_result":{"d":true,"t":2,"a":[{"a":"sql_buffer_result","u":29,"t":2},{"a":"sysvar_sql_buffer_result","u":15,"t":1}]},"sql_log_off":{"d":true,"t":2,"a":[{"a":"sql_log_off","u":29,"t":2},{"a":"sysvar_sql_log_off","u":15,"t":1}]},"sql_log_update":{"a":[{"a":"sql_log_update","u":29,"t":2}]},"sql_low_priority_updates":{"d":true,"t":2,"a":[{"a":"sql_low_priority_updates","u":29,"t":2}]},"sql_max_join_size":{"a":[{"a":"sql_max_join_size","u":29,"t":2}]},"sql_mode":{"d":true,"t":6,"a":[{"a":"sql_mode","u":29,"t":2},{"a":"option_mysqld_sql-mode","u":16,"t":1},{"a":"sysvar_sql_mode","u":15,"t":1}]},"sql_notes":{"d":true,"t":2,"a":[{"a":"sql_notes","u":29,"t":2},{"a":"sysvar_sql_notes","u":15,"t":1}]},"sql_quote_show_create":{"d":true,"t":2,"a":[{"a":"sql_quote_show_create","u":29,"t":2},{"a":"sysvar_sql_quote_show_create","u":15,"t":1}]},"sql_safe_updates":{"d":true,"t":2,"a":[{"a":"sql_safe_updates","u":29,"t":2},{"a":"sysvar_sql_safe_updates","u":15,"t":1}]},"sql_select_limit":{"d":true,"t":3,"a":[{"a":"sql_select_limit","u":29,"t":2},{"a":"sysvar_sql_select_limit","u":15,"t":1}]},"sql_warnings":{"d":true,"t":2,"a":[{"a":"sql_warnings","u":29,"t":2},{"a":"sysvar_sql_warnings","u":15,"t":1}]},"storage_engine":{"a":[{"a":"storage_engine","u":29,"t":2}]},"standard_compliant_cte":{"d":true,"t":2,"a":[{"a":"standard_compliant_cte","u":29,"t":2}]},"stored_program_cache":{"d":true,"t":3,"a":[{"a":"stored_program_cache","u":29,"t":2},{"a":"sysvar_stored_program_cache","u":15,"t":1}]},"strict_password_validation":{"d":true,"t":2,"a":[{"a":"strict_password_validation","u":29,"t":2}]},"sync_frm":{"d":true,"t":2,"a":[{"a":"sync_frm","u":29,"t":2}]},"system_time_zone":{"d":false,"t":1,"a":[{"a":"system_time_zone","u":29,"t":2},{"a":"sysvar_system_time_zone","u":15,"t":1}]},"table_definition_cache":{"d":true,"t":3,"a":[{"a":"table_definition_cache","u":29,"t":2},{"a":"sysvar_table_definition_cache","u":15,"t":1}]},"table_lock_wait_timeout":{"d":true,"t":3,"a":[{"a":"table_lock_wait_timeout","u":29,"t":2}]},"table_open_cache":{"d":true,"t":3,"a":[{"a":"table_open_cache","u":29,"t":2},{"a":"sysvar_table_open_cache","u":15,"t":1}]},"table_open_cache_instances":{"d":false,"t":3,"a":[{"a":"table_open_cache_instances","u":29,"t":2},{"a":"sysvar_table_open_cache_instances","u":15,"t":1}]},"table_type":{"a":[{"a":"table_type","u":29,"t":2}]},"tcp_keepalive_interval":{"d":true,"t":3,"a":[{"a":"tcp_keepalive_interval","u":29,"t":2}]},"tcp_keepalive_probes":{"d":true,"t":3,"a":[{"a":"tcp_keepalive_probes","u":29,"t":2}]},"tcp_keepalive_time":{"d":true,"t":3,"a":[{"a":"tcp_keepalive_time","u":29,"t":2}]},"tcp_nodelay":{"d":true,"t":2,"a":[{"a":"tcp_nodelay","u":29,"t":2}]},"thread_cache_size":{"d":true,"t":3,"a":[{"a":"thread_cache_size","u":29,"t":2},{"a":"sysvar_thread_cache_size","u":15,"t":1}]},"thread_concurrency":{"d":false,"t":3,"a":[{"a":"thread_concurrency","u":29,"t":2}]},"thread_stack":{"d":false,"t":3,"a":[{"a":"thread_stack","u":29,"t":2},{"a":"sysvar_thread_stack","u":15,"t":1}]},"time_format":{"a":[{"a":"time_format","u":29,"t":2}]},"time_zone":{"d":true,"t":1,"a":[{"a":"time_zone","u":29,"t":2},{"a":"sysvar_time_zone","u":15,"t":1}]},"timed_mutexes":{"d":true,"t":2,"a":[{"a":"timed_mutexes","u":29,"t":2}]},"timestamp":{"d":true,"t":4,"a":[{"a":"timestamp","u":29,"t":2},{"a":"sysvar_timestamp","u":15,"t":1}]},"tmp_disk_table_size":{"d":true,"t":3,"a":[{"a":"tmp_disk_table_size","u":29,"t":2}]},"tmp_memory_table_size":{"a":[{"a":"tmp_memory_table_size","u":29,"t":2}]},"tmp_table_size":{"d":true,"t":3,"a":[{"a":"tmp_table_size","u":29,"t":2},{"a":"sysvar_tmp_table_size","u":15,"t":1}]},"tmpdir":{"d":false,"t":7,"a":[{"a":"tmpdir","u":29,"t":2},{"a":"option_mysqld_tmpdir","u":16,"t":1},{"a":"sysvar_tmpdir","u":15,"t":1}]},"transaction_alloc_block_size":{"d":true,"t":3,"a":[{"a":"transaction_alloc_block_size","u":29,"t":2},{"a":"sysvar_transaction_alloc_block_size","u":15,"t":1}]},"transaction_prealloc_size":{"d":true,"t":3,"a":[{"a":"transaction_prealloc_size","u":29,"t":2},{"a":"sysvar_transaction_prealloc_size","u":15,"t":1}]},"tx_isolation":{"d":true,"t":5,"a":[{"a":"tx_isolation","u":29,"t":2},{"a":"sysvar_tx_isolation","u":15,"t":1}]},"tx_read_only":{"d":true,"t":2,"a":[{"a":"tx_read_only","u":29,"t":2},{"a":"sysvar_tx_read_only","u":15,"t":1}]},"unique_checks":{"d":true,"t":2,"a":[{"a":"unique_checks","u":29,"t":2},{"a":"sysvar_unique_checks","u":15,"t":1}]},"updatable_views_with_limit":{"d":true,"t":2,"a":[{"a":"updatable_views_with_limit","u":29,"t":2},{"a":"sysvar_updatable_views_with_limit","u":15,"t":1}]},"use_stat_tables":{"d":true,"a":[{"a":"use_stat_tables","u":29,"t":2}]},"version":{"d":false,"t":1,"a":[{"a":"version","u":29,"t":2}]},"version_comment":{"d":false,"t":1,"a":[{"a":"version_comment","u":29,"t":2},{"a":"sysvar_version_comment","u":15,"t":1}]},"version_compile_machine":{"d":false,"t":1,"a":[{"a":"version_compile_machine","u":29,"t":2},{"a":"sysvar_version_compile_machine","u":15,"t":1}]},"version_compile_os":{"d":false,"t":1,"a":[{"a":"version_compile_os","u":29,"t":2},{"a":"sysvar_version_compile_os","u":15,"t":1}]},"version_malloc_library":{"d":false,"t":1,"a":[{"a":"version_malloc_library","u":29,"t":2}]},"version_source_revision":{"d":false,"t":1,"a":[{"a":"version_source_revision","u":29,"t":2}]},"wait_timeout":{"d":true,"t":3,"a":[{"a":"wait_timeout","u":29,"t":2},{"a":"sysvar_wait_timeout","u":15,"t":1}]},"warning_count":{"d":false,"t":3,"a":[{"a":"warning_count","u":29,"t":2}]},"Sphinx_error":{"t":3,"a":[{"a":"sphinx_error","u":30,"t":2}]},"Sphinx_time":{"t":3,"a":[{"a":"sphinx_time","u":30,"t":2}]},"Sphinx_total":{"t":3,"a":[{"a":"sphinx_total","u":30,"t":2}]},"Sphinx_total_found":{"t":3,"a":[{"a":"sphinx_total_found","u":30,"t":2}]},"Sphinx_word_count":{"t":3,"a":[{"a":"sphinx_word_count","u":30,"t":2}]},"Sphinx_words":{"t":3,"a":[{"a":"sphinx_words","u":30,"t":2}]},"Spider_direct_aggregate":{"t":3,"a":[{"a":"spider_direct_aggregate","u":31,"t":2}]},"Spider_direct_order_limit":{"t":3,"a":[{"a":"spider_direct_order_limit","u":31,"t":2}]},"Spider_mon_table_cache_version":{"t":3,"a":[{"a":"spider_mon_table_cache_version","u":31,"t":2}]},"Spider_mon_table_cache_version_req":{"t":3,"a":[{"a":"spider_mon_table_cache_version_req","u":31,"t":2}]},"spider_auto_increment_mode":{"d":true,"t":3,"a":[{"a":"spider_auto_increment_mode","u":32,"t":2}]},"spider_bgs_first_read":{"d":true,"t":3,"a":[{"a":"spider_bgs_first_read","u":32,"t":2}]},"spider_bgs_mode":{"d":true,"t":3,"a":[{"a":"spider_bgs_mode","u":32,"t":2}]},"spider_bgs_second_read":{"d":true,"t":3,"a":[{"a":"spider_bgs_second_read","u":32,"t":2}]},"spider_bka_engine":{"d":true,"t":1,"a":[{"a":"spider_bka_engine","u":32,"t":2}]},"spider_bka_mode":{"d":true,"t":3,"a":[{"a":"spider_bka_mode","u":32,"t":2}]},"spider_bka_table_name_type":{"d":true,"t":3,"a":[{"a":"spider_bka_table_name_type","u":32,"t":2}]},"spider_block_size":{"d":true,"t":3,"a":[{"a":"spider_block_size","u":32,"t":2}]},"spider_bulk_size":{"d":true,"t":3,"a":[{"a":"spider_bulk_size","u":32,"t":2}]},"spider_bulk_update_mode":{"d":true,"t":3,"a":[{"a":"spider_bulk_update_mode","u":32,"t":2}]},"spider_bulk_update_size":{"d":true,"t":3,"a":[{"a":"spider_bulk_update_size","u":32,"t":2}]},"spider_casual_read":{"d":true,"t":3,"a":[{"a":"spider_casual_read","u":32,"t":2}]},"spider_conn_recycle_mode":{"d":true,"t":3,"a":[{"a":"spider_conn_recycle_mode","u":32,"t":2}]},"spider_conn_recycle_strict":{"d":true,"t":3,"a":[{"a":"spider_conn_recycle_strict","u":32,"t":2}]},"spider_conn_wait_timeout":{"d":true,"t":3,"a":[{"a":"spider_conn_wait_timeout","u":32,"t":2}]},"spider_connect_error_interval":{"d":true,"t":3,"a":[{"a":"spider_connect_error_interval","u":32,"t":2}]},"spider_connect_mutex":{"d":true,"t":2,"a":[{"a":"spider_connect_mutex","u":32,"t":2}]},"spider_connect_retry_count":{"d":true,"t":3,"a":[{"a":"spider_connect_retry_count","u":32,"t":2}]},"spider_connect_retry_interval":{"d":true,"t":3,"a":[{"a":"spider_connect_retry_interval","u":32,"t":2}]},"spider_connect_timeout":{"d":true,"t":3,"a":[{"a":"spider_connect_timeout","u":32,"t":2}]},"spider_crd_bg_mode":{"d":true,"t":3,"a":[{"a":"spider_crd_bg_mode","u":32,"t":2}]},"spider_crd_interval":{"d":true,"t":3,"a":[{"a":"spider_crd_interval","u":32,"t":2}]},"spider_crd_mode":{"d":true,"t":3,"a":[{"a":"spider_crd_mode","u":32,"t":2}]},"spider_crd_sync":{"d":true,"t":3,"a":[{"a":"spider_crd_sync","u":32,"t":2}]},"spider_crd_type":{"d":true,"t":3,"a":[{"a":"spider_crd_type","u":32,"t":2}]},"spider_crd_weight":{"d":true,"t":3,"a":[{"a":"spider_crd_weight","u":32,"t":2}]},"spider_delete_all_rows_type":{"d":true,"t":3,"a":[{"a":"spider_delete_all_rows_type","u":32,"t":2}]},"spider_direct_dup_insert":{"d":true,"t":3,"a":[{"a":"spider_direct_dup_insert","u":32,"t":2}]},"spider_direct_order_limit":{"d":true,"t":3,"a":[{"a":"spider_direct_order_limit","u":32,"t":2}]},"spider_dry_access":{"d":false,"t":2,"a":[{"a":"spider_dry_access","u":32,"t":2}]},"spider_error_read_mode":{"d":true,"t":3,"a":[{"a":"spider_error_read_mode","u":32,"t":2}]},"spider_error_write_mode":{"d":true,"t":3,"a":[{"a":"spider_error_write_mode","u":32,"t":2}]},"spider_first_read":{"d":true,"t":3,"a":[{"a":"spider_first_read","u":32,"t":2}]},"spider_force_commit":{"d":true,"t":3,"a":[{"a":"spider_force_commit","u":32,"t":2}]},"spider_general_log":{"d":true,"t":2,"a":[{"a":"spider_general_log","u":32,"t":2}]},"spider_index_hint_pushdown":{"d":true,"t":2,"a":[{"a":"spider_index_hint_pushdown","u":32,"t":2}]},"spider_init_sql_alloc_size":{"d":true,"t":3,"a":[{"a":"spider_init_sql_alloc_size","u":32,"t":2}]},"spider_internal_limit":{"d":true,"t":3,"a":[{"a":"spider_internal_limit","u":32,"t":2}]},"spider_internal_offset":{"d":true,"t":3,"a":[{"a":"spider_internal_offset","u":32,"t":2}]},"spider_internal_optimize":{"d":true,"t":3,"a":[{"a":"spider_internal_optimize","u":32,"t":2}]},"spider_internal_optimize_local":{"a":[{"a":"spider_internal_optimize_local","u":32,"t":2}]},"spider_internal_sql_log_off":{"d":true,"t":2,"a":[{"a":"spider_internal_sql_log_off","u":32,"t":2}]},"spider_internal_unlock":{"t":2,"a":[{"a":"spider_internal_unlock","u":32,"t":2}]},"spider_internal_xa":{"d":true,"t":2,"a":[{"a":"spider_internal_xa","u":32,"t":2}]},"spider_internal_xa_id_type":{"d":true,"t":3,"a":[{"a":"spider_internal_xa_id_type","u":32,"t":2}]},"spider_internal_xa_snapshot":{"d":true,"t":3,"a":[{"a":"spider_internal_xa_snapshot","u":32,"t":2}]},"spider_load_crd_at_startup":{"d":true,"t":2,"a":[{"a":"spider_load_crd_at_startup","u":32,"t":2}]},"spider_load_sts_at_startup":{"d":true,"t":2,"a":[{"a":"spider_load_sts_at_startup","u":32,"t":2}]},"spider_local_lock_table":{"d":true,"t":2,"a":[{"a":"spider_local_lock_table","u":32,"t":2}]},"spider_lock_exchange":{"d":true,"t":2,"a":[{"a":"spider_lock_exchange","u":32,"t":2}]},"spider_log_result_error_with_sql":{"d":true,"t":3,"a":[{"a":"spider_log_result_error_with_sql","u":32,"t":2}]},"spider_log_result_errors":{"d":true,"t":3,"a":[{"a":"spider_log_result_errors","u":32,"t":2}]},"spider_low_mem_read":{"t":3,"a":[{"a":"spider_low_mem_read","u":32,"t":2}]},"spider_max_connections":{"d":true,"t":3,"a":[{"a":"spider_max_connections","u":32,"t":2}]},"spider_max_order":{"d":true,"t":3,"a":[{"a":"spider_max_order","u":32,"t":2}]},"spider_multi_split_read":{"d":true,"t":3,"a":[{"a":"spider_multi_split_read","u":32,"t":2}]},"spider_net_read_timeout":{"d":true,"t":3,"a":[{"a":"spider_net_read_timeout","u":32,"t":2}]},"spider_net_write_timeout":{"d":true,"t":3,"a":[{"a":"spider_net_write_timeout","u":32,"t":2}]},"spider_ping_interval_at_trx_start":{"d":true,"t":3,"a":[{"a":"spider_ping_interval_at_trx_start","u":32,"t":2}]},"spider_quick_mode":{"d":true,"t":3,"a":[{"a":"spider_quick_mode","u":32,"t":2}]},"spider_quick_page_size":{"d":true,"t":3,"a":[{"a":"spider_quick_page_size","u":32,"t":2}]},"spider_read_only_mode":{"d":true,"t":3,"a":[{"a":"spider_read_only_mode","u":32,"t":2}]},"spider_remote_access_charset":{"d":true,"t":1,"a":[{"a":"spider_remote_access_charset","u":32,"t":2}]},"spider_remote_autocommit":{"d":true,"t":3,"a":[{"a":"spider_remote_autocommit","u":32,"t":2}]},"spider_remote_default_database":{"d":true,"t":1,"a":[{"a":"spider_remote_default_database","u":32,"t":2}]},"spider_remote_sql_log_off":{"d":true,"t":3,"a":[{"a":"spider_remote_sql_log_off","u":32,"t":2}]},"spider_remote_time_zone":{"d":true,"t":1,"a":[{"a":"spider_remote_time_zone","u":32,"t":2}]},"spider_remote_trx_isolation":{"d":true,"t":3,"a":[{"a":"spider_remote_trx_isolation","u":32,"t":2}]},"spider_reset_sql_alloc":{"d":true,"t":3,"a":[{"a":"spider_reset_sql_alloc","u":32,"t":2}]},"spider_same_server_link":{"d":true,"t":2,"a":[{"a":"spider_same_server_link","u":32,"t":2}]},"spider_second_read":{"d":true,"t":3,"a":[{"a":"spider_second_read","u":32,"t":2}]},"spider_select_column_mode":{"d":true,"t":3,"a":[{"a":"spider_select_column_mode","u":32,"t":2}]},"spider_selupd_lock_mode":{"d":true,"t":3,"a":[{"a":"spider_selupd_lock_mode","u":32,"t":2}]},"spider_semi_split_read":{"d":true,"t":3,"a":[{"a":"spider_semi_split_read","u":32,"t":2}]},"spider_semi_split_read_limit":{"d":true,"t":3,"a":[{"a":"spider_semi_split_read_limit","u":32,"t":2}]},"spider_semi_table_lock":{"d":true,"t":3,"a":[{"a":"spider_semi_table_lock","u":32,"t":2}]},"spider_semi_table_lock_connection":{"d":true,"t":3,"a":[{"a":"spider_semi_table_lock_connection","u":32,"t":2}]},"spider_semi_trx":{"d":true,"t":2,"a":[{"a":"spider_semi_trx","u":32,"t":2}]},"spider_semi_trx_isolation":{"d":true,"t":3,"a":[{"a":"spider_semi_trx_isolation","u":32,"t":2}]},"spider_skip_default_condition":{"d":true,"t":3,"a":[{"a":"spider_skip_default_condition","u":32,"t":2}]},"spider_skip_parallel_search":{"d":true,"t":3,"a":[{"a":"spider_skip_parallel_search","u":32,"t":2}]},"spider_split_read":{"d":true,"t":3,"a":[{"a":"spider_split_read","u":32,"t":2}]},"spider_store_last_crd":{"d":true,"t":3,"a":[{"a":"spider_store_last_crd","u":32,"t":2}]},"spider_store_last_sts":{"d":true,"t":3,"a":[{"a":"spider_store_last_sts","u":32,"t":2}]},"spider_sts_bg_mode":{"d":true,"t":3,"a":[{"a":"spider_sts_bg_mode","u":32,"t":2}]},"spider_sts_interval":{"d":true,"t":3,"a":[{"a":"spider_sts_interval","u":32,"t":2}]},"spider_sts_mode":{"d":true,"t":3,"a":[{"a":"spider_sts_mode","u":32,"t":2}]},"spider_sts_sync":{"d":true,"t":3,"a":[{"a":"spider_sts_sync","u":32,"t":2}]},"spider_support_xa":{"d":false,"t":2,"a":[{"a":"spider_support_xa","u":32,"t":2}]},"spider_sync_autocommit":{"d":true,"t":2,"a":[{"a":"spider_sync_autocommit","u":32,"t":2}]},"spider_sync_time_zone":{"d":true,"t":2,"a":[{"a":"spider_sync_time_zone","u":32,"t":2}]},"spider_sync_trx_isolation":{"d":true,"t":2,"a":[{"a":"spider_sync_trx_isolation","u":32,"t":2}]},"spider_table_crd_thread_count":{"d":false,"t":3,"a":[{"a":"spider_table_crd_thread_count","u":32,"t":2}]},"spider_table_init_error_interval":{"d":true,"t":3,"a":[{"a":"spider_table_init_error_interval","u":32,"t":2}]},"spider_table_sts_thread_count":{"d":false,"t":3,"a":[{"a":"spider_table_sts_thread_count","u":32,"t":2}]},"spider_udf_ct_bulk_insert_interval":{"d":true,"t":3,"a":[{"a":"spider_udf_ct_bulk_insert_interval","u":32,"t":2}]},"spider_udf_ct_bulk_insert_rows":{"d":true,"t":3,"a":[{"a":"spider_udf_ct_bulk_insert_rows","u":32,"t":2}]},"spider_udf_ds_bulk_insert_rows":{"d":true,"t":3,"a":[{"a":"spider_udf_ds_bulk_insert_rows","u":32,"t":2}]},"spider_udf_ds_table_loop_mode":{"d":true,"t":3,"a":[{"a":"spider_udf_ds_table_loop_mode","u":32,"t":2}]},"spider_udf_ds_use_real_table":{"d":true,"t":3,"a":[{"a":"spider_udf_ds_use_real_table","u":32,"t":2}]},"spider_udf_table_lock_mutex_count":{"d":false,"t":3,"a":[{"a":"spider_udf_table_lock_mutex_count","u":32,"t":2}]},"spider_udf_table_mon_mutex_count":{"d":false,"t":3,"a":[{"a":"spider_udf_table_mon_mutex_count","u":32,"t":2}]},"spider_use_all_conns_snapshot":{"d":true,"t":2,"a":[{"a":"spider_use_all_conns_snapshot","u":32,"t":2}]},"spider_use_consistent_snapshot":{"d":true,"t":2,"a":[{"a":"spider_use_consistent_snapshot","u":32,"t":2}]},"spider_use_default_database":{"d":true,"t":2,"a":[{"a":"spider_use_default_database","u":32,"t":2}]},"spider_use_flash_logs":{"d":true,"t":2,"a":[{"a":"spider_use_flash_logs","u":32,"t":2}]},"spider_use_handler":{"a":[{"a":"spider_use_handler","u":32,"t":2}]},"spider_use_pushdown_udf":{"d":true,"t":3,"a":[{"a":"spider_use_pushdown_udf","u":32,"t":2}]},"spider_use_snapshot_with_flush_tables":{"d":true,"t":3,"a":[{"a":"spider_use_snapshot_with_flush_tables","u":32,"t":2}]},"spider_use_table_charset":{"d":true,"t":3,"a":[{"a":"spider_use_table_charset","u":32,"t":2}]},"spider_version":{"d":false,"t":1,"a":[{"a":"spider_version","u":32,"t":2}]},"spider_xa_register_mode":{"d":true,"t":3,"a":[{"a":"spider_xa_register_mode","u":32,"t":2}]},"Ssl_accept_renegotiates":{"t":3,"a":[{"a":"ssl_accept_renegotiates","u":33,"t":2}]},"Ssl_accepts":{"t":3,"a":[{"a":"ssl_accepts","u":33,"t":2}]},"Ssl_callback_cache_hits":{"t":3,"a":[{"a":"ssl_callback_cache_hits","u":33,"t":2}]},"Ssl_cipher":{"t":1,"a":[{"a":"ssl_cipher","u":33,"t":2}]},"Ssl_cipher_list":{"t":1,"a":[{"a":"ssl_cipher_list","u":33,"t":2}]},"Ssl_client_connects":{"t":3,"a":[{"a":"ssl_client_connects","u":33,"t":2}]},"Ssl_connect_renegotiates":{"t":3,"a":[{"a":"ssl_connect_renegotiates","u":33,"t":2}]},"Ssl_ctx_verify_depth":{"t":3,"a":[{"a":"ssl_ctx_verify_depth","u":33,"t":2}]},"Ssl_ctx_verify_mode":{"t":3,"a":[{"a":"ssl_ctx_verify_mode","u":33,"t":2}]},"Ssl_default_timeout":{"t":3,"a":[{"a":"ssl_default_timeout","u":33,"t":2}]},"Ssl_finished_accepts":{"t":3,"a":[{"a":"ssl_finished_accepts","u":33,"t":2}]},"Ssl_finished_connects":{"t":3,"a":[{"a":"ssl_finished_connects","u":33,"t":2}]},"Ssl_server_not_after":{"t":3,"a":[{"a":"ssl_server_not_after","u":33,"t":2}]},"Ssl_server_not_before":{"t":3,"a":[{"a":"ssl_server_not_before","u":33,"t":2}]},"Ssl_session_cache_hits":{"t":3,"a":[{"a":"ssl_session_cache_hits","u":33,"t":2}]},"Ssl_session_cache_misses":{"t":3,"a":[{"a":"ssl_session_cache_misses","u":33,"t":2}]},"Ssl_session_cache_mode":{"t":1,"a":[{"a":"ssl_session_cache_mode","u":33,"t":2}]},"Ssl_session_cache_overflows":{"t":3,"a":[{"a":"ssl_session_cache_overflows","u":33,"t":2}]},"Ssl_session_cache_size":{"t":3,"a":[{"a":"ssl_session_cache_size","u":33,"t":2}]},"Ssl_session_cache_timeouts":{"t":3,"a":[{"a":"ssl_session_cache_timeouts","u":33,"t":2}]},"Ssl_sessions_reused":{"t":3,"a":[{"a":"ssl_sessions_reused","u":33,"t":2}]},"Ssl_used_session_cache_entries":{"t":3,"a":[{"a":"ssl_used_session_cache_entries","u":33,"t":2}]},"Ssl_verify_depth":{"t":3,"a":[{"a":"ssl_verify_depth","u":33,"t":2}]},"Ssl_verify_mode":{"t":3,"a":[{"a":"ssl_verify_mode","u":33,"t":2}]},"Ssl_version":{"t":1,"a":[{"a":"ssl_version","u":33,"t":2}]},"have_openssl":{"d":false,"a":[{"a":"have_openssl","u":34,"t":2}]},"have_ssl":{"d":false,"t":1,"a":[{"a":"have_ssl","u":34,"t":2},{"a":"sysvar_have_ssl","u":15,"t":1}]},"ssl_ca":{"t":8,"a":[{"a":"ssl_ca","u":34,"t":2},{"a":"sysvar_ssl_ca","u":15,"t":1}]},"ssl_capath":{"t":7,"a":[{"a":"ssl_capath","u":34,"t":2},{"a":"sysvar_ssl_capath","u":15,"t":1}]},"ssl_cert":{"t":8,"a":[{"a":"ssl_cert","u":34,"t":2},{"a":"sysvar_ssl_cert","u":15,"t":1}]},"ssl_cipher":{"t":1,"a":[{"a":"ssl_cipher","u":34,"t":2},{"a":"sysvar_ssl_cipher","u":15,"t":1}]},"ssl_crl":{"t":8,"a":[{"a":"ssl_crl","u":34,"t":2},{"a":"sysvar_ssl_crl","u":15,"t":1}]},"ssl_crlpath":{"t":7,"a":[{"a":"ssl_crlpath","u":34,"t":2},{"a":"sysvar_ssl_crlpath","u":15,"t":1}]},"ssl_key":{"a":[{"a":"ssl_key","u":34,"t":2},{"a":"sysvar_ssl_key","u":15,"t":1}]},"tls_version":{"t":1,"a":[{"a":"tls_version","u":34,"t":2},{"a":"sysvar_tls_version","u":15,"t":1}]},"version_ssl_library":{"d":false,"t":1,"a":[{"a":"version_ssl_library","u":34,"t":2}]},"extra_max_connections":{"d":true,"t":3,"a":[{"a":"extra_max_connections","u":35,"t":2}]},"extra_port":{"d":false,"t":3,"a":[{"a":"extra_port","u":35,"t":2}]},"thread_handling":{"d":false,"t":5,"a":[{"a":"thread_handling","u":35,"t":2},{"a":"sysvar_thread_handling","u":15,"t":1}]},"thread_pool_dedicated_listener":{"d":false,"t":2,"a":[{"a":"thread_pool_dedicated_listener","u":35,"t":2}]},"thread_pool_exact_stats":{"d":false,"t":2,"a":[{"a":"thread_pool_exact_stats","u":35,"t":2}]},"thread_pool_idle_timeout":{"d":true,"t":3,"a":[{"a":"thread_pool_idle_timeout","u":35,"t":2}]},"thread_pool_max_threads":{"d":true,"t":3,"a":[{"a":"thread_pool_max_threads","u":35,"t":2}]},"thread_pool_min_threads":{"t":3,"a":[{"a":"thread_pool_min_threads","u":35,"t":2}]},"thread_pool_oversubscribe":{"d":true,"t":3,"a":[{"a":"thread_pool_oversubscribe","u":35,"t":2}]},"thread_pool_prio_kickup_timer":{"d":true,"t":3,"a":[{"a":"thread_pool_prio_kickup_timer","u":35,"t":2},{"a":"sysvar_thread_pool_prio_kickup_timer","u":15,"t":1}]},"thread_pool_priority":{"a":[{"a":"thread_pool_priority","u":35,"t":2}]},"thread_pool_size":{"t":3,"a":[{"a":"thread_pool_size","u":35,"t":2},{"a":"sysvar_thread_pool_size","u":15,"t":1}]},"thread_pool_stall_limit":{"d":true,"t":3,"a":[{"a":"thread_pool_stall_limit","u":35,"t":2},{"a":"sysvar_thread_pool_stall_limit","u":15,"t":1}]},"Threadpool_idle_threads":{"t":3,"a":[{"a":"threadpool_idle_threads","u":35,"t":2}]},"Threadpool_threads":{"t":3,"a":[{"a":"threadpool_threads","u":35,"t":2}]},"Tokudb_basement_deserialization_fixed_key":{"t":3,"a":[{"a":"tokudb_basement_deserialization_fixed_key","u":36,"t":2}]},"Tokudb_basement_deserialization_variable_key":{"t":3,"a":[{"a":"tokudb_basement_deserialization_variable_key","u":36,"t":2}]},"Tokudb_basements_decompressed_for_write":{"t":3,"a":[{"a":"tokudb_basements_decompressed_for_write","u":36,"t":2}]},"Tokudb_basements_decompressed_prefetch":{"t":3,"a":[{"a":"tokudb_basements_decompressed_prefetch","u":36,"t":2}]},"Tokudb_basements_decompressed_prelocked_range":{"t":3,"a":[{"a":"tokudb_basements_decompressed_prelocked_range","u":36,"t":2}]},"Tokudb_basements_decompressed_target_query":{"t":3,"a":[{"a":"tokudb_basements_decompressed_target_query","u":36,"t":2}]},"Tokudb_basements_fetched_for_write":{"t":3,"a":[{"a":"tokudb_basements_fetched_for_write","u":36,"t":2}]},"Tokudb_basements_fetched_for_write_bytes":{"a":[{"a":"tokudb_basements_fetched_for_write_bytes","u":36,"t":2}]},"Tokudb_basements_fetched_for_write_seconds":{"t":3,"a":[{"a":"tokudb_basements_fetched_for_write_seconds","u":36,"t":2}]},"Tokudb_basements_fetched_prefetch":{"t":3,"a":[{"a":"tokudb_basements_fetched_prefetch","u":36,"t":2}]},"Tokudb_basements_fetched_prefetch_bytes":{"a":[{"a":"tokudb_basements_fetched_prefetch_bytes","u":36,"t":2}]},"Tokudb_basements_fetched_prefetch_seconds":{"t":3,"a":[{"a":"tokudb_basements_fetched_prefetch_seconds","u":36,"t":2}]},"Tokudb_basements_fetched_prelocked_range":{"t":3,"a":[{"a":"tokudb_basements_fetched_prelocked_range","u":36,"t":2}]},"Tokudb_basements_fetched_prelocked_range_bytes":{"a":[{"a":"tokudb_basements_fetched_prelocked_range_bytes","u":36,"t":2}]},"Tokudb_basements_fetched_prelocked_range_seconds":{"t":3,"a":[{"a":"tokudb_basements_fetched_prelocked_range_seconds","u":36,"t":2}]},"Tokudb_basements_fetched_target_query":{"t":3,"a":[{"a":"tokudb_basements_fetched_target_query","u":36,"t":2}]},"Tokudb_basements_fetched_target_query_bytes":{"a":[{"a":"tokudb_basements_fetched_target_query_bytes","u":36,"t":2}]},"Tokudb_basements_fetched_target_query_seconds":{"t":3,"a":[{"a":"tokudb_basements_fetched_target_query_seconds","u":36,"t":2}]},"Tokudb_broadcase_messages_injected_at_root":{"t":3,"a":[{"a":"tokudb_broadcase_messages_injected_at_root","u":36,"t":2}]},"Tokudb_buffers_decompressed_for_write":{"t":3,"a":[{"a":"tokudb_buffers_decompressed_for_write","u":36,"t":2}]},"Tokudb_buffers_decompressed_prefetch":{"t":3,"a":[{"a":"tokudb_buffers_decompressed_prefetch","u":36,"t":2}]},"Tokudb_buffers_decompressed_prelocked_range":{"t":3,"a":[{"a":"tokudb_buffers_decompressed_prelocked_range","u":36,"t":2}]},"Tokudb_buffers_decompressed_target_query":{"t":3,"a":[{"a":"tokudb_buffers_decompressed_target_query","u":36,"t":2}]},"Tokudb_buffers_fetched_for_write":{"t":3,"a":[{"a":"tokudb_buffers_fetched_for_write","u":36,"t":2}]},"Tokudb_buffers_fetched_for_write_bytes":{"a":[{"a":"tokudb_buffers_fetched_for_write_bytes","u":36,"t":2}]},"Tokudb_buffers_fetched_for_write_seconds":{"t":3,"a":[{"a":"tokudb_buffers_fetched_for_write_seconds","u":36,"t":2}]},"Tokudb_buffers_fetched_prefetch":{"t":3,"a":[{"a":"tokudb_buffers_fetched_prefetch","u":36,"t":2}]},"Tokudb_buffers_fetched_prefetch_bytes":{"a":[{"a":"tokudb_buffers_fetched_prefetch_bytes","u":36,"t":2}]},"Tokudb_buffers_fetched_prefetch_seconds":{"t":3,"a":[{"a":"tokudb_buffers_fetched_prefetch_seconds","u":36,"t":2}]},"Tokudb_buffers_fetched_prelocked_range":{"t":3,"a":[{"a":"tokudb_buffers_fetched_prelocked_range","u":36,"t":2}]},"Tokudb_buffers_fetched_prelocked_range_bytes":{"a":[{"a":"tokudb_buffers_fetched_prelocked_range_bytes","u":36,"t":2}]},"Tokudb_buffers_fetched_prelocked_range_seconds":{"t":3,"a":[{"a":"tokudb_buffers_fetched_prelocked_range_seconds","u":36,"t":2}]},"Tokudb_buffers_fetched_target_query":{"t":3,"a":[{"a":"tokudb_buffers_fetched_target_query","u":36,"t":2}]},"Tokudb_buffers_fetched_target_query_bytes":{"a":[{"a":"tokudb_buffers_fetched_target_query_bytes","u":36,"t":2}]},"Tokudb_buffers_fetched_target_query_seconds":{"t":3,"a":[{"a":"tokudb_buffers_fetched_target_query_seconds","u":36,"t":2}]},"Tokudb_cachetable_cleaner_executions":{"t":3,"a":[{"a":"tokudb_cachetable_cleaner_executions","u":36,"t":2}]},"Tokudb_cachetable_cleaner_iterations":{"t":3,"a":[{"a":"tokudb_cachetable_cleaner_iterations","u":36,"t":2}]},"Tokudb_cachetable_cleaner_period":{"t":3,"a":[{"a":"tokudb_cachetable_cleaner_period","u":36,"t":2}]},"Tokudb_cachetable_evictions":{"t":3,"a":[{"a":"tokudb_cachetable_evictions","u":36,"t":2}]},"Tokudb_cachetable_long_wait_pressure_count":{"t":3,"a":[{"a":"tokudb_cachetable_long_wait_pressure_count","u":36,"t":2}]},"Tokudb_cachetable_long_wait_pressure_time":{"t":3,"a":[{"a":"tokudb_cachetable_long_wait_pressure_time","u":36,"t":2}]},"Tokudb_cachetable_miss":{"t":3,"a":[{"a":"tokudb_cachetable_miss","u":36,"t":2}]},"Tokudb_cachetable_miss_time":{"t":3,"a":[{"a":"tokudb_cachetable_miss_time","u":36,"t":2}]},"Tokudb_cachetable_prefetches":{"t":3,"a":[{"a":"tokudb_cachetable_prefetches","u":36,"t":2}]},"Tokudb_cachetable_size_cachepressure":{"t":9,"a":[{"a":"tokudb_cachetable_size_cachepressure","u":36,"t":2}]},"Tokudb_cachetable_size_cloned":{"t":9,"a":[{"a":"tokudb_cachetable_size_cloned","u":36,"t":2}]},"Tokudb_cachetable_size_current":{"t":9,"a":[{"a":"tokudb_cachetable_size_current","u":36,"t":2}]},"Tokudb_cachetable_size_leaf":{"t":9,"a":[{"a":"tokudb_cachetable_size_leaf","u":36,"t":2}]},"Tokudb_cachetable_size_limit":{"t":9,"a":[{"a":"tokudb_cachetable_size_limit","u":36,"t":2}]},"Tokudb_cachetable_size_nonleaf":{"t":9,"a":[{"a":"tokudb_cachetable_size_nonleaf","u":36,"t":2}]},"Tokudb_cachetable_size_rollback":{"t":9,"a":[{"a":"tokudb_cachetable_size_rollback","u":36,"t":2}]},"Tokudb_cachetable_size_writing":{"t":9,"a":[{"a":"tokudb_cachetable_size_writing","u":36,"t":2}]},"Tokudb_cachetable_wait_pressure_count":{"t":3,"a":[{"a":"tokudb_cachetable_wait_pressure_count","u":36,"t":2}]},"Tokudb_cachetable_wait_pressure_time":{"t":3,"a":[{"a":"tokudb_cachetable_wait_pressure_time","u":36,"t":2}]},"Tokudb_checkpoint_begin_time":{"t":3,"a":[{"a":"tokudb_checkpoint_begin_time","u":36,"t":2}]},"Tokudb_checkpoint_duration":{"t":3,"a":[{"a":"tokudb_checkpoint_duration","u":36,"t":2}]},"Tokudb_checkpoint_duration_last":{"t":3,"a":[{"a":"tokudb_checkpoint_duration_last","u":36,"t":2}]},"Tokudb_checkpoint_failed":{"t":3,"a":[{"a":"tokudb_checkpoint_failed","u":36,"t":2}]},"Tokudb_checkpoint_last_began":{"a":[{"a":"tokudb_checkpoint_last_began","u":36,"t":2}]},"Tokudb_checkpoint_last_complete_began":{"a":[{"a":"tokudb_checkpoint_last_complete_began","u":36,"t":2}]},"Tokudb_checkpoint_last_complete_ended":{"a":[{"a":"tokudb_checkpoint_last_complete_ended","u":36,"t":2}]},"Tokudb_checkpoint_long_begin_count":{"t":3,"a":[{"a":"tokudb_checkpoint_long_begin_count","u":36,"t":2}]},"Tokudb_checkpoint_long_begin_time":{"t":3,"a":[{"a":"tokudb_checkpoint_long_begin_time","u":36,"t":2}]},"Tokudb_checkpoint_period":{"t":3,"a":[{"a":"tokudb_checkpoint_period","u":36,"t":2}]},"Tokudb_checkpoint_taken":{"t":3,"a":[{"a":"tokudb_checkpoint_taken","u":36,"t":2}]},"Tokudb_cursor_skip_deleted_leaf_entry":{"a":[{"a":"tokudb_cursor_skip_deleted_leaf_entry","u":36,"t":2}]},"Tokudb_db_closes":{"t":3,"a":[{"a":"tokudb_db_closes","u":36,"t":2}]},"Tokudb_db_open_current":{"t":3,"a":[{"a":"tokudb_db_open_current","u":36,"t":2}]},"Tokudb_db_open_max":{"t":3,"a":[{"a":"tokudb_db_open_max","u":36,"t":2}]},"Tokudb_db_opens":{"t":3,"a":[{"a":"tokudb_db_opens","u":36,"t":2}]},"Tokudb_descriptor_set":{"t":3,"a":[{"a":"tokudb_descriptor_set","u":36,"t":2}]},"Tokudb_dictionary_broadcast_updates":{"t":3,"a":[{"a":"tokudb_dictionary_broadcast_updates","u":36,"t":2}]},"Tokudb_dictionary_updates":{"t":3,"a":[{"a":"tokudb_dictionary_updates","u":36,"t":2}]},"Tokudb_filesystem_fsync_num":{"t":3,"a":[{"a":"tokudb_filesystem_fsync_num","u":36,"t":2}]},"Tokudb_filesystem_fsync_time":{"t":3,"a":[{"a":"tokudb_filesystem_fsync_time","u":36,"t":2}]},"Tokudb_filesystem_long_fsync_num":{"t":3,"a":[{"a":"tokudb_filesystem_long_fsync_num","u":36,"t":2}]},"Tokudb_filesystem_long_fsync_time":{"t":3,"a":[{"a":"tokudb_filesystem_long_fsync_time","u":36,"t":2}]},"Tokudb_filesystem_threads_blocked_by_full_disk":{"t":3,"a":[{"a":"tokudb_filesystem_threads_blocked_by_full_disk","u":36,"t":2}]},"Tokudb_leaf_compression_to_memory_seconds":{"t":3,"a":[{"a":"tokudb_leaf_compression_to_memory_seconds","u":36,"t":2}]},"Tokudb_leaf_decompression_to_memory_seconds":{"t":3,"a":[{"a":"tokudb_leaf_decompression_to_memory_seconds","u":36,"t":2}]},"Tokudb_leaf_deserialization_to_memory_seconds":{"t":3,"a":[{"a":"tokudb_leaf_deserialization_to_memory_seconds","u":36,"t":2}]},"Tokudb_leaf_node_compression_ratio":{"a":[{"a":"tokudb_leaf_node_compression_ratio","u":36,"t":2}]},"Tokudb_leaf_node_full_evictions":{"t":3,"a":[{"a":"tokudb_leaf_node_full_evictions","u":36,"t":2}]},"Tokudb_leaf_node_full_evictions_bytes":{"a":[{"a":"tokudb_leaf_node_full_evictions_bytes","u":36,"t":2}]},"Tokudb_leaf_node_partial_evictions":{"t":3,"a":[{"a":"tokudb_leaf_node_partial_evictions","u":36,"t":2}]},"Tokudb_leaf_node_partial_evictions_bytes":{"a":[{"a":"tokudb_leaf_node_partial_evictions_bytes","u":36,"t":2}]},"Tokudb_leaf_nodes_created":{"t":3,"a":[{"a":"tokudb_leaf_nodes_created","u":36,"t":2}]},"Tokudb_leaf_nodes_destroyed":{"t":3,"a":[{"a":"tokudb_leaf_nodes_destroyed","u":36,"t":2}]},"Tokudb_leaf_nodes_flushed_checkpoint":{"t":3,"a":[{"a":"tokudb_leaf_nodes_flushed_checkpoint","u":36,"t":2}]},"Tokudb_leaf_nodes_flushed_checkpoint_bytes":{"t":9,"a":[{"a":"tokudb_leaf_nodes_flushed_checkpoint_bytes","u":36,"t":2}]},"Tokudb_leaf_nodes_flushed_checkpoint_seconds":{"t":3,"a":[{"a":"tokudb_leaf_nodes_flushed_checkpoint_seconds","u":36,"t":2}]},"Tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes":{"a":[{"a":"tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes","u":36,"t":2}]},"Tokudb_leaf_nodes_flushed_not_checkpoint":{"t":3,"a":[{"a":"tokudb_leaf_nodes_flushed_not_checkpoint","u":36,"t":2}]},"Tokudb_leaf_nodes_flushed_not_checkpoint_bytes":{"t":9,"a":[{"a":"tokudb_leaf_nodes_flushed_not_checkpoint_bytes","u":36,"t":2}]},"Tokudb_leaf_nodes_flushed_not_checkpoint_seconds":{"t":3,"a":[{"a":"tokudb_leaf_nodes_flushed_not_checkpoint_seconds","u":36,"t":2}]},"Tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes":{"a":[{"a":"tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes","u":36,"t":2}]},"Tokudb_leaf_serialization_to_memory_seconds":{"t":3,"a":[{"a":"tokudb_leaf_serialization_to_memory_seconds","u":36,"t":2}]},"Tokudb_loader_num_created":{"t":3,"a":[{"a":"tokudb_loader_num_created","u":36,"t":2}]},"Tokudb_loader_num_current":{"t":3,"a":[{"a":"tokudb_loader_num_current","u":36,"t":2}]},"Tokudb_loader_num_max":{"t":3,"a":[{"a":"tokudb_loader_num_max","u":36,"t":2}]},"Tokudb_locktree_escalation_num":{"t":3,"a":[{"a":"tokudb_locktree_escalation_num","u":36,"t":2}]},"Tokudb_locktree_escalation_seconds":{"t":3,"a":[{"a":"tokudb_locktree_escalation_seconds","u":36,"t":2}]},"Tokudb_locktree_latest_post_escalation_memory_size":{"t":9,"a":[{"a":"tokudb_locktree_latest_post_escalation_memory_size","u":36,"t":2}]},"Tokudb_locktree_long_wait_count":{"t":3,"a":[{"a":"tokudb_locktree_long_wait_count","u":36,"t":2}]},"Tokudb_locktree_long_wait_escalation_count":{"t":3,"a":[{"a":"tokudb_locktree_long_wait_escalation_count","u":36,"t":2}]},"Tokudb_locktree_long_wait_escalation_time":{"t":3,"a":[{"a":"tokudb_locktree_long_wait_escalation_time","u":36,"t":2}]},"Tokudb_locktree_long_wait_time":{"t":3,"a":[{"a":"tokudb_locktree_long_wait_time","u":36,"t":2}]},"Tokudb_locktree_memory_size":{"t":9,"a":[{"a":"tokudb_locktree_memory_size","u":36,"t":2}]},"Tokudb_locktree_memory_size_limit":{"t":9,"a":[{"a":"tokudb_locktree_memory_size_limit","u":36,"t":2}]},"Tokudb_locktree_open_current":{"t":3,"a":[{"a":"tokudb_locktree_open_current","u":36,"t":2}]},"Tokudb_locktree_pending_lock_requests":{"t":3,"a":[{"a":"tokudb_locktree_pending_lock_requests","u":36,"t":2}]},"Tokudb_locktree_sto_eligible_num":{"t":3,"a":[{"a":"tokudb_locktree_sto_eligible_num","u":36,"t":2}]},"Tokudb_locktree_sto_ended_num":{"t":3,"a":[{"a":"tokudb_locktree_sto_ended_num","u":36,"t":2}]},"Tokudb_locktree_sto_ended_seconds":{"t":3,"a":[{"a":"tokudb_locktree_sto_ended_seconds","u":36,"t":2}]},"Tokudb_locktree_timeout_count":{"t":3,"a":[{"a":"tokudb_locktree_timeout_count","u":36,"t":2}]},"Tokudb_locktree_wait_count":{"t":3,"a":[{"a":"tokudb_locktree_wait_count","u":36,"t":2}]},"Tokudb_locktree_wait_escalation_count":{"t":3,"a":[{"a":"tokudb_locktree_wait_escalation_count","u":36,"t":2}]},"Tokudb_locktree_wait_escalation_time":{"t":3,"a":[{"a":"tokudb_locktree_wait_escalation_time","u":36,"t":2}]},"Tokudb_locktree_wait_time":{"t":3,"a":[{"a":"tokudb_locktree_wait_time","u":36,"t":2}]},"Tokudb_logger_wait_long":{"a":[{"a":"tokudb_logger_wait_long","u":36,"t":2}]},"Tokudb_logger_writes":{"t":3,"a":[{"a":"tokudb_logger_writes","u":36,"t":2}]},"Tokudb_logger_writes_bytes":{"a":[{"a":"tokudb_logger_writes_bytes","u":36,"t":2}]},"Tokudb_logger_writes_seconds":{"t":3,"a":[{"a":"tokudb_logger_writes_seconds","u":36,"t":2}]},"Tokudb_logger_writes_uncompressed_bytes":{"a":[{"a":"tokudb_logger_writes_uncompressed_bytes","u":36,"t":2}]},"Tokudb_mem_estimated_maximum_memory_footprint":{"a":[{"a":"tokudb_mem_estimated_maximum_memory_footprint","u":36,"t":2}]},"Tokudb_messages_flushed_from_h1_to_leaves_bytes":{"a":[{"a":"tokudb_messages_flushed_from_h1_to_leaves_bytes","u":36,"t":2}]},"Tokudb_messages_ignored_by_leaf_due_to_msn":{"t":3,"a":[{"a":"tokudb_messages_ignored_by_leaf_due_to_msn","u":36,"t":2}]},"Tokudb_messages_in_trees_estimate_bytes":{"a":[{"a":"tokudb_messages_in_trees_estimate_bytes","u":36,"t":2}]},"Tokudb_messages_injected_at_root":{"t":3,"a":[{"a":"tokudb_messages_injected_at_root","u":36,"t":2}]},"Tokudb_messages_injected_at_root_bytes":{"a":[{"a":"tokudb_messages_injected_at_root_bytes","u":36,"t":2}]},"Tokudb_nonleaf_compression_to_memory_seconds":{"t":3,"a":[{"a":"tokudb_nonleaf_compression_to_memory_seconds","u":36,"t":2}]},"Tokudb_nonleaf_decompression_to_memory_seconds":{"t":3,"a":[{"a":"tokudb_nonleaf_decompression_to_memory_seconds","u":36,"t":2}]},"Tokudb_nonleaf_deserialization_to_memory_seconds":{"t":3,"a":[{"a":"tokudb_nonleaf_deserialization_to_memory_seconds","u":36,"t":2}]},"Tokudb_nonleaf_node_compression_ratio":{"a":[{"a":"tokudb_nonleaf_node_compression_ratio","u":36,"t":2}]},"Tokudb_nonleaf_node_full_evictions":{"t":3,"a":[{"a":"tokudb_nonleaf_node_full_evictions","u":36,"t":2}]},"Tokudb_nonleaf_node_full_evictions_bytes":{"a":[{"a":"tokudb_nonleaf_node_full_evictions_bytes","u":36,"t":2}]},"Tokudb_nonleaf_node_partial_evictions":{"t":3,"a":[{"a":"tokudb_nonleaf_node_partial_evictions","u":36,"t":2}]},"Tokudb_nonleaf_node_partial_evictions_bytes":{"a":[{"a":"tokudb_nonleaf_node_partial_evictions_bytes","u":36,"t":2}]},"Tokudb_nonleaf_nodes_created":{"t":3,"a":[{"a":"tokudb_nonleaf_nodes_created","u":36,"t":2}]},"Tokudb_nonleaf_nodes_destroyed":{"t":3,"a":[{"a":"tokudb_nonleaf_nodes_destroyed","u":36,"t":2}]},"Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint":{"t":3,"a":[{"a":"tokudb_nonleaf_nodes_flushed_to_disk_checkpoint","u":36,"t":2}]},"Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes":{"t":9,"a":[{"a":"tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes","u":36,"t":2}]},"Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds":{"t":3,"a":[{"a":"tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds","u":36,"t":2}]},"Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes":{"a":[{"a":"tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes","u":36,"t":2}]},"Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint":{"t":3,"a":[{"a":"tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint","u":36,"t":2}]},"Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes":{"t":9,"a":[{"a":"tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes","u":36,"t":2}]},"Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds":{"t":3,"a":[{"a":"tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds","u":36,"t":2}]},"Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes":{"a":[{"a":"tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes","u":36,"t":2}]},"Tokudb_nonleaf_serialization_to_memory_seconds":{"t":3,"a":[{"a":"tokudb_nonleaf_serialization_to_memory_seconds","u":36,"t":2}]},"Tokudb_overall_node_compression_ratio":{"a":[{"a":"tokudb_overall_node_compression_ratio","u":36,"t":2}]},"Tokudb_pivots_fetched_for_query":{"t":3,"a":[{"a":"tokudb_pivots_fetched_for_query","u":36,"t":2}]},"Tokudb_pivots_fetched_for_query_bytes":{"t":9,"a":[{"a":"tokudb_pivots_fetched_for_query_bytes","u":36,"t":2}]},"Tokudb_pivots_fetched_for_query_seconds":{"t":3,"a":[{"a":"tokudb_pivots_fetched_for_query_seconds","u":36,"t":2}]},"Tokudb_pivots_fetched_for_prefetch":{"t":3,"a":[{"a":"tokudb_pivots_fetched_for_prefetch","u":36,"t":2}]},"Tokudb_pivots_fetched_for_prefetch_bytes":{"t":9,"a":[{"a":"tokudb_pivots_fetched_for_prefetch_bytes","u":36,"t":2}]},"Tokudb_pivots_fetched_for_prefetch_seconds":{"t":3,"a":[{"a":"tokudb_pivots_fetched_for_prefetch_seconds","u":36,"t":2}]},"Tokudb_pivots_fetched_for_write":{"t":3,"a":[{"a":"tokudb_pivots_fetched_for_write","u":36,"t":2}]},"Tokudb_pivots_fetched_for_write_bytes":{"t":9,"a":[{"a":"tokudb_pivots_fetched_for_write_bytes","u":36,"t":2}]},"Tokudb_pivots_fetched_for_write_seconds":{"t":3,"a":[{"a":"tokudb_pivots_fetched_for_write_seconds","u":36,"t":2}]},"Tokudb_promotion_h1_roots_injected_into":{"t":3,"a":[{"a":"tokudb_promotion_h1_roots_injected_into","u":36,"t":2}]},"Tokudb_promotion_injections_at_depth_0":{"t":3,"a":[{"a":"tokudb_promotion_injections_at_depth_0","u":36,"t":2}]},"Tokudb_promotion_injections_at_depth_1":{"t":3,"a":[{"a":"tokudb_promotion_injections_at_depth_1","u":36,"t":2}]},"Tokudb_promotion_injections_at_depth_2":{"t":3,"a":[{"a":"tokudb_promotion_injections_at_depth_2","u":36,"t":2}]},"Tokudb_promotion_injections_at_depth_3":{"t":3,"a":[{"a":"tokudb_promotion_injections_at_depth_3","u":36,"t":2}]},"Tokudb_promotion_injections_lower_than_depth_3":{"t":3,"a":[{"a":"tokudb_promotion_injections_lower_than_depth_3","u":36,"t":2}]},"Tokudb_promotion_leaf_roots_injected_into":{"t":3,"a":[{"a":"tokudb_promotion_leaf_roots_injected_into","u":36,"t":2}]},"Tokudb_promotion_roots_split":{"t":3,"a":[{"a":"tokudb_promotion_roots_split","u":36,"t":2}]},"Tokudb_promotion_stopped_after_locking_child":{"t":3,"a":[{"a":"tokudb_promotion_stopped_after_locking_child","u":36,"t":2}]},"Tokudb_promotion_stopped_at_height_1":{"t":3,"a":[{"a":"tokudb_promotion_stopped_at_height_1","u":36,"t":2}]},"Tokudb_promotion_stopped_child_locked_or_not_in_memory":{"t":3,"a":[{"a":"tokudb_promotion_stopped_child_locked_or_not_in_memory","u":36,"t":2}]},"Tokudb_promotion_stopped_child_not_fully_in_memory":{"t":3,"a":[{"a":"tokudb_promotion_stopped_child_not_fully_in_memory","u":36,"t":2}]},"Tokudb_promotion_stopped_nonempty_buffer":{"t":3,"a":[{"a":"tokudb_promotion_stopped_nonempty_buffer","u":36,"t":2}]},"Tokudb_txn_aborts":{"t":3,"a":[{"a":"tokudb_txn_aborts","u":36,"t":2}]},"Tokudb_txn_begin":{"t":3,"a":[{"a":"tokudb_txn_begin","u":36,"t":2}]},"Tokudb_txn_begin_read_only":{"t":3,"a":[{"a":"tokudb_txn_begin_read_only","u":36,"t":2}]},"Tokudb_txn_commits":{"t":3,"a":[{"a":"tokudb_txn_commits","u":36,"t":2}]},"tokudb_alter_print_error":{"d":true,"t":2,"a":[{"a":"tokudb_alter_print_error","u":37,"t":2}]},"tokudb_analyze_time":{"d":true,"t":3,"a":[{"a":"tokudb_analyze_time","u":37,"t":2}]},"tokudb_block_size":{"d":true,"t":3,"a":[{"a":"tokudb_block_size","u":37,"t":2}]},"tokudb_bulk_fetch":{"d":true,"t":2,"a":[{"a":"tokudb_bulk_fetch","u":37,"t":2}]},"tokudb_cache_size":{"d":false,"t":3,"a":[{"a":"tokudb_cache_size","u":37,"t":2}]},"tokudb_check_jemalloc":{"d":true,"t":3,"a":[{"a":"tokudb_check_jemalloc","u":37,"t":2}]},"tokudb_checkpoint_lock":{"d":true,"t":2,"a":[{"a":"tokudb_checkpoint_lock","u":37,"t":2}]},"tokudb_checkpoint_on_flush_logs":{"d":true,"t":2,"a":[{"a":"tokudb_checkpoint_on_flush_logs","u":37,"t":2}]},"tokudb_checkpointing_period":{"d":true,"t":3,"a":[{"a":"tokudb_checkpointing_period","u":37,"t":2}]},"tokudb_cleaner_iterations":{"d":true,"t":3,"a":[{"a":"tokudb_cleaner_iterations","u":37,"t":2}]},"tokudb_cleaner_period":{"d":true,"t":3,"a":[{"a":"tokudb_cleaner_period","u":37,"t":2}]},"tokudb_commit_sync":{"d":true,"t":2,"a":[{"a":"tokudb_commit_sync","u":37,"t":2}]},"tokudb_create_index_online":{"d":true,"t":2,"a":[{"a":"tokudb_create_index_online","u":37,"t":2}]},"tokudb_data_dir":{"d":false,"t":1,"a":[{"a":"tokudb_data_dir","u":37,"t":2}]},"tokudb_debug":{"d":true,"t":3,"a":[{"a":"tokudb_debug","u":37,"t":2}]},"tokudb_directio":{"d":false,"t":2,"a":[{"a":"tokudb_directio","u":37,"t":2}]},"tokudb_disable_hot_alter":{"d":true,"t":2,"a":[{"a":"tokudb_disable_hot_alter","u":37,"t":2}]},"tokudb_disable_prefetching":{"d":true,"t":2,"a":[{"a":"tokudb_disable_prefetching","u":37,"t":2}]},"tokudb_disable_slow_alter":{"d":true,"t":2,"a":[{"a":"tokudb_disable_slow_alter","u":37,"t":2}]},"tokudb_empty_scan":{"d":true,"a":[{"a":"tokudb_empty_scan","u":37,"t":2}]},"tokudb_fs_reserve_percent":{"d":false,"t":3,"a":[{"a":"tokudb_fs_reserve_percent","u":37,"t":2}]},"tokudb_fsync_log_period":{"d":true,"t":3,"a":[{"a":"tokudb_fsync_log_period","u":37,"t":2}]},"tokudb_hide_default_row_format":{"d":true,"t":2,"a":[{"a":"tokudb_hide_default_row_format","u":37,"t":2}]},"tokudb_killed_time":{"d":true,"t":3,"a":[{"a":"tokudb_killed_time","u":37,"t":2}]},"tokudb_last_lock_timeout":{"d":true,"a":[{"a":"tokudb_last_lock_timeout","u":37,"t":2}]},"tokudb_load_save_space":{"d":true,"t":2,"a":[{"a":"tokudb_load_save_space","u":37,"t":2}]},"tokudb_loader_memory_size":{"d":true,"t":3,"a":[{"a":"tokudb_loader_memory_size","u":37,"t":2}]},"tokudb_lock_timeout":{"d":true,"t":3,"a":[{"a":"tokudb_lock_timeout","u":37,"t":2}]},"tokudb_lock_timeout_debug":{"d":true,"t":3,"a":[{"a":"tokudb_lock_timeout_debug","u":37,"t":2}]},"tokudb_log_dir":{"d":false,"t":1,"a":[{"a":"tokudb_log_dir","u":37,"t":2}]},"tokudb_max_lock_memory":{"d":false,"t":3,"a":[{"a":"tokudb_max_lock_memory","u":37,"t":2}]},"tokudb_optimize_index_fraction":{"d":true,"t":3,"a":[{"a":"tokudb_optimize_index_fraction","u":37,"t":2}]},"tokudb_optimize_index_name":{"d":true,"t":1,"a":[{"a":"tokudb_optimize_index_name","u":37,"t":2}]},"tokudb_optimize_throttle":{"d":true,"t":3,"a":[{"a":"tokudb_optimize_throttle","u":37,"t":2}]},"tokudb_pk_insert_mode":{"d":true,"a":[{"a":"tokudb_pk_insert_mode","u":37,"t":2}]},"tokudb_prelock_empty":{"d":true,"t":2,"a":[{"a":"tokudb_prelock_empty","u":37,"t":2}]},"tokudb_read_block_size":{"d":true,"t":3,"a":[{"a":"tokudb_read_block_size","u":37,"t":2}]},"tokudb_read_buf_size":{"d":true,"t":3,"a":[{"a":"tokudb_read_buf_size","u":37,"t":2}]},"tokudb_read_status_frequency":{"d":true,"t":3,"a":[{"a":"tokudb_read_status_frequency","u":37,"t":2}]},"tokudb_row_format":{"d":true,"a":[{"a":"tokudb_row_format","u":37,"t":2}]},"tokudb_rpl_check_readonly":{"d":true,"t":2,"a":[{"a":"tokudb_rpl_check_readonly","u":37,"t":2}]},"tokudb_rpl_lookup_rows":{"d":true,"t":2,"a":[{"a":"tokudb_rpl_lookup_rows","u":37,"t":2}]},"tokudb_rpl_lookup_rows_delay":{"d":true,"t":3,"a":[{"a":"tokudb_rpl_lookup_rows_delay","u":37,"t":2}]},"tokudb_rpl_unique_checks":{"d":true,"t":2,"a":[{"a":"tokudb_rpl_unique_checks","u":37,"t":2}]},"tokudb_rpl_unique_checks_delay":{"d":true,"t":3,"a":[{"a":"tokudb_rpl_unique_checks_delay","u":37,"t":2}]},"tokudb_support_xa":{"d":true,"t":2,"a":[{"a":"tokudb_support_xa","u":37,"t":2}]},"tokudb_tmp_dir":{"d":false,"t":7,"a":[{"a":"tokudb_tmp_dir","u":37,"t":2}]},"tokudb_version":{"d":false,"t":1,"a":[{"a":"tokudb_version","u":37,"t":2}]},"tokudb_write_status_frequency":{"d":true,"t":3,"a":[{"a":"tokudb_write_status_frequency","u":37,"t":2}]},"system_versioning_alter_history":{"d":true,"a":[{"a":"system_versioning_alter_history","u":38,"t":2}]},"system_versioning_asof":{"d":true,"a":[{"a":"system_versioning_asof","u":38,"t":2}]},"system_versioning_innodb_algorithm_simple":{"d":true,"t":2,"a":[{"a":"system_versioning_innodb_algorithm_simple","u":38,"t":2}]},"Innodb_adaptive_hash_cells":{"t":3,"a":[{"a":"innodb_adaptive_hash_cells","u":39,"t":2}]},"Innodb_adaptive_hash_hash_searches":{"t":3,"a":[{"a":"innodb_adaptive_hash_hash_searches","u":39,"t":2}]},"Innodb_adaptive_hash_heap_buffers":{"t":3,"a":[{"a":"innodb_adaptive_hash_heap_buffers","u":39,"t":2}]},"Innodb_adaptive_hash_non_hash_searches":{"t":3,"a":[{"a":"innodb_adaptive_hash_non_hash_searches","u":39,"t":2}]},"Innodb_available_undo_logs":{"t":3,"a":[{"a":"innodb_available_undo_logs","u":39,"t":2}]},"Innodb_background_log_sync":{"t":3,"a":[{"a":"innodb_background_log_sync","u":39,"t":2}]},"Innodb_buffer_pool_bytes_data":{"t":3,"a":[{"a":"innodb_buffer_pool_bytes_data","u":39,"t":2}]},"Innodb_buffer_pool_bytes_dirty":{"t":3,"a":[{"a":"innodb_buffer_pool_bytes_dirty","u":39,"t":2}]},"Innodb_buffer_pool_dump_status":{"t":1,"a":[{"a":"innodb_buffer_pool_dump_status","u":39,"t":2}]},"Innodb_buffer_pool_load_incomplete":{"t":2,"a":[{"a":"innodb_buffer_pool_load_incomplete","u":39,"t":2}]},"Innodb_buffer_pool_load_status":{"t":1,"a":[{"a":"innodb_buffer_pool_load_status","u":39,"t":2}]},"Innodb_buffer_pool_pages_data":{"t":3,"a":[{"a":"innodb_buffer_pool_pages_data","u":39,"t":2}]},"Innodb_buffer_pool_pages_dirty":{"t":3,"a":[{"a":"innodb_buffer_pool_pages_dirty","u":39,"t":2}]},"Innodb_buffer_pool_pages_flushed":{"t":3,"a":[{"a":"innodb_buffer_pool_pages_flushed","u":39,"t":2}]},"Innodb_buffer_pool_pages_LRU_flushed":{"t":3,"a":[{"a":"innodb_buffer_pool_pages_lru_flushed","u":39,"t":2}]},"Innodb_buffer_pool_pages_free":{"t":3,"a":[{"a":"innodb_buffer_pool_pages_free","u":39,"t":2}]},"Innodb_buffer_pool_pages_made_not_young":{"t":3,"a":[{"a":"innodb_buffer_pool_pages_made_not_young","u":39,"t":2}]},"Innodb_buffer_pool_pages_made_young":{"t":3,"a":[{"a":"innodb_buffer_pool_pages_made_young","u":39,"t":2}]},"Innodb_buffer_pool_pages_misc":{"t":3,"a":[{"a":"innodb_buffer_pool_pages_misc","u":39,"t":2}]},"Innodb_buffer_pool_pages_old":{"t":3,"a":[{"a":"innodb_buffer_pool_pages_old","u":39,"t":2}]},"Innodb_buffer_pool_pages_total":{"t":3,"a":[{"a":"innodb_buffer_pool_pages_total","u":39,"t":2}]},"Innodb_buffer_pool_read_ahead":{"t":3,"a":[{"a":"innodb_buffer_pool_read_ahead","u":39,"t":2}]},"Innodb_buffer_pool_read_ahead_evicted":{"t":3,"a":[{"a":"innodb_buffer_pool_read_ahead_evicted","u":39,"t":2}]},"Innodb_buffer_pool_read_ahead_rnd":{"t":3,"a":[{"a":"innodb_buffer_pool_read_ahead_rnd","u":39,"t":2}]},"Innodb_buffer_pool_read_requests":{"t":3,"a":[{"a":"innodb_buffer_pool_read_requests","u":39,"t":2}]},"Innodb_buffer_pool_reads":{"t":3,"a":[{"a":"innodb_buffer_pool_reads","u":39,"t":2}]},"Innodb_buffer_pool_resize_status":{"t":3,"a":[{"a":"innodb_buffer_pool_resize_status","u":39,"t":2}]},"Innodb_buffer_pool_wait_free":{"t":3,"a":[{"a":"innodb_buffer_pool_wait_free","u":39,"t":2}]},"Innodb_buffer_pool_write_requests":{"t":3,"a":[{"a":"innodb_buffer_pool_write_requests","u":39,"t":2}]},"Innodb_checkpoint_age":{"t":3,"a":[{"a":"innodb_checkpoint_age","u":39,"t":2}]},"Innodb_checkpoint_max_age":{"t":3,"a":[{"a":"innodb_checkpoint_max_age","u":39,"t":2}]},"Innodb_checkpoint_target_age":{"t":3,"a":[{"a":"innodb_checkpoint_target_age","u":39,"t":2}]},"Innodb_current_row_locks":{"t":3,"a":[{"a":"innodb_current_row_locks","u":39,"t":2}]},"Innodb_data_fsyncs":{"t":3,"a":[{"a":"innodb_data_fsyncs","u":39,"t":2}]},"Innodb_data_pending_fsyncs":{"t":3,"a":[{"a":"innodb_data_pending_fsyncs","u":39,"t":2}]},"Innodb_data_pending_reads":{"t":3,"a":[{"a":"innodb_data_pending_reads","u":39,"t":2}]},"Innodb_data_pending_writes":{"t":3,"a":[{"a":"innodb_data_pending_writes","u":39,"t":2}]},"Innodb_data_read":{"t":3,"a":[{"a":"innodb_data_read","u":39,"t":2}]},"Innodb_data_reads":{"t":3,"a":[{"a":"innodb_data_reads","u":39,"t":2}]},"Innodb_data_writes":{"t":3,"a":[{"a":"innodb_data_writes","u":39,"t":2}]},"Innodb_data_written":{"t":3,"a":[{"a":"innodb_data_written","u":39,"t":2}]},"Innodb_dblwr_pages_written":{"t":3,"a":[{"a":"innodb_dblwr_pages_written","u":39,"t":2}]},"Innodb_dblwr_writes":{"t":3,"a":[{"a":"innodb_dblwr_writes","u":39,"t":2}]},"Innodb_deadlocks":{"t":3,"a":[{"a":"innodb_deadlocks","u":39,"t":2}]},"Innodb_defragment_compression_failures":{"t":3,"a":[{"a":"innodb_defragment_compression_failures","u":39,"t":2}]},"Innodb_defragment_count":{"t":3,"a":[{"a":"innodb_defragment_count","u":39,"t":2}]},"Innodb_defragment_failures":{"t":3,"a":[{"a":"innodb_defragment_failures","u":39,"t":2}]},"Innodb_dict_tables":{"t":3,"a":[{"a":"innodb_dict_tables","u":39,"t":2}]},"Innodb_encryption_n_merge_blocks_decrypted":{"t":3,"a":[{"a":"innodb_encryption_n_merge_blocks_decrypted","u":39,"t":2}]},"Innodb_encryption_n_merge_blocks_encrypted":{"t":3,"a":[{"a":"innodb_encryption_n_merge_blocks_encrypted","u":39,"t":2}]},"Innodb_encryption_n_rowlog_blocks_decrypted":{"t":3,"a":[{"a":"innodb_encryption_n_rowlog_blocks_decrypted","u":39,"t":2}]},"Innodb_encryption_n_rowlog_blocks_encrypted":{"t":3,"a":[{"a":"innodb_encryption_n_rowlog_blocks_encrypted","u":39,"t":2}]},"Innodb_encryption_num_key_requests":{"t":3,"a":[{"a":"innodb_encryption_num_key_requests","u":39,"t":2}]},"Innodb_encryption_rotation_estimated_iops":{"t":3,"a":[{"a":"innodb_encryption_rotation_estimated_iops","u":39,"t":2}]},"Innodb_encryption_rotation_pages_flushed":{"t":3,"a":[{"a":"innodb_encryption_rotation_pages_flushed","u":39,"t":2}]},"Innodb_encryption_rotation_pages_modified":{"t":3,"a":[{"a":"innodb_encryption_rotation_pages_modified","u":39,"t":2}]},"Innodb_encryption_rotation_pages_read_from_cache":{"t":3,"a":[{"a":"innodb_encryption_rotation_pages_read_from_cache","u":39,"t":2}]},"Innodb_encryption_rotation_pages_read_from_disk":{"t":3,"a":[{"a":"innodb_encryption_rotation_pages_read_from_disk","u":39,"t":2}]},"Innodb_have_atomic_builtins":{"t":2,"a":[{"a":"innodb_have_atomic_builtins","u":39,"t":2}]},"Innodb_have_bzip2":{"t":2,"a":[{"a":"innodb_have_bzip2","u":39,"t":2}]},"Innodb_have_lz4":{"t":2,"a":[{"a":"innodb_have_lz4","u":39,"t":2}]},"Innodb_have_lzma":{"t":2,"a":[{"a":"innodb_have_lzma","u":39,"t":2}]},"Innodb_have_lzo":{"t":2,"a":[{"a":"innodb_have_lzo","u":39,"t":2}]},"Innodb_have_punch_hole":{"t":3,"a":[{"a":"innodb_have_punch_hole","u":39,"t":2}]},"Innodb_have_snappy":{"t":2,"a":[{"a":"innodb_have_snappy","u":39,"t":2}]},"Innodb_history_list_length":{"t":3,"a":[{"a":"innodb_history_list_length","u":39,"t":2}]},"Innodb_ibuf_discarded_delete_marks":{"t":3,"a":[{"a":"innodb_ibuf_discarded_delete_marks","u":39,"t":2}]},"Innodb_ibuf_discarded_deletes":{"t":3,"a":[{"a":"innodb_ibuf_discarded_deletes","u":39,"t":2}]},"Innodb_ibuf_discarded_inserts":{"t":3,"a":[{"a":"innodb_ibuf_discarded_inserts","u":39,"t":2}]},"Innodb_ibuf_free_list":{"t":3,"a":[{"a":"innodb_ibuf_free_list","u":39,"t":2}]},"Innodb_ibuf_merged_delete_marks":{"t":3,"a":[{"a":"innodb_ibuf_merged_delete_marks","u":39,"t":2}]},"Innodb_ibuf_merged_deletes":{"t":3,"a":[{"a":"innodb_ibuf_merged_deletes","u":39,"t":2}]},"Innodb_ibuf_merged_inserts":{"t":3,"a":[{"a":"innodb_ibuf_merged_inserts","u":39,"t":2}]},"Innodb_ibuf_merges":{"t":3,"a":[{"a":"innodb_ibuf_merges","u":39,"t":2}]},"Innodb_ibuf_segment_size":{"t":3,"a":[{"a":"innodb_ibuf_segment_size","u":39,"t":2}]},"Innodb_ibuf_size":{"t":3,"a":[{"a":"innodb_ibuf_size","u":39,"t":2}]},"Innodb_instant_alter_column":{"t":3,"a":[{"a":"innodb_instant_alter_column","u":39,"t":2}]},"Innodb_log_waits":{"t":3,"a":[{"a":"innodb_log_waits","u":39,"t":2}]},"Innodb_log_write_requests":{"t":3,"a":[{"a":"innodb_log_write_requests","u":39,"t":2}]},"Innodb_log_writes":{"t":3,"a":[{"a":"innodb_log_writes","u":39,"t":2}]},"Innodb_lsn_current":{"t":3,"a":[{"a":"innodb_lsn_current","u":39,"t":2}]},"Innodb_lsn_flushed":{"t":3,"a":[{"a":"innodb_lsn_flushed","u":39,"t":2}]},"Innodb_lsn_last_checkpoint":{"t":3,"a":[{"a":"innodb_lsn_last_checkpoint","u":39,"t":2}]},"Innodb_master_thread_1_second_loops":{"t":3,"a":[{"a":"innodb_master_thread_1_second_loops","u":39,"t":2}]},"Innodb_master_thread_10_second_loops":{"t":3,"a":[{"a":"innodb_master_thread_10_second_loops","u":39,"t":2}]},"Innodb_master_thread_active_loops":{"t":3,"a":[{"a":"innodb_master_thread_active_loops","u":39,"t":2}]},"Innodb_master_thread_background_loops":{"t":3,"a":[{"a":"innodb_master_thread_background_loops","u":39,"t":2}]},"Innodb_master_thread_idle_loops":{"t":3,"a":[{"a":"innodb_master_thread_idle_loops","u":39,"t":2}]},"Innodb_master_thread_main_flush_loops":{"t":3,"a":[{"a":"innodb_master_thread_main_flush_loops","u":39,"t":2}]},"Innodb_master_thread_sleeps":{"t":3,"a":[{"a":"innodb_master_thread_sleeps","u":39,"t":2}]},"Innodb_max_trx_id":{"t":3,"a":[{"a":"innodb_max_trx_id","u":39,"t":2}]},"Innodb_mem_adaptive_hash":{"t":3,"a":[{"a":"innodb_mem_adaptive_hash","u":39,"t":2}]},"Innodb_mem_dictionary":{"t":3,"a":[{"a":"innodb_mem_dictionary","u":39,"t":2}]},"Innodb_mem_total":{"t":3,"a":[{"a":"innodb_mem_total","u":39,"t":2}]},"Innodb_mutex_os_waits":{"t":3,"a":[{"a":"innodb_mutex_os_waits","u":39,"t":2}]},"Innodb_mutex_spin_rounds":{"t":3,"a":[{"a":"innodb_mutex_spin_rounds","u":39,"t":2}]},"Innodb_mutex_spin_waits":{"t":3,"a":[{"a":"innodb_mutex_spin_waits","u":39,"t":2}]},"Innodb_num_index_pages_written":{"t":3,"a":[{"a":"innodb_num_index_pages_written","u":39,"t":2}]},"Innodb_num_non_index_pages_written":{"t":3,"a":[{"a":"innodb_num_non_index_pages_written","u":39,"t":2}]},"Innodb_num_open_files":{"t":3,"a":[{"a":"innodb_num_open_files","u":39,"t":2}]},"Innodb_num_page_compressed_trim_op":{"t":3,"a":[{"a":"innodb_num_page_compressed_trim_op","u":39,"t":2}]},"Innodb_num_page_compressed_trim_op_saved":{"t":3,"a":[{"a":"innodb_num_page_compressed_trim_op_saved","u":39,"t":2}]},"Innodb_num_pages_decrypted":{"t":3,"a":[{"a":"innodb_num_pages_decrypted","u":39,"t":2}]},"Innodb_num_pages_encrypted":{"t":3,"a":[{"a":"innodb_num_pages_encrypted","u":39,"t":2}]},"Innodb_num_pages_page_compressed":{"t":3,"a":[{"a":"innodb_num_pages_page_compressed","u":39,"t":2}]},"Innodb_num_pages_page_compression_error":{"t":3,"a":[{"a":"innodb_num_pages_page_compression_error","u":39,"t":2}]},"Innodb_num_pages_page_decompressed":{"t":3,"a":[{"a":"innodb_num_pages_page_decompressed","u":39,"t":2}]},"Innodb_num_pages_page_encryption_error":{"t":3,"a":[{"a":"innodb_num_pages_page_encryption_error","u":39,"t":2}]},"Innodb_oldest_view_low_limit_trx_id":{"t":3,"a":[{"a":"innodb_oldest_view_low_limit_trx_id","u":39,"t":2}]},"Innodb_onlineddl_pct_progress":{"t":3,"a":[{"a":"innodb_onlineddl_pct_progress","u":39,"t":2}]},"Innodb_onlineddl_rowlog_pct_used":{"t":3,"a":[{"a":"innodb_onlineddl_rowlog_pct_used","u":39,"t":2}]},"Innodb_onlineddl_rowlog_rows":{"t":3,"a":[{"a":"innodb_onlineddl_rowlog_rows","u":39,"t":2}]},"Innodb_os_log_fsyncs":{"t":3,"a":[{"a":"innodb_os_log_fsyncs","u":39,"t":2}]},"Innodb_os_log_pending_fsyncs":{"t":3,"a":[{"a":"innodb_os_log_pending_fsyncs","u":39,"t":2}]},"Innodb_os_log_pending_writes":{"t":3,"a":[{"a":"innodb_os_log_pending_writes","u":39,"t":2}]},"Innodb_os_log_written":{"t":3,"a":[{"a":"innodb_os_log_written","u":39,"t":2}]},"Innodb_page_compression_saved":{"t":9,"a":[{"a":"innodb_page_compression_saved","u":39,"t":2}]},"Innodb_page_compression_trim_sect512":{"t":3,"a":[{"a":"innodb_page_compression_trim_sect512","u":39,"t":2}]},"Innodb_page_compression_trim_sect1024":{"t":3,"a":[{"a":"innodb_page_compression_trim_sect1024","u":39,"t":2}]},"Innodb_page_compression_trim_sect2048":{"t":3,"a":[{"a":"innodb_page_compression_trim_sect2048","u":39,"t":2}]},"Innodb_page_compression_trim_sect4096":{"t":3,"a":[{"a":"innodb_page_compression_trim_sect4096","u":39,"t":2}]},"Innodb_page_compression_trim_sect8192":{"t":3,"a":[{"a":"innodb_page_compression_trim_sect8192","u":39,"t":2}]},"Innodb_page_compression_trim_sect16384":{"t":3,"a":[{"a":"innodb_page_compression_trim_sect16384","u":39,"t":2}]},"Innodb_page_compression_trim_sect32768":{"t":3,"a":[{"a":"innodb_page_compression_trim_sect32768","u":39,"t":2}]},"Innodb_page_size":{"t":3,"a":[{"a":"innodb_page_size","u":39,"t":2}]},"Innodb_pages_created":{"t":3,"a":[{"a":"innodb_pages_created","u":39,"t":2}]},"Innodb_pages_read":{"t":3,"a":[{"a":"innodb_pages_read","u":39,"t":2}]},"Innodb_pages0_read":{"t":3,"a":[{"a":"innodb_pages0_read","u":39,"t":2}]},"Innodb_pages_written":{"t":3,"a":[{"a":"innodb_pages_written","u":39,"t":2}]},"Innodb_purge_trx_id":{"t":3,"a":[{"a":"innodb_purge_trx_id","u":39,"t":2}]},"Innodb_purge_undo_no":{"t":3,"a":[{"a":"innodb_purge_undo_no","u":39,"t":2}]},"Innodb_read_views_memory":{"t":3,"a":[{"a":"innodb_read_views_memory","u":39,"t":2}]},"Innodb_row_lock_current_waits":{"t":3,"a":[{"a":"innodb_row_lock_current_waits","u":39,"t":2}]},"Innodb_row_lock_numbers":{"t":3,"a":[{"a":"innodb_row_lock_numbers","u":39,"t":2}]},"Innodb_row_lock_time":{"t":3,"a":[{"a":"innodb_row_lock_time","u":39,"t":2}]},"Innodb_row_lock_time_avg":{"t":3,"a":[{"a":"innodb_row_lock_time_avg","u":39,"t":2}]},"Innodb_row_lock_time_max":{"t":3,"a":[{"a":"innodb_row_lock_time_max","u":39,"t":2}]},"Innodb_row_lock_time_waits":{"t":3,"a":[{"a":"innodb_row_lock_time_waits","u":39,"t":2}]},"Innodb_rows_deleted":{"t":3,"a":[{"a":"innodb_rows_deleted","u":39,"t":2}]},"Innodb_rows_inserted":{"t":3,"a":[{"a":"innodb_rows_inserted","u":39,"t":2}]},"Innodb_rows_read":{"t":3,"a":[{"a":"innodb_rows_read","u":39,"t":2}]},"Innodb_rows_updated":{"t":3,"a":[{"a":"innodb_rows_updated","u":39,"t":2}]},"Innodb_s_lock_os_waits":{"t":3,"a":[{"a":"innodb_s_lock_os_waits","u":39,"t":2}]},"Innodb_s_lock_spin_rounds":{"t":3,"a":[{"a":"innodb_s_lock_spin_rounds","u":39,"t":2}]},"Innodb_s_lock_spin_waits":{"t":3,"a":[{"a":"innodb_s_lock_spin_waits","u":39,"t":2}]},"Innodb_scrub_background_page_reorganizations":{"t":3,"a":[{"a":"innodb_scrub_background_page_reorganizations","u":39,"t":2}]},"Innodb_scrub_background_page_split_failures_missing_index":{"t":3,"a":[{"a":"innodb_scrub_background_page_split_failures_missing_index","u":39,"t":2}]},"Innodb_scrub_background_page_split_failures_out_of_filespace":{"t":3,"a":[{"a":"innodb_scrub_background_page_split_failures_out_of_filespace","u":39,"t":2}]},"Innodb_scrub_background_page_split_failures_underflow":{"t":3,"a":[{"a":"innodb_scrub_background_page_split_failures_underflow","u":39,"t":2}]},"Innodb_scrub_background_page_split_failures_unknown":{"t":3,"a":[{"a":"innodb_scrub_background_page_split_failures_unknown","u":39,"t":2}]},"Innodb_scrub_background_page_splits":{"t":3,"a":[{"a":"innodb_scrub_background_page_splits","u":39,"t":2}]},"Innodb_scrub_log":{"t":3,"a":[{"a":"innodb_scrub_log","u":39,"t":2}]},"Innodb_secondary_index_triggered_cluster_reads":{"t":3,"a":[{"a":"innodb_secondary_index_triggered_cluster_reads","u":39,"t":2}]},"Innodb_secondary_index_triggered_cluster_reads_avoided":{"t":3,"a":[{"a":"innodb_secondary_index_triggered_cluster_reads_avoided","u":39,"t":2}]},"Innodb_system_rows_deleted":{"t":3,"a":[{"a":"innodb_system_rows_deleted","u":39,"t":2}]},"Innodb_system_rows_inserted":{"t":3,"a":[{"a":"innodb_system_rows_inserted","u":39,"t":2}]},"Innodb_system_rows_read":{"t":3,"a":[{"a":"innodb_system_rows_read","u":39,"t":2}]},"Innodb_system_rows_updated":{"t":3,"a":[{"a":"innodb_system_rows_updated","u":39,"t":2}]},"Innodb_truncated_status_writes":{"t":3,"a":[{"a":"innodb_truncated_status_writes","u":39,"t":2}]},"Innodb_undo_truncations":{"t":3,"a":[{"a":"innodb_undo_truncations","u":39,"t":2}]},"Innodb_x_lock_os_waits":{"t":3,"a":[{"a":"innodb_x_lock_os_waits","u":39,"t":2}]},"Innodb_x_lock_spin_rounds":{"t":3,"a":[{"a":"innodb_x_lock_spin_rounds","u":39,"t":2}]},"Innodb_x_lock_spin_waits":{"t":3,"a":[{"a":"innodb_x_lock_spin_waits","u":39,"t":2}]},"have_innodb":{"d":false,"a":[{"a":"have_innodb","u":40,"t":2}]},"ignore_builtin_innodb":{"d":false,"t":2,"a":[{"a":"ignore_builtin_innodb","u":40,"t":2},{"a":"sysvar_ignore_builtin_innodb","u":41,"t":1}]},"innodb_adaptive_checkpoint":{"d":true,"t":1,"a":[{"a":"innodb_adaptive_checkpoint","u":40,"t":2}]},"innodb_adaptive_flushing":{"d":true,"t":2,"a":[{"a":"innodb_adaptive_flushing","u":40,"t":2},{"a":"sysvar_innodb_adaptive_flushing","u":41,"t":1}]},"innodb_adaptive_flushing_lwm":{"d":true,"t":3,"a":[{"a":"innodb_adaptive_flushing_lwm","u":40,"t":2},{"a":"sysvar_innodb_adaptive_flushing_lwm","u":41,"t":1}]},"innodb_adaptive_flushing_method":{"d":true,"t":5,"a":[{"a":"innodb_adaptive_flushing_method","u":40,"t":2}]},"innodb_adaptive_hash_index":{"d":true,"t":2,"a":[{"a":"innodb_adaptive_hash_index","u":40,"t":2},{"a":"sysvar_innodb_adaptive_hash_index","u":41,"t":1}]},"innodb_adaptive_hash_index_partitions":{"d":false,"t":3,"a":[{"a":"innodb_adaptive_hash_index_partitions","u":40,"t":2}]},"innodb_adaptive_hash_index_parts":{"d":false,"t":3,"a":[{"a":"innodb_adaptive_hash_index_parts","u":40,"t":2},{"a":"sysvar_innodb_adaptive_hash_index_parts","u":41,"t":1}]},"innodb_adaptive_max_sleep_delay":{"d":true,"t":3,"a":[{"a":"innodb_adaptive_max_sleep_delay","u":40,"t":2},{"a":"sysvar_innodb_adaptive_max_sleep_delay","u":41,"t":1}]},"innodb_additional_mem_pool_size":{"d":false,"t":3,"a":[{"a":"innodb_additional_mem_pool_size","u":40,"t":2}]},"innodb_api_bk_commit_interval":{"d":true,"t":3,"a":[{"a":"innodb_api_bk_commit_interval","u":40,"t":2},{"a":"sysvar_innodb_api_bk_commit_interval","u":41,"t":1}]},"innodb_api_disable_rowlock":{"d":false,"t":2,"a":[{"a":"innodb_api_disable_rowlock","u":40,"t":2},{"a":"sysvar_innodb_api_disable_rowlock","u":41,"t":1}]},"innodb_api_enable_binlog":{"d":false,"t":2,"a":[{"a":"innodb_api_enable_binlog","u":40,"t":2},{"a":"sysvar_innodb_api_enable_binlog","u":41,"t":1}]},"innodb_api_enable_mdl":{"d":false,"t":2,"a":[{"a":"innodb_api_enable_mdl","u":40,"t":2},{"a":"sysvar_innodb_api_enable_mdl","u":41,"t":1}]},"innodb_api_trx_level":{"d":true,"t":3,"a":[{"a":"innodb_api_trx_level","u":40,"t":2},{"a":"sysvar_innodb_api_trx_level","u":41,"t":1}]},"innodb_auto_lru_dump":{"a":[{"a":"innodb_auto_lru_dump","u":40,"t":2}]},"innodb_autoextend_increment":{"d":true,"t":3,"a":[{"a":"innodb_autoextend_increment","u":40,"t":2},{"a":"sysvar_innodb_autoextend_increment","u":41,"t":1}]},"innodb_autoinc_lock_mode":{"d":false,"t":3,"a":[{"a":"innodb_autoinc_lock_mode","u":40,"t":2},{"a":"sysvar_innodb_autoinc_lock_mode","u":41,"t":1}]},"innodb_background_scrub_data_check_interval":{"d":true,"t":3,"a":[{"a":"innodb_background_scrub_data_check_interval","u":40,"t":2}]},"innodb_background_scrub_data_compressed":{"d":true,"t":2,"a":[{"a":"innodb_background_scrub_data_compressed","u":40,"t":2}]},"innodb_background_scrub_data_interval":{"d":true,"t":3,"a":[{"a":"innodb_background_scrub_data_interval","u":40,"t":2}]},"innodb_background_scrub_data_uncompressed":{"d":true,"t":2,"a":[{"a":"innodb_background_scrub_data_uncompressed","u":40,"t":2}]},"innodb_blocking_buffer_pool_restore":{"d":false,"t":2,"a":[{"a":"innodb_blocking_buffer_pool_restore","u":40,"t":2}]},"innodb_buf_dump_status_frequency":{"d":true,"t":3,"a":[{"a":"innodb_buf_dump_status_frequency","u":40,"t":2}]},"innodb_buffer_pool_chunk_size":{"d":false,"t":3,"a":[{"a":"innodb_buffer_pool_chunk_size","u":40,"t":2},{"a":"sysvar_innodb_buffer_pool_chunk_size","u":41,"t":1}]},"innodb_buffer_pool_dump_at_shutdown":{"d":true,"t":2,"a":[{"a":"innodb_buffer_pool_dump_at_shutdown","u":40,"t":2},{"a":"sysvar_innodb_buffer_pool_dump_at_shutdown","u":41,"t":1}]},"innodb_buffer_pool_dump_now":{"d":true,"t":2,"a":[{"a":"innodb_buffer_pool_dump_now","u":40,"t":2},{"a":"sysvar_innodb_buffer_pool_dump_now","u":41,"t":1}]},"innodb_buffer_pool_dump_pct":{"d":true,"a":[{"a":"innodb_buffer_pool_dump_pct","u":40,"t":2},{"a":"sysvar_innodb_buffer_pool_dump_pct","u":41,"t":1}]},"innodb_buffer_pool_evict":{"d":true,"t":1,"a":[{"a":"innodb_buffer_pool_evict","u":40,"t":2}]},"innodb_buffer_pool_filename":{"d":true,"a":[{"a":"innodb_buffer_pool_filename","u":40,"t":2},{"a":"sysvar_innodb_buffer_pool_filename","u":41,"t":1}]},"innodb_buffer_pool_instances":{"d":false,"t":3,"a":[{"a":"innodb_buffer_pool_instances","u":40,"t":2},{"a":"sysvar_innodb_buffer_pool_instances","u":41,"t":1}]},"innodb_buffer_pool_load_abort":{"d":true,"t":2,"a":[{"a":"innodb_buffer_pool_load_abort","u":40,"t":2},{"a":"sysvar_innodb_buffer_pool_load_abort","u":41,"t":1}]},"innodb_buffer_pool_load_at_startup":{"d":false,"t":2,"a":[{"a":"innodb_buffer_pool_load_at_startup","u":40,"t":2},{"a":"sysvar_innodb_buffer_pool_load_at_startup","u":41,"t":1}]},"innodb_buffer_pool_load_now":{"d":true,"t":2,"a":[{"a":"innodb_buffer_pool_load_now","u":40,"t":2},{"a":"sysvar_innodb_buffer_pool_load_now","u":41,"t":1}]},"innodb_buffer_pool_populate":{"d":false,"t":2,"a":[{"a":"innodb_buffer_pool_populate","u":40,"t":2}]},"innodb_buffer_pool_restore_at_startup":{"d":true,"t":3,"a":[{"a":"innodb_buffer_pool_restore_at_startup","u":40,"t":2}]},"innodb_buffer_pool_shm_checksum":{"d":false,"t":2,"a":[{"a":"innodb_buffer_pool_shm_checksum","u":40,"t":2}]},"innodb_buffer_pool_shm_key":{"d":false,"t":2,"a":[{"a":"innodb_buffer_pool_shm_key","u":40,"t":2}]},"innodb_buffer_pool_size":{"t":3,"a":[{"a":"innodb_buffer_pool_size","u":40,"t":2},{"a":"sysvar_innodb_buffer_pool_size","u":41,"t":1}]},"innodb_change_buffer_dump":{"d":false,"t":2,"a":[{"a":"innodb_change_buffer_dump","u":40,"t":2}]},"innodb_change_buffer_max_size":{"d":true,"t":3,"a":[{"a":"innodb_change_buffer_max_size","u":40,"t":2},{"a":"sysvar_innodb_change_buffer_max_size","u":41,"t":1}]},"innodb_change_buffering":{"d":true,"t":5,"a":[{"a":"innodb_change_buffering","u":40,"t":2},{"a":"sysvar_innodb_change_buffering","u":41,"t":1}]},"innodb_change_buffering_debug":{"d":true,"t":3,"a":[{"a":"innodb_change_buffering_debug","u":40,"t":2},{"a":"sysvar_innodb_change_buffering_debug","u":41,"t":1}]},"innodb_checkpoint_age_target":{"d":true,"t":3,"a":[{"a":"innodb_checkpoint_age_target","u":40,"t":2}]},"innodb_checksum_algorithm":{"d":true,"t":5,"a":[{"a":"innodb_checksum_algorithm","u":40,"t":2},{"a":"sysvar_innodb_checksum_algorithm","u":41,"t":1}]},"innodb_checksums":{"d":false,"t":2,"a":[{"a":"innodb_checksums","u":40,"t":2}]},"innodb_cleaner_lsn_age_factor":{"d":true,"a":[{"a":"innodb_cleaner_lsn_age_factor","u":40,"t":2}]},"innodb_cmp_per_index_enabled":{"d":true,"t":2,"a":[{"a":"innodb_cmp_per_index_enabled","u":40,"t":2},{"a":"sysvar_innodb_cmp_per_index_enabled","u":41,"t":1}]},"innodb_commit_concurrency":{"d":true,"t":3,"a":[{"a":"innodb_commit_concurrency","u":40,"t":2},{"a":"sysvar_innodb_commit_concurrency","u":41,"t":1}]},"innodb_compression_algorithm":{"d":true,"a":[{"a":"innodb_compression_algorithm","u":40,"t":2}]},"innodb_compression_default":{"d":true,"t":2,"a":[{"a":"innodb_compression_default","u":40,"t":2}]},"innodb_compression_failure_threshold_pct":{"d":true,"t":3,"a":[{"a":"innodb_compression_failure_threshold_pct","u":40,"t":2},{"a":"sysvar_innodb_compression_failure_threshold_pct","u":41,"t":1}]},"innodb_compression_level":{"d":true,"t":3,"a":[{"a":"innodb_compression_level","u":40,"t":2},{"a":"sysvar_innodb_compression_level","u":41,"t":1}]},"innodb_compression_pad_pct_max":{"d":true,"t":3,"a":[{"a":"innodb_compression_pad_pct_max","u":40,"t":2},{"a":"sysvar_innodb_compression_pad_pct_max","u":41,"t":1}]},"innodb_concurrency_tickets":{"d":true,"t":3,"a":[{"a":"innodb_concurrency_tickets","u":40,"t":2},{"a":"sysvar_innodb_concurrency_tickets","u":41,"t":1}]},"innodb_corrupt_table_action":{"d":true,"t":5,"a":[{"a":"innodb_corrupt_table_action","u":40,"t":2}]},"innodb_data_file_path":{"d":false,"a":[{"a":"innodb_data_file_path","u":40,"t":2},{"a":"sysvar_innodb_data_file_path","u":41,"t":1}]},"innodb_data_home_dir":{"d":false,"t":7,"a":[{"a":"innodb_data_home_dir","u":40,"t":2},{"a":"sysvar_innodb_data_home_dir","u":41,"t":1}]},"innodb_deadlock_detect":{"d":true,"t":2,"a":[{"a":"innodb_deadlock_detect","u":40,"t":2},{"a":"sysvar_innodb_deadlock_detect","u":41,"t":1}]},"innodb_default_page_encryption_key":{"d":true,"t":3,"a":[{"a":"innodb_default_page_encryption_key","u":40,"t":2}]},"innodb_default_encryption_key_id":{"d":true,"t":3,"a":[{"a":"innodb_default_encryption_key_id","u":40,"t":2}]},"innodb_default_row_format":{"d":true,"t":5,"a":[{"a":"innodb_default_row_format","u":40,"t":2},{"a":"sysvar_innodb_default_row_format","u":41,"t":1}]},"innodb_defragment":{"d":true,"t":2,"a":[{"a":"innodb_defragment","u":40,"t":2}]},"innodb_defragment_fill_factor":{"d":true,"a":[{"a":"innodb_defragment_fill_factor","u":40,"t":2}]},"innodb_defragment_fill_factor_n_recs":{"d":true,"t":3,"a":[{"a":"innodb_defragment_fill_factor_n_recs","u":40,"t":2}]},"innodb_defragment_frequency":{"d":true,"t":3,"a":[{"a":"innodb_defragment_frequency","u":40,"t":2}]},"innodb_defragment_n_pages":{"d":true,"t":3,"a":[{"a":"innodb_defragment_n_pages","u":40,"t":2}]},"innodb_defragment_stats_accuracy":{"d":true,"t":3,"a":[{"a":"innodb_defragment_stats_accuracy","u":40,"t":2}]},"innodb_dict_size_limit":{"d":true,"t":3,"a":[{"a":"innodb_dict_size_limit","u":40,"t":2}]},"innodb_disable_sort_file_cache":{"d":true,"t":2,"a":[{"a":"innodb_disable_sort_file_cache","u":40,"t":2},{"a":"sysvar_innodb_disable_sort_file_cache","u":41,"t":1}]},"innodb_disallow_writes":{"d":true,"t":2,"a":[{"a":"innodb_disallow_writes","u":40,"t":2}]},"innodb_doublewrite":{"d":false,"t":2,"a":[{"a":"innodb_doublewrite","u":40,"t":2},{"a":"sysvar_innodb_doublewrite","u":41,"t":1}]},"innodb_doublewrite_file":{"d":false,"a":[{"a":"innodb_doublewrite_file","u":40,"t":2}]},"innodb_empty_free_list_algorithm":{"d":true,"a":[{"a":"innodb_empty_free_list_algorithm","u":40,"t":2}]},"innodb_enable_unsafe_group_commit":{"d":true,"t":3,"a":[{"a":"innodb_enable_unsafe_group_commit","u":40,"t":2}]},"innodb_encrypt_log":{"d":false,"t":2,"a":[{"a":"innodb_encrypt_log","u":40,"t":2}]},"innodb_encrypt_tables":{"d":true,"t":2,"a":[{"a":"innodb_encrypt_tables","u":40,"t":2}]},"innodb_encrypt_temporary_tables":{"d":false,"t":2,"a":[{"a":"innodb_encrypt_temporary_tables","u":40,"t":2}]},"innodb_encryption_rotate_key_age":{"d":true,"t":3,"a":[{"a":"innodb_encryption_rotate_key_age","u":40,"t":2}]},"innodb_encryption_rotation_iops":{"d":true,"t":3,"a":[{"a":"innodb_encryption_rotation_iops","u":40,"t":2}]},"innodb_encryption_threads":{"d":true,"t":3,"a":[{"a":"innodb_encryption_threads","u":40,"t":2}]},"innodb_extra_rsegments":{"d":false,"t":3,"a":[{"a":"innodb_extra_rsegments","u":40,"t":2}]},"innodb_extra_undoslots":{"d":false,"t":2,"a":[{"a":"innodb_extra_undoslots","u":40,"t":2}]},"innodb_fake_changes":{"d":true,"t":2,"a":[{"a":"innodb_fake_changes","u":40,"t":2}]},"innodb_fast_checksum":{"d":false,"t":2,"a":[{"a":"innodb_fast_checksum","u":40,"t":2}]},"innodb_fast_shutdown":{"d":true,"t":3,"a":[{"a":"innodb_fast_shutdown","u":40,"t":2},{"a":"sysvar_innodb_fast_shutdown","u":41,"t":1}]},"innodb_fatal_semaphore_wait_threshold":{"d":false,"t":3,"a":[{"a":"innodb_fatal_semaphore_wait_threshold","u":40,"t":2}]},"innodb_file_format":{"d":true,"t":1,"a":[{"a":"innodb_file_format","u":40,"t":2}]},"innodb_file_format_check":{"d":false,"t":2,"a":[{"a":"innodb_file_format_check","u":40,"t":2}]},"innodb_file_format_max":{"d":true,"t":1,"a":[{"a":"innodb_file_format_max","u":40,"t":2}]},"innodb_file_per_table":{"d":true,"t":2,"a":[{"a":"innodb_file_per_table","u":40,"t":2},{"a":"sysvar_innodb_file_per_table","u":41,"t":1}]},"innodb_fill_factor":{"d":true,"t":3,"a":[{"a":"innodb_fill_factor","u":40,"t":2},{"a":"sysvar_innodb_fill_factor","u":41,"t":1}]},"innodb_flush_log_at_timeout":{"d":true,"t":3,"a":[{"a":"innodb_flush_log_at_timeout","u":40,"t":2},{"a":"sysvar_innodb_flush_log_at_timeout","u":41,"t":1}]},"innodb_flush_log_at_trx_commit":{"d":true,"t":5,"a":[{"a":"innodb_flush_log_at_trx_commit","u":40,"t":2},{"a":"sysvar_innodb_flush_log_at_trx_commit","u":41,"t":1}]},"innodb_flush_method":{"d":false,"a":[{"a":"innodb_flush_method","u":40,"t":2},{"a":"sysvar_innodb_flush_method","u":41,"t":1}]},"innodb_flush_neighbor_pages":{"d":true,"t":5,"a":[{"a":"innodb_flush_neighbor_pages","u":40,"t":2}]},"innodb_flush_neighbors":{"d":true,"t":5,"a":[{"a":"innodb_flush_neighbors","u":40,"t":2},{"a":"sysvar_innodb_flush_neighbors","u":41,"t":1}]},"innodb_flush_sync":{"d":true,"t":2,"a":[{"a":"innodb_flush_sync","u":40,"t":2},{"a":"sysvar_innodb_flush_sync","u":41,"t":1}]},"innodb_flushing_avg_loops":{"d":true,"t":3,"a":[{"a":"innodb_flushing_avg_loops","u":40,"t":2},{"a":"sysvar_innodb_flushing_avg_loops","u":41,"t":1}]},"innodb_force_load_corrupted":{"d":false,"t":2,"a":[{"a":"innodb_force_load_corrupted","u":40,"t":2},{"a":"sysvar_innodb_force_load_corrupted","u":41,"t":1}]},"innodb_force_primary_key":{"d":true,"t":2,"a":[{"a":"innodb_force_primary_key","u":40,"t":2}]},"innodb_force_recovery":{"d":false,"a":[{"a":"innodb_force_recovery","u":40,"t":2},{"a":"sysvar_innodb_force_recovery","u":41,"t":1}]},"innodb_foreground_preflush":{"d":true,"a":[{"a":"innodb_foreground_preflush","u":40,"t":2}]},"innodb_ft_aux_table":{"d":true,"t":1,"a":[{"a":"innodb_ft_aux_table","u":40,"t":2},{"a":"sysvar_innodb_ft_aux_table","u":41,"t":1}]},"innodb_ft_cache_size":{"d":false,"t":3,"a":[{"a":"innodb_ft_cache_size","u":40,"t":2},{"a":"sysvar_innodb_ft_cache_size","u":41,"t":1}]},"innodb_ft_enable_diag_print":{"d":true,"t":2,"a":[{"a":"innodb_ft_enable_diag_print","u":40,"t":2},{"a":"sysvar_innodb_ft_enable_diag_print","u":41,"t":1}]},"innodb_ft_enable_stopword":{"d":true,"t":2,"a":[{"a":"innodb_ft_enable_stopword","u":40,"t":2},{"a":"sysvar_innodb_ft_enable_stopword","u":41,"t":1}]},"innodb_ft_max_token_size":{"d":false,"t":3,"a":[{"a":"innodb_ft_max_token_size","u":40,"t":2},{"a":"sysvar_innodb_ft_max_token_size","u":41,"t":1}]},"innodb_ft_min_token_size":{"d":false,"t":3,"a":[{"a":"innodb_ft_min_token_size","u":40,"t":2},{"a":"sysvar_innodb_ft_min_token_size","u":41,"t":1}]},"innodb_ft_num_word_optimize":{"d":true,"t":3,"a":[{"a":"innodb_ft_num_word_optimize","u":40,"t":2},{"a":"sysvar_innodb_ft_num_word_optimize","u":41,"t":1}]},"innodb_ft_result_cache_limit":{"d":true,"t":3,"a":[{"a":"innodb_ft_result_cache_limit","u":40,"t":2},{"a":"sysvar_innodb_ft_result_cache_limit","u":41,"t":1}]},"innodb_ft_server_stopword_table":{"d":true,"t":1,"a":[{"a":"innodb_ft_server_stopword_table","u":40,"t":2},{"a":"sysvar_innodb_ft_server_stopword_table","u":41,"t":1}]},"innodb_ft_sort_pll_degree":{"d":false,"t":3,"a":[{"a":"innodb_ft_sort_pll_degree","u":40,"t":2},{"a":"sysvar_innodb_ft_sort_pll_degree","u":41,"t":1}]},"innodb_ft_total_cache_size":{"d":false,"t":3,"a":[{"a":"innodb_ft_total_cache_size","u":40,"t":2},{"a":"sysvar_innodb_ft_total_cache_size","u":41,"t":1}]},"innodb_ft_user_stopword_table":{"d":true,"t":1,"a":[{"a":"innodb_ft_user_stopword_table","u":40,"t":2},{"a":"sysvar_innodb_ft_user_stopword_table","u":41,"t":1}]},"innodb_ibuf_accel_rate":{"d":true,"t":3,"a":[{"a":"innodb_ibuf_accel_rate","u":40,"t":2}]},"innodb_ibuf_active_contract":{"d":true,"t":3,"a":[{"a":"innodb_ibuf_active_contract","u":40,"t":2}]},"innodb_ibuf_max_size":{"d":false,"t":3,"a":[{"a":"innodb_ibuf_max_size","u":40,"t":2}]},"innodb_idle_flush_pct":{"d":true,"t":3,"a":[{"a":"innodb_idle_flush_pct","u":40,"t":2},{"a":"sysvar_innodb_idle_flush_pct","u":41,"t":1}]},"innodb_immediate_scrub_data_uncompressed":{"d":true,"t":2,"a":[{"a":"innodb_immediate_scrub_data_uncompressed","u":40,"t":2}]},"innodb_import_table_from_xtrabackup":{"d":true,"t":3,"a":[{"a":"innodb_import_table_from_xtrabackup","u":40,"t":2}]},"innodb_instrument_semaphores":{"d":true,"t":2,"a":[{"a":"innodb_instrument_semaphores","u":40,"t":2}]},"innodb_io_capacity":{"d":true,"t":3,"a":[{"a":"innodb_io_capacity","u":40,"t":2},{"a":"sysvar_innodb_io_capacity","u":41,"t":1}]},"innodb_io_capacity_max":{"d":true,"t":3,"a":[{"a":"innodb_io_capacity_max","u":40,"t":2},{"a":"sysvar_innodb_io_capacity_max","u":41,"t":1}]},"innodb_kill_idle_transaction":{"d":true,"t":3,"a":[{"a":"innodb_kill_idle_transaction","u":40,"t":2}]},"innodb_large_prefix":{"d":true,"t":2,"a":[{"a":"innodb_large_prefix","u":40,"t":2}]},"innodb_lazy_drop_table":{"d":true,"t":2,"a":[{"a":"innodb_lazy_drop_table","u":40,"t":2}]},"innodb_lock_schedule_algorithm":{"d":false,"a":[{"a":"innodb_lock_schedule_algorithm","u":40,"t":2}]},"innodb_lock_wait_timeout":{"d":true,"t":3,"a":[{"a":"innodb_lock_wait_timeout","u":40,"t":2},{"a":"sysvar_innodb_lock_wait_timeout","u":41,"t":1}]},"innodb_locking_fake_changes":{"d":true,"t":2,"a":[{"a":"innodb_locking_fake_changes","u":40,"t":2}]},"innodb_locks_unsafe_for_binlog":{"d":false,"t":2,"a":[{"a":"innodb_locks_unsafe_for_binlog","u":40,"t":2}]},"innodb_log_arch_dir":{"d":false,"t":1,"a":[{"a":"innodb_log_arch_dir","u":40,"t":2}]},"innodb_log_arch_expire_sec":{"d":true,"t":3,"a":[{"a":"innodb_log_arch_expire_sec","u":40,"t":2}]},"innodb_log_archive":{"d":true,"t":2,"a":[{"a":"innodb_log_archive","u":40,"t":2}]},"innodb_log_block_size":{"d":false,"t":3,"a":[{"a":"innodb_log_block_size","u":40,"t":2}]},"innodb_log_buffer_size":{"t":3,"a":[{"a":"innodb_log_buffer_size","u":40,"t":2},{"a":"sysvar_innodb_log_buffer_size","u":41,"t":1}]},"innodb_log_checksum_algorithm":{"d":true,"a":[{"a":"innodb_log_checksum_algorithm","u":40,"t":2}]},"innodb_log_checksums":{"d":true,"t":2,"a":[{"a":"innodb_log_checksums","u":40,"t":2},{"a":"sysvar_innodb_log_checksums","u":41,"t":1}]},"innodb_log_compressed_pages":{"d":true,"t":2,"a":[{"a":"innodb_log_compressed_pages","u":40,"t":2},{"a":"sysvar_innodb_log_compressed_pages","u":41,"t":1}]},"innodb_log_file_size":{"d":false,"t":3,"a":[{"a":"innodb_log_file_size","u":40,"t":2},{"a":"sysvar_innodb_log_file_size","u":41,"t":1}]},"innodb_log_files_in_group":{"d":false,"t":3,"a":[{"a":"innodb_log_files_in_group","u":40,"t":2},{"a":"sysvar_innodb_log_files_in_group","u":41,"t":1}]},"innodb_log_group_home_dir":{"d":false,"t":7,"a":[{"a":"innodb_log_group_home_dir","u":40,"t":2},{"a":"sysvar_innodb_log_group_home_dir","u":41,"t":1}]},"innodb_log_optimize_ddl":{"d":true,"t":2,"a":[{"a":"innodb_log_optimize_ddl","u":40,"t":2}]},"innodb_log_write_ahead_size":{"d":true,"t":3,"a":[{"a":"innodb_log_write_ahead_size","u":40,"t":2},{"a":"sysvar_innodb_log_write_ahead_size","u":41,"t":1}]},"innodb_lru_scan_depth":{"d":true,"t":3,"a":[{"a":"innodb_lru_scan_depth","u":40,"t":2},{"a":"sysvar_innodb_lru_scan_depth","u":41,"t":1}]},"innodb_max_bitmap_file_size":{"d":true,"t":3,"a":[{"a":"innodb_max_bitmap_file_size","u":40,"t":2}]},"innodb_max_changed_pages":{"d":true,"t":3,"a":[{"a":"innodb_max_changed_pages","u":40,"t":2}]},"innodb_max_dirty_pages_pct":{"t":3,"a":[{"a":"innodb_max_dirty_pages_pct","u":40,"t":2},{"a":"sysvar_innodb_max_dirty_pages_pct","u":41,"t":1}]},"innodb_max_dirty_pages_pct_lwm":{"d":true,"t":3,"a":[{"a":"innodb_max_dirty_pages_pct_lwm","u":40,"t":2},{"a":"sysvar_innodb_max_dirty_pages_pct_lwm","u":41,"t":1}]},"innodb_max_purge_lag":{"d":true,"t":3,"a":[{"a":"innodb_max_purge_lag","u":40,"t":2},{"a":"sysvar_innodb_max_purge_lag","u":41,"t":1}]},"innodb_max_purge_lag_delay":{"d":true,"t":3,"a":[{"a":"innodb_max_purge_lag_delay","u":40,"t":2},{"a":"sysvar_innodb_max_purge_lag_delay","u":41,"t":1}]},"innodb_max_undo_log_size":{"d":true,"t":3,"a":[{"a":"innodb_max_undo_log_size","u":40,"t":2},{"a":"sysvar_innodb_max_undo_log_size","u":41,"t":1}]},"innodb_merge_sort_block_size":{"d":true,"t":3,"a":[{"a":"innodb_merge_sort_block_size","u":40,"t":2}]},"innodb_mirrored_log_groups":{"a":[{"a":"innodb_mirrored_log_groups","u":40,"t":2}]},"innodb_mtflush_threads":{"d":false,"t":3,"a":[{"a":"innodb_mtflush_threads","u":40,"t":2}]},"innodb_monitor_disable":{"d":true,"t":1,"a":[{"a":"innodb_monitor_disable","u":40,"t":2},{"a":"sysvar_innodb_monitor_disable","u":41,"t":1}]},"innodb_monitor_enable":{"d":true,"t":1,"a":[{"a":"innodb_monitor_enable","u":40,"t":2},{"a":"sysvar_innodb_monitor_enable","u":41,"t":1}]},"innodb_monitor_reset":{"d":true,"a":[{"a":"innodb_monitor_reset","u":40,"t":2},{"a":"sysvar_innodb_monitor_reset","u":41,"t":1}]},"innodb_monitor_reset_all":{"d":true,"a":[{"a":"innodb_monitor_reset_all","u":40,"t":2},{"a":"sysvar_innodb_monitor_reset_all","u":41,"t":1}]},"innodb_numa_interleave":{"d":false,"t":2,"a":[{"a":"innodb_numa_interleave","u":40,"t":2},{"a":"sysvar_innodb_numa_interleave","u":41,"t":1}]},"innodb_old_blocks_pct":{"d":true,"t":3,"a":[{"a":"innodb_old_blocks_pct","u":40,"t":2},{"a":"sysvar_innodb_old_blocks_pct","u":41,"t":1}]},"innodb_old_blocks_time":{"d":true,"t":3,"a":[{"a":"innodb_old_blocks_time","u":40,"t":2},{"a":"sysvar_innodb_old_blocks_time","u":41,"t":1}]},"innodb_online_alter_log_max_size":{"d":true,"t":3,"a":[{"a":"innodb_online_alter_log_max_size","u":40,"t":2},{"a":"sysvar_innodb_online_alter_log_max_size","u":41,"t":1}]},"innodb_open_files":{"d":false,"t":3,"a":[{"a":"innodb_open_files","u":40,"t":2},{"a":"sysvar_innodb_open_files","u":41,"t":1}]},"innodb_optimize_fulltext_only":{"d":true,"t":2,"a":[{"a":"innodb_optimize_fulltext_only","u":40,"t":2},{"a":"sysvar_innodb_optimize_fulltext_only","u":41,"t":1}]},"innodb_page_cleaners":{"d":false,"t":3,"a":[{"a":"innodb_page_cleaners","u":40,"t":2},{"a":"sysvar_innodb_page_cleaners","u":41,"t":1}]},"innodb_page_size":{"d":false,"t":5,"a":[{"a":"innodb_page_size","u":40,"t":2},{"a":"sysvar_innodb_page_size","u":41,"t":1}]},"innodb_pass_corrupt_table":{"a":[{"a":"innodb_pass_corrupt_table","u":40,"t":2}]},"innodb_prefix_index_cluster_optimization":{"d":true,"t":2,"a":[{"a":"innodb_prefix_index_cluster_optimization","u":40,"t":2}]},"innodb_print_all_deadlocks":{"d":true,"t":2,"a":[{"a":"innodb_print_all_deadlocks","u":40,"t":2},{"a":"sysvar_innodb_print_all_deadlocks","u":41,"t":1}]},"innodb_purge_batch_size":{"t":3,"a":[{"a":"innodb_purge_batch_size","u":40,"t":2},{"a":"sysvar_innodb_purge_batch_size","u":41,"t":1}]},"innodb_purge_rseg_truncate_frequency":{"d":true,"t":3,"a":[{"a":"innodb_purge_rseg_truncate_frequency","u":40,"t":2},{"a":"sysvar_innodb_purge_rseg_truncate_frequency","u":41,"t":1}]},"innodb_purge_threads":{"d":false,"t":3,"a":[{"a":"innodb_purge_threads","u":40,"t":2},{"a":"sysvar_innodb_purge_threads","u":41,"t":1}]},"innodb_random_read_ahead":{"d":true,"t":2,"a":[{"a":"innodb_random_read_ahead","u":40,"t":2},{"a":"sysvar_innodb_random_read_ahead","u":41,"t":1}]},"innodb_read_ahead":{"d":true,"t":5,"a":[{"a":"innodb_read_ahead","u":40,"t":2}]},"innodb_read_ahead_threshold":{"d":true,"t":3,"a":[{"a":"innodb_read_ahead_threshold","u":40,"t":2},{"a":"sysvar_innodb_read_ahead_threshold","u":41,"t":1}]},"innodb_read_io_threads":{"d":false,"t":3,"a":[{"a":"innodb_read_io_threads","u":40,"t":2},{"a":"sysvar_innodb_read_io_threads","u":41,"t":1}]},"innodb_read_only":{"d":false,"t":2,"a":[{"a":"innodb_read_only","u":40,"t":2},{"a":"sysvar_innodb_read_only","u":41,"t":1}]},"innodb_recovery_stats":{"d":false,"t":2,"a":[{"a":"innodb_recovery_stats","u":40,"t":2}]},"innodb_recovery_update_relay_log":{"d":false,"t":2,"a":[{"a":"innodb_recovery_update_relay_log","u":40,"t":2}]},"innodb_replication_delay":{"d":true,"t":3,"a":[{"a":"innodb_replication_delay","u":40,"t":2},{"a":"sysvar_innodb_replication_delay","u":41,"t":1}]},"innodb_rollback_on_timeout":{"d":false,"t":2,"a":[{"a":"innodb_rollback_on_timeout","u":40,"t":2},{"a":"sysvar_innodb_rollback_on_timeout","u":41,"t":1}]},"innodb_rollback_segments":{"d":true,"t":3,"a":[{"a":"innodb_rollback_segments","u":40,"t":2},{"a":"sysvar_innodb_rollback_segments","u":41,"t":1}]},"innodb_safe_truncate":{"d":false,"t":2,"a":[{"a":"innodb_safe_truncate","u":40,"t":2}]},"innodb_scrub_log":{"d":false,"t":2,"a":[{"a":"innodb_scrub_log","u":40,"t":2}]},"innodb_scrub_log_interval":{"d":true,"t":3,"a":[{"a":"innodb_scrub_log_interval","u":40,"t":2}]},"innodb_scrub_log_speed":{"d":true,"t":3,"a":[{"a":"innodb_scrub_log_speed","u":40,"t":2}]},"innodb_sched_priority_cleaner":{"d":true,"t":3,"a":[{"a":"innodb_sched_priority_cleaner","u":40,"t":2}]},"innodb_show_locks_held":{"d":true,"t":3,"a":[{"a":"innodb_show_locks_held","u":40,"t":2}]},"innodb_show_verbose_locks":{"d":true,"t":3,"a":[{"a":"innodb_show_verbose_locks","u":40,"t":2}]},"innodb_simulate_comp_failures":{"d":true,"t":3,"a":[{"a":"innodb_simulate_comp_failures","u":40,"t":2}]},"innodb_sort_buffer_size":{"d":false,"t":3,"a":[{"a":"innodb_sort_buffer_size","u":40,"t":2},{"a":"sysvar_innodb_sort_buffer_size","u":41,"t":1}]},"innodb_spin_wait_delay":{"d":true,"t":3,"a":[{"a":"innodb_spin_wait_delay","u":40,"t":2},{"a":"sysvar_innodb_spin_wait_delay","u":41,"t":1}]},"innodb_stats_auto_recalc":{"d":true,"t":2,"a":[{"a":"innodb_stats_auto_recalc","u":40,"t":2},{"a":"sysvar_innodb_stats_auto_recalc","u":41,"t":1}]},"innodb_stats_auto_update":{"d":true,"t":2,"a":[{"a":"innodb_stats_auto_update","u":40,"t":2}]},"innodb_stats_include_delete_marked":{"d":true,"t":2,"a":[{"a":"innodb_stats_include_delete_marked","u":40,"t":2},{"a":"sysvar_innodb_stats_include_delete_marked","u":41,"t":1}]},"innodb_stats_method":{"d":true,"t":5,"a":[{"a":"innodb_stats_method","u":40,"t":2},{"a":"sysvar_innodb_stats_method","u":41,"t":1}]},"innodb_stats_modified_counter":{"d":true,"t":3,"a":[{"a":"innodb_stats_modified_counter","u":40,"t":2}]},"innodb_stats_on_metadata":{"d":true,"t":2,"a":[{"a":"innodb_stats_on_metadata","u":40,"t":2},{"a":"sysvar_innodb_stats_on_metadata","u":41,"t":1}]},"innodb_stats_persistent":{"d":true,"t":2,"a":[{"a":"innodb_stats_persistent","u":40,"t":2},{"a":"sysvar_innodb_stats_persistent","u":41,"t":1}]},"innodb_stats_persistent_sample_pages":{"d":true,"t":3,"a":[{"a":"innodb_stats_persistent_sample_pages","u":40,"t":2},{"a":"sysvar_innodb_stats_persistent_sample_pages","u":41,"t":1}]},"innodb_stats_sample_pages":{"d":true,"t":3,"a":[{"a":"innodb_stats_sample_pages","u":40,"t":2}]},"innodb_stats_traditional":{"d":true,"t":2,"a":[{"a":"innodb_stats_traditional","u":40,"t":2}]},"innodb_stats_transient_sample_pages":{"d":true,"t":3,"a":[{"a":"innodb_stats_transient_sample_pages","u":40,"t":2},{"a":"sysvar_innodb_stats_transient_sample_pages","u":41,"t":1}]},"innodb_stats_update_need_lock":{"d":true,"t":2,"a":[{"a":"innodb_stats_update_need_lock","u":40,"t":2}]},"innodb_status_output":{"d":true,"t":2,"a":[{"a":"innodb_status_output","u":40,"t":2},{"a":"sysvar_innodb_status_output","u":41,"t":1}]},"innodb_status_output_locks":{"d":true,"t":2,"a":[{"a":"innodb_status_output_locks","u":40,"t":2},{"a":"sysvar_innodb_status_output_locks","u":41,"t":1}]},"innodb_strict_mode":{"d":true,"t":2,"a":[{"a":"innodb_strict_mode","u":40,"t":2},{"a":"sysvar_innodb_strict_mode","u":41,"t":1}]},"innodb_support_xa":{"d":true,"t":2,"a":[{"a":"innodb_support_xa","u":40,"t":2}]},"innodb_sync_array_size":{"d":false,"t":3,"a":[{"a":"innodb_sync_array_size","u":40,"t":2},{"a":"sysvar_innodb_sync_array_size","u":41,"t":1}]},"innodb_sync_spin_loops":{"d":true,"t":3,"a":[{"a":"innodb_sync_spin_loops","u":40,"t":2},{"a":"sysvar_innodb_sync_spin_loops","u":41,"t":1}]},"innodb_table_locks":{"d":true,"t":2,"a":[{"a":"innodb_table_locks","u":40,"t":2},{"a":"sysvar_innodb_table_locks","u":41,"t":1}]},"innodb_thread_concurrency":{"d":true,"t":3,"a":[{"a":"innodb_thread_concurrency","u":40,"t":2},{"a":"sysvar_innodb_thread_concurrency","u":41,"t":1}]},"innodb_thread_concurrency_timer_based":{"d":false,"t":2,"a":[{"a":"innodb_thread_concurrency_timer_based","u":40,"t":2}]},"innodb_thread_sleep_delay":{"d":true,"t":3,"a":[{"a":"innodb_thread_sleep_delay","u":40,"t":2},{"a":"sysvar_innodb_thread_sleep_delay","u":41,"t":1}]},"innodb_temp_data_file_path":{"d":false,"t":1,"a":[{"a":"innodb_temp_data_file_path","u":40,"t":2},{"a":"sysvar_innodb_temp_data_file_path","u":41,"t":1}]},"innodb_tmpdir":{"d":true,"a":[{"a":"innodb_tmpdir","u":40,"t":2},{"a":"sysvar_innodb_tmpdir","u":41,"t":1}]},"innodb_track_changed_pages":{"d":false,"t":2,"a":[{"a":"innodb_track_changed_pages","u":40,"t":2}]},"innodb_track_redo_log_now":{"d":true,"t":2,"a":[{"a":"innodb_track_redo_log_now","u":40,"t":2}]},"innodb_undo_directory":{"d":false,"a":[{"a":"innodb_undo_directory","u":40,"t":2},{"a":"sysvar_innodb_undo_directory","u":41,"t":1}]},"innodb_undo_log_truncate":{"d":true,"t":2,"a":[{"a":"innodb_undo_log_truncate","u":40,"t":2},{"a":"sysvar_innodb_undo_log_truncate","u":41,"t":1}]},"innodb_undo_logs":{"d":true,"t":3,"a":[{"a":"innodb_undo_logs","u":40,"t":2},{"a":"sysvar_innodb_undo_logs","u":41,"t":1}]},"innodb_undo_tablespaces":{"t":3,"a":[{"a":"innodb_undo_tablespaces","u":40,"t":2},{"a":"sysvar_innodb_undo_tablespaces","u":41,"t":1}]},"innodb_use_atomic_writes":{"d":false,"t":2,"a":[{"a":"innodb_use_atomic_writes","u":40,"t":2}]},"innodb_use_fallocate":{"d":false,"t":2,"a":[{"a":"innodb_use_fallocate","u":40,"t":2}]},"innodb_use_global_flush_log_at_trx_commit":{"d":true,"t":2,"a":[{"a":"innodb_use_global_flush_log_at_trx_commit","u":40,"t":2}]},"innodb_use_mtflush":{"d":false,"t":2,"a":[{"a":"innodb_use_mtflush","u":40,"t":2}]},"innodb_use_native_aio":{"d":false,"t":2,"a":[{"a":"innodb_use_native_aio","u":40,"t":2},{"a":"sysvar_innodb_use_native_aio","u":41,"t":1}]},"innodb_use_purge_thread":{"d":false,"t":3,"a":[{"a":"innodb_use_purge_thread","u":40,"t":2}]},"innodb_use_stacktrace":{"d":false,"t":2,"a":[{"a":"innodb_use_stacktrace","u":40,"t":2}]},"innodb_use_sys_malloc":{"d":false,"t":2,"a":[{"a":"innodb_use_sys_malloc","u":40,"t":2}]},"innodb_use_sys_stats_table":{"d":false,"t":2,"a":[{"a":"innodb_use_sys_stats_table","u":40,"t":2}]},"innodb_use_trim":{"d":false,"t":2,"a":[{"a":"innodb_use_trim","u":40,"t":2}]},"innodb_version":{"d":false,"t":1,"a":[{"a":"innodb_version","u":40,"t":2}]},"innodb_write_io_threads":{"d":false,"t":3,"a":[{"a":"innodb_write_io_threads","u":40,"t":2},{"a":"sysvar_innodb_write_io_threads","u":41,"t":1}]},"audit_log":{"t":5,"a":[{"a":"option_mysqld_audit-log","u":42,"t":1}]},"audit_log_buffer_size":{"d":false,"t":3,"a":[{"a":"sysvar_audit_log_buffer_size","u":42,"t":1}]},"audit_log_compression":{"d":false,"t":5,"a":[{"a":"sysvar_audit_log_compression","u":42,"t":1}]},"audit_log_connection_policy":{"d":true,"t":5,"a":[{"a":"sysvar_audit_log_connection_policy","u":42,"t":1}]},"audit_log_current_session":{"d":false,"t":2,"a":[{"a":"sysvar_audit_log_current_session","u":42,"t":1}]},"audit_log_encryption":{"d":false,"t":5,"a":[{"a":"sysvar_audit_log_encryption","u":42,"t":1}]},"audit_log_exclude_accounts":{"d":true,"t":1,"a":[{"a":"sysvar_audit_log_exclude_accounts","u":42,"t":1}]},"audit_log_file":{"d":false,"t":8,"a":[{"a":"sysvar_audit_log_file","u":42,"t":1}]},"audit_log_filter_id":{"d":false,"t":3,"a":[{"a":"sysvar_audit_log_filter_id","u":42,"t":1}]},"audit_log_flush":{"d":true,"t":2,"a":[{"a":"sysvar_audit_log_flush","u":42,"t":1}]},"audit_log_format":{"d":false,"t":5,"a":[{"a":"sysvar_audit_log_format","u":42,"t":1}]},"audit_log_include_accounts":{"d":true,"t":1,"a":[{"a":"sysvar_audit_log_include_accounts","u":42,"t":1}]},"audit_log_password_history_keep_days":{"d":true,"t":3,"a":[{"a":"sysvar_audit_log_password_history_keep_days","u":42,"t":1}]},"audit_log_policy":{"d":false,"t":5,"a":[{"a":"sysvar_audit_log_policy","u":42,"t":1}]},"audit_log_read_buffer_size":{"t":3,"a":[{"a":"sysvar_audit_log_read_buffer_size","u":42,"t":1}]},"audit_log_rotate_on_size":{"d":true,"t":3,"a":[{"a":"sysvar_audit_log_rotate_on_size","u":42,"t":1}]},"audit_log_statement_policy":{"d":true,"t":5,"a":[{"a":"sysvar_audit_log_statement_policy","u":42,"t":1}]},"audit_log_strategy":{"d":false,"t":5,"a":[{"a":"sysvar_audit_log_strategy","u":42,"t":1}]},"innodb":{"t":5,"a":[{"a":"option_mysqld_innodb","u":41,"t":1}]},"innodb_status_file":{"t":2,"a":[{"a":"option_mysqld_innodb-status-file","u":41,"t":1}]},"daemon_memcached_enable_binlog":{"d":false,"t":2,"a":[{"a":"sysvar_daemon_memcached_enable_binlog","u":41,"t":1}]},"daemon_memcached_engine_lib_name":{"d":false,"t":8,"a":[{"a":"sysvar_daemon_memcached_engine_lib_name","u":41,"t":1}]},"daemon_memcached_engine_lib_path":{"d":false,"t":7,"a":[{"a":"sysvar_daemon_memcached_engine_lib_path","u":41,"t":1}]},"daemon_memcached_option":{"d":false,"t":1,"a":[{"a":"sysvar_daemon_memcached_option","u":41,"t":1}]},"daemon_memcached_r_batch_size":{"d":false,"t":3,"a":[{"a":"sysvar_daemon_memcached_r_batch_size","u":41,"t":1}]},"daemon_memcached_w_batch_size":{"d":false,"t":3,"a":[{"a":"sysvar_daemon_memcached_w_batch_size","u":41,"t":1}]},"innodb_background_drop_list_empty":{"d":true,"t":2,"a":[{"a":"sysvar_innodb_background_drop_list_empty","u":41,"t":1}]},"innodb_buffer_pool_debug":{"d":false,"t":2,"a":[{"a":"sysvar_innodb_buffer_pool_debug","u":41,"t":1}]},"innodb_buffer_pool_in_core_file":{"d":true,"t":2,"a":[{"a":"sysvar_innodb_buffer_pool_in_core_file","u":41,"t":1}]},"innodb_checkpoint_disabled":{"d":true,"t":2,"a":[{"a":"sysvar_innodb_checkpoint_disabled","u":41,"t":1}]},"innodb_compress_debug":{"d":true,"t":5,"a":[{"a":"sysvar_innodb_compress_debug","u":41,"t":1}]},"innodb_ddl_log_crash_reset_debug":{"d":true,"t":2,"a":[{"a":"sysvar_innodb_ddl_log_crash_reset_debug","u":41,"t":1}]},"innodb_dedicated_server":{"d":false,"t":2,"a":[{"a":"sysvar_innodb_dedicated_server","u":41,"t":1}]},"innodb_directories":{"d":false,"t":7,"a":[{"a":"sysvar_innodb_directories","u":41,"t":1}]},"innodb_fil_make_page_dirty_debug":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_fil_make_page_dirty_debug","u":41,"t":1}]},"innodb_fsync_threshold":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_fsync_threshold","u":41,"t":1}]},"innodb_limit_optimistic_insert_debug":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_limit_optimistic_insert_debug","u":41,"t":1}]},"innodb_log_checkpoint_fuzzy_now":{"d":true,"t":2,"a":[{"a":"sysvar_innodb_log_checkpoint_fuzzy_now","u":41,"t":1}]},"innodb_log_checkpoint_now":{"d":true,"t":2,"a":[{"a":"sysvar_innodb_log_checkpoint_now","u":41,"t":1}]},"innodb_log_spin_cpu_abs_lwm":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_log_spin_cpu_abs_lwm","u":41,"t":1}]},"innodb_log_spin_cpu_pct_hwm":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_log_spin_cpu_pct_hwm","u":41,"t":1}]},"innodb_log_wait_for_flush_spin_hwm":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_log_wait_for_flush_spin_hwm","u":41,"t":1}]},"innodb_merge_threshold_set_all_debug":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_merge_threshold_set_all_debug","u":41,"t":1}]},"innodb_parallel_read_threads":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_parallel_read_threads","u":41,"t":1}]},"innodb_print_ddl_logs":{"d":true,"t":2,"a":[{"a":"sysvar_innodb_print_ddl_logs","u":41,"t":1}]},"innodb_redo_log_archive_dirs":{"d":true,"t":1,"a":[{"a":"sysvar_innodb_redo_log_archive_dirs","u":41,"t":1}]},"innodb_redo_log_encrypt":{"d":true,"t":2,"a":[{"a":"sysvar_innodb_redo_log_encrypt","u":41,"t":1}]},"innodb_scan_directories":{"d":false,"t":7,"a":[{"a":"sysvar_innodb_scan_directories","u":41,"t":1}]},"innodb_saved_page_number_debug":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_saved_page_number_debug","u":41,"t":1}]},"innodb_spin_wait_pause_multiplier":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_spin_wait_pause_multiplier","u":41,"t":1}]},"innodb_sync_debug":{"d":false,"t":2,"a":[{"a":"sysvar_innodb_sync_debug","u":41,"t":1}]},"innodb_temp_tablespaces_dir":{"d":false,"t":7,"a":[{"a":"sysvar_innodb_temp_tablespaces_dir","u":41,"t":1}]},"innodb_trx_purge_view_update_only_debug":{"d":true,"t":2,"a":[{"a":"sysvar_innodb_trx_purge_view_update_only_debug","u":41,"t":1}]},"innodb_trx_rseg_n_slots_debug":{"d":true,"t":3,"a":[{"a":"sysvar_innodb_trx_rseg_n_slots_debug","u":41,"t":1}]},"innodb_undo_log_encrypt":{"d":true,"t":2,"a":[{"a":"sysvar_innodb_undo_log_encrypt","u":41,"t":1}]},"ndbcluster":{"d":false,"a":[{"a":"option_mysqld_ndbcluster","u":43,"t":1}]},"ndb-allow-copying-alter-table":{"d":true,"a":[{"a":"option_mysqld_ndb-allow-copying-alter-table","u":43,"t":1}]},"ndb-batch-size":{"d":false,"a":[{"a":"option_mysqld_ndb-batch-size","u":43,"t":1}]},"ndb-cluster-connection-pool":{"d":false,"a":[{"a":"option_mysqld_ndb-cluster-connection-pool","u":43,"t":1}]},"ndb-cluster-connection-pool-nodeids":{"d":false,"a":[{"a":"option_mysqld_ndb-cluster-connection-pool-nodeids","u":43,"t":1}]},"ndb-blob-read-batch-bytes":{"d":true,"a":[{"a":"option_mysqld_ndb-blob-read-batch-bytes","u":43,"t":1}]},"ndb-blob-write-batch-bytes":{"d":true,"a":[{"a":"option_mysqld_ndb-blob-write-batch-bytes","u":43,"t":1}]},"ndb-connectstring":{"d":false,"a":[{"a":"option_mysqld_ndb-connectstring","u":43,"t":1}]},"ndb-default-column-format":{"d":true,"a":[{"a":"option_mysqld_ndb-default-column-format","u":43,"t":1}]},"ndb-deferred-constraints":{"d":true,"a":[{"a":"option_mysqld_ndb-deferred-constraints","u":43,"t":1}]},"ndb-distribution":{"d":true,"a":[{"a":"option_mysqld_ndb-distribution","u":43,"t":1}]},"ndb-log-apply-status":{"d":false,"a":[{"a":"option_mysqld_ndb-log-apply-status","u":43,"t":1}]},"ndb-log-empty-epochs":{"d":true,"a":[{"a":"option_mysqld_ndb-log-empty-epochs","u":43,"t":1}]},"ndb-log-empty-update":{"d":true,"a":[{"a":"option_mysqld_ndb-log-empty-update","u":43,"t":1}]},"ndb-log-exclusive-reads":{"d":true,"a":[{"a":"option_mysqld_ndb-log-exclusive-reads","u":43,"t":1}]},"ndb-log-orig":{"d":false,"a":[{"a":"option_mysqld_ndb-log-orig","u":43,"t":1}]},"ndb-log-transaction-id":{"d":false,"a":[{"a":"option_mysqld_ndb-log-transaction-id","u":43,"t":1}]},"ndb-log-update-minimal":{"d":true,"a":[{"a":"option_mysqld_ndb-log-update-minimal","u":43,"t":1}]},"ndb-mgmd-host":{"d":false,"a":[{"a":"option_mysqld_ndb-mgmd-host","u":43,"t":1}]},"ndb-nodeid":{"d":false,"a":[{"a":"option_mysqld_ndb-nodeid","u":43,"t":1}]},"ndb-optimization-delay":{"d":true,"a":[{"a":"option_mysqld_ndb-optimization-delay","u":43,"t":1}]},"ndb-recv-thread-activation-threshold":{"d":false,"a":[{"a":"option_mysqld_ndb-recv-thread-activation-threshold","u":43,"t":1}]},"ndb-recv-thread-cpu-mask":{"d":false,"a":[{"a":"option_mysqld_ndb-recv-thread-cpu-mask","u":43,"t":1}]},"ndb-transid-mysql-connection-map":{"d":false,"a":[{"a":"option_mysqld_ndb-transid-mysql-connection-map","u":43,"t":1}]},"ndb-wait-connected":{"d":false,"a":[{"a":"option_mysqld_ndb-wait-connected","u":43,"t":1}]},"ndb-wait-setup":{"d":false,"a":[{"a":"option_mysqld_ndb-wait-setup","u":43,"t":1}]},"skip-ndbcluster":{"d":false,"a":[{"a":"option_mysqld_skip-ndbcluster","u":43,"t":1}]},"ndb_autoincrement_prefetch_sz":{"d":true,"a":[{"a":"sysvar_ndb_autoincrement_prefetch_sz","u":43,"t":1}]},"ndb_cache_check_time":{"d":true,"a":[{"a":"sysvar_ndb_cache_check_time","u":43,"t":1}]},"ndb_clear_apply_status":{"d":true,"a":[{"a":"sysvar_ndb_clear_apply_status","u":43,"t":1}]},"ndb_data_node_neighbour":{"d":true,"a":[{"a":"sysvar_ndb_data_node_neighbour","u":43,"t":1}]},"ndb_default_column_format":{"d":true,"a":[{"a":"sysvar_ndb_default_column_format","u":43,"t":1}]},"ndb_deferred_constraints":{"d":true,"a":[{"a":"sysvar_ndb_deferred_constraints","u":43,"t":1}]},"ndb_distribution":{"d":true,"a":[{"a":"sysvar_ndb_distribution","u":43,"t":1}]},"ndb_eventbuffer_free_percent":{"d":true,"a":[{"a":"sysvar_ndb_eventbuffer_free_percent","u":43,"t":1}]},"ndb_eventbuffer_max_alloc":{"d":true,"a":[{"a":"sysvar_ndb_eventbuffer_max_alloc","u":43,"t":1}]},"ndb_extra_logging":{"d":true,"a":[{"a":"sysvar_ndb_extra_logging","u":43,"t":1}]},"ndb_force_send":{"d":true,"a":[{"a":"sysvar_ndb_force_send","u":43,"t":1}]},"ndb_fully_replicated":{"d":true,"a":[{"a":"sysvar_ndb_fully_replicated","u":43,"t":1}]},"ndb_index_stat_enable":{"d":true,"a":[{"a":"sysvar_ndb_index_stat_enable","u":43,"t":1}]},"ndb_index_stat_option":{"d":true,"a":[{"a":"sysvar_ndb_index_stat_option","u":43,"t":1}]},"ndb_join_pushdown":{"d":true,"a":[{"a":"sysvar_ndb_join_pushdown","u":43,"t":1}]},"ndb_log_apply_status":{"d":false,"a":[{"a":"sysvar_ndb_log_apply_status","u":43,"t":1}]},"ndb_log_bin":{"d":true,"a":[{"a":"sysvar_ndb_log_bin","u":43,"t":1}]},"ndb_log_binlog_index":{"d":true,"a":[{"a":"sysvar_ndb_log_binlog_index","u":43,"t":1}]},"ndb_log_empty_epochs":{"d":true,"a":[{"a":"sysvar_ndb_log_empty_epochs","u":43,"t":1}]},"ndb_log_empty_update":{"d":true,"a":[{"a":"sysvar_ndb_log_empty_update","u":43,"t":1}]},"ndb_log_exclusive_reads":{"d":true,"a":[{"a":"sysvar_ndb_log_exclusive_reads","u":43,"t":1}]},"ndb_log_orig":{"d":false,"a":[{"a":"sysvar_ndb_log_orig","u":43,"t":1}]},"ndb_log_transaction_id":{"d":false,"a":[{"a":"sysvar_ndb_log_transaction_id","u":43,"t":1}]},"ndb_optimized_node_selection":{"d":false,"a":[{"a":"sysvar_ndb_optimized_node_selection","u":43,"t":1}]},"ndb_read_backup":{"d":true,"a":[{"a":"sysvar_ndb_read_backup","u":43,"t":1}]},"ndb_recv_thread_activation_threshold":{"d":false,"a":[{"a":"sysvar_ndb_recv_thread_activation_threshold","u":43,"t":1}]},"ndb_recv_thread_cpu_mask":{"d":true,"a":[{"a":"sysvar_ndb_recv_thread_cpu_mask","u":43,"t":1}]},"ndb_report_thresh_binlog_epoch_slip":{"d":true,"a":[{"a":"sysvar_ndb_report_thresh_binlog_epoch_slip","u":43,"t":1}]},"ndb_report_thresh_binlog_mem_usage":{"d":true,"t":2,"a":[{"a":"sysvar_ndb_report_thresh_binlog_mem_usage","u":43,"t":1}]},"ndb_row_checksum":{"d":true,"t":3,"a":[{"a":"sysvar_ndb_row_checksum","u":43,"t":1}]},"ndb_show_foreign_key_mock_tables":{"d":true,"a":[{"a":"sysvar_ndb_show_foreign_key_mock_tables","u":43,"t":1}]},"ndb_slave_conflict_role":{"d":true,"a":[{"a":"sysvar_ndb_slave_conflict_role","u":43,"t":1}]},"ndb_table_no_logging":{"d":true,"a":[{"a":"sysvar_ndb_table_no_logging","u":43,"t":1}]},"ndb_table_temporary":{"d":true,"a":[{"a":"sysvar_ndb_table_temporary","u":43,"t":1}]},"ndb_use_copying_alter_table":{"d":false,"a":[{"a":"sysvar_ndb_use_copying_alter_table","u":43,"t":1}]},"ndb_use_exact_count":{"d":true,"a":[{"a":"sysvar_ndb_use_exact_count","u":43,"t":1}]},"ndb_use_transactions":{"d":true,"a":[{"a":"sysvar_ndb_use_transactions","u":43,"t":1}]},"ndb_version":{"d":false,"a":[{"a":"sysvar_ndb_version","u":43,"t":1}]},"ndb_version_string":{"d":false,"a":[{"a":"sysvar_ndb_version_string","u":43,"t":1}]},"server_id_bits":{"d":false,"a":[{"a":"sysvar_server_id_bits","u":43,"t":1}]},"slave_allow_batching":{"d":true,"a":[{"a":"sysvar_slave_allow_batching","u":43,"t":1}]},"transaction_allow_batching":{"d":true,"a":[{"a":"sysvar_transaction_allow_batching","u":43,"t":1}]},"ndbinfo_database":{"d":false,"a":[{"a":"sysvar_ndbinfo_database","u":43,"t":1}]},"ndbinfo_max_bytes":{"d":true,"a":[{"a":"sysvar_ndbinfo_max_bytes","u":43,"t":1}]},"ndbinfo_max_rows":{"d":true,"a":[{"a":"sysvar_ndbinfo_max_rows","u":43,"t":1}]},"ndbinfo_offline":{"d":true,"a":[{"a":"sysvar_ndbinfo_offline","u":43,"t":1}]},"ndbinfo_show_hidden":{"d":true,"a":[{"a":"sysvar_ndbinfo_show_hidden","u":43,"t":1}]},"ndbinfo_table_prefix":{"d":true,"a":[{"a":"sysvar_ndbinfo_table_prefix","u":43,"t":1}]},"ndbinfo_version":{"d":false,"a":[{"a":"sysvar_ndbinfo_version","u":43,"t":1}]},"performance_schema_error_size":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_error_size","u":20,"t":1}]},"performance_schema_events_transactions_history_long_size":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_events_transactions_history_long_size","u":20,"t":1}]},"performance_schema_events_transactions_history_size":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_events_transactions_history_size","u":20,"t":1}]},"performance_schema_max_digest_sample_age":{"d":true,"t":3,"a":[{"a":"sysvar_performance_schema_max_digest_sample_age","u":20,"t":1}]},"performance_schema_max_index_stat":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_max_index_stat","u":20,"t":1}]},"performance_schema_max_memory_classes":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_max_memory_classes","u":20,"t":1}]},"performance_schema_max_metadata_locks":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_max_metadata_locks","u":20,"t":1}]},"performance_schema_max_prepared_statements_instances":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_max_prepared_statements_instances","u":20,"t":1}]},"performance_schema_max_program_instances":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_max_program_instances","u":20,"t":1}]},"performance_schema_max_sql_text_length":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_max_sql_text_length","u":20,"t":1}]},"performance_schema_max_statement_stack":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_max_statement_stack","u":20,"t":1}]},"performance_schema_max_table_lock_stat":{"d":false,"t":3,"a":[{"a":"sysvar_performance_schema_max_table_lock_stat","u":20,"t":1}]},"authentication_ldap_sasl_auth_method_name":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_sasl_auth_method_name","u":44,"t":1}]},"authentication_ldap_sasl_bind_base_dn":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_sasl_bind_base_dn","u":44,"t":1}]},"authentication_ldap_sasl_bind_root_dn":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_sasl_bind_root_dn","u":44,"t":1}]},"authentication_ldap_sasl_bind_root_pwd":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_sasl_bind_root_pwd","u":44,"t":1}]},"authentication_ldap_sasl_ca_path":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_sasl_ca_path","u":44,"t":1}]},"authentication_ldap_sasl_group_search_attr":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_sasl_group_search_attr","u":44,"t":1}]},"authentication_ldap_sasl_group_search_filter":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_sasl_group_search_filter","u":44,"t":1}]},"authentication_ldap_sasl_init_pool_size":{"d":true,"t":3,"a":[{"a":"sysvar_authentication_ldap_sasl_init_pool_size","u":44,"t":1}]},"authentication_ldap_sasl_log_status":{"d":true,"t":3,"a":[{"a":"sysvar_authentication_ldap_sasl_log_status","u":44,"t":1}]},"authentication_ldap_sasl_max_pool_size":{"d":true,"t":3,"a":[{"a":"sysvar_authentication_ldap_sasl_max_pool_size","u":44,"t":1}]},"authentication_ldap_sasl_server_host":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_sasl_server_host","u":44,"t":1}]},"authentication_ldap_sasl_server_port":{"d":true,"t":3,"a":[{"a":"sysvar_authentication_ldap_sasl_server_port","u":44,"t":1}]},"authentication_ldap_sasl_tls":{"d":true,"t":2,"a":[{"a":"sysvar_authentication_ldap_sasl_tls","u":44,"t":1}]},"authentication_ldap_sasl_user_search_attr":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_sasl_user_search_attr","u":44,"t":1}]},"authentication_ldap_simple_auth_method_name":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_simple_auth_method_name","u":44,"t":1}]},"authentication_ldap_simple_bind_base_dn":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_simple_bind_base_dn","u":44,"t":1}]},"authentication_ldap_simple_bind_root_dn":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_simple_bind_root_dn","u":44,"t":1}]},"authentication_ldap_simple_bind_root_pwd":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_simple_bind_root_pwd","u":44,"t":1}]},"authentication_ldap_simple_ca_path":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_simple_ca_path","u":44,"t":1}]},"authentication_ldap_simple_group_search_attr":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_simple_group_search_attr","u":44,"t":1}]},"authentication_ldap_simple_group_search_filter":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_simple_group_search_filter","u":44,"t":1}]},"authentication_ldap_simple_init_pool_size":{"d":true,"t":3,"a":[{"a":"sysvar_authentication_ldap_simple_init_pool_size","u":44,"t":1}]},"authentication_ldap_simple_log_status":{"d":true,"t":3,"a":[{"a":"sysvar_authentication_ldap_simple_log_status","u":44,"t":1}]},"authentication_ldap_simple_max_pool_size":{"d":true,"t":3,"a":[{"a":"sysvar_authentication_ldap_simple_max_pool_size","u":44,"t":1}]},"authentication_ldap_simple_server_host":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_simple_server_host","u":44,"t":1}]},"authentication_ldap_simple_server_port":{"d":true,"t":3,"a":[{"a":"sysvar_authentication_ldap_simple_server_port","u":44,"t":1}]},"authentication_ldap_simple_tls":{"d":true,"t":2,"a":[{"a":"sysvar_authentication_ldap_simple_tls","u":44,"t":1}]},"authentication_ldap_simple_user_search_attr":{"d":true,"t":1,"a":[{"a":"sysvar_authentication_ldap_simple_user_search_attr","u":44,"t":1}]},"binlog_row_event_max_size":{"t":3,"a":[{"a":"option_mysqld_binlog-row-event-max-size","u":22,"t":1},{"a":"sysvar_binlog_row_event_max_size","u":22,"t":1},{"a":"option_mysqld_binlog-row-event-max-size","u":23,"t":1}]},"binlog_do_db":{"t":1,"a":[{"a":"option_mysqld_binlog-do-db","u":22,"t":1},{"a":"option_mysqld_binlog-do-db","u":23,"t":1}]},"binlog_ignore_db":{"t":1,"a":[{"a":"option_mysqld_binlog-ignore-db","u":22,"t":1},{"a":"option_mysqld_binlog-ignore-db","u":23,"t":1}]},"max_binlog_dump_events":{"t":3,"a":[{"a":"option_mysqld_max-binlog-dump-events","u":22,"t":1},{"a":"option_mysqld_max-binlog-dump-events","u":23,"t":1}]},"sporadic_binlog_dump_fail":{"t":2,"a":[{"a":"option_mysqld_sporadic-binlog-dump-fail","u":22,"t":1},{"a":"option_mysqld_sporadic-binlog-dump-fail","u":23,"t":1}]},"binlog_encryption":{"d":true,"t":2,"a":[{"a":"sysvar_binlog_encryption","u":22,"t":1}]},"binlog_error_action":{"d":true,"t":5,"a":[{"a":"sysvar_binlog_error_action","u":22,"t":1},{"a":"sysvar_binlog_error_action","u":23,"t":1}]},"binlog_expire_logs_seconds":{"d":true,"t":3,"a":[{"a":"sysvar_binlog_expire_logs_seconds","u":22,"t":1}]},"binlog_group_commit_sync_delay":{"d":true,"t":3,"a":[{"a":"sysvar_binlog_group_commit_sync_delay","u":22,"t":1},{"a":"sysvar_binlog_group_commit_sync_delay","u":23,"t":1}]},"binlog_group_commit_sync_no_delay_count":{"d":true,"t":3,"a":[{"a":"sysvar_binlog_group_commit_sync_no_delay_count","u":22,"t":1},{"a":"sysvar_binlog_group_commit_sync_no_delay_count","u":23,"t":1}]},"binlog_max_flush_queue_time":{"d":true,"t":3,"a":[{"a":"sysvar_binlog_max_flush_queue_time","u":22,"t":1},{"a":"sysvar_binlog_max_flush_queue_time","u":23,"t":1}]},"binlog_order_commits":{"d":true,"t":2,"a":[{"a":"sysvar_binlog_order_commits","u":22,"t":1},{"a":"sysvar_binlog_order_commits","u":23,"t":1}]},"binlog_rotate_encryption_master_key_at_startup":{"d":false,"t":2,"a":[{"a":"sysvar_binlog_rotate_encryption_master_key_at_startup","u":22,"t":1}]},"binlog_row_value_options":{"d":true,"t":6,"a":[{"a":"sysvar_binlog_row_value_options","u":22,"t":1}]},"binlog_rows_query_log_events":{"d":true,"t":2,"a":[{"a":"sysvar_binlog_rows_query_log_events","u":22,"t":1},{"a":"sysvar_binlog_rows_query_log_events","u":23,"t":1}]},"binlog_transaction_dependency_tracking":{"d":true,"t":5,"a":[{"a":"sysvar_binlog_transaction_dependency_tracking","u":22,"t":1},{"a":"sysvar_binlog_transaction_dependency_tracking","u":23,"t":1}]},"binlog_transaction_dependency_history_size":{"d":true,"t":3,"a":[{"a":"sysvar_binlog_transaction_dependency_history_size","u":22,"t":1},{"a":"sysvar_binlog_transaction_dependency_history_size","u":23,"t":1}]},"log_bin_use_v1_row_events":{"d":false,"t":2,"a":[{"a":"sysvar_log_bin_use_v1_row_events","u":22,"t":1},{"a":"sysvar_log_bin_use_v1_row_events","u":23,"t":1}]},"log_builtin_as_identified_by_password":{"d":true,"t":2,"a":[{"a":"sysvar_log_builtin_as_identified_by_password","u":22,"t":1},{"a":"sysvar_log_builtin_as_identified_by_password","u":23,"t":1}]},"log_statements_unsafe_for_binlog":{"d":true,"t":2,"a":[{"a":"sysvar_log_statements_unsafe_for_binlog","u":22,"t":1},{"a":"sysvar_log_statements_unsafe_for_binlog","u":23,"t":1}]},"original_commit_timestamp":{"d":true,"t":4,"a":[{"a":"sysvar_original_commit_timestamp","u":22,"t":1}]},"transaction_write_set_extraction":{"d":true,"t":5,"a":[{"a":"sysvar_transaction_write_set_extraction","u":22,"t":1},{"a":"sysvar_transaction_write_set_extraction","u":23,"t":1}]},"binlogging_impossible_mode":{"d":true,"t":5,"a":[{"a":"sysvar_binlogging_impossible_mode","u":23,"t":1}]},"log_backward_compatible_user_definitions":{"d":true,"t":2,"a":[{"a":"sysvar_log_backward_compatible_user_definitions","u":23,"t":1}]},"binlog_gtid_simple_recovery":{"d":false,"t":2,"a":[{"a":"sysvar_binlog_gtid_simple_recovery","u":45,"t":1}]},"enforce_gtid_consistency":{"d":true,"t":5,"a":[{"a":"sysvar_enforce_gtid_consistency","u":45,"t":1}]},"gtid_executed":{"d":false,"t":1,"a":[{"a":"sysvar_gtid_executed","u":45,"t":1}]},"gtid_executed_compression_period":{"d":true,"t":3,"a":[{"a":"sysvar_gtid_executed_compression_period","u":45,"t":1}]},"gtid_mode":{"d":true,"t":5,"a":[{"a":"sysvar_gtid_mode","u":45,"t":1}]},"gtid_next":{"d":true,"t":5,"a":[{"a":"sysvar_gtid_next","u":45,"t":1}]},"gtid_owned":{"d":false,"t":1,"a":[{"a":"sysvar_gtid_owned","u":45,"t":1}]},"gtid_purged":{"d":true,"t":1,"a":[{"a":"sysvar_gtid_purged","u":45,"t":1}]},"show_slave_auth_info":{"t":2,"a":[{"a":"option_mysqld_show-slave-auth-info","u":21,"t":1}]},"immediate_server_version":{"d":true,"t":3,"a":[{"a":"sysvar_immediate_server_version","u":21,"t":1}]},"original_server_version":{"d":true,"t":3,"a":[{"a":"sysvar_original_server_version","u":21,"t":1}]},"rpl_semi_sync_master_wait_for_slave_count":{"d":true,"t":3,"a":[{"a":"sysvar_rpl_semi_sync_master_wait_for_slave_count","u":21,"t":1}]},"master_info_file":{"t":8,"a":[{"a":"option_mysqld_master-info-file","u":24,"t":1}]},"master_retry_count":{"t":3,"a":[{"a":"option_mysqld_master-retry-count","u":24,"t":1}]},"replicate_same_server_id":{"t":2,"a":[{"a":"option_mysqld_replicate-same-server-id","u":24,"t":1}]},"skip_slave_start":{"t":2,"a":[{"a":"option_mysqld_skip-slave-start","u":24,"t":1}]},"abort_slave_event_count":{"t":3,"a":[{"a":"option_mysqld_abort-slave-event-count","u":24,"t":1}]},"disconnect_slave_event_count":{"t":3,"a":[{"a":"option_mysqld_disconnect-slave-event-count","u":24,"t":1}]},"master_info_repository":{"d":true,"t":1,"a":[{"a":"sysvar_master_info_repository","u":24,"t":1}]},"relay_log_info_repository":{"d":true,"t":1,"a":[{"a":"sysvar_relay_log_info_repository","u":24,"t":1}]},"rpl_read_size":{"d":true,"t":3,"a":[{"a":"sysvar_rpl_read_size","u":24,"t":1}]},"rpl_stop_slave_timeout":{"d":true,"t":3,"a":[{"a":"sysvar_rpl_stop_slave_timeout","u":24,"t":1}]},"slave_checkpoint_group":{"d":true,"t":3,"a":[{"a":"sysvar_slave_checkpoint_group","u":24,"t":1}]},"slave_checkpoint_period":{"d":true,"t":3,"a":[{"a":"sysvar_slave_checkpoint_period","u":24,"t":1}]},"slave_parallel_type":{"d":true,"t":5,"a":[{"a":"sysvar_slave_parallel_type","u":24,"t":1}]},"slave_pending_jobs_size_max":{"d":true,"t":3,"a":[{"a":"sysvar_slave_pending_jobs_size_max","u":24,"t":1}]},"slave_preserve_commit_order":{"d":true,"t":2,"a":[{"a":"sysvar_slave_preserve_commit_order","u":24,"t":1}]},"slave_rows_search_algorithms":{"d":true,"t":6,"a":[{"a":"sysvar_slave_rows_search_algorithms","u":24,"t":1}]},"server_uuid":{"d":false,"t":1,"a":[{"a":"sysvar_server_uuid","u":9,"t":1}]},"help":{"a":[{"a":"option_mysqld_help","u":16,"t":1}]},"allow_suspicious_udfs":{"t":2,"a":[{"a":"option_mysqld_allow-suspicious-udfs","u":16,"t":1}]},"ansi":{"a":[{"a":"option_mysqld_ansi","u":16,"t":1}]},"character_set_client_handshake":{"t":2,"a":[{"a":"option_mysqld_character-set-client-handshake","u":16,"t":1}]},"chroot":{"t":7,"a":[{"a":"option_mysqld_chroot","u":16,"t":1}]},"console":{"a":[{"a":"option_mysqld_console","u":16,"t":1}]},"daemonize":{"t":2,"a":[{"a":"option_mysqld_daemonize","u":16,"t":1}]},"debug_sync_timeout":{"t":3,"a":[{"a":"option_mysqld_debug-sync-timeout","u":16,"t":1}]},"default_time_zone":{"t":1,"a":[{"a":"option_mysqld_default-time-zone","u":16,"t":1}]},"des_key_file":{"a":[{"a":"option_mysqld_des-key-file","u":16,"t":1}]},"early_plugin_load":{"t":1,"a":[{"a":"option_mysqld_early-plugin-load","u":16,"t":1}]},"exit_info":{"t":3,"a":[{"a":"option_mysqld_exit-info","u":16,"t":1}]},"external_locking":{"t":2,"a":[{"a":"option_mysqld_external-locking","u":16,"t":1}]},"gdb":{"t":2,"a":[{"a":"option_mysqld_gdb","u":16,"t":1}]},"initialize":{"t":2,"a":[{"a":"option_mysqld_initialize","u":16,"t":1}]},"initialize_insecure":{"t":2,"a":[{"a":"option_mysqld_initialize-insecure","u":16,"t":1}]},"install":{"a":[{"a":"option_mysqld_install","u":16,"t":1}]},"install_manual":{"a":[{"a":"option_mysqld_install-manual","u":16,"t":1}]},"language":{"d":false,"t":7,"a":[{"a":"option_mysqld_language","u":16,"t":1}]},"local_service":{"a":[{"a":"option_mysqld_local-service","u":16,"t":1}]},"log_isam":{"t":8,"a":[{"a":"option_mysqld_log-isam","u":16,"t":1}]},"log_raw":{"t":2,"a":[{"a":"option_mysqld_log-raw","u":16,"t":1},{"a":"sysvar_log_raw","u":15,"t":1}]},"log_short_format":{"t":2,"a":[{"a":"option_mysqld_log-short-format","u":16,"t":1}]},"log_tc":{"t":8,"a":[{"a":"option_mysqld_log-tc","u":16,"t":1}]},"memlock":{"t":2,"a":[{"a":"option_mysqld_memlock","u":16,"t":1}]},"no_dd_upgrade":{"t":2,"a":[{"a":"option_mysqld_no-dd-upgrade","u":16,"t":1}]},"no_monitor":{"t":2,"a":[{"a":"option_mysqld_no-monitor","u":16,"t":1}]},"old_style_user_limits":{"t":2,"a":[{"a":"option_mysqld_old-style-user-limits","u":16,"t":1}]},"plugin_load":{"d":false,"t":1,"a":[{"a":"option_mysqld_plugin-load","u":16,"t":1}]},"plugin_load_add":{"d":false,"t":1,"a":[{"a":"option_mysqld_plugin-load-add","u":16,"t":1}]},"port_open_timeout":{"t":3,"a":[{"a":"option_mysqld_port-open-timeout","u":16,"t":1}]},"remove":{"a":[{"a":"option_mysqld_remove","u":16,"t":1}]},"safe_user_create":{"t":2,"a":[{"a":"option_mysqld_safe-user-create","u":16,"t":1}]},"skip_grant_tables":{"t":2,"a":[{"a":"option_mysqld_skip-grant-tables","u":16,"t":1}]},"skip_host_cache":{"a":[{"a":"option_mysqld_skip-host-cache","u":16,"t":1}]},"skip_new":{"a":[{"a":"option_mysqld_skip-new","u":16,"t":1}]},"skip_stack_trace":{"a":[{"a":"option_mysqld_skip-stack-trace","u":16,"t":1}]},"slow_start_timeout":{"t":3,"a":[{"a":"option_mysqld_slow-start-timeout","u":16,"t":1}]},"standalone":{"a":[{"a":"option_mysqld_standalone","u":16,"t":1}]},"super_large_pages":{"t":2,"a":[{"a":"option_mysqld_super-large-pages","u":16,"t":1}]},"symbolic_links":{"t":2,"a":[{"a":"option_mysqld_symbolic-links","u":16,"t":1}]},"sysdate_is_now":{"t":2,"a":[{"a":"option_mysqld_sysdate-is-now","u":16,"t":1}]},"tc_heuristic_recover":{"t":5,"a":[{"a":"option_mysqld_tc-heuristic-recover","u":16,"t":1}]},"temp_pool":{"t":2,"a":[{"a":"option_mysqld_temp-pool","u":16,"t":1}]},"transaction_isolation":{"d":true,"t":5,"a":[{"a":"option_mysqld_transaction-isolation","u":16,"t":1},{"a":"sysvar_transaction_isolation","u":15,"t":1}]},"transaction_read_only":{"d":true,"t":2,"a":[{"a":"option_mysqld_transaction-read-only","u":16,"t":1},{"a":"sysvar_transaction_read_only","u":15,"t":1}]},"upgrade":{"t":5,"a":[{"a":"option_mysqld_upgrade","u":16,"t":1}]},"user":{"t":1,"a":[{"a":"option_mysqld_user","u":16,"t":1}]},"validate_config":{"t":2,"a":[{"a":"option_mysqld_validate-config","u":16,"t":1}]},"activate_all_roles_on_login":{"d":true,"t":2,"a":[{"a":"sysvar_activate_all_roles_on_login","u":15,"t":1}]},"admin_address":{"d":false,"t":1,"a":[{"a":"sysvar_admin_address","u":15,"t":1}]},"admin_port":{"d":false,"t":3,"a":[{"a":"sysvar_admin_port","u":15,"t":1}]},"authentication_windows_log_level":{"d":false,"t":3,"a":[{"a":"sysvar_authentication_windows_log_level","u":15,"t":1}]},"authentication_windows_use_principal_name":{"d":false,"t":2,"a":[{"a":"sysvar_authentication_windows_use_principal_name","u":15,"t":1}]},"auto_generate_certs":{"d":false,"t":2,"a":[{"a":"sysvar_auto_generate_certs","u":15,"t":1}]},"avoid_temporal_upgrade":{"d":true,"t":2,"a":[{"a":"sysvar_avoid_temporal_upgrade","u":15,"t":1}]},"block_encryption_mode":{"d":true,"t":1,"a":[{"a":"sysvar_block_encryption_mode","u":15,"t":1}]},"caching_sha2_password_auto_generate_rsa_keys":{"d":false,"t":2,"a":[{"a":"sysvar_caching_sha2_password_auto_generate_rsa_keys","u":15,"t":1}]},"caching_sha2_password_private_key_path":{"d":false,"t":8,"a":[{"a":"sysvar_caching_sha2_password_private_key_path","u":15,"t":1}]},"caching_sha2_password_public_key_path":{"d":false,"t":8,"a":[{"a":"sysvar_caching_sha2_password_public_key_path","u":15,"t":1}]},"check_proxy_users":{"d":true,"t":2,"a":[{"a":"sysvar_check_proxy_users","u":15,"t":1}]},"create_admin_listener_thread":{"d":false,"t":2,"a":[{"a":"sysvar_create_admin_listener_thread","u":15,"t":1}]},"cte_max_recursion_depth":{"d":true,"t":3,"a":[{"a":"sysvar_cte_max_recursion_depth","u":15,"t":1}]},"default_authentication_plugin":{"d":false,"t":5,"a":[{"a":"sysvar_default_authentication_plugin","u":15,"t":1}]},"default_collation_for_utf8mb4":{"d":true,"t":5,"a":[{"a":"sysvar_default_collation_for_utf8mb4","u":15,"t":1}]},"default_table_encryption":{"d":true,"t":2,"a":[{"a":"sysvar_default_table_encryption","u":15,"t":1}]},"disabled_storage_engines":{"d":false,"t":1,"a":[{"a":"sysvar_disabled_storage_engines","u":15,"t":1}]},"dragnet.log_error_filter_rules":{"d":true,"t":1,"a":[{"a":"sysvar_dragnet.log_error_filter_rules","u":15,"t":1}]},"end_markers_in_json":{"d":true,"t":2,"a":[{"a":"sysvar_end_markers_in_json","u":15,"t":1}]},"generated_random_password_length":{"d":true,"t":3,"a":[{"a":"sysvar_generated_random_password_length","u":15,"t":1}]},"have_statement_timeout":{"d":false,"t":2,"a":[{"a":"sysvar_have_statement_timeout","u":15,"t":1}]},"histogram_generation_max_mem_size":{"d":true,"t":3,"a":[{"a":"sysvar_histogram_generation_max_mem_size","u":15,"t":1}]},"information_schema_stats_expiry":{"d":true,"t":3,"a":[{"a":"sysvar_information_schema_stats_expiry","u":15,"t":1}]},"internal_tmp_disk_storage_engine":{"d":true,"t":5,"a":[{"a":"sysvar_internal_tmp_disk_storage_engine","u":15,"t":1}]},"internal_tmp_mem_storage_engine":{"d":true,"t":5,"a":[{"a":"sysvar_internal_tmp_mem_storage_engine","u":15,"t":1}]},"log_error_filter_rules":{"d":true,"t":1,"a":[{"a":"sysvar_log_error_filter_rules","u":15,"t":1}]},"log_error_services":{"d":true,"t":1,"a":[{"a":"sysvar_log_error_services","u":15,"t":1}]},"log_error_suppression_list":{"d":true,"t":1,"a":[{"a":"sysvar_log_error_suppression_list","u":15,"t":1}]},"log_error_verbosity":{"d":true,"t":3,"a":[{"a":"sysvar_log_error_verbosity","u":15,"t":1}]},"log_slow_extra":{"d":true,"t":2,"a":[{"a":"sysvar_log_slow_extra","u":15,"t":1}]},"log_syslog":{"d":true,"t":2,"a":[{"a":"sysvar_log_syslog","u":15,"t":1}]},"log_syslog_facility":{"d":true,"t":1,"a":[{"a":"sysvar_log_syslog_facility","u":15,"t":1}]},"log_syslog_include_pid":{"d":true,"t":2,"a":[{"a":"sysvar_log_syslog_include_pid","u":15,"t":1}]},"log_syslog_tag":{"d":true,"t":1,"a":[{"a":"sysvar_log_syslog_tag","u":15,"t":1}]},"log_timestamps":{"d":true,"t":5,"a":[{"a":"sysvar_log_timestamps","u":15,"t":1}]},"log_throttle_queries_not_using_indexes":{"d":true,"t":3,"a":[{"a":"sysvar_log_throttle_queries_not_using_indexes","u":15,"t":1}]},"mandatory_roles":{"d":true,"t":1,"a":[{"a":"sysvar_mandatory_roles","u":15,"t":1}]},"max_execution_time":{"d":true,"t":3,"a":[{"a":"sysvar_max_execution_time","u":15,"t":1}]},"max_points_in_geometry":{"d":true,"t":3,"a":[{"a":"sysvar_max_points_in_geometry","u":15,"t":1}]},"mecab_rc_file":{"d":false,"t":8,"a":[{"a":"sysvar_mecab_rc_file","u":15,"t":1}]},"mysql_native_password_proxy_users":{"d":true,"t":2,"a":[{"a":"sysvar_mysql_native_password_proxy_users","u":15,"t":1}]},"named_pipe_full_access_group":{"d":false,"t":1,"a":[{"a":"sysvar_named_pipe_full_access_group","u":15,"t":1}]},"new":{"d":true,"t":2,"a":[{"a":"sysvar_new","u":15,"t":1}]},"ngram_token_size":{"d":false,"t":3,"a":[{"a":"sysvar_ngram_token_size","u":15,"t":1}]},"offline_mode":{"d":true,"t":2,"a":[{"a":"sysvar_offline_mode","u":15,"t":1}]},"optimizer_trace_features":{"d":true,"t":1,"a":[{"a":"sysvar_optimizer_trace_features","u":15,"t":1}]},"optimizer_trace_limit":{"d":true,"t":3,"a":[{"a":"sysvar_optimizer_trace_limit","u":15,"t":1}]},"optimizer_trace_offset":{"d":true,"t":3,"a":[{"a":"sysvar_optimizer_trace_offset","u":15,"t":1}]},"parser_max_mem_size":{"d":true,"t":3,"a":[{"a":"sysvar_parser_max_mem_size","u":15,"t":1}]},"partial_revokes":{"d":true,"t":2,"a":[{"a":"sysvar_partial_revokes","u":15,"t":1}]},"password_history":{"d":true,"t":3,"a":[{"a":"sysvar_password_history","u":15,"t":1}]},"password_require_current":{"d":true,"t":2,"a":[{"a":"sysvar_password_require_current","u":15,"t":1}]},"password_reuse_interval":{"d":true,"t":3,"a":[{"a":"sysvar_password_reuse_interval","u":15,"t":1}]},"persisted_globals_load":{"d":false,"t":2,"a":[{"a":"sysvar_persisted_globals_load","u":15,"t":1}]},"persist_only_admin_x509_subject":{"d":false,"t":1,"a":[{"a":"sysvar_persist_only_admin_x509_subject","u":15,"t":1}]},"print_identified_with_as_hex":{"d":true,"t":2,"a":[{"a":"sysvar_print_identified_with_as_hex","u":15,"t":1}]},"protocol_compression_algorithms":{"d":true,"t":6,"a":[{"a":"sysvar_protocol_compression_algorithms","u":15,"t":1}]},"range_optimizer_max_mem_size":{"d":true,"t":3,"a":[{"a":"sysvar_range_optimizer_max_mem_size","u":15,"t":1}]},"rbr_exec_mode":{"d":true,"t":5,"a":[{"a":"sysvar_rbr_exec_mode","u":15,"t":1}]},"regexp_stack_limit":{"d":true,"t":3,"a":[{"a":"sysvar_regexp_stack_limit","u":15,"t":1}]},"regexp_time_limit":{"d":true,"t":3,"a":[{"a":"sysvar_regexp_time_limit","u":15,"t":1}]},"require_secure_transport":{"d":true,"t":2,"a":[{"a":"sysvar_require_secure_transport","u":15,"t":1}]},"resultset_metadata":{"d":true,"t":5,"a":[{"a":"sysvar_resultset_metadata","u":15,"t":1}]},"secondary_engine_cost_threshold":{"d":true,"t":4,"a":[{"a":"sysvar_secondary_engine_cost_threshold","u":15,"t":1}]},"schema_definition_cache":{"d":true,"t":3,"a":[{"a":"sysvar_schema_definition_cache","u":15,"t":1}]},"session_track_gtids":{"d":true,"t":5,"a":[{"a":"sysvar_session_track_gtids","u":15,"t":1}]},"sha256_password_auto_generate_rsa_keys":{"d":false,"t":2,"a":[{"a":"sysvar_sha256_password_auto_generate_rsa_keys","u":15,"t":1}]},"sha256_password_private_key_path":{"d":false,"t":8,"a":[{"a":"sysvar_sha256_password_private_key_path","u":15,"t":1}]},"sha256_password_proxy_users":{"d":true,"t":2,"a":[{"a":"sysvar_sha256_password_proxy_users","u":15,"t":1}]},"sha256_password_public_key_path":{"d":false,"t":8,"a":[{"a":"sysvar_sha256_password_public_key_path","u":15,"t":1}]},"show_compatibility_56":{"d":true,"t":2,"a":[{"a":"sysvar_show_compatibility_56","u":15,"t":1}]},"show_create_table_skip_secondary_engine":{"d":true,"t":2,"a":[{"a":"sysvar_show_create_table_skip_secondary_engine","u":15,"t":1}]},"show_create_table_verbosity":{"d":true,"t":2,"a":[{"a":"sysvar_show_create_table_verbosity","u":15,"t":1}]},"show_old_temporals":{"d":true,"t":2,"a":[{"a":"sysvar_show_old_temporals","u":15,"t":1}]},"sql_require_primary_key":{"d":true,"t":2,"a":[{"a":"sysvar_sql_require_primary_key","u":15,"t":1}]},"ssl_fips_mode":{"d":true,"t":5,"a":[{"a":"sysvar_ssl_fips_mode","u":15,"t":1}]},"stored_program_definition_cache":{"d":true,"t":3,"a":[{"a":"sysvar_stored_program_definition_cache","u":15,"t":1}]},"super_read_only":{"d":true,"t":2,"a":[{"a":"sysvar_super_read_only","u":15,"t":1}]},"syseventlog.facility":{"d":true,"t":1,"a":[{"a":"sysvar_syseventlog.facility","u":15,"t":1}]},"syseventlog.include_pid":{"d":true,"t":2,"a":[{"a":"sysvar_syseventlog.include_pid","u":15,"t":1}]},"syseventlog.tag":{"d":true,"t":1,"a":[{"a":"sysvar_syseventlog.tag","u":15,"t":1}]},"table_encryption_privilege_check":{"d":true,"t":2,"a":[{"a":"sysvar_table_encryption_privilege_check","u":15,"t":1}]},"tablespace_definition_cache":{"d":true,"t":3,"a":[{"a":"sysvar_tablespace_definition_cache","u":15,"t":1}]},"temptable_max_ram":{"d":true,"t":3,"a":[{"a":"sysvar_temptable_max_ram","u":15,"t":1}]},"temptable_use_mmap":{"d":true,"t":2,"a":[{"a":"sysvar_temptable_use_mmap","u":15,"t":1}]},"thread_pool_algorithm":{"d":false,"t":3,"a":[{"a":"sysvar_thread_pool_algorithm","u":15,"t":1}]},"thread_pool_high_priority_connection":{"d":true,"t":3,"a":[{"a":"sysvar_thread_pool_high_priority_connection","u":15,"t":1}]},"thread_pool_max_active_query_threads":{"d":true,"t":3,"a":[{"a":"sysvar_thread_pool_max_active_query_threads","u":15,"t":1}]},"thread_pool_max_unused_threads":{"d":true,"t":3,"a":[{"a":"sysvar_thread_pool_max_unused_threads","u":15,"t":1}]},"tls_ciphersuites":{"d":true,"t":1,"a":[{"a":"sysvar_tls_ciphersuites","u":15,"t":1}]},"use_secondary_engine":{"d":true,"t":5,"a":[{"a":"sysvar_use_secondary_engine","u":15,"t":1}]},"validate_user_plugins":{"d":false,"t":2,"a":[{"a":"sysvar_validate_user_plugins","u":15,"t":1}]},"version_compile_zlib":{"d":false,"t":1,"a":[{"a":"sysvar_version_compile_zlib","u":15,"t":1}]},"windowing_use_high_precision":{"d":true,"t":2,"a":[{"a":"sysvar_windowing_use_high_precision","u":15,"t":1}]},"version_tokens_session":{"d":true,"t":1,"a":[{"a":"sysvar_version_tokens_session","u":46,"t":1}]},"version_tokens_session_number":{"d":false,"t":3,"a":[{"a":"sysvar_version_tokens_session_number","u":46,"t":1}]},"mysqlx":{"t":5,"a":[{"a":"option_mysqld_mysqlx","u":47,"t":1}]},"mysqlx_bind_address":{"d":false,"t":1,"a":[{"a":"sysvar_mysqlx_bind_address","u":47,"t":1}]},"mysqlx_connect_timeout":{"d":true,"t":3,"a":[{"a":"sysvar_mysqlx_connect_timeout","u":47,"t":1}]},"mysqlx_document_id_unique_prefix":{"d":true,"t":3,"a":[{"a":"sysvar_mysqlx_document_id_unique_prefix","u":47,"t":1}]},"mysqlx_enable_hello_notice":{"d":true,"t":2,"a":[{"a":"sysvar_mysqlx_enable_hello_notice","u":47,"t":1}]},"mysqlx_idle_worker_thread_timeout":{"d":true,"t":3,"a":[{"a":"sysvar_mysqlx_idle_worker_thread_timeout","u":47,"t":1}]},"mysqlx_interactive_timeout":{"d":true,"t":3,"a":[{"a":"sysvar_mysqlx_interactive_timeout","u":47,"t":1}]},"mysqlx_max_allowed_packet":{"d":true,"t":3,"a":[{"a":"sysvar_mysqlx_max_allowed_packet","u":47,"t":1}]},"mysqlx_max_connections":{"d":true,"t":3,"a":[{"a":"sysvar_mysqlx_max_connections","u":47,"t":1}]},"mysqlx_min_worker_threads":{"d":true,"t":3,"a":[{"a":"sysvar_mysqlx_min_worker_threads","u":47,"t":1}]},"mysqlx_port":{"d":false,"t":3,"a":[{"a":"sysvar_mysqlx_port","u":47,"t":1}]},"mysqlx_port_open_timeout":{"d":false,"t":3,"a":[{"a":"sysvar_mysqlx_port_open_timeout","u":47,"t":1}]},"mysqlx_read_timeout":{"d":true,"t":3,"a":[{"a":"sysvar_mysqlx_read_timeout","u":47,"t":1}]},"mysqlx_socket":{"d":false,"t":1,"a":[{"a":"sysvar_mysqlx_socket","u":47,"t":1}]},"mysqlx_ssl_ca":{"d":false,"t":8,"a":[{"a":"sysvar_mysqlx_ssl_ca","u":47,"t":1}]},"mysqlx_ssl_capath":{"d":false,"t":7,"a":[{"a":"sysvar_mysqlx_ssl_capath","u":47,"t":1}]},"mysqlx_ssl_cert":{"d":false,"t":8,"a":[{"a":"sysvar_mysqlx_ssl_cert","u":47,"t":1}]},"mysqlx_ssl_cipher":{"d":false,"t":1,"a":[{"a":"sysvar_mysqlx_ssl_cipher","u":47,"t":1}]},"mysqlx_ssl_crl":{"d":false,"t":8,"a":[{"a":"sysvar_mysqlx_ssl_crl","u":47,"t":1}]},"mysqlx_ssl_crlpath":{"d":false,"t":7,"a":[{"a":"sysvar_mysqlx_ssl_crlpath","u":47,"t":1}]},"mysqlx_ssl_key":{"d":false,"t":8,"a":[{"a":"sysvar_mysqlx_ssl_key","u":47,"t":1}]},"mysqlx_wait_timeout":{"d":true,"t":3,"a":[{"a":"sysvar_mysqlx_wait_timeout","u":47,"t":1}]},"mysqlx_write_timeout":{"d":true,"t":3,"a":[{"a":"sysvar_mysqlx_write_timeout","u":47,"t":1}]}},"version":1,"urls":["https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/","https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/","https://mariadb.com/kb/en/library/documentation/cassandra-status-variables/","https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/","https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/","https://mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/","https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/","https://mariadb.com/kb/en/library/documentation/gtid/","https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/","https://dev.mysql.com/doc/refman/8.0/en/replication-options.html","https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/","https://mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/","https://mariadb.com/kb/en/library/documentation/mroonga-status-variables/","https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/","https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/","https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html","https://dev.mysql.com/doc/refman/8.0/en/server-options.html","https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/","https://mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/","https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/","https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html","https://dev.mysql.com/doc/refman/8.0/en/replication-options-master.html","https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html","https://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html","https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html","https://mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/","https://mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/","https://mariadb.com/kb/en/library/documentation/semisynchronous-replication/","https://mariadb.com/kb/en/library/documentation/server-status-variables/","https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/","https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/","https://mariadb.com/kb/en/library/documentation/spider-server-status-variables/","https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/","https://mariadb.com/kb/en/library/documentation/ssltls-status-variables/","https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/","https://mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/","https://mariadb.com/kb/en/library/documentation/tokudb-status-variables/","https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/","https://mariadb.com/kb/en/library/documentation/system-versioned-tables/","https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/","https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/","https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html","https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html","https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html","https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html","https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html","https://dev.mysql.com/doc/refman/8.0/en/version-tokens-reference.html","https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html"],"types":{"1":"MYSQL","2":"MARIADB"},"varTypes":{"1":"string","2":"boolean","3":"integer","4":"numeric","5":"enumeration","6":"set","7":"directory name","8":"file name","9":"byte"}} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-ultraslim.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-ultraslim.php new file mode 100644 index 0000000..42944a4 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-ultraslim.php @@ -0,0 +1,2 @@ +["Aria_pagecache_blocks_not_flushed"=>["t"=>3,"a"=>[["a"=>"aria_pagecache_blocks_not_flushed","u"=>0,"t"=>2]]],"Aria_pagecache_blocks_unused"=>["t"=>3,"a"=>[["a"=>"aria_pagecache_blocks_unused","u"=>0,"t"=>2]]],"Aria_pagecache_blocks_used"=>["t"=>3,"a"=>[["a"=>"aria_pagecache_blocks_used","u"=>0,"t"=>2]]],"Aria_pagecache_read_requests"=>["t"=>3,"a"=>[["a"=>"aria_pagecache_read_requests","u"=>0,"t"=>2]]],"Aria_pagecache_reads"=>["t"=>3,"a"=>[["a"=>"aria_pagecache_reads","u"=>0,"t"=>2]]],"Aria_pagecache_write_requests"=>["t"=>3,"a"=>[["a"=>"aria_pagecache_write_requests","u"=>0,"t"=>2]]],"Aria_pagecache_writes"=>["t"=>3,"a"=>[["a"=>"aria_pagecache_writes","u"=>0,"t"=>2]]],"Aria_transaction_log_syncs"=>["t"=>3,"a"=>[["a"=>"aria_transaction_log_syncs","u"=>0,"t"=>2]]],"aria_block_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"aria_block_size","u"=>1,"t"=>2]]],"aria_checkpoint_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"aria_checkpoint_interval","u"=>1,"t"=>2]]],"aria_checkpoint_log_activity"=>["d"=>true,"t"=>3,"a"=>[["a"=>"aria_checkpoint_log_activity","u"=>1,"t"=>2]]],"aria_encrypt_tables"=>["d"=>true,"t"=>2,"a"=>[["a"=>"aria_encrypt_tables","u"=>1,"t"=>2]]],"aria_force_start_after_recovery_failures"=>["d"=>false,"t"=>3,"a"=>[["a"=>"aria_force_start_after_recovery_failures","u"=>1,"t"=>2]]],"aria_group_commit"=>["d"=>false,"t"=>1,"a"=>[["a"=>"aria_group_commit","u"=>1,"t"=>2]]],"aria_group_commit_interval"=>["d"=>false,"t"=>3,"a"=>[["a"=>"aria_group_commit_interval","u"=>1,"t"=>2]]],"aria_log_file_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"aria_log_file_size","u"=>1,"t"=>2]]],"aria_log_purge_type"=>["d"=>true,"t"=>5,"a"=>[["a"=>"aria_log_purge_type","u"=>1,"t"=>2]]],"aria_max_sort_file_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"aria_max_sort_file_size","u"=>1,"t"=>2]]],"aria_page_checksum"=>["d"=>true,"t"=>2,"a"=>[["a"=>"aria_page_checksum","u"=>1,"t"=>2]]],"aria_pagecache_age_threshold"=>["d"=>true,"t"=>3,"a"=>[["a"=>"aria_pagecache_age_threshold","u"=>1,"t"=>2]]],"aria_pagecache_buffer_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"aria_pagecache_buffer_size","u"=>1,"t"=>2]]],"aria_pagecache_division_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"aria_pagecache_division_limit","u"=>1,"t"=>2]]],"aria_pagecache_file_hash_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"aria_pagecache_file_hash_size","u"=>1,"t"=>2]]],"aria_recover"=>["a"=>[["a"=>"aria_recover","u"=>1,"t"=>2]]],"aria_recover_options"=>["d"=>true,"t"=>5,"a"=>[["a"=>"aria_recover_options","u"=>1,"t"=>2]]],"aria_repair_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"aria_repair_threads","u"=>1,"t"=>2]]],"aria_sort_buffer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"aria_sort_buffer_size","u"=>1,"t"=>2]]],"aria_stats_method"=>["d"=>true,"t"=>3,"a"=>[["a"=>"aria_stats_method","u"=>1,"t"=>2]]],"aria_sync_log_dir"=>["d"=>true,"t"=>5,"a"=>[["a"=>"aria_sync_log_dir","u"=>1,"t"=>2]]],"aria_used_for_temp_tables"=>["d"=>false,"t"=>2,"a"=>[["a"=>"aria_used_for_temp_tables","u"=>1,"t"=>2]]],"deadlock_search_depth_long"=>["d"=>true,"t"=>3,"a"=>[["a"=>"deadlock_search_depth_long","u"=>1,"t"=>2]]],"deadlock_search_depth_short"=>["d"=>true,"t"=>3,"a"=>[["a"=>"deadlock_search_depth_short","u"=>1,"t"=>2]]],"deadlock_timeout_long"=>["d"=>true,"t"=>3,"a"=>[["a"=>"deadlock_timeout_long","u"=>1,"t"=>2]]],"deadlock_timeout_short"=>["d"=>true,"t"=>3,"a"=>[["a"=>"deadlock_timeout_short","u"=>1,"t"=>2]]],"Cassandra_multiget_keys_scanned"=>["t"=>3,"a"=>[["a"=>"cassandra_multiget_keys_scanned","u"=>2,"t"=>2]]],"Cassandra_multiget_reads"=>["t"=>3,"a"=>[["a"=>"cassandra_multiget_reads","u"=>2,"t"=>2]]],"Cassandra_multiget_rows_read"=>["t"=>3,"a"=>[["a"=>"cassandra_multiget_rows_read","u"=>2,"t"=>2]]],"Cassandra_network_exceptions"=>["t"=>3,"a"=>[["a"=>"cassandra_network_exceptions","u"=>2,"t"=>2]]],"Cassandra_row_insert_batches"=>["t"=>3,"a"=>[["a"=>"cassandra_row_insert_batches","u"=>2,"t"=>2]]],"Cassandra_row_inserts"=>["t"=>3,"a"=>[["a"=>"cassandra_row_inserts","u"=>2,"t"=>2]]],"Cassandra_timeout_exceptions"=>["t"=>3,"a"=>[["a"=>"cassandra_timeout_exceptions","u"=>2,"t"=>2]]],"Cassandra_unavailable_exceptions"=>["t"=>3,"a"=>[["a"=>"cassandra_unavailable_exceptions","u"=>2,"t"=>2]]],"cassandra_default_thrift_host"=>["d"=>true,"t"=>1,"a"=>[["a"=>"cassandra_default_thrift_host","u"=>3,"t"=>2]]],"cassandra_failure_retries"=>["d"=>true,"t"=>3,"a"=>[["a"=>"cassandra_failure_retries","u"=>3,"t"=>2]]],"cassandra_insert_batch_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"cassandra_insert_batch_size","u"=>3,"t"=>2]]],"cassandra_multiget_batch_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"cassandra_multiget_batch_size","u"=>3,"t"=>2]]],"cassandra_read_consistency"=>["a"=>[["a"=>"cassandra_read_consistency","u"=>3,"t"=>2]]],"cassandra_rnd_batch_size"=>["a"=>[["a"=>"cassandra_rnd_batch_size","u"=>3,"t"=>2]]],"cassandra_write_consistency"=>["a"=>[["a"=>"cassandra_write_consistency","u"=>3,"t"=>2]]],"connect_class_path"=>["d"=>false,"t"=>1,"a"=>[["a"=>"connect_class_path","u"=>4,"t"=>2]]],"connect_cond_push"=>["d"=>true,"t"=>2,"a"=>[["a"=>"connect_cond_push","u"=>4,"t"=>2]]],"connect_conv_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"connect_conv_size","u"=>4,"t"=>2]]],"connect_enable_mongo"=>["d"=>false,"t"=>2,"a"=>[["a"=>"connect_enable_mongo","u"=>4,"t"=>2]]],"connect_exact_info"=>["d"=>true,"t"=>2,"a"=>[["a"=>"connect_exact_info","u"=>4,"t"=>2]]],"connect_indx_map"=>["d"=>true,"t"=>2,"a"=>[["a"=>"connect_indx_map","u"=>4,"t"=>2]]],"connect_java_wrapper"=>["d"=>true,"t"=>1,"a"=>[["a"=>"connect_java_wrapper","u"=>4,"t"=>2]]],"connect_json_grp_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"connect_json_grp_size","u"=>4,"t"=>2]]],"connect_json_null"=>["d"=>true,"t"=>1,"a"=>[["a"=>"connect_json_null","u"=>4,"t"=>2]]],"connect_jvm_path"=>["d"=>false,"t"=>1,"a"=>[["a"=>"connect_jvm_path","u"=>4,"t"=>2]]],"connect_type_conv"=>["d"=>true,"a"=>[["a"=>"connect_type_conv","u"=>4,"t"=>2]]],"connect_use_tempfile"=>["d"=>true,"a"=>[["a"=>"connect_use_tempfile","u"=>4,"t"=>2]]],"connect_work_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"connect_work_size","u"=>4,"t"=>2]]],"connect_xtrace"=>["d"=>true,"t"=>6,"a"=>[["a"=>"connect_xtrace","u"=>4,"t"=>2]]],"wsrep_apply_oooe"=>["a"=>[["a"=>"wsrep_apply_oooe","u"=>5,"t"=>2]]],"wsrep_apply_oool"=>["a"=>[["a"=>"wsrep_apply_oool","u"=>5,"t"=>2]]],"wsrep_apply_window"=>["a"=>[["a"=>"wsrep_apply_window","u"=>5,"t"=>2]]],"wsrep_cert_deps_distance"=>["a"=>[["a"=>"wsrep_cert_deps_distance","u"=>5,"t"=>2]]],"wsrep_cert_index_size"=>["t"=>3,"a"=>[["a"=>"wsrep_cert_index_size","u"=>5,"t"=>2]]],"wsrep_cert_interval"=>["t"=>3,"a"=>[["a"=>"wsrep_cert_interval","u"=>5,"t"=>2]]],"wsrep_cluster_capabilities"=>["a"=>[["a"=>"wsrep_cluster_capabilities","u"=>5,"t"=>2]]],"wsrep_cluster_conf_id"=>["t"=>3,"a"=>[["a"=>"wsrep_cluster_conf_id","u"=>5,"t"=>2]]],"wsrep_cluster_size"=>["t"=>3,"a"=>[["a"=>"wsrep_cluster_size","u"=>5,"t"=>2]]],"wsrep_cluster_state_uuid"=>["a"=>[["a"=>"wsrep_cluster_state_uuid","u"=>5,"t"=>2]]],"wsrep_cluster_status"=>["a"=>[["a"=>"wsrep_cluster_status","u"=>5,"t"=>2]]],"wsrep_cluster_weight"=>["a"=>[["a"=>"wsrep_cluster_weight","u"=>5,"t"=>2]]],"wsrep_commit_oooe"=>["a"=>[["a"=>"wsrep_commit_oooe","u"=>5,"t"=>2]]],"wsrep_commit_oool"=>["a"=>[["a"=>"wsrep_commit_oool","u"=>5,"t"=>2]]],"wsrep_commit_window"=>["a"=>[["a"=>"wsrep_commit_window","u"=>5,"t"=>2]]],"wsrep_connected"=>["a"=>[["a"=>"wsrep_connected","u"=>5,"t"=>2]]],"wsrep_desync_count"=>["t"=>3,"a"=>[["a"=>"wsrep_desync_count","u"=>5,"t"=>2]]],"wsrep_evs_delayed"=>["a"=>[["a"=>"wsrep_evs_delayed","u"=>5,"t"=>2]]],"wsrep_evs_evict_list"=>["a"=>[["a"=>"wsrep_evs_evict_list","u"=>5,"t"=>2]]],"wsrep_evs_repl_latency"=>["a"=>[["a"=>"wsrep_evs_repl_latency","u"=>5,"t"=>2]]],"wsrep_evs_state"=>["a"=>[["a"=>"wsrep_evs_state","u"=>5,"t"=>2]]],"wsrep_flow_control_paused"=>["a"=>[["a"=>"wsrep_flow_control_paused","u"=>5,"t"=>2]]],"wsrep_flow_control_paused_ns"=>["a"=>[["a"=>"wsrep_flow_control_paused_ns","u"=>5,"t"=>2]]],"wsrep_flow_control_recv"=>["t"=>3,"a"=>[["a"=>"wsrep_flow_control_recv","u"=>5,"t"=>2]]],"wsrep_flow_control_sent"=>["t"=>3,"a"=>[["a"=>"wsrep_flow_control_sent","u"=>5,"t"=>2]]],"wsrep_gcomm_uuid"=>["a"=>[["a"=>"wsrep_gcomm_uuid","u"=>5,"t"=>2]]],"wsrep_incoming_addresses"=>["a"=>[["a"=>"wsrep_incoming_addresses","u"=>5,"t"=>2]]],"wsrep_last_committed"=>["t"=>3,"a"=>[["a"=>"wsrep_last_committed","u"=>5,"t"=>2]]],"wsrep_local_bf_aborts"=>["t"=>3,"a"=>[["a"=>"wsrep_local_bf_aborts","u"=>5,"t"=>2]]],"wsrep_local_cached_downto"=>["a"=>[["a"=>"wsrep_local_cached_downto","u"=>5,"t"=>2]]],"wsrep_local_cert_failures"=>["t"=>3,"a"=>[["a"=>"wsrep_local_cert_failures","u"=>5,"t"=>2]]],"wsrep_local_commits"=>["t"=>3,"a"=>[["a"=>"wsrep_local_commits","u"=>5,"t"=>2]]],"wsrep_local_index"=>["a"=>[["a"=>"wsrep_local_index","u"=>5,"t"=>2]]],"wsrep_local_recv_queue"=>["t"=>3,"a"=>[["a"=>"wsrep_local_recv_queue","u"=>5,"t"=>2]]],"wsrep_local_recv_queue_avg"=>["a"=>[["a"=>"wsrep_local_recv_queue_avg","u"=>5,"t"=>2]]],"wsrep_local_recv_queue_max"=>["a"=>[["a"=>"wsrep_local_recv_queue_max","u"=>5,"t"=>2]]],"wsrep_local_recv_queue_min"=>["a"=>[["a"=>"wsrep_local_recv_queue_min","u"=>5,"t"=>2]]],"wsrep_local_replays"=>["t"=>3,"a"=>[["a"=>"wsrep_local_replays","u"=>5,"t"=>2]]],"wsrep_local_send_queue"=>["t"=>3,"a"=>[["a"=>"wsrep_local_send_queue","u"=>5,"t"=>2]]],"wsrep_local_send_queue_avg"=>["a"=>[["a"=>"wsrep_local_send_queue_avg","u"=>5,"t"=>2]]],"wsrep_local_send_queue_max"=>["a"=>[["a"=>"wsrep_local_send_queue_max","u"=>5,"t"=>2]]],"wsrep_local_send_queue_min"=>["a"=>[["a"=>"wsrep_local_send_queue_min","u"=>5,"t"=>2]]],"wsrep_local_state"=>["a"=>[["a"=>"wsrep_local_state","u"=>5,"t"=>2]]],"wsrep_local_state_comment"=>["a"=>[["a"=>"wsrep_local_state_comment","u"=>5,"t"=>2]]],"wsrep_local_state_uuid"=>["a"=>[["a"=>"wsrep_local_state_uuid","u"=>5,"t"=>2]]],"wsrep_open_connections"=>["t"=>3,"a"=>[["a"=>"wsrep_open_connections","u"=>5,"t"=>2]]],"wsrep_open_transactions"=>["t"=>3,"a"=>[["a"=>"wsrep_open_transactions","u"=>5,"t"=>2]]],"wsrep_protocol_version"=>["a"=>[["a"=>"wsrep_protocol_version","u"=>5,"t"=>2]]],"wsrep_provider_name"=>["a"=>[["a"=>"wsrep_provider_name","u"=>5,"t"=>2]]],"wsrep_provider_vendor"=>["a"=>[["a"=>"wsrep_provider_vendor","u"=>5,"t"=>2]]],"wsrep_provider_version"=>["t"=>3,"a"=>[["a"=>"wsrep_provider_version","u"=>5,"t"=>2]]],"wsrep_ready"=>["a"=>[["a"=>"wsrep_ready","u"=>5,"t"=>2]]],"wsrep_received"=>["t"=>3,"a"=>[["a"=>"wsrep_received","u"=>5,"t"=>2]]],"wsrep_received_bytes"=>["t"=>9,"a"=>[["a"=>"wsrep_received_bytes","u"=>5,"t"=>2]]],"wsrep_repl_data_bytes"=>["t"=>3,"a"=>[["a"=>"wsrep_repl_data_bytes","u"=>5,"t"=>2]]],"wsrep_repl_keys"=>["t"=>3,"a"=>[["a"=>"wsrep_repl_keys","u"=>5,"t"=>2]]],"wsrep_repl_keys_bytes"=>["t"=>3,"a"=>[["a"=>"wsrep_repl_keys_bytes","u"=>5,"t"=>2]]],"wsrep_repl_other_bytes"=>["t"=>3,"a"=>[["a"=>"wsrep_repl_other_bytes","u"=>5,"t"=>2]]],"wsrep_replicated"=>["t"=>3,"a"=>[["a"=>"wsrep_replicated","u"=>5,"t"=>2]]],"wsrep_replicated_bytes"=>["t"=>9,"a"=>[["a"=>"wsrep_replicated_bytes","u"=>5,"t"=>2]]],"wsrep_thread_count"=>["t"=>3,"a"=>[["a"=>"wsrep_thread_count","u"=>5,"t"=>2]]],"wsrep_auto_increment_control"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_auto_increment_control","u"=>6,"t"=>2]]],"wsrep_causal_reads"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_causal_reads","u"=>6,"t"=>2]]],"wsrep_certification_rules"=>["d"=>true,"t"=>5,"a"=>[["a"=>"wsrep_certification_rules","u"=>6,"t"=>2]]],"wsrep_certify_nonPK"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_certify_nonpk","u"=>6,"t"=>2]]],"wsrep_cluster_address"=>["d"=>false,"t"=>1,"a"=>[["a"=>"wsrep_cluster_address","u"=>6,"t"=>2]]],"wsrep_cluster_name"=>["d"=>true,"t"=>1,"a"=>[["a"=>"wsrep_cluster_name","u"=>6,"t"=>2]]],"wsrep_convert_LOCK_to_trx"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_convert_lock_to_trx","u"=>6,"t"=>2]]],"wsrep_data_home_dir"=>["d"=>false,"t"=>1,"a"=>[["a"=>"wsrep_data_home_dir","u"=>6,"t"=>2]]],"wsrep_dbug_option"=>["d"=>true,"t"=>1,"a"=>[["a"=>"wsrep_dbug_option","u"=>6,"t"=>2]]],"wsrep_debug"=>["d"=>true,"a"=>[["a"=>"wsrep_debug","u"=>6,"t"=>2]]],"wsrep_desync"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_desync","u"=>6,"t"=>2]]],"wsrep_dirty_reads"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_dirty_reads","u"=>6,"t"=>2]]],"wsrep_drupal_282555_workaround"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_drupal_282555_workaround","u"=>6,"t"=>2]]],"wsrep_forced_binlog_format"=>["d"=>true,"a"=>[["a"=>"wsrep_forced_binlog_format","u"=>6,"t"=>2]]],"wsrep_gtid_domain_id"=>["d"=>true,"t"=>3,"a"=>[["a"=>"wsrep_gtid_domain_id","u"=>6,"t"=>2]]],"wsrep_gtid_mode"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_gtid_mode","u"=>6,"t"=>2]]],"wsrep_ignore_apply_errors"=>["d"=>true,"t"=>3,"a"=>[["a"=>"wsrep_ignore_apply_errors","u"=>6,"t"=>2]]],"wsrep_load_data_splitting"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_load_data_splitting","u"=>6,"t"=>2]]],"wsrep_log_conflicts"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_log_conflicts","u"=>6,"t"=>2]]],"wsrep_max_ws_rows"=>["d"=>true,"t"=>3,"a"=>[["a"=>"wsrep_max_ws_rows","u"=>6,"t"=>2]]],"wsrep_max_ws_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"wsrep_max_ws_size","u"=>6,"t"=>2]]],"wsrep_mysql_replication_bundle"=>["d"=>false,"t"=>3,"a"=>[["a"=>"wsrep_mysql_replication_bundle","u"=>6,"t"=>2]]],"wsrep_node_address"=>["d"=>false,"t"=>1,"a"=>[["a"=>"wsrep_node_address","u"=>6,"t"=>2]]],"wsrep_node_incoming_address"=>["d"=>false,"t"=>1,"a"=>[["a"=>"wsrep_node_incoming_address","u"=>6,"t"=>2]]],"wsrep_node_name"=>["d"=>true,"t"=>1,"a"=>[["a"=>"wsrep_node_name","u"=>6,"t"=>2]]],"wsrep_notify_cmd"=>["d"=>true,"t"=>1,"a"=>[["a"=>"wsrep_notify_cmd","u"=>6,"t"=>2]]],"wsrep_on"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_on","u"=>6,"t"=>2]]],"wsrep_OSU_method"=>["d"=>true,"a"=>[["a"=>"wsrep_osu_method","u"=>6,"t"=>2]]],"wsrep_patch_version"=>["d"=>false,"t"=>1,"a"=>[["a"=>"wsrep_patch_version","u"=>6,"t"=>2]]],"wsrep_provider"=>["d"=>true,"t"=>1,"a"=>[["a"=>"wsrep_provider","u"=>6,"t"=>2]]],"wsrep_provider_options"=>["d"=>false,"t"=>1,"a"=>[["a"=>"wsrep_provider_options","u"=>6,"t"=>2]]],"wsrep_recover"=>["d"=>false,"t"=>2,"a"=>[["a"=>"wsrep_recover","u"=>6,"t"=>2]]],"wsrep_reject_queries"=>["d"=>true,"a"=>[["a"=>"wsrep_reject_queries","u"=>6,"t"=>2]]],"wsrep_replicate_myisam"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_replicate_myisam","u"=>6,"t"=>2]]],"wsrep_restart_slave"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_restart_slave","u"=>6,"t"=>2]]],"wsrep_retry_autocommit"=>["d"=>false,"t"=>3,"a"=>[["a"=>"wsrep_retry_autocommit","u"=>6,"t"=>2]]],"wsrep_slave_FK_checks"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_slave_fk_checks","u"=>6,"t"=>2]]],"wsrep_slave_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"wsrep_slave_threads","u"=>6,"t"=>2]]],"wsrep_slave_UK_checks"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_slave_uk_checks","u"=>6,"t"=>2]]],"wsrep_sr_store"=>["d"=>false,"a"=>[["a"=>"wsrep_sr_store","u"=>6,"t"=>2]]],"wsrep_sst_auth"=>["d"=>true,"t"=>1,"a"=>[["a"=>"wsrep_sst_auth","u"=>6,"t"=>2]]],"wsrep_sst_donor"=>["d"=>true,"t"=>1,"a"=>[["a"=>"wsrep_sst_donor","u"=>6,"t"=>2]]],"wsrep_sst_donor_rejects_queries"=>["d"=>true,"t"=>2,"a"=>[["a"=>"wsrep_sst_donor_rejects_queries","u"=>6,"t"=>2]]],"wsrep_sst_method"=>["d"=>true,"t"=>1,"a"=>[["a"=>"wsrep_sst_method","u"=>6,"t"=>2]]],"wsrep_sst_receive_address"=>["d"=>true,"t"=>1,"a"=>[["a"=>"wsrep_sst_receive_address","u"=>6,"t"=>2]]],"wsrep_start_position"=>["d"=>true,"t"=>1,"a"=>[["a"=>"wsrep_start_position","u"=>6,"t"=>2]]],"wsrep_sync_wait"=>["d"=>true,"t"=>3,"a"=>[["a"=>"wsrep_sync_wait","u"=>6,"t"=>2]]],"wsrep_trx_fragment_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"wsrep_trx_fragment_size","u"=>6,"t"=>2]]],"wsrep_trx_fragment_unit"=>["d"=>true,"a"=>[["a"=>"wsrep_trx_fragment_unit","u"=>6,"t"=>2]]],"gtid_binlog_pos"=>["d"=>false,"t"=>1,"a"=>[["a"=>"gtid_binlog_pos","u"=>7,"t"=>2]]],"gtid_binlog_state"=>["d"=>true,"t"=>1,"a"=>[["a"=>"gtid_binlog_state","u"=>7,"t"=>2]]],"gtid_current_pos"=>["d"=>false,"t"=>1,"a"=>[["a"=>"gtid_current_pos","u"=>7,"t"=>2]]],"gtid_domain_id"=>["d"=>true,"a"=>[["a"=>"gtid_domain_id","u"=>7,"t"=>2]]],"last_gtid"=>["d"=>false,"t"=>1,"a"=>[["a"=>"last_gtid","u"=>7,"t"=>2]]],"server_id"=>["d"=>true,"t"=>3,"a"=>[["a"=>"server_id","u"=>7,"t"=>2],["a"=>"server_id","u"=>8,"t"=>2],["a"=>"sysvar_server_id","u"=>9,"t"=>1]]],"gtid_seq_no"=>["d"=>true,"a"=>[["a"=>"gtid_seq_no","u"=>7,"t"=>2]]],"gtid_ignore_duplicates"=>["d"=>true,"t"=>2,"a"=>[["a"=>"gtid_ignore_duplicates","u"=>7,"t"=>2]]],"gtid_pos_auto_engines"=>["d"=>true,"t"=>1,"a"=>[["a"=>"gtid_pos_auto_engines","u"=>7,"t"=>2]]],"gtid_cleanup_batch_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"gtid_cleanup_batch_size","u"=>7,"t"=>2]]],"Server_audit_active"=>["t"=>2,"a"=>[["a"=>"server_audit_active","u"=>10,"t"=>2]]],"Server_audit_current_log"=>["t"=>1,"a"=>[["a"=>"server_audit_current_log","u"=>10,"t"=>2]]],"Server_audit_last_error"=>["t"=>1,"a"=>[["a"=>"server_audit_last_error","u"=>10,"t"=>2]]],"Server_audit_writes_failed"=>["t"=>3,"a"=>[["a"=>"server_audit_writes_failed","u"=>10,"t"=>2]]],"server_audit_events"=>["d"=>true,"t"=>1,"a"=>[["a"=>"server_audit_events","u"=>11,"t"=>2]]],"server_audit_excl_users"=>["d"=>true,"t"=>1,"a"=>[["a"=>"server_audit_excl_users","u"=>11,"t"=>2]]],"server_audit_file_path"=>["d"=>true,"t"=>1,"a"=>[["a"=>"server_audit_file_path","u"=>11,"t"=>2]]],"server_audit_file_rotate_now"=>["d"=>true,"t"=>2,"a"=>[["a"=>"server_audit_file_rotate_now","u"=>11,"t"=>2]]],"server_audit_file_rotate_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"server_audit_file_rotate_size","u"=>11,"t"=>2]]],"server_audit_file_rotations"=>["d"=>true,"t"=>3,"a"=>[["a"=>"server_audit_file_rotations","u"=>11,"t"=>2]]],"server_audit_incl_users"=>["d"=>true,"t"=>1,"a"=>[["a"=>"server_audit_incl_users","u"=>11,"t"=>2]]],"server_audit_loc_info"=>["d"=>false,"t"=>1,"a"=>[["a"=>"server_audit_loc_info","u"=>11,"t"=>2]]],"server_audit_logging"=>["d"=>true,"t"=>2,"a"=>[["a"=>"server_audit_logging","u"=>11,"t"=>2]]],"server_audit_mode"=>["a"=>[["a"=>"server_audit_mode","u"=>11,"t"=>2]]],"server_audit_output_type"=>["d"=>true,"a"=>[["a"=>"server_audit_output_type","u"=>11,"t"=>2]]],"server_audit_query_log_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"server_audit_query_log_limit","u"=>11,"t"=>2]]],"server_audit_syslog_facility"=>["d"=>true,"a"=>[["a"=>"server_audit_syslog_facility","u"=>11,"t"=>2]]],"server_audit_syslog_ident"=>["d"=>true,"t"=>1,"a"=>[["a"=>"server_audit_syslog_ident","u"=>11,"t"=>2]]],"server_audit_syslog_info"=>["d"=>true,"t"=>1,"a"=>[["a"=>"server_audit_syslog_info","u"=>11,"t"=>2]]],"server_audit_syslog_priority"=>["d"=>true,"a"=>[["a"=>"server_audit_syslog_priority","u"=>11,"t"=>2]]],"server_audit"=>["a"=>[["a"=>"server_audit","u"=>11,"t"=>2]]],"Mroonga_count_skip"=>["t"=>3,"a"=>[["a"=>"mroonga_count_skip","u"=>12,"t"=>2]]],"Mroonga_fast_order_limit"=>["t"=>3,"a"=>[["a"=>"mroonga_fast_order_limit","u"=>12,"t"=>2]]],"mroonga_action_on_fulltext_query_error"=>["d"=>true,"a"=>[["a"=>"mroonga_action_on_fulltext_query_error","u"=>13,"t"=>2]]],"mroonga_boolean_mode_syntax_flags"=>["d"=>true,"a"=>[["a"=>"mroonga_boolean_mode_syntax_flags","u"=>13,"t"=>2]]],"mroonga_database_path_prefix"=>["d"=>true,"t"=>1,"a"=>[["a"=>"mroonga_database_path_prefix","u"=>13,"t"=>2]]],"mroonga_default_parser"=>["d"=>true,"t"=>1,"a"=>[["a"=>"mroonga_default_parser","u"=>13,"t"=>2]]],"mroonga_default_tokenizer"=>["d"=>true,"t"=>1,"a"=>[["a"=>"mroonga_default_tokenizer","u"=>13,"t"=>2]]],"mroonga_default_wrapper_engine"=>["d"=>false,"t"=>1,"a"=>[["a"=>"mroonga_default_wrapper_engine","u"=>13,"t"=>2]]],"mroonga_dry_write"=>["d"=>true,"t"=>2,"a"=>[["a"=>"mroonga_dry_write","u"=>13,"t"=>2]]],"mroonga_enable_operations_recording"=>["d"=>true,"t"=>2,"a"=>[["a"=>"mroonga_enable_operations_recording","u"=>13,"t"=>2]]],"mroonga_enable_optimization"=>["d"=>true,"t"=>2,"a"=>[["a"=>"mroonga_enable_optimization","u"=>13,"t"=>2]]],"mroonga_libgroonga_embedded"=>["d"=>false,"t"=>2,"a"=>[["a"=>"mroonga_libgroonga_embedded","u"=>13,"t"=>2]]],"mroonga_libgroonga_support_lz4"=>["d"=>false,"t"=>2,"a"=>[["a"=>"mroonga_libgroonga_support_lz4","u"=>13,"t"=>2]]],"mroonga_libgroonga_support_zlib"=>["d"=>false,"t"=>2,"a"=>[["a"=>"mroonga_libgroonga_support_zlib","u"=>13,"t"=>2]]],"mroonga_libgroonga_support_zstd"=>["d"=>false,"t"=>2,"a"=>[["a"=>"mroonga_libgroonga_support_zstd","u"=>13,"t"=>2]]],"mroonga_libgroonga_version"=>["d"=>false,"t"=>1,"a"=>[["a"=>"mroonga_libgroonga_version","u"=>13,"t"=>2]]],"mroonga_lock_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"mroonga_lock_timeout","u"=>13,"t"=>2]]],"mroonga_log_file"=>["d"=>true,"t"=>1,"a"=>[["a"=>"mroonga_log_file","u"=>13,"t"=>2]]],"mroonga_log_level"=>["d"=>true,"a"=>[["a"=>"mroonga_log_level","u"=>13,"t"=>2]]],"mroonga_match_escalation_threshold"=>["d"=>true,"t"=>3,"a"=>[["a"=>"mroonga_match_escalation_threshold","u"=>13,"t"=>2]]],"mroonga_max_n_records_for_estimate"=>["d"=>true,"t"=>3,"a"=>[["a"=>"mroonga_max_n_records_for_estimate","u"=>13,"t"=>2]]],"mroonga_query_log_file"=>["d"=>true,"t"=>1,"a"=>[["a"=>"mroonga_query_log_file","u"=>13,"t"=>2]]],"mroonga_vector_column_delimiter"=>["d"=>true,"t"=>1,"a"=>[["a"=>"mroonga_vector_column_delimiter","u"=>13,"t"=>2]]],"mroonga_version"=>["d"=>false,"t"=>1,"a"=>[["a"=>"mroonga_version","u"=>13,"t"=>2]]],"key_buffer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"key_buffer_size","u"=>14,"t"=>2],["a"=>"sysvar_key_buffer_size","u"=>15,"t"=>1]]],"key_cache_age_threshold"=>["d"=>true,"t"=>3,"a"=>[["a"=>"key_cache_age_threshold","u"=>14,"t"=>2],["a"=>"sysvar_key_cache_age_threshold","u"=>15,"t"=>1]]],"key_cache_block_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"key_cache_block_size","u"=>14,"t"=>2],["a"=>"sysvar_key_cache_block_size","u"=>15,"t"=>1]]],"key_cache_division_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"key_cache_division_limit","u"=>14,"t"=>2],["a"=>"sysvar_key_cache_division_limit","u"=>15,"t"=>1]]],"key_cache_file_hash_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"key_cache_file_hash_size","u"=>14,"t"=>2]]],"key_cache_segments"=>["d"=>true,"t"=>3,"a"=>[["a"=>"key_cache_segments","u"=>14,"t"=>2]]],"myisam_block_size"=>["t"=>3,"a"=>[["a"=>"myisam_block_size","u"=>14,"t"=>2],["a"=>"option_mysqld_myisam-block-size","u"=>16,"t"=>1]]],"myisam_data_pointer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"myisam_data_pointer_size","u"=>14,"t"=>2],["a"=>"sysvar_myisam_data_pointer_size","u"=>15,"t"=>1]]],"myisam_max_extra_sort_file_size"=>["a"=>[["a"=>"myisam_max_extra_sort_file_size","u"=>14,"t"=>2]]],"myisam_max_sort_file_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"myisam_max_sort_file_size","u"=>14,"t"=>2],["a"=>"sysvar_myisam_max_sort_file_size","u"=>15,"t"=>1]]],"myisam_mmap_size"=>["t"=>3,"a"=>[["a"=>"myisam_mmap_size","u"=>14,"t"=>2],["a"=>"sysvar_myisam_mmap_size","u"=>15,"t"=>1]]],"myisam_recover_options"=>["d"=>false,"t"=>5,"a"=>[["a"=>"myisam_recover_options","u"=>14,"t"=>2],["a"=>"sysvar_myisam_recover_options","u"=>15,"t"=>1]]],"myisam_repair_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"myisam_repair_threads","u"=>14,"t"=>2],["a"=>"sysvar_myisam_repair_threads","u"=>15,"t"=>1]]],"myisam_sort_buffer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"myisam_sort_buffer_size","u"=>14,"t"=>2],["a"=>"sysvar_myisam_sort_buffer_size","u"=>15,"t"=>1]]],"myisam_stats_method"=>["d"=>true,"t"=>5,"a"=>[["a"=>"myisam_stats_method","u"=>14,"t"=>2],["a"=>"sysvar_myisam_stats_method","u"=>15,"t"=>1]]],"myisam_use_mmap"=>["d"=>true,"t"=>2,"a"=>[["a"=>"myisam_use_mmap","u"=>14,"t"=>2],["a"=>"sysvar_myisam_use_mmap","u"=>15,"t"=>1]]],"rocksdb_access_hint_on_compaction_start"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_access_hint_on_compaction_start","u"=>17,"t"=>2]]],"rocksdb_advise_random_on_open"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_advise_random_on_open","u"=>17,"t"=>2]]],"rocksdb_allow_concurrent_memtable_write"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_allow_concurrent_memtable_write","u"=>17,"t"=>2]]],"rocksdb_allow_mmap_reads"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_allow_mmap_reads","u"=>17,"t"=>2]]],"rocksdb_allow_mmap_writes"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_allow_mmap_writes","u"=>17,"t"=>2]]],"rocksdb_background_sync"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_background_sync","u"=>17,"t"=>2]]],"rocksdb_base_background_compactions"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_base_background_compactions","u"=>17,"t"=>2]]],"rocksdb_blind_delete_primary_key"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_blind_delete_primary_key","u"=>17,"t"=>2]]],"rocksdb_block_cache_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_block_cache_size","u"=>17,"t"=>2]]],"rocksdb_block_restart_interval"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_block_restart_interval","u"=>17,"t"=>2]]],"rocksdb_block_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_block_size","u"=>17,"t"=>2]]],"rocksdb_block_size_deviation"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_block_size_deviation","u"=>17,"t"=>2]]],"rocksdb_bulk_load"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_bulk_load","u"=>17,"t"=>2]]],"rocksdb_bulk_load_allow_unsorted"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_bulk_load_allow_unsorted","u"=>17,"t"=>2]]],"rocksdb_bulk_load_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_bulk_load_size","u"=>17,"t"=>2]]],"rocksdb_bytes_per_sync"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_bytes_per_sync","u"=>17,"t"=>2]]],"rocksdb_cache_index_and_filter_blocks"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_cache_index_and_filter_blocks","u"=>17,"t"=>2]]],"rocksdb_checksums_pct"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_checksums_pct","u"=>17,"t"=>2]]],"rocksdb_collect_sst_properties"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_collect_sst_properties","u"=>17,"t"=>2]]],"rocksdb_commit_in_the_middle"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_commit_in_the_middle","u"=>17,"t"=>2]]],"rocksdb_compact_cf"=>["d"=>true,"t"=>1,"a"=>[["a"=>"rocksdb_compact_cf","u"=>17,"t"=>2]]],"rocksdb_compaction_readahead_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_compaction_readahead_size","u"=>17,"t"=>2]]],"rocksdb_compaction_sequential_deletes"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_compaction_sequential_deletes","u"=>17,"t"=>2]]],"rocksdb_compaction_sequential_deletes_count_sd"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_compaction_sequential_deletes_count_sd","u"=>17,"t"=>2]]],"rocksdb_compaction_sequential_deletes_file_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_compaction_sequential_deletes_file_size","u"=>17,"t"=>2]]],"rocksdb_compaction_sequential_deletes_window"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_compaction_sequential_deletes_window","u"=>17,"t"=>2]]],"rocksdb_concurrent_prepare"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_concurrent_prepare","u"=>17,"t"=>2]]],"rocksdb_create_checkpoint"=>["d"=>true,"t"=>1,"a"=>[["a"=>"rocksdb_create_checkpoint","u"=>17,"t"=>2]]],"rocksdb_create_if_missing"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_create_if_missing","u"=>17,"t"=>2]]],"rocksdb_create_missing_column_families"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_create_missing_column_families","u"=>17,"t"=>2]]],"rocksdb_datadir"=>["d"=>false,"t"=>1,"a"=>[["a"=>"rocksdb_datadir","u"=>17,"t"=>2]]],"rocksdb_db_write_buffer_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_db_write_buffer_size","u"=>17,"t"=>2]]],"rocksdb_deadlock_detect"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_deadlock_detect","u"=>17,"t"=>2]]],"rocksdb_deadlock_detect_depth"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_deadlock_detect_depth","u"=>17,"t"=>2]]],"rocksdb_debug_optimizer_no_zero_cardinality"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_debug_optimizer_no_zero_cardinality","u"=>17,"t"=>2]]],"rocksdb_debug_ttl_ignore_pk"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_debug_ttl_ignore_pk","u"=>17,"t"=>2]]],"rocksdb_debug_ttl_read_filter_ts"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_debug_ttl_read_filter_ts","u"=>17,"t"=>2]]],"rocksdb_debug_ttl_rec_ts"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_debug_ttl_rec_ts","u"=>17,"t"=>2]]],"rocksdb_debug_ttl_snapshot_ts"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_debug_ttl_snapshot_ts","u"=>17,"t"=>2]]],"rocksdb_default_cf_options"=>["d"=>false,"t"=>1,"a"=>[["a"=>"rocksdb_default_cf_options","u"=>17,"t"=>2]]],"rocksdb_delayed_write_rate"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_delayed_write_rate","u"=>17,"t"=>2]]],"rocksdb_delete_obsolete_files_period_micros"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_delete_obsolete_files_period_micros","u"=>17,"t"=>2]]],"rocksdb_enable_2pc"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_enable_2pc","u"=>17,"t"=>2]]],"rocksdb_enable_bulk_load_api"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_enable_bulk_load_api","u"=>17,"t"=>2]]],"rocksdb_enable_thread_tracking"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_enable_thread_tracking","u"=>17,"t"=>2]]],"rocksdb_enable_ttl"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_enable_ttl","u"=>17,"t"=>2]]],"rocksdb_enable_ttl_read_filtering"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_enable_ttl_read_filtering","u"=>17,"t"=>2]]],"rocksdb_enable_write_thread_adaptive_yield"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_enable_write_thread_adaptive_yield","u"=>17,"t"=>2]]],"rocksdb_error_if_exists"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_error_if_exists","u"=>17,"t"=>2]]],"rocksdb_flush_log_at_trx_commit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_flush_log_at_trx_commit","u"=>17,"t"=>2]]],"rocksdb_flush_memtable_on_analyze"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_flush_memtable_on_analyze","u"=>17,"t"=>2]]],"rocksdb_force_compute_memtable_stats"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_force_compute_memtable_stats","u"=>17,"t"=>2]]],"rocksdb_force_compute_memtable_stats_cachetime"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_force_compute_memtable_stats_cachetime","u"=>17,"t"=>2]]],"rocksdb_force_flush_memtable_and_lzero_now"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_force_flush_memtable_and_lzero_now","u"=>17,"t"=>2]]],"rocksdb_force_flush_memtable_now"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_force_flush_memtable_now","u"=>17,"t"=>2]]],"rocksdb_force_index_records_in_range"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_force_index_records_in_range","u"=>17,"t"=>2]]],"rocksdb_git_hash"=>["d"=>false,"t"=>1,"a"=>[["a"=>"rocksdb_git_hash","u"=>17,"t"=>2]]],"rocksdb_hash_index_allow_collision"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_hash_index_allow_collision","u"=>17,"t"=>2]]],"rocksdb_index_type"=>["d"=>false,"a"=>[["a"=>"rocksdb_index_type","u"=>17,"t"=>2]]],"rocksdb_info_log_level"=>["d"=>true,"a"=>[["a"=>"rocksdb_info_log_level","u"=>17,"t"=>2]]],"rocksdb_io_write_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_io_write_timeout","u"=>17,"t"=>2]]],"rocksdb_is_fd_close_on_exec"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_is_fd_close_on_exec","u"=>17,"t"=>2]]],"rocksdb_keep_log_file_num"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_keep_log_file_num","u"=>17,"t"=>2]]],"rocksdb_large_prefix"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_large_prefix","u"=>17,"t"=>2]]],"rocksdb_lock_scanned_rows"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_lock_scanned_rows","u"=>17,"t"=>2]]],"rocksdb_lock_wait_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_lock_wait_timeout","u"=>17,"t"=>2]]],"rocksdb_log_file_time_to_roll"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_log_file_time_to_roll","u"=>17,"t"=>2]]],"rocksdb_manifest_preallocation_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_manifest_preallocation_size","u"=>17,"t"=>2]]],"rocksdb_manual_wal_flush"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_manual_wal_flush","u"=>17,"t"=>2]]],"rocksdb_master_skip_tx_api"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_master_skip_tx_api","u"=>17,"t"=>2]]],"rocksdb_max_background_compactions"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_max_background_compactions","u"=>17,"t"=>2]]],"rocksdb_max_background_flushes"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_max_background_flushes","u"=>17,"t"=>2]]],"rocksdb_max_background_jobs"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_max_background_jobs","u"=>17,"t"=>2]]],"rocksdb_max_latest_deadlocks"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_max_latest_deadlocks","u"=>17,"t"=>2]]],"rocksdb_max_log_file_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_max_log_file_size","u"=>17,"t"=>2]]],"rocksdb_max_manifest_file_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_max_manifest_file_size","u"=>17,"t"=>2]]],"rocksdb_max_open_files"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_max_open_files","u"=>17,"t"=>2]]],"rocksdb_max_row_locks"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_max_row_locks","u"=>17,"t"=>2]]],"rocksdb_max_subcompactions"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_max_subcompactions","u"=>17,"t"=>2]]],"rocksdb_max_total_wal_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_max_total_wal_size","u"=>17,"t"=>2]]],"rocksdb_merge_buf_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_merge_buf_size","u"=>17,"t"=>2]]],"rocksdb_merge_combine_read_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_merge_combine_read_size","u"=>17,"t"=>2]]],"rocksdb_merge_tmp_file_removal_delay_ms"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_merge_tmp_file_removal_delay_ms","u"=>17,"t"=>2]]],"rocksdb_new_table_reader_for_compaction_inputs"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_new_table_reader_for_compaction_inputs","u"=>17,"t"=>2]]],"rocksdb_no_block_cache"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_no_block_cache","u"=>17,"t"=>2]]],"rocksdb_override_cf_options"=>["d"=>false,"t"=>1,"a"=>[["a"=>"rocksdb_override_cf_options","u"=>17,"t"=>2]]],"rocksdb_paranoid_checks"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_paranoid_checks","u"=>17,"t"=>2]]],"rocksdb_pause_background_work"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_pause_background_work","u"=>17,"t"=>2]]],"rocksdb_perf_context_level"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_perf_context_level","u"=>17,"t"=>2]]],"rocksdb_persistent_cache_path"=>["d"=>false,"t"=>1,"a"=>[["a"=>"rocksdb_persistent_cache_path","u"=>17,"t"=>2]]],"rocksdb_persistent_cache_size_mb"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_persistent_cache_size_mb","u"=>17,"t"=>2]]],"rocksdb_pin_l0_filter_and_index_blocks_in_cache"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_pin_l0_filter_and_index_blocks_in_cache","u"=>17,"t"=>2]]],"rocksdb_print_snapshot_conflict_queries"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_print_snapshot_conflict_queries","u"=>17,"t"=>2]]],"rocksdb_rate_limiter_bytes_per_sec"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_rate_limiter_bytes_per_sec","u"=>17,"t"=>2]]],"rocksdb_read_free_rpl_tables"=>["d"=>true,"t"=>1,"a"=>[["a"=>"rocksdb_read_free_rpl_tables","u"=>17,"t"=>2]]],"rocksdb_records_in_range"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_records_in_range","u"=>17,"t"=>2]]],"rocksdb_reset_stats"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_reset_stats","u"=>17,"t"=>2]]],"rocksdb_seconds_between_stat_computes"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_seconds_between_stat_computes","u"=>17,"t"=>2]]],"rocksdb_signal_drop_index_thread"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_signal_drop_index_thread","u"=>17,"t"=>2]]],"rocksdb_sim_cache_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_sim_cache_size","u"=>17,"t"=>2]]],"rocksdb_skip_bloom_filter_on_read"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_skip_bloom_filter_on_read","u"=>17,"t"=>2]]],"rocksdb_skip_fill_cache"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_skip_fill_cache","u"=>17,"t"=>2]]],"rocksdb_skip_unique_check_tables"=>["d"=>true,"t"=>1,"a"=>[["a"=>"rocksdb_skip_unique_check_tables","u"=>17,"t"=>2]]],"rocksdb_sst_mgr_rate_bytes_per_sec"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_sst_mgr_rate_bytes_per_sec","u"=>17,"t"=>2]]],"rocksdb_stats_dump_period_sec"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_stats_dump_period_sec","u"=>17,"t"=>2]]],"rocksdb_store_row_debug_checksums"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_store_row_debug_checksums","u"=>17,"t"=>2]]],"rocksdb_strict_collation_check"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_strict_collation_check","u"=>17,"t"=>2]]],"rocksdb_strict_collation_exceptions"=>["d"=>true,"t"=>1,"a"=>[["a"=>"rocksdb_strict_collation_exceptions","u"=>17,"t"=>2]]],"rocksdb_supported_compression_types"=>["d"=>false,"t"=>1,"a"=>[["a"=>"rocksdb_supported_compression_types","u"=>17,"t"=>2]]],"rocksdb_table_cache_numshardbits"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_table_cache_numshardbits","u"=>17,"t"=>2]]],"rocksdb_table_stats_sampling_pct"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_table_stats_sampling_pct","u"=>17,"t"=>2]]],"rocksdb_tmpdir"=>["d"=>true,"t"=>1,"a"=>[["a"=>"rocksdb_tmpdir","u"=>17,"t"=>2]]],"rocksdb_trace_sst_api"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_trace_sst_api","u"=>17,"t"=>2]]],"rocksdb_unsafe_for_binlog"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_unsafe_for_binlog","u"=>17,"t"=>2]]],"rocksdb_update_cf_options"=>["d"=>true,"a"=>[["a"=>"rocksdb_update_cf_options","u"=>17,"t"=>2]]],"rocksdb_use_adaptive_mutex"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_use_adaptive_mutex","u"=>17,"t"=>2]]],"rocksdb_use_clock_cache"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_use_clock_cache","u"=>17,"t"=>2]]],"rocksdb_use_direct_io_for_flush_and_compaction"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_use_direct_io_for_flush_and_compaction","u"=>17,"t"=>2]]],"rocksdb_use_direct_reads"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_use_direct_reads","u"=>17,"t"=>2]]],"rocksdb_use_direct_writes"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_use_direct_writes","u"=>17,"t"=>2]]],"rocksdb_use_fsync"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_use_fsync","u"=>17,"t"=>2]]],"rocksdb_validate_tables"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_validate_tables","u"=>17,"t"=>2]]],"rocksdb_verify_row_debug_checksums"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_verify_row_debug_checksums","u"=>17,"t"=>2]]],"rocksdb_wal_bytes_per_sync"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_wal_bytes_per_sync","u"=>17,"t"=>2]]],"rocksdb_wal_dir"=>["d"=>false,"t"=>1,"a"=>[["a"=>"rocksdb_wal_dir","u"=>17,"t"=>2]]],"rocksdb_wal_recovery_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_wal_recovery_mode","u"=>17,"t"=>2]]],"rocksdb_wal_size_limit_mb"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_wal_size_limit_mb","u"=>17,"t"=>2]]],"rocksdb_wal_ttl_seconds"=>["d"=>false,"t"=>3,"a"=>[["a"=>"rocksdb_wal_ttl_seconds","u"=>17,"t"=>2]]],"rocksdb_whole_key_filtering"=>["d"=>false,"t"=>2,"a"=>[["a"=>"rocksdb_whole_key_filtering","u"=>17,"t"=>2]]],"rocksdb_write_batch_max_bytes"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rocksdb_write_batch_max_bytes","u"=>17,"t"=>2]]],"rocksdb_write_disable_wal"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_write_disable_wal","u"=>17,"t"=>2]]],"rocksdb_write_ignore_missing_column_families"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rocksdb_write_ignore_missing_column_families","u"=>17,"t"=>2]]],"oqgraph_allow_create_integer_latch"=>["d"=>true,"t"=>2,"a"=>[["a"=>"oqgraph_allow_create_integer_latch","u"=>18,"t"=>2]]],"Oqgraph_boost_version"=>["t"=>1,"a"=>[["a"=>"oqgraph_boost_version","u"=>18,"t"=>2]]],"Oqgraph_compat_mode"=>["t"=>1,"a"=>[["a"=>"oqgraph_compat_mode","u"=>18,"t"=>2]]],"Oqgraph_verbose_debug"=>["t"=>1,"a"=>[["a"=>"oqgraph_verbose_debug","u"=>18,"t"=>2]]],"performance_schema"=>["d"=>false,"t"=>2,"a"=>[["a"=>"performance_schema","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema","u"=>20,"t"=>1]]],"performance_schema_accounts_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_accounts_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_accounts_size","u"=>20,"t"=>1]]],"performance_schema_digests_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_digests_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_digests_size","u"=>20,"t"=>1]]],"performance_schema_events_stages_history_long_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_events_stages_history_long_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_events_stages_history_long_size","u"=>20,"t"=>1]]],"performance_schema_events_stages_history_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_events_stages_history_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_events_stages_history_size","u"=>20,"t"=>1]]],"performance_schema_events_statements_history_long_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_events_statements_history_long_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_events_statements_history_long_size","u"=>20,"t"=>1]]],"performance_schema_events_statements_history_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_events_statements_history_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_events_statements_history_size","u"=>20,"t"=>1]]],"performance_schema_events_waits_history_long_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_events_waits_history_long_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_events_waits_history_long_size","u"=>20,"t"=>1]]],"performance_schema_events_waits_history_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_events_waits_history_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_events_waits_history_size","u"=>20,"t"=>1]]],"performance_schema_hosts_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_hosts_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_hosts_size","u"=>20,"t"=>1]]],"performance_schema_max_cond_classes"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_cond_classes","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_cond_classes","u"=>20,"t"=>1]]],"performance_schema_max_cond_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_cond_instances","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_cond_instances","u"=>20,"t"=>1]]],"performance_schema_max_digest_length"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_digest_length","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_digest_length","u"=>20,"t"=>1]]],"performance_schema_max_file_classes"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_file_classes","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_file_classes","u"=>20,"t"=>1]]],"performance_schema_max_file_handles"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_file_handles","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_file_handles","u"=>20,"t"=>1]]],"performance_schema_max_file_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_file_instances","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_file_instances","u"=>20,"t"=>1]]],"performance_schema_max_mutex_classes"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_mutex_classes","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_mutex_classes","u"=>20,"t"=>1]]],"performance_schema_max_mutex_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_mutex_instances","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_mutex_instances","u"=>20,"t"=>1]]],"performance_schema_max_rwlock_classes"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_rwlock_classes","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_rwlock_classes","u"=>20,"t"=>1]]],"performance_schema_max_rwlock_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_rwlock_instances","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_rwlock_instances","u"=>20,"t"=>1]]],"performance_schema_max_socket_classes"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_socket_classes","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_socket_classes","u"=>20,"t"=>1]]],"performance_schema_max_socket_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_socket_instances","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_socket_instances","u"=>20,"t"=>1]]],"performance_schema_max_stage_classes"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_stage_classes","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_stage_classes","u"=>20,"t"=>1]]],"performance_schema_max_statement_classes"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_statement_classes","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_statement_classes","u"=>20,"t"=>1]]],"performance_schema_max_table_handles"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_table_handles","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_table_handles","u"=>20,"t"=>1]]],"performance_schema_max_table_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_table_instances","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_table_instances","u"=>20,"t"=>1]]],"performance_schema_max_thread_classes"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_thread_classes","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_thread_classes","u"=>20,"t"=>1]]],"performance_schema_max_thread_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_max_thread_instances","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_max_thread_instances","u"=>20,"t"=>1]]],"performance_schema_session_connect_attrs_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_session_connect_attrs_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_session_connect_attrs_size","u"=>20,"t"=>1]]],"performance_schema_setup_actors_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_setup_actors_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_setup_actors_size","u"=>20,"t"=>1]]],"performance_schema_setup_objects_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_setup_objects_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_setup_objects_size","u"=>20,"t"=>1]]],"performance_schema_users_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"performance_schema_users_size","u"=>19,"t"=>2],["a"=>"sysvar_performance_schema_users_size","u"=>20,"t"=>1]]],"auto_increment_increment"=>["d"=>true,"t"=>3,"a"=>[["a"=>"auto_increment_increment","u"=>8,"t"=>2],["a"=>"sysvar_auto_increment_increment","u"=>21,"t"=>1]]],"auto_increment_offset"=>["d"=>true,"t"=>3,"a"=>[["a"=>"auto_increment_offset","u"=>8,"t"=>2],["a"=>"sysvar_auto_increment_offset","u"=>21,"t"=>1]]],"binlog_annotate_row_events"=>["d"=>true,"t"=>2,"a"=>[["a"=>"binlog_annotate_row_events","u"=>8,"t"=>2]]],"binlog_cache_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"binlog_cache_size","u"=>8,"t"=>2],["a"=>"sysvar_binlog_cache_size","u"=>22,"t"=>1],["a"=>"sysvar_binlog_cache_size","u"=>23,"t"=>1]]],"binlog_checksum"=>["d"=>true,"t"=>1,"a"=>[["a"=>"binlog_checksum","u"=>8,"t"=>2],["a"=>"option_mysqld_binlog-checksum","u"=>22,"t"=>1],["a"=>"sysvar_binlog_checksum","u"=>22,"t"=>1],["a"=>"option_mysqld_binlog-checksum","u"=>23,"t"=>1],["a"=>"sysvar_binlog_checksum","u"=>23,"t"=>1]]],"binlog_commit_wait_count"=>["d"=>true,"t"=>3,"a"=>[["a"=>"binlog_commit_wait_count","u"=>8,"t"=>2]]],"binlog_commit_wait_usec"=>["d"=>true,"t"=>3,"a"=>[["a"=>"binlog_commit_wait_usec","u"=>8,"t"=>2]]],"binlog_direct_non_transactional_updates"=>["d"=>true,"t"=>2,"a"=>[["a"=>"binlog_direct_non_transactional_updates","u"=>8,"t"=>2],["a"=>"sysvar_binlog_direct_non_transactional_updates","u"=>22,"t"=>1],["a"=>"sysvar_binlog_direct_non_transactional_updates","u"=>23,"t"=>1]]],"binlog_file_cache_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"binlog_file_cache_size","u"=>8,"t"=>2]]],"binlog_format"=>["d"=>true,"t"=>5,"a"=>[["a"=>"binlog_format","u"=>8,"t"=>2],["a"=>"sysvar_binlog_format","u"=>22,"t"=>1],["a"=>"sysvar_binlog_format","u"=>23,"t"=>1]]],"binlog_optimize_thread_scheduling"=>["d"=>false,"t"=>2,"a"=>[["a"=>"binlog_optimize_thread_scheduling","u"=>8,"t"=>2]]],"binlog_row_image"=>["d"=>true,"t"=>5,"a"=>[["a"=>"binlog_row_image","u"=>8,"t"=>2],["a"=>"sysvar_binlog_row_image","u"=>22,"t"=>1],["a"=>"sysvar_binlog_row_image","u"=>23,"t"=>1]]],"binlog_row_metadata"=>["d"=>true,"t"=>5,"a"=>[["a"=>"binlog_row_metadata","u"=>8,"t"=>2],["a"=>"sysvar_binlog_row_metadata","u"=>22,"t"=>1]]],"binlog_stmt_cache_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"binlog_stmt_cache_size","u"=>8,"t"=>2],["a"=>"sysvar_binlog_stmt_cache_size","u"=>22,"t"=>1],["a"=>"sysvar_binlog_stmt_cache_size","u"=>23,"t"=>1]]],"default_master_connection"=>["d"=>true,"t"=>1,"a"=>[["a"=>"default_master_connection","u"=>8,"t"=>2]]],"encrypt_binlog"=>["d"=>false,"t"=>2,"a"=>[["a"=>"encrypt_binlog","u"=>8,"t"=>2]]],"expire_logs_days"=>["d"=>true,"t"=>3,"a"=>[["a"=>"expire_logs_days","u"=>8,"t"=>2],["a"=>"sysvar_expire_logs_days","u"=>22,"t"=>1],["a"=>"sysvar_expire_logs_days","u"=>23,"t"=>1]]],"init_slave"=>["d"=>true,"t"=>1,"a"=>[["a"=>"init_slave","u"=>8,"t"=>2],["a"=>"sysvar_init_slave","u"=>24,"t"=>1]]],"log_bin"=>["d"=>false,"t"=>2,"a"=>[["a"=>"log_bin","u"=>8,"t"=>2],["a"=>"option_mysqld_log-bin","u"=>22,"t"=>1],["a"=>"sysvar_log_bin","u"=>22,"t"=>1],["a"=>"option_mysqld_log-bin","u"=>23,"t"=>1],["a"=>"sysvar_log_bin","u"=>23,"t"=>1]]],"log_bin_basename"=>["d"=>false,"t"=>8,"a"=>[["a"=>"log_bin_basename","u"=>8,"t"=>2],["a"=>"sysvar_log_bin_basename","u"=>22,"t"=>1],["a"=>"sysvar_log_bin_basename","u"=>23,"t"=>1]]],"log_bin_compress"=>["d"=>true,"t"=>2,"a"=>[["a"=>"log_bin_compress","u"=>8,"t"=>2]]],"log_bin_compress_min_len"=>["d"=>true,"t"=>3,"a"=>[["a"=>"log_bin_compress_min_len","u"=>8,"t"=>2]]],"log_bin_index"=>["d"=>false,"t"=>8,"a"=>[["a"=>"log_bin_index","u"=>8,"t"=>2],["a"=>"option_mysqld_log-bin-index","u"=>22,"t"=>1],["a"=>"sysvar_log_bin_index","u"=>22,"t"=>1],["a"=>"option_mysqld_log-bin-index","u"=>23,"t"=>1],["a"=>"sysvar_log_bin_index","u"=>23,"t"=>1]]],"log_bin_trust_function_creators"=>["d"=>true,"t"=>2,"a"=>[["a"=>"log_bin_trust_function_creators","u"=>8,"t"=>2],["a"=>"sysvar_log_bin_trust_function_creators","u"=>22,"t"=>1],["a"=>"sysvar_log_bin_trust_function_creators","u"=>23,"t"=>1]]],"log_slow_slave_statements"=>["d"=>true,"t"=>2,"a"=>[["a"=>"log_slow_slave_statements","u"=>8,"t"=>2],["a"=>"sysvar_log_slow_slave_statements","u"=>24,"t"=>1]]],"log_slave_updates"=>["d"=>false,"t"=>2,"a"=>[["a"=>"log_slave_updates","u"=>8,"t"=>2],["a"=>"sysvar_log_slave_updates","u"=>22,"t"=>1],["a"=>"sysvar_log_slave_updates","u"=>23,"t"=>1]]],"master_verify_checksum"=>["d"=>true,"t"=>2,"a"=>[["a"=>"master_verify_checksum","u"=>8,"t"=>2],["a"=>"sysvar_master_verify_checksum","u"=>22,"t"=>1],["a"=>"sysvar_master_verify_checksum","u"=>23,"t"=>1]]],"max_binlog_cache_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_binlog_cache_size","u"=>8,"t"=>2],["a"=>"sysvar_max_binlog_cache_size","u"=>22,"t"=>1],["a"=>"sysvar_max_binlog_cache_size","u"=>23,"t"=>1]]],"max_binlog_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_binlog_size","u"=>8,"t"=>2],["a"=>"sysvar_max_binlog_size","u"=>22,"t"=>1],["a"=>"sysvar_max_binlog_size","u"=>23,"t"=>1]]],"max_binlog_stmt_cache_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_binlog_stmt_cache_size","u"=>8,"t"=>2],["a"=>"sysvar_max_binlog_stmt_cache_size","u"=>22,"t"=>1],["a"=>"sysvar_max_binlog_stmt_cache_size","u"=>23,"t"=>1]]],"max_relay_log_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_relay_log_size","u"=>8,"t"=>2],["a"=>"option_mysqld_max-relay-log-size","u"=>24,"t"=>1],["a"=>"sysvar_max_relay_log_size","u"=>24,"t"=>1]]],"read_binlog_speed_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"read_binlog_speed_limit","u"=>8,"t"=>2]]],"relay_log"=>["d"=>false,"t"=>8,"a"=>[["a"=>"relay_log","u"=>8,"t"=>2],["a"=>"sysvar_relay_log","u"=>24,"t"=>1]]],"relay_log_basename"=>["d"=>false,"a"=>[["a"=>"relay_log_basename","u"=>8,"t"=>2],["a"=>"sysvar_relay_log_basename","u"=>24,"t"=>1]]],"relay_log_index"=>["d"=>false,"a"=>[["a"=>"relay_log_index","u"=>8,"t"=>2],["a"=>"sysvar_relay_log_index","u"=>24,"t"=>1]]],"relay_log_info_file"=>["d"=>false,"a"=>[["a"=>"relay_log_info_file","u"=>8,"t"=>2],["a"=>"sysvar_relay_log_info_file","u"=>24,"t"=>1]]],"relay_log_purge"=>["d"=>true,"t"=>2,"a"=>[["a"=>"relay_log_purge","u"=>8,"t"=>2],["a"=>"option_mysqld_relay-log-purge","u"=>24,"t"=>1],["a"=>"sysvar_relay_log_purge","u"=>24,"t"=>1]]],"relay_log_recovery"=>["t"=>2,"a"=>[["a"=>"relay_log_recovery","u"=>8,"t"=>2],["a"=>"sysvar_relay_log_recovery","u"=>24,"t"=>1]]],"relay_log_space_limit"=>["d"=>false,"t"=>3,"a"=>[["a"=>"relay_log_space_limit","u"=>8,"t"=>2],["a"=>"option_mysqld_relay-log-space-limit","u"=>24,"t"=>1],["a"=>"sysvar_relay_log_space_limit","u"=>24,"t"=>1]]],"replicate_annotate_row_events"=>["d"=>false,"t"=>2,"a"=>[["a"=>"replicate_annotate_row_events","u"=>8,"t"=>2]]],"replicate_do_db"=>["t"=>1,"a"=>[["a"=>"replicate_do_db","u"=>8,"t"=>2],["a"=>"option_mysqld_replicate-do-db","u"=>24,"t"=>1]]],"replicate_do_table"=>["t"=>1,"a"=>[["a"=>"replicate_do_table","u"=>8,"t"=>2],["a"=>"option_mysqld_replicate-do-table","u"=>24,"t"=>1]]],"replicate_events_marked_for_skip"=>["d"=>true,"t"=>5,"a"=>[["a"=>"replicate_events_marked_for_skip","u"=>8,"t"=>2]]],"replicate_ignore_db"=>["t"=>1,"a"=>[["a"=>"replicate_ignore_db","u"=>8,"t"=>2],["a"=>"option_mysqld_replicate-ignore-db","u"=>24,"t"=>1]]],"replicate_ignore_table"=>["t"=>1,"a"=>[["a"=>"replicate_ignore_table","u"=>8,"t"=>2],["a"=>"option_mysqld_replicate-ignore-table","u"=>24,"t"=>1]]],"replicate_rewrite_db"=>["t"=>1,"a"=>[["a"=>"replicate_rewrite_db","u"=>8,"t"=>2],["a"=>"option_mysqld_replicate-rewrite-db","u"=>24,"t"=>1]]],"replicate_wild_do_table"=>["t"=>1,"a"=>[["a"=>"replicate_wild_do_table","u"=>8,"t"=>2],["a"=>"option_mysqld_replicate-wild-do-table","u"=>24,"t"=>1]]],"replicate_wild_ignore_table"=>["t"=>1,"a"=>[["a"=>"replicate_wild_ignore_table","u"=>8,"t"=>2],["a"=>"option_mysqld_replicate-wild-ignore-table","u"=>24,"t"=>1]]],"report_host"=>["d"=>false,"t"=>1,"a"=>[["a"=>"report_host","u"=>8,"t"=>2],["a"=>"sysvar_report_host","u"=>24,"t"=>1]]],"report_password"=>["d"=>false,"t"=>1,"a"=>[["a"=>"report_password","u"=>8,"t"=>2],["a"=>"sysvar_report_password","u"=>24,"t"=>1]]],"report_port"=>["d"=>false,"t"=>3,"a"=>[["a"=>"report_port","u"=>8,"t"=>2],["a"=>"sysvar_report_port","u"=>24,"t"=>1]]],"report_user"=>["d"=>false,"t"=>1,"a"=>[["a"=>"report_user","u"=>8,"t"=>2],["a"=>"sysvar_report_user","u"=>24,"t"=>1]]],"skip_parallel_replication"=>["d"=>true,"t"=>2,"a"=>[["a"=>"skip_parallel_replication","u"=>8,"t"=>2]]],"skip_replication"=>["d"=>true,"t"=>2,"a"=>[["a"=>"skip_replication","u"=>8,"t"=>2]]],"slave_compressed_protocol"=>["d"=>true,"t"=>2,"a"=>[["a"=>"slave_compressed_protocol","u"=>8,"t"=>2],["a"=>"sysvar_slave_compressed_protocol","u"=>24,"t"=>1]]],"slave_ddl_exec_mode"=>["d"=>true,"t"=>5,"a"=>[["a"=>"slave_ddl_exec_mode","u"=>8,"t"=>2]]],"slave_domain_parallel_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"slave_domain_parallel_threads","u"=>8,"t"=>2]]],"slave_exec_mode"=>["d"=>true,"t"=>5,"a"=>[["a"=>"slave_exec_mode","u"=>8,"t"=>2],["a"=>"sysvar_slave_exec_mode","u"=>24,"t"=>1]]],"slave_load_tmpdir"=>["d"=>false,"a"=>[["a"=>"slave_load_tmpdir","u"=>8,"t"=>2],["a"=>"sysvar_slave_load_tmpdir","u"=>24,"t"=>1]]],"slave_max_allowed_packet"=>["d"=>true,"t"=>3,"a"=>[["a"=>"slave_max_allowed_packet","u"=>8,"t"=>2],["a"=>"sysvar_slave_max_allowed_packet","u"=>24,"t"=>1]]],"slave_net_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"slave_net_timeout","u"=>8,"t"=>2],["a"=>"sysvar_slave_net_timeout","u"=>24,"t"=>1]]],"slave_parallel_max_queued"=>["d"=>true,"t"=>3,"a"=>[["a"=>"slave_parallel_max_queued","u"=>8,"t"=>2]]],"slave_parallel_mode"=>["d"=>false,"a"=>[["a"=>"slave_parallel_mode","u"=>8,"t"=>2]]],"slave_parallel_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"slave_parallel_threads","u"=>8,"t"=>2]]],"slave_parallel_workers"=>["d"=>true,"t"=>3,"a"=>[["a"=>"slave_parallel_workers","u"=>8,"t"=>2],["a"=>"sysvar_slave_parallel_workers","u"=>24,"t"=>1]]],"slave_run_triggers_for_rbr"=>["a"=>[["a"=>"slave_run_triggers_for_rbr","u"=>8,"t"=>2]]],"slave_skip_errors"=>["d"=>false,"t"=>1,"a"=>[["a"=>"slave_skip_errors","u"=>8,"t"=>2],["a"=>"option_mysqld_slave-skip-errors","u"=>24,"t"=>1],["a"=>"sysvar_slave_skip_errors","u"=>24,"t"=>1]]],"slave_sql_verify_checksum"=>["d"=>true,"t"=>2,"a"=>[["a"=>"slave_sql_verify_checksum","u"=>8,"t"=>2],["a"=>"option_mysqld_slave-sql-verify-checksum","u"=>24,"t"=>1],["a"=>"sysvar_slave_sql_verify_checksum","u"=>24,"t"=>1]]],"slave_transaction_retries"=>["d"=>true,"t"=>3,"a"=>[["a"=>"slave_transaction_retries","u"=>8,"t"=>2],["a"=>"sysvar_slave_transaction_retries","u"=>24,"t"=>1]]],"slave_transaction_retry_errors"=>["d"=>false,"t"=>1,"a"=>[["a"=>"slave_transaction_retry_errors","u"=>8,"t"=>2]]],"slave_transaction_retry_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"slave_transaction_retry_interval","u"=>8,"t"=>2]]],"slave_type_conversions"=>["t"=>6,"a"=>[["a"=>"slave_type_conversions","u"=>8,"t"=>2],["a"=>"sysvar_slave_type_conversions","u"=>24,"t"=>1]]],"sql_log_bin"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_log_bin","u"=>8,"t"=>2],["a"=>"sysvar_sql_log_bin","u"=>22,"t"=>1],["a"=>"sysvar_sql_log_bin","u"=>23,"t"=>1]]],"sql_slave_skip_counter"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sql_slave_skip_counter","u"=>8,"t"=>2],["a"=>"sysvar_sql_slave_skip_counter","u"=>24,"t"=>1]]],"sync_binlog"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sync_binlog","u"=>8,"t"=>2],["a"=>"sysvar_sync_binlog","u"=>22,"t"=>1],["a"=>"sysvar_sync_binlog","u"=>23,"t"=>1]]],"sync_master_info"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sync_master_info","u"=>8,"t"=>2],["a"=>"sysvar_sync_master_info","u"=>24,"t"=>1]]],"sync_relay_log"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sync_relay_log","u"=>8,"t"=>2],["a"=>"sysvar_sync_relay_log","u"=>24,"t"=>1]]],"sync_relay_log_info"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sync_relay_log_info","u"=>8,"t"=>2],["a"=>"sysvar_sync_relay_log_info","u"=>24,"t"=>1]]],"Binlog_bytes_written"=>["t"=>3,"a"=>[["a"=>"binlog_bytes_written","u"=>25,"t"=>2]]],"Binlog_cache_disk_use"=>["t"=>3,"a"=>[["a"=>"binlog_cache_disk_use","u"=>25,"t"=>2]]],"Binlog_cache_use"=>["t"=>3,"a"=>[["a"=>"binlog_cache_use","u"=>25,"t"=>2]]],"Binlog_commits"=>["t"=>3,"a"=>[["a"=>"binlog_commits","u"=>25,"t"=>2]]],"Binlog_group_commit_trigger_count"=>["t"=>3,"a"=>[["a"=>"binlog_group_commit_trigger_count","u"=>25,"t"=>2]]],"Binlog_group_commit_trigger_lock_wait"=>["t"=>3,"a"=>[["a"=>"binlog_group_commit_trigger_lock_wait","u"=>25,"t"=>2]]],"Binlog_group_commit_trigger_timeout"=>["t"=>3,"a"=>[["a"=>"binlog_group_commit_trigger_timeout","u"=>25,"t"=>2]]],"Binlog_group_commits"=>["t"=>3,"a"=>[["a"=>"binlog_group_commits","u"=>25,"t"=>2]]],"Binlog_snapshot_file"=>["t"=>1,"a"=>[["a"=>"binlog_snapshot_file","u"=>25,"t"=>2]]],"Binlog_snapshot_position"=>["t"=>3,"a"=>[["a"=>"binlog_snapshot_position","u"=>25,"t"=>2]]],"Binlog_stmt_cache_disk_use"=>["t"=>3,"a"=>[["a"=>"binlog_stmt_cache_disk_use","u"=>25,"t"=>2]]],"Binlog_stmt_cache_use"=>["t"=>3,"a"=>[["a"=>"binlog_stmt_cache_use","u"=>25,"t"=>2]]],"Com_change_master"=>["t"=>3,"a"=>[["a"=>"com_change_master","u"=>25,"t"=>2]]],"Com_show_master_status"=>["t"=>3,"a"=>[["a"=>"com_show_master_status","u"=>25,"t"=>2]]],"Com_show_new_master"=>["t"=>3,"a"=>[["a"=>"com_show_new_master","u"=>25,"t"=>2]]],"Com_show_slave_hosts"=>["t"=>3,"a"=>[["a"=>"com_show_slave_hosts","u"=>25,"t"=>2]]],"Com_show_slave_status"=>["t"=>3,"a"=>[["a"=>"com_show_slave_status","u"=>25,"t"=>2]]],"Com_slave_start"=>["t"=>3,"a"=>[["a"=>"com_slave_start","u"=>25,"t"=>2]]],"Com_slave_stop"=>["t"=>3,"a"=>[["a"=>"com_slave_stop","u"=>25,"t"=>2]]],"Com_start_all_slaves"=>["t"=>3,"a"=>[["a"=>"com_start_all_slaves","u"=>25,"t"=>2]]],"Com_start_slave"=>["t"=>3,"a"=>[["a"=>"com_start_slave","u"=>25,"t"=>2]]],"Com_stop_all_slaves"=>["t"=>3,"a"=>[["a"=>"com_stop_all_slaves","u"=>25,"t"=>2]]],"Com_stop_slave"=>["t"=>3,"a"=>[["a"=>"com_stop_slave","u"=>25,"t"=>2]]],"Master_gtid_wait_count"=>["t"=>3,"a"=>[["a"=>"master_gtid_wait_count","u"=>25,"t"=>2]]],"Master_gtid_wait_time"=>["t"=>3,"a"=>[["a"=>"master_gtid_wait_time","u"=>25,"t"=>2]]],"Master_gtid_wait_timeouts"=>["t"=>3,"a"=>[["a"=>"master_gtid_wait_timeouts","u"=>25,"t"=>2]]],"Rpl_status"=>["a"=>[["a"=>"rpl_status","u"=>25,"t"=>2]]],"Rpl_transactions_multi_engine"=>["t"=>3,"a"=>[["a"=>"rpl_transactions_multi_engine","u"=>25,"t"=>2]]],"Slave_connections"=>["t"=>3,"a"=>[["a"=>"slave_connections","u"=>25,"t"=>2]]],"Slave_heartbeat_period"=>["t"=>3,"a"=>[["a"=>"slave_heartbeat_period","u"=>25,"t"=>2]]],"Slave_open_temp_tables"=>["t"=>3,"a"=>[["a"=>"slave_open_temp_tables","u"=>25,"t"=>2]]],"Slave_received_heartbeats"=>["t"=>3,"a"=>[["a"=>"slave_received_heartbeats","u"=>25,"t"=>2]]],"Slave_retried_transactions"=>["t"=>3,"a"=>[["a"=>"slave_retried_transactions","u"=>25,"t"=>2]]],"Slave_running"=>["t"=>3,"a"=>[["a"=>"slave_running","u"=>25,"t"=>2]]],"Slave_skipped_errors"=>["t"=>3,"a"=>[["a"=>"slave_skipped_errors","u"=>25,"t"=>2]]],"Slaves_connected"=>["t"=>3,"a"=>[["a"=>"slaves_connected","u"=>25,"t"=>2]]],"Slaves_running"=>["t"=>3,"a"=>[["a"=>"slaves_running","u"=>25,"t"=>2]]],"Transactions_gtid_foreign_engine"=>["t"=>3,"a"=>[["a"=>"transactions_gtid_foreign_engine","u"=>25,"t"=>2]]],"Transactions_multi_engine"=>["t"=>3,"a"=>[["a"=>"transactions_multi_engine","u"=>25,"t"=>2]]],"Rpl_semi_sync_master_clients"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_clients","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_net_avg_wait_time"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_net_avg_wait_time","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_net_wait_time"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_net_wait_time","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_net_waits"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_net_waits","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_no_times"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_no_times","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_no_tx"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_no_tx","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_status"=>["t"=>2,"a"=>[["a"=>"rpl_semi_sync_master_status","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_timefunc_failures"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_timefunc_failures","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_tx_avg_wait_time"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_tx_avg_wait_time","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_tx_wait_time"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_tx_wait_time","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_tx_waits"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_tx_waits","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_wait_pos_backtraverse"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_wait_pos_backtraverse","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_wait_sessions"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_wait_sessions","u"=>26,"t"=>2]]],"Rpl_semi_sync_master_yes_tx"=>["t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_yes_tx","u"=>26,"t"=>2]]],"Rpl_semi_sync_slave_status"=>["t"=>2,"a"=>[["a"=>"rpl_semi_sync_slave_status","u"=>26,"t"=>2]]],"rpl_semi_sync_master_enabled"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rpl_semi_sync_master_enabled","u"=>27,"t"=>2],["a"=>"sysvar_rpl_semi_sync_master_enabled","u"=>21,"t"=>1]]],"rpl_semi_sync_master_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_timeout","u"=>27,"t"=>2],["a"=>"sysvar_rpl_semi_sync_master_timeout","u"=>21,"t"=>1]]],"rpl_semi_sync_master_trace_level"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rpl_semi_sync_master_trace_level","u"=>27,"t"=>2],["a"=>"sysvar_rpl_semi_sync_master_trace_level","u"=>21,"t"=>1]]],"rpl_semi_sync_master_wait_no_slave"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rpl_semi_sync_master_wait_no_slave","u"=>27,"t"=>2],["a"=>"sysvar_rpl_semi_sync_master_wait_no_slave","u"=>21,"t"=>1]]],"rpl_semi_sync_master_wait_point"=>["d"=>true,"t"=>5,"a"=>[["a"=>"rpl_semi_sync_master_wait_point","u"=>27,"t"=>2],["a"=>"sysvar_rpl_semi_sync_master_wait_point","u"=>21,"t"=>1]]],"rpl_semi_sync_slave_delay_master"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rpl_semi_sync_slave_delay_master","u"=>27,"t"=>2]]],"rpl_semi_sync_slave_enabled"=>["d"=>true,"t"=>2,"a"=>[["a"=>"rpl_semi_sync_slave_enabled","u"=>27,"t"=>2],["a"=>"sysvar_rpl_semi_sync_slave_enabled","u"=>24,"t"=>1]]],"rpl_semi_sync_slave_kill_conn_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rpl_semi_sync_slave_kill_conn_timeout","u"=>27,"t"=>2]]],"rpl_semi_sync_slave_trace_level"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rpl_semi_sync_slave_trace_level","u"=>27,"t"=>2],["a"=>"sysvar_rpl_semi_sync_slave_trace_level","u"=>24,"t"=>1]]],"rpl_semi_sync_master"=>["a"=>[["a"=>"rpl_semi_sync_master","u"=>27,"t"=>2]]],"rpl_semi_sync_slave"=>["a"=>[["a"=>"rpl_semi_sync_slave","u"=>27,"t"=>2]]],"Aborted_clients"=>["t"=>3,"a"=>[["a"=>"aborted_clients","u"=>28,"t"=>2]]],"Aborted_connects"=>["t"=>3,"a"=>[["a"=>"aborted_connects","u"=>28,"t"=>2]]],"Aborted_connects_preauth"=>["t"=>3,"a"=>[["a"=>"aborted_connects_preauth","u"=>28,"t"=>2]]],"Access_denied_errors"=>["t"=>3,"a"=>[["a"=>"access_denied_errors","u"=>28,"t"=>2]]],"Acl_column_grants"=>["t"=>3,"a"=>[["a"=>"acl_column_grants","u"=>28,"t"=>2]]],"Acl_database_grants"=>["t"=>3,"a"=>[["a"=>"acl_database_grants","u"=>28,"t"=>2]]],"Acl_function_grants"=>["t"=>3,"a"=>[["a"=>"acl_function_grants","u"=>28,"t"=>2]]],"Acl_package_body_grants"=>["t"=>3,"a"=>[["a"=>"acl_package_body_grants","u"=>28,"t"=>2]]],"Acl_package_spec_grants"=>["t"=>3,"a"=>[["a"=>"acl_package_spec_grants","u"=>28,"t"=>2]]],"Acl_procedure_grants"=>["t"=>3,"a"=>[["a"=>"acl_procedure_grants","u"=>28,"t"=>2]]],"Acl_proxy_users"=>["t"=>3,"a"=>[["a"=>"acl_proxy_users","u"=>28,"t"=>2]]],"Acl_role_grants"=>["t"=>3,"a"=>[["a"=>"acl_role_grants","u"=>28,"t"=>2]]],"Acl_roles"=>["t"=>3,"a"=>[["a"=>"acl_roles","u"=>28,"t"=>2]]],"Acl_table_grants"=>["t"=>3,"a"=>[["a"=>"acl_table_grants","u"=>28,"t"=>2]]],"Acl_users"=>["t"=>3,"a"=>[["a"=>"acl_users","u"=>28,"t"=>2]]],"Busy_time"=>["t"=>3,"a"=>[["a"=>"busy_time","u"=>28,"t"=>2]]],"Bytes_received"=>["t"=>3,"a"=>[["a"=>"bytes_received","u"=>28,"t"=>2]]],"Bytes_sent"=>["t"=>3,"a"=>[["a"=>"bytes_sent","u"=>28,"t"=>2]]],"Com_admin_commands"=>["t"=>3,"a"=>[["a"=>"com_admin_commands","u"=>28,"t"=>2]]],"Com_alter_db"=>["t"=>3,"a"=>[["a"=>"com_alter_db","u"=>28,"t"=>2]]],"Com_alter_db_upgrade"=>["t"=>3,"a"=>[["a"=>"com_alter_db_upgrade","u"=>28,"t"=>2]]],"Com_alter_event"=>["t"=>3,"a"=>[["a"=>"com_alter_event","u"=>28,"t"=>2]]],"Com_alter_function"=>["t"=>3,"a"=>[["a"=>"com_alter_function","u"=>28,"t"=>2]]],"Com_alter_procedure"=>["t"=>3,"a"=>[["a"=>"com_alter_procedure","u"=>28,"t"=>2]]],"Com_alter_sequence"=>["t"=>3,"a"=>[["a"=>"com_alter_sequence","u"=>28,"t"=>2]]],"Com_alter_server"=>["t"=>3,"a"=>[["a"=>"com_alter_server","u"=>28,"t"=>2]]],"Com_alter_table"=>["t"=>3,"a"=>[["a"=>"com_alter_table","u"=>28,"t"=>2]]],"Com_alter_tablespace"=>["t"=>3,"a"=>[["a"=>"com_alter_tablespace","u"=>28,"t"=>2]]],"Com_alter_user"=>["t"=>3,"a"=>[["a"=>"com_alter_user","u"=>28,"t"=>2]]],"Com_analyze"=>["t"=>3,"a"=>[["a"=>"com_analyze","u"=>28,"t"=>2]]],"Com_assign_to_keycache"=>["t"=>3,"a"=>[["a"=>"com_assign_to_keycache","u"=>28,"t"=>2]]],"Com_backup"=>["t"=>3,"a"=>[["a"=>"com_backup","u"=>28,"t"=>2]]],"Com_backup_lock"=>["t"=>3,"a"=>[["a"=>"com_backup_lock","u"=>28,"t"=>2]]],"Com_backup_table"=>["t"=>3,"a"=>[["a"=>"com_backup_table","u"=>28,"t"=>2]]],"Com_begin"=>["t"=>3,"a"=>[["a"=>"com_begin","u"=>28,"t"=>2]]],"Com_binlog"=>["t"=>3,"a"=>[["a"=>"com_binlog","u"=>28,"t"=>2]]],"Com_call_procedure"=>["t"=>3,"a"=>[["a"=>"com_call_procedure","u"=>28,"t"=>2]]],"Com_change_db"=>["t"=>3,"a"=>[["a"=>"com_change_db","u"=>28,"t"=>2]]],"Com_check"=>["t"=>3,"a"=>[["a"=>"com_check","u"=>28,"t"=>2]]],"Com_checksum"=>["t"=>3,"a"=>[["a"=>"com_checksum","u"=>28,"t"=>2]]],"Com_commit"=>["t"=>3,"a"=>[["a"=>"com_commit","u"=>28,"t"=>2]]],"Com_compound_sql"=>["t"=>3,"a"=>[["a"=>"com_compound_sql","u"=>28,"t"=>2]]],"Com_create_db"=>["t"=>3,"a"=>[["a"=>"com_create_db","u"=>28,"t"=>2]]],"Com_create_event"=>["t"=>3,"a"=>[["a"=>"com_create_event","u"=>28,"t"=>2]]],"Com_create_function"=>["t"=>3,"a"=>[["a"=>"com_create_function","u"=>28,"t"=>2]]],"Com_create_index"=>["t"=>3,"a"=>[["a"=>"com_create_index","u"=>28,"t"=>2]]],"Com_create_package"=>["t"=>3,"a"=>[["a"=>"com_create_package","u"=>28,"t"=>2]]],"Com_create_package_body"=>["t"=>3,"a"=>[["a"=>"com_create_package_body","u"=>28,"t"=>2]]],"Com_create_procedure"=>["t"=>3,"a"=>[["a"=>"com_create_procedure","u"=>28,"t"=>2]]],"Com_create_role"=>["t"=>3,"a"=>[["a"=>"com_create_role","u"=>28,"t"=>2]]],"Com_create_sequence"=>["t"=>3,"a"=>[["a"=>"com_create_sequence","u"=>28,"t"=>2]]],"Com_create_server"=>["t"=>3,"a"=>[["a"=>"com_create_server","u"=>28,"t"=>2]]],"Com_create_table"=>["t"=>3,"a"=>[["a"=>"com_create_table","u"=>28,"t"=>2]]],"Com_create_temporary_table"=>["t"=>3,"a"=>[["a"=>"com_create_temporary_table","u"=>28,"t"=>2]]],"Com_create_trigger"=>["t"=>3,"a"=>[["a"=>"com_create_trigger","u"=>28,"t"=>2]]],"Com_create_udf"=>["t"=>3,"a"=>[["a"=>"com_create_udf","u"=>28,"t"=>2]]],"Com_create_user"=>["t"=>3,"a"=>[["a"=>"com_create_user","u"=>28,"t"=>2]]],"Com_create_view"=>["t"=>3,"a"=>[["a"=>"com_create_view","u"=>28,"t"=>2]]],"Com_dealloc_sql"=>["t"=>3,"a"=>[["a"=>"com_dealloc_sql","u"=>28,"t"=>2]]],"Com_delete"=>["t"=>3,"a"=>[["a"=>"com_delete","u"=>28,"t"=>2]]],"Com_delete_multi"=>["t"=>3,"a"=>[["a"=>"com_delete_multi","u"=>28,"t"=>2]]],"Com_do"=>["t"=>3,"a"=>[["a"=>"com_do","u"=>28,"t"=>2]]],"Com_drop_db"=>["t"=>3,"a"=>[["a"=>"com_drop_db","u"=>28,"t"=>2]]],"Com_drop_event"=>["t"=>3,"a"=>[["a"=>"com_drop_event","u"=>28,"t"=>2]]],"Com_drop_function"=>["t"=>3,"a"=>[["a"=>"com_drop_function","u"=>28,"t"=>2]]],"Com_drop_index"=>["t"=>3,"a"=>[["a"=>"com_drop_index","u"=>28,"t"=>2]]],"Com_drop_package"=>["t"=>3,"a"=>[["a"=>"com_drop_package","u"=>28,"t"=>2]]],"Com_drop_package_body"=>["t"=>3,"a"=>[["a"=>"com_drop_package_body","u"=>28,"t"=>2]]],"Com_drop_procedure"=>["t"=>3,"a"=>[["a"=>"com_drop_procedure","u"=>28,"t"=>2]]],"Com_drop_role"=>["t"=>3,"a"=>[["a"=>"com_drop_role","u"=>28,"t"=>2]]],"Com_drop_sequence"=>["t"=>3,"a"=>[["a"=>"com_drop_sequence","u"=>28,"t"=>2]]],"Com_drop_server"=>["t"=>3,"a"=>[["a"=>"com_drop_server","u"=>28,"t"=>2]]],"Com_drop_table"=>["t"=>3,"a"=>[["a"=>"com_drop_table","u"=>28,"t"=>2]]],"Com_drop_temporary_table"=>["t"=>3,"a"=>[["a"=>"com_drop_temporary_table","u"=>28,"t"=>2]]],"Com_drop_trigger"=>["t"=>3,"a"=>[["a"=>"com_drop_trigger","u"=>28,"t"=>2]]],"Com_drop_user"=>["t"=>3,"a"=>[["a"=>"com_drop_user","u"=>28,"t"=>2]]],"Com_drop_view"=>["t"=>3,"a"=>[["a"=>"com_drop_view","u"=>28,"t"=>2]]],"Com_empty_query"=>["t"=>3,"a"=>[["a"=>"com_empty_query","u"=>28,"t"=>2]]],"Com_execute_immediate"=>["t"=>3,"a"=>[["a"=>"com_execute_immediate","u"=>28,"t"=>2]]],"Com_execute_sql"=>["t"=>3,"a"=>[["a"=>"com_execute_sql","u"=>28,"t"=>2]]],"Com_flush"=>["t"=>3,"a"=>[["a"=>"com_flush","u"=>28,"t"=>2]]],"Com_get_diagnostics"=>["t"=>3,"a"=>[["a"=>"com_get_diagnostics","u"=>28,"t"=>2]]],"Com_grant"=>["t"=>3,"a"=>[["a"=>"com_grant","u"=>28,"t"=>2]]],"Com_grant_role"=>["t"=>3,"a"=>[["a"=>"com_grant_role","u"=>28,"t"=>2]]],"Com_ha_close"=>["t"=>3,"a"=>[["a"=>"com_ha_close","u"=>28,"t"=>2]]],"Com_ha_open"=>["t"=>3,"a"=>[["a"=>"com_ha_open","u"=>28,"t"=>2]]],"Com_ha_read"=>["t"=>3,"a"=>[["a"=>"com_ha_read","u"=>28,"t"=>2]]],"Com_help"=>["t"=>3,"a"=>[["a"=>"com_help","u"=>28,"t"=>2]]],"Com_insert"=>["t"=>3,"a"=>[["a"=>"com_insert","u"=>28,"t"=>2]]],"Com_insert_select"=>["t"=>3,"a"=>[["a"=>"com_insert_select","u"=>28,"t"=>2]]],"Com_install_plugin"=>["t"=>3,"a"=>[["a"=>"com_install_plugin","u"=>28,"t"=>2]]],"Com_kill"=>["t"=>3,"a"=>[["a"=>"com_kill","u"=>28,"t"=>2]]],"Com_load"=>["t"=>3,"a"=>[["a"=>"com_load","u"=>28,"t"=>2]]],"Com_load_master_data"=>["t"=>3,"a"=>[["a"=>"com_load_master_data","u"=>28,"t"=>2]]],"Com_load_master_table"=>["t"=>3,"a"=>[["a"=>"com_load_master_table","u"=>28,"t"=>2]]],"Com_multi"=>["t"=>3,"a"=>[["a"=>"com_multi","u"=>28,"t"=>2]]],"Com_lock_tables"=>["t"=>3,"a"=>[["a"=>"com_lock_tables","u"=>28,"t"=>2]]],"Com_optimize"=>["t"=>3,"a"=>[["a"=>"com_optimize","u"=>28,"t"=>2]]],"Com_preload_keys"=>["t"=>3,"a"=>[["a"=>"com_preload_keys","u"=>28,"t"=>2]]],"Com_prepare_sql"=>["t"=>3,"a"=>[["a"=>"com_prepare_sql","u"=>28,"t"=>2]]],"Com_purge"=>["t"=>3,"a"=>[["a"=>"com_purge","u"=>28,"t"=>2]]],"Com_purge_before_date"=>["t"=>3,"a"=>[["a"=>"com_purge_before_date","u"=>28,"t"=>2]]],"Com_release_savepoint"=>["t"=>3,"a"=>[["a"=>"com_release_savepoint","u"=>28,"t"=>2]]],"Com_rename_table"=>["t"=>3,"a"=>[["a"=>"com_rename_table","u"=>28,"t"=>2]]],"Com_rename_user"=>["t"=>3,"a"=>[["a"=>"com_rename_user","u"=>28,"t"=>2]]],"Com_repair"=>["t"=>3,"a"=>[["a"=>"com_repair","u"=>28,"t"=>2]]],"Com_replace"=>["t"=>3,"a"=>[["a"=>"com_replace","u"=>28,"t"=>2]]],"Com_replace_select"=>["t"=>3,"a"=>[["a"=>"com_replace_select","u"=>28,"t"=>2]]],"Com_reset"=>["t"=>3,"a"=>[["a"=>"com_reset","u"=>28,"t"=>2]]],"Com_resignal"=>["t"=>3,"a"=>[["a"=>"com_resignal","u"=>28,"t"=>2]]],"Com_restore_table"=>["t"=>3,"a"=>[["a"=>"com_restore_table","u"=>28,"t"=>2]]],"Com_revoke"=>["t"=>3,"a"=>[["a"=>"com_revoke","u"=>28,"t"=>2]]],"Com_revoke_all"=>["t"=>3,"a"=>[["a"=>"com_revoke_all","u"=>28,"t"=>2]]],"Com_revoke_grant"=>["t"=>3,"a"=>[["a"=>"com_revoke_grant","u"=>28,"t"=>2]]],"Com_rollback"=>["t"=>3,"a"=>[["a"=>"com_rollback","u"=>28,"t"=>2]]],"Com_rollback_to_savepoint"=>["t"=>3,"a"=>[["a"=>"com_rollback_to_savepoint","u"=>28,"t"=>2]]],"Com_savepoint"=>["t"=>3,"a"=>[["a"=>"com_savepoint","u"=>28,"t"=>2]]],"Com_select"=>["t"=>3,"a"=>[["a"=>"com_select","u"=>28,"t"=>2]]],"Com_set_option"=>["t"=>3,"a"=>[["a"=>"com_set_option","u"=>28,"t"=>2]]],"Com_signal"=>["t"=>3,"a"=>[["a"=>"com_signal","u"=>28,"t"=>2]]],"Com_show_authors"=>["t"=>3,"a"=>[["a"=>"com_show_authors","u"=>28,"t"=>2]]],"Com_show_binlog_events"=>["t"=>3,"a"=>[["a"=>"com_show_binlog_events","u"=>28,"t"=>2]]],"Com_show_binlogs"=>["t"=>3,"a"=>[["a"=>"com_show_binlogs","u"=>28,"t"=>2]]],"Com_show_charsets"=>["t"=>3,"a"=>[["a"=>"com_show_charsets","u"=>28,"t"=>2]]],"Com_show_client_statistics"=>["t"=>3,"a"=>[["a"=>"com_show_client_statistics","u"=>28,"t"=>2]]],"Com_show_collations"=>["t"=>3,"a"=>[["a"=>"com_show_collations","u"=>28,"t"=>2]]],"Com_show_column_types"=>["t"=>3,"a"=>[["a"=>"com_show_column_types","u"=>28,"t"=>2]]],"Com_show_contributors"=>["t"=>3,"a"=>[["a"=>"com_show_contributors","u"=>28,"t"=>2]]],"Com_show_create_db"=>["t"=>3,"a"=>[["a"=>"com_show_create_db","u"=>28,"t"=>2]]],"Com_show_create_event"=>["t"=>3,"a"=>[["a"=>"com_show_create_event","u"=>28,"t"=>2]]],"Com_show_create_func"=>["t"=>3,"a"=>[["a"=>"com_show_create_func","u"=>28,"t"=>2]]],"Com_show_create_package"=>["t"=>3,"a"=>[["a"=>"com_show_create_package","u"=>28,"t"=>2]]],"Com_show_create_package_body"=>["t"=>3,"a"=>[["a"=>"com_show_create_package_body","u"=>28,"t"=>2]]],"Com_show_create_proc"=>["t"=>3,"a"=>[["a"=>"com_show_create_proc","u"=>28,"t"=>2]]],"Com_show_create_table"=>["t"=>3,"a"=>[["a"=>"com_show_create_table","u"=>28,"t"=>2]]],"Com_show_create_trigger"=>["t"=>3,"a"=>[["a"=>"com_show_create_trigger","u"=>28,"t"=>2]]],"Com_show_create_user"=>["t"=>3,"a"=>[["a"=>"com_show_create_user","u"=>28,"t"=>2]]],"Com_show_databases"=>["t"=>3,"a"=>[["a"=>"com_show_databases","u"=>28,"t"=>2]]],"Com_show_engine_logs"=>["t"=>3,"a"=>[["a"=>"com_show_engine_logs","u"=>28,"t"=>2]]],"Com_show_engine_mutex"=>["t"=>3,"a"=>[["a"=>"com_show_engine_mutex","u"=>28,"t"=>2]]],"Com_show_engine_status"=>["t"=>3,"a"=>[["a"=>"com_show_engine_status","u"=>28,"t"=>2]]],"Com_show_events"=>["t"=>3,"a"=>[["a"=>"com_show_events","u"=>28,"t"=>2]]],"Com_show_errors"=>["t"=>3,"a"=>[["a"=>"com_show_errors","u"=>28,"t"=>2]]],"Com_show_explain"=>["t"=>3,"a"=>[["a"=>"com_show_explain","u"=>28,"t"=>2]]],"Com_show_fields"=>["t"=>3,"a"=>[["a"=>"com_show_fields","u"=>28,"t"=>2]]],"Com_show_function_status"=>["t"=>3,"a"=>[["a"=>"com_show_function_status","u"=>28,"t"=>2]]],"Com_show_generic"=>["t"=>3,"a"=>[["a"=>"com_show_generic","u"=>28,"t"=>2]]],"Com_show_grants"=>["t"=>3,"a"=>[["a"=>"com_show_grants","u"=>28,"t"=>2]]],"Com_show_keys"=>["t"=>3,"a"=>[["a"=>"com_show_keys","u"=>28,"t"=>2]]],"Com_show_index_statistics"=>["t"=>3,"a"=>[["a"=>"com_show_index_statistics","u"=>28,"t"=>2]]],"Com_show_open_tables"=>["t"=>3,"a"=>[["a"=>"com_show_open_tables","u"=>28,"t"=>2]]],"Com_show_package_status"=>["t"=>3,"a"=>[["a"=>"com_show_package_status","u"=>28,"t"=>2]]],"Com_show_package_body_status"=>["t"=>3,"a"=>[["a"=>"com_show_package_body_status","u"=>28,"t"=>2]]],"Com_show_plugins"=>["t"=>3,"a"=>[["a"=>"com_show_plugins","u"=>28,"t"=>2]]],"Com_show_privileges"=>["t"=>3,"a"=>[["a"=>"com_show_privileges","u"=>28,"t"=>2]]],"Com_show_procedure_status"=>["t"=>3,"a"=>[["a"=>"com_show_procedure_status","u"=>28,"t"=>2]]],"Com_show_processlist"=>["t"=>3,"a"=>[["a"=>"com_show_processlist","u"=>28,"t"=>2]]],"Com_show_profile"=>["t"=>3,"a"=>[["a"=>"com_show_profile","u"=>28,"t"=>2]]],"Com_show_profiles"=>["t"=>3,"a"=>[["a"=>"com_show_profiles","u"=>28,"t"=>2]]],"Com_show_relaylog_events"=>["t"=>3,"a"=>[["a"=>"com_show_relaylog_events","u"=>28,"t"=>2]]],"Com_show_status"=>["t"=>3,"a"=>[["a"=>"com_show_status","u"=>28,"t"=>2]]],"Com_show_storage_engines"=>["t"=>3,"a"=>[["a"=>"com_show_storage_engines","u"=>28,"t"=>2]]],"Com_show_table_statistics"=>["t"=>3,"a"=>[["a"=>"com_show_table_statistics","u"=>28,"t"=>2]]],"Com_show_table_status"=>["t"=>3,"a"=>[["a"=>"com_show_table_status","u"=>28,"t"=>2]]],"Com_show_tables"=>["t"=>3,"a"=>[["a"=>"com_show_tables","u"=>28,"t"=>2]]],"Com_show_triggers"=>["t"=>3,"a"=>[["a"=>"com_show_triggers","u"=>28,"t"=>2]]],"Com_show_user_statistics"=>["t"=>3,"a"=>[["a"=>"com_show_user_statistics","u"=>28,"t"=>2]]],"Com_show_variable"=>["t"=>3,"a"=>[["a"=>"com_show_variable","u"=>28,"t"=>2]]],"Com_show_warnings"=>["t"=>3,"a"=>[["a"=>"com_show_warnings","u"=>28,"t"=>2]]],"Com_shutdown"=>["t"=>3,"a"=>[["a"=>"com_shutdown","u"=>28,"t"=>2]]],"Com_stmt_close"=>["t"=>3,"a"=>[["a"=>"com_stmt_close","u"=>28,"t"=>2]]],"Com_stmt_execute"=>["t"=>3,"a"=>[["a"=>"com_stmt_execute","u"=>28,"t"=>2]]],"Com_stmt_fetch"=>["t"=>3,"a"=>[["a"=>"com_stmt_fetch","u"=>28,"t"=>2]]],"Com_stmt_prepare"=>["t"=>3,"a"=>[["a"=>"com_stmt_prepare","u"=>28,"t"=>2]]],"Com_stmt_reprepare"=>["t"=>3,"a"=>[["a"=>"com_stmt_reprepare","u"=>28,"t"=>2]]],"Com_stmt_reset"=>["t"=>3,"a"=>[["a"=>"com_stmt_reset","u"=>28,"t"=>2]]],"Com_stmt_send_long_data"=>["t"=>3,"a"=>[["a"=>"com_stmt_send_long_data","u"=>28,"t"=>2]]],"Com_truncate"=>["t"=>3,"a"=>[["a"=>"com_truncate","u"=>28,"t"=>2]]],"Com_uninstall_plugin"=>["t"=>3,"a"=>[["a"=>"com_uninstall_plugin","u"=>28,"t"=>2]]],"Com_unlock_tables"=>["t"=>3,"a"=>[["a"=>"com_unlock_tables","u"=>28,"t"=>2]]],"Com_update"=>["t"=>3,"a"=>[["a"=>"com_update","u"=>28,"t"=>2]]],"Com_update_multi"=>["t"=>3,"a"=>[["a"=>"com_update_multi","u"=>28,"t"=>2]]],"Com_xa_commit"=>["t"=>3,"a"=>[["a"=>"com_xa_commit","u"=>28,"t"=>2]]],"Com_xa_end"=>["t"=>3,"a"=>[["a"=>"com_xa_end","u"=>28,"t"=>2]]],"Com_xa_prepare"=>["t"=>3,"a"=>[["a"=>"com_xa_prepare","u"=>28,"t"=>2]]],"Com_xa_recover"=>["t"=>3,"a"=>[["a"=>"com_xa_recover","u"=>28,"t"=>2]]],"Com_xa_rollback"=>["t"=>3,"a"=>[["a"=>"com_xa_rollback","u"=>28,"t"=>2]]],"Com_xa_start"=>["t"=>3,"a"=>[["a"=>"com_xa_start","u"=>28,"t"=>2]]],"Compression"=>["t"=>2,"a"=>[["a"=>"compression","u"=>28,"t"=>2]]],"Connection_errors_accept"=>["t"=>3,"a"=>[["a"=>"connection_errors_accept","u"=>28,"t"=>2]]],"Connection_errors_internal"=>["t"=>3,"a"=>[["a"=>"connection_errors_internal","u"=>28,"t"=>2]]],"Connection_errors_max_connections"=>["t"=>3,"a"=>[["a"=>"connection_errors_max_connections","u"=>28,"t"=>2]]],"Connection_errors_peer_address"=>["t"=>3,"a"=>[["a"=>"connection_errors_peer_address","u"=>28,"t"=>2]]],"Connection_errors_select"=>["t"=>3,"a"=>[["a"=>"connection_errors_select","u"=>28,"t"=>2]]],"Connection_errors_tcpwrap"=>["t"=>3,"a"=>[["a"=>"connection_errors_tcpwrap","u"=>28,"t"=>2]]],"Connections"=>["t"=>3,"a"=>[["a"=>"connections","u"=>28,"t"=>2]]],"Cpu_time"=>["t"=>3,"a"=>[["a"=>"cpu_time","u"=>28,"t"=>2]]],"Created_tmp_disk_tables"=>["t"=>3,"a"=>[["a"=>"created_tmp_disk_tables","u"=>28,"t"=>2]]],"Created_tmp_files"=>["t"=>3,"a"=>[["a"=>"created_tmp_files","u"=>28,"t"=>2]]],"Created_tmp_tables"=>["t"=>3,"a"=>[["a"=>"created_tmp_tables","u"=>28,"t"=>2]]],"Delayed_errors"=>["t"=>3,"a"=>[["a"=>"delayed_errors","u"=>28,"t"=>2]]],"Delayed_insert_threads"=>["t"=>3,"a"=>[["a"=>"delayed_insert_threads","u"=>28,"t"=>2]]],"Delayed_writes"=>["t"=>3,"a"=>[["a"=>"delayed_writes","u"=>28,"t"=>2]]],"Delete_scan"=>["t"=>3,"a"=>[["a"=>"delete_scan","u"=>28,"t"=>2]]],"Empty_queries"=>["t"=>3,"a"=>[["a"=>"empty_queries","u"=>28,"t"=>2]]],"Executed_events"=>["t"=>3,"a"=>[["a"=>"executed_events","u"=>28,"t"=>2]]],"Executed_triggers"=>["t"=>3,"a"=>[["a"=>"executed_triggers","u"=>28,"t"=>2]]],"Feature_application_time_periods"=>["t"=>3,"a"=>[["a"=>"feature_application_time_periods","u"=>28,"t"=>2]]],"Feature_check_constraint"=>["t"=>3,"a"=>[["a"=>"feature_check_constraint","u"=>28,"t"=>2]]],"Feature_custom_aggregate_functions"=>["t"=>3,"a"=>[["a"=>"feature_custom_aggregate_functions","u"=>28,"t"=>2]]],"Feature_delay_key_write"=>["t"=>3,"a"=>[["a"=>"feature_delay_key_write","u"=>28,"t"=>2]]],"Feature_dynamic_columns"=>["t"=>3,"a"=>[["a"=>"feature_dynamic_columns","u"=>28,"t"=>2]]],"Feature_fulltext"=>["t"=>3,"a"=>[["a"=>"feature_fulltext","u"=>28,"t"=>2]]],"Feature_gis"=>["t"=>3,"a"=>[["a"=>"feature_gis","u"=>28,"t"=>2]]],"Feature_invisible_columns"=>["t"=>3,"a"=>[["a"=>"feature_invisible_columns","u"=>28,"t"=>2]]],"Feature_json"=>["t"=>3,"a"=>[["a"=>"feature_json","u"=>28,"t"=>2]]],"Feature_locale"=>["t"=>3,"a"=>[["a"=>"feature_locale","u"=>28,"t"=>2]]],"Feature_subquery"=>["t"=>3,"a"=>[["a"=>"feature_subquery","u"=>28,"t"=>2]]],"Feature_system_versioning"=>["t"=>3,"a"=>[["a"=>"feature_system_versioning","u"=>28,"t"=>2]]],"Feature_timezone"=>["t"=>3,"a"=>[["a"=>"feature_timezone","u"=>28,"t"=>2]]],"Feature_trigger"=>["t"=>3,"a"=>[["a"=>"feature_trigger","u"=>28,"t"=>2]]],"Feature_window_functions"=>["t"=>3,"a"=>[["a"=>"feature_window_functions","u"=>28,"t"=>2]]],"Feature_xml"=>["t"=>3,"a"=>[["a"=>"feature_xml","u"=>28,"t"=>2]]],"Flush_commands"=>["t"=>3,"a"=>[["a"=>"flush_commands","u"=>28,"t"=>2]]],"Handler_commit"=>["t"=>3,"a"=>[["a"=>"handler_commit","u"=>28,"t"=>2]]],"Handler_delete"=>["t"=>3,"a"=>[["a"=>"handler_delete","u"=>28,"t"=>2]]],"Handler_discover"=>["t"=>3,"a"=>[["a"=>"handler_discover","u"=>28,"t"=>2]]],"Handler_external_lock"=>["t"=>3,"a"=>[["a"=>"handler_external_lock","u"=>28,"t"=>2]]],"Handler_icp_attempts"=>["t"=>3,"a"=>[["a"=>"handler_icp_attempts","u"=>28,"t"=>2]]],"Handler_icp_match"=>["t"=>3,"a"=>[["a"=>"handler_icp_match","u"=>28,"t"=>2]]],"Handler_mrr_init"=>["t"=>3,"a"=>[["a"=>"handler_mrr_init","u"=>28,"t"=>2]]],"Handler_mrr_key_refills"=>["t"=>3,"a"=>[["a"=>"handler_mrr_key_refills","u"=>28,"t"=>2]]],"Handler_mrr_rowid_refills"=>["t"=>3,"a"=>[["a"=>"handler_mrr_rowid_refills","u"=>28,"t"=>2]]],"Handler_prepare"=>["t"=>3,"a"=>[["a"=>"handler_prepare","u"=>28,"t"=>2]]],"Handler_read_first"=>["t"=>3,"a"=>[["a"=>"handler_read_first","u"=>28,"t"=>2]]],"Handler_read_key"=>["t"=>3,"a"=>[["a"=>"handler_read_key","u"=>28,"t"=>2]]],"Handler_read_last"=>["t"=>3,"a"=>[["a"=>"handler_read_last","u"=>28,"t"=>2]]],"Handler_read_next"=>["t"=>3,"a"=>[["a"=>"handler_read_next","u"=>28,"t"=>2]]],"Handler_read_prev"=>["t"=>3,"a"=>[["a"=>"handler_read_prev","u"=>28,"t"=>2]]],"Handler_read_retry"=>["t"=>3,"a"=>[["a"=>"handler_read_retry","u"=>28,"t"=>2]]],"Handler_read_rnd"=>["t"=>3,"a"=>[["a"=>"handler_read_rnd","u"=>28,"t"=>2]]],"Handler_read_rnd_deleted"=>["t"=>3,"a"=>[["a"=>"handler_read_rnd_deleted","u"=>28,"t"=>2]]],"Handler_read_rnd_next"=>["t"=>3,"a"=>[["a"=>"handler_read_rnd_next","u"=>28,"t"=>2]]],"Handler_rollback"=>["t"=>3,"a"=>[["a"=>"handler_rollback","u"=>28,"t"=>2]]],"Handler_savepoint"=>["t"=>3,"a"=>[["a"=>"handler_savepoint","u"=>28,"t"=>2]]],"Handler_savepoint_rollback"=>["t"=>3,"a"=>[["a"=>"handler_savepoint_rollback","u"=>28,"t"=>2]]],"Handler_tmp_delete"=>["t"=>3,"a"=>[["a"=>"handler_tmp_delete","u"=>28,"t"=>2]]],"Handler_tmp_update"=>["t"=>3,"a"=>[["a"=>"handler_tmp_update","u"=>28,"t"=>2]]],"Handler_tmp_write"=>["t"=>3,"a"=>[["a"=>"handler_tmp_write","u"=>28,"t"=>2]]],"Handler_update"=>["t"=>3,"a"=>[["a"=>"handler_update","u"=>28,"t"=>2]]],"Handler_write"=>["t"=>3,"a"=>[["a"=>"handler_write","u"=>28,"t"=>2]]],"Key_blocks_not_flushed"=>["t"=>3,"a"=>[["a"=>"key_blocks_not_flushed","u"=>28,"t"=>2]]],"Key_blocks_unused"=>["t"=>3,"a"=>[["a"=>"key_blocks_unused","u"=>28,"t"=>2]]],"Key_blocks_used"=>["t"=>3,"a"=>[["a"=>"key_blocks_used","u"=>28,"t"=>2]]],"Key_blocks_warm"=>["t"=>3,"a"=>[["a"=>"key_blocks_warm","u"=>28,"t"=>2]]],"Key_read_requests"=>["t"=>3,"a"=>[["a"=>"key_read_requests","u"=>28,"t"=>2]]],"Key_reads"=>["t"=>3,"a"=>[["a"=>"key_reads","u"=>28,"t"=>2]]],"Key_write_requests"=>["t"=>3,"a"=>[["a"=>"key_write_requests","u"=>28,"t"=>2]]],"Key_writes"=>["t"=>3,"a"=>[["a"=>"key_writes","u"=>28,"t"=>2]]],"Last_query_cost"=>["t"=>3,"a"=>[["a"=>"last_query_cost","u"=>28,"t"=>2]]],"Maria_*"=>["a"=>[["a"=>"maria_","u"=>28,"t"=>2]]],"Max_statement_time_exceeded"=>["t"=>3,"a"=>[["a"=>"max_statement_time_exceeded","u"=>28,"t"=>2]]],"Max_used_connections"=>["t"=>3,"a"=>[["a"=>"max_used_connections","u"=>28,"t"=>2]]],"Memory_used"=>["t"=>3,"a"=>[["a"=>"memory_used","u"=>28,"t"=>2]]],"Memory_used_initial"=>["t"=>3,"a"=>[["a"=>"memory_used_initial","u"=>28,"t"=>2]]],"Not_flushed_delayed_rows"=>["t"=>3,"a"=>[["a"=>"not_flushed_delayed_rows","u"=>28,"t"=>2]]],"Open_files"=>["t"=>3,"a"=>[["a"=>"open_files","u"=>28,"t"=>2]]],"Open_streams"=>["t"=>3,"a"=>[["a"=>"open_streams","u"=>28,"t"=>2]]],"Open_table_definitions"=>["t"=>3,"a"=>[["a"=>"open_table_definitions","u"=>28,"t"=>2]]],"Open_tables"=>["t"=>3,"a"=>[["a"=>"open_tables","u"=>28,"t"=>2]]],"Opened_files"=>["t"=>3,"a"=>[["a"=>"opened_files","u"=>28,"t"=>2]]],"Opened_plugin_libraries"=>["t"=>3,"a"=>[["a"=>"opened_plugin_libraries","u"=>28,"t"=>2]]],"Opened_table_definitions"=>["t"=>3,"a"=>[["a"=>"opened_table_definitions","u"=>28,"t"=>2]]],"Opened_tables"=>["t"=>3,"a"=>[["a"=>"opened_tables","u"=>28,"t"=>2]]],"Opened_views"=>["t"=>3,"a"=>[["a"=>"opened_views","u"=>28,"t"=>2]]],"Performance_schema_accounts_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_accounts_lost","u"=>28,"t"=>2]]],"Performance_schema_cond_classes_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_cond_classes_lost","u"=>28,"t"=>2]]],"Performance_schema_cond_instances_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_cond_instances_lost","u"=>28,"t"=>2]]],"Performance_schema_digest_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_digest_lost","u"=>28,"t"=>2]]],"Performance_schema_file_classes_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_file_classes_lost","u"=>28,"t"=>2]]],"Performance_schema_file_handles_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_file_handles_lost","u"=>28,"t"=>2]]],"Performance_schema_file_instances_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_file_instances_lost","u"=>28,"t"=>2]]],"Performance_schema_hosts_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_hosts_lost","u"=>28,"t"=>2]]],"Performance_schema_locker_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_locker_lost","u"=>28,"t"=>2]]],"Performance_schema_mutex_classes_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_mutex_classes_lost","u"=>28,"t"=>2]]],"Performance_schema_mutex_instances_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_mutex_instances_lost","u"=>28,"t"=>2]]],"Performance_schema_rwlock_classes_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_rwlock_classes_lost","u"=>28,"t"=>2]]],"Performance_schema_rwlock_instances_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_rwlock_instances_lost","u"=>28,"t"=>2]]],"Performance_schema_session_connect_attrs_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_session_connect_attrs_lost","u"=>28,"t"=>2]]],"Performance_schema_socket_classes_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_socket_classes_lost","u"=>28,"t"=>2]]],"Performance_schema_socket_instances_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_socket_instances_lost","u"=>28,"t"=>2]]],"Performance_schema_stage_classes_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_stage_classes_lost","u"=>28,"t"=>2]]],"Performance_schema_statement_classes_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_statement_classes_lost","u"=>28,"t"=>2]]],"Performance_schema_table_handles_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_table_handles_lost","u"=>28,"t"=>2]]],"Performance_schema_table_instances_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_table_instances_lost","u"=>28,"t"=>2]]],"Performance_schema_thread_classes_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_thread_classes_lost","u"=>28,"t"=>2]]],"Performance_schema_thread_instances_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_thread_instances_lost","u"=>28,"t"=>2]]],"Performance_schema_users_lost"=>["t"=>3,"a"=>[["a"=>"performance_schema_users_lost","u"=>28,"t"=>2]]],"Prepared_stmt_count"=>["t"=>3,"a"=>[["a"=>"prepared_stmt_count","u"=>28,"t"=>2]]],"Qcache_free_blocks"=>["t"=>3,"a"=>[["a"=>"qcache_free_blocks","u"=>28,"t"=>2]]],"Qcache_free_memory"=>["t"=>3,"a"=>[["a"=>"qcache_free_memory","u"=>28,"t"=>2]]],"Qcache_hits"=>["t"=>3,"a"=>[["a"=>"qcache_hits","u"=>28,"t"=>2]]],"Qcache_inserts"=>["t"=>3,"a"=>[["a"=>"qcache_inserts","u"=>28,"t"=>2]]],"Qcache_lowmem_prunes"=>["t"=>3,"a"=>[["a"=>"qcache_lowmem_prunes","u"=>28,"t"=>2]]],"Qcache_not_cached"=>["t"=>3,"a"=>[["a"=>"qcache_not_cached","u"=>28,"t"=>2]]],"Qcache_queries_in_cache"=>["t"=>3,"a"=>[["a"=>"qcache_queries_in_cache","u"=>28,"t"=>2]]],"Qcache_total_blocks"=>["t"=>3,"a"=>[["a"=>"qcache_total_blocks","u"=>28,"t"=>2]]],"Queries"=>["t"=>3,"a"=>[["a"=>"queries","u"=>28,"t"=>2]]],"Questions"=>["t"=>3,"a"=>[["a"=>"questions","u"=>28,"t"=>2]]],"Rows_read"=>["t"=>3,"a"=>[["a"=>"rows_read","u"=>28,"t"=>2]]],"Rows_sent"=>["t"=>3,"a"=>[["a"=>"rows_sent","u"=>28,"t"=>2]]],"Rows_tmp_read"=>["t"=>3,"a"=>[["a"=>"rows_tmp_read","u"=>28,"t"=>2]]],"Select_full_join"=>["t"=>3,"a"=>[["a"=>"select_full_join","u"=>28,"t"=>2]]],"Select_full_range_join"=>["t"=>3,"a"=>[["a"=>"select_full_range_join","u"=>28,"t"=>2]]],"Select_range"=>["t"=>3,"a"=>[["a"=>"select_range","u"=>28,"t"=>2]]],"Select_range_check"=>["t"=>3,"a"=>[["a"=>"select_range_check","u"=>28,"t"=>2]]],"Select_scan"=>["t"=>3,"a"=>[["a"=>"select_scan","u"=>28,"t"=>2]]],"Slow_launch_threads"=>["t"=>3,"a"=>[["a"=>"slow_launch_threads","u"=>28,"t"=>2]]],"Slow_queries"=>["t"=>3,"a"=>[["a"=>"slow_queries","u"=>28,"t"=>2]]],"Sort_merge_passes"=>["t"=>3,"a"=>[["a"=>"sort_merge_passes","u"=>28,"t"=>2]]],"Sort_priority_queue_sorts"=>["t"=>3,"a"=>[["a"=>"sort_priority_queue_sorts","u"=>28,"t"=>2]]],"Sort_range"=>["t"=>3,"a"=>[["a"=>"sort_range","u"=>28,"t"=>2]]],"Sort_rows"=>["t"=>3,"a"=>[["a"=>"sort_rows","u"=>28,"t"=>2]]],"Sort_scan"=>["t"=>3,"a"=>[["a"=>"sort_scan","u"=>28,"t"=>2]]],"Subquery_cache_hit"=>["t"=>3,"a"=>[["a"=>"subquery_cache_hit","u"=>28,"t"=>2]]],"Subquery_cache_miss"=>["t"=>3,"a"=>[["a"=>"subquery_cache_miss","u"=>28,"t"=>2]]],"Syncs"=>["t"=>3,"a"=>[["a"=>"syncs","u"=>28,"t"=>2]]],"Table_locks_immediate"=>["t"=>3,"a"=>[["a"=>"table_locks_immediate","u"=>28,"t"=>2]]],"Table_locks_waited"=>["t"=>3,"a"=>[["a"=>"table_locks_waited","u"=>28,"t"=>2]]],"Table_open_cache_active_instances"=>["t"=>3,"a"=>[["a"=>"table_open_cache_active_instances","u"=>28,"t"=>2]]],"Table_open_cache_hits"=>["t"=>3,"a"=>[["a"=>"table_open_cache_hits","u"=>28,"t"=>2]]],"Table_open_cache_misses"=>["t"=>3,"a"=>[["a"=>"table_open_cache_misses","u"=>28,"t"=>2]]],"Table_open_cache_overflows"=>["t"=>3,"a"=>[["a"=>"table_open_cache_overflows","u"=>28,"t"=>2]]],"Tc_log_max_pages_used"=>["t"=>3,"a"=>[["a"=>"tc_log_max_pages_used","u"=>28,"t"=>2]]],"Tc_log_page_size"=>["t"=>3,"a"=>[["a"=>"tc_log_page_size","u"=>28,"t"=>2]]],"Tc_log_page_waits"=>["t"=>3,"a"=>[["a"=>"tc_log_page_waits","u"=>28,"t"=>2]]],"Threads_cached"=>["t"=>3,"a"=>[["a"=>"threads_cached","u"=>28,"t"=>2]]],"Threads_connected"=>["t"=>3,"a"=>[["a"=>"threads_connected","u"=>28,"t"=>2]]],"Threads_created"=>["t"=>3,"a"=>[["a"=>"threads_created","u"=>28,"t"=>2]]],"Threads_running"=>["t"=>3,"a"=>[["a"=>"threads_running","u"=>28,"t"=>2]]],"Update_scan"=>["t"=>3,"a"=>[["a"=>"update_scan","u"=>28,"t"=>2]]],"Uptime"=>["t"=>3,"a"=>[["a"=>"uptime","u"=>28,"t"=>2]]],"Uptime_since_flush_status"=>["t"=>3,"a"=>[["a"=>"uptime_since_flush_status","u"=>28,"t"=>2]]],"alter_algorithm"=>["d"=>true,"a"=>[["a"=>"alter_algorithm","u"=>29,"t"=>2]]],"analyze_sample_percentage"=>["d"=>true,"t"=>3,"a"=>[["a"=>"analyze_sample_percentage","u"=>29,"t"=>2]]],"autocommit"=>["d"=>true,"t"=>2,"a"=>[["a"=>"autocommit","u"=>29,"t"=>2],["a"=>"sysvar_autocommit","u"=>15,"t"=>1]]],"automatic_sp_privileges"=>["d"=>true,"t"=>2,"a"=>[["a"=>"automatic_sp_privileges","u"=>29,"t"=>2],["a"=>"sysvar_automatic_sp_privileges","u"=>15,"t"=>1]]],"back_log"=>["d"=>false,"t"=>3,"a"=>[["a"=>"back_log","u"=>29,"t"=>2],["a"=>"sysvar_back_log","u"=>15,"t"=>1]]],"basedir"=>["d"=>false,"t"=>7,"a"=>[["a"=>"basedir","u"=>29,"t"=>2],["a"=>"sysvar_basedir","u"=>16,"t"=>1],["a"=>"sysvar_basedir","u"=>15,"t"=>1]]],"big_tables"=>["d"=>true,"t"=>2,"a"=>[["a"=>"big_tables","u"=>29,"t"=>2],["a"=>"sysvar_big_tables","u"=>15,"t"=>1]]],"bind_address"=>["d"=>false,"t"=>1,"a"=>[["a"=>"bind_address","u"=>29,"t"=>2],["a"=>"sysvar_bind_address","u"=>15,"t"=>1]]],"bulk_insert_buffer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"bulk_insert_buffer_size","u"=>29,"t"=>2],["a"=>"sysvar_bulk_insert_buffer_size","u"=>15,"t"=>1]]],"character_set_client"=>["d"=>true,"t"=>1,"a"=>[["a"=>"character_set_client","u"=>29,"t"=>2],["a"=>"sysvar_character_set_client","u"=>15,"t"=>1]]],"character_set_connection"=>["d"=>true,"t"=>1,"a"=>[["a"=>"character_set_connection","u"=>29,"t"=>2],["a"=>"sysvar_character_set_connection","u"=>15,"t"=>1]]],"character_set_database"=>["d"=>true,"t"=>1,"a"=>[["a"=>"character_set_database","u"=>29,"t"=>2],["a"=>"sysvar_character_set_database","u"=>15,"t"=>1]]],"character_set_filesystem"=>["d"=>true,"t"=>1,"a"=>[["a"=>"character_set_filesystem","u"=>29,"t"=>2],["a"=>"sysvar_character_set_filesystem","u"=>15,"t"=>1]]],"character_set_results"=>["d"=>true,"t"=>1,"a"=>[["a"=>"character_set_results","u"=>29,"t"=>2],["a"=>"sysvar_character_set_results","u"=>15,"t"=>1]]],"character_set_server"=>["d"=>true,"t"=>1,"a"=>[["a"=>"character_set_server","u"=>29,"t"=>2],["a"=>"sysvar_character_set_server","u"=>15,"t"=>1]]],"character_set_system"=>["d"=>false,"t"=>1,"a"=>[["a"=>"character_set_system","u"=>29,"t"=>2],["a"=>"sysvar_character_set_system","u"=>15,"t"=>1]]],"character_sets_dir"=>["d"=>false,"t"=>7,"a"=>[["a"=>"character_sets_dir","u"=>29,"t"=>2],["a"=>"sysvar_character_sets_dir","u"=>15,"t"=>1]]],"check_constraint_checks"=>["d"=>true,"t"=>2,"a"=>[["a"=>"check_constraint_checks","u"=>29,"t"=>2]]],"collation_connection"=>["d"=>true,"t"=>1,"a"=>[["a"=>"collation_connection","u"=>29,"t"=>2],["a"=>"sysvar_collation_connection","u"=>15,"t"=>1]]],"collation_database"=>["d"=>true,"t"=>1,"a"=>[["a"=>"collation_database","u"=>29,"t"=>2],["a"=>"sysvar_collation_database","u"=>15,"t"=>1]]],"collation_server"=>["d"=>true,"t"=>1,"a"=>[["a"=>"collation_server","u"=>29,"t"=>2],["a"=>"sysvar_collation_server","u"=>15,"t"=>1]]],"completion_type"=>["d"=>true,"t"=>5,"a"=>[["a"=>"completion_type","u"=>29,"t"=>2],["a"=>"sysvar_completion_type","u"=>15,"t"=>1]]],"concurrent_insert"=>["d"=>true,"t"=>5,"a"=>[["a"=>"concurrent_insert","u"=>29,"t"=>2],["a"=>"sysvar_concurrent_insert","u"=>15,"t"=>1]]],"connect_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"connect_timeout","u"=>29,"t"=>2],["a"=>"sysvar_connect_timeout","u"=>15,"t"=>1]]],"core_file"=>["d"=>false,"t"=>2,"a"=>[["a"=>"core_file","u"=>29,"t"=>2],["a"=>"option_mysqld_core-file","u"=>16,"t"=>1],["a"=>"sysvar_core_file","u"=>15,"t"=>1]]],"datadir"=>["d"=>false,"t"=>7,"a"=>[["a"=>"datadir","u"=>29,"t"=>2],["a"=>"sysvar_datadir","u"=>16,"t"=>1],["a"=>"sysvar_datadir","u"=>15,"t"=>1]]],"date_format"=>["a"=>[["a"=>"date_format","u"=>29,"t"=>2]]],"datetime_format"=>["a"=>[["a"=>"datetime_format","u"=>29,"t"=>2]]],"debug"=>["d"=>true,"t"=>1,"a"=>[["a"=>"debug","u"=>29,"t"=>2],["a"=>"option_mysqld_debug","u"=>16,"t"=>1],["a"=>"sysvar_debug","u"=>15,"t"=>1]]],"debug_no_thread_alarm"=>["d"=>false,"t"=>2,"a"=>[["a"=>"debug_no_thread_alarm","u"=>29,"t"=>2]]],"debug_sync"=>["d"=>true,"t"=>1,"a"=>[["a"=>"debug_sync","u"=>29,"t"=>2],["a"=>"sysvar_debug_sync","u"=>15,"t"=>1]]],"default_password_lifetime"=>["d"=>true,"t"=>3,"a"=>[["a"=>"default_password_lifetime","u"=>29,"t"=>2],["a"=>"sysvar_default_password_lifetime","u"=>15,"t"=>1]]],"default_regex_flags"=>["a"=>[["a"=>"default_regex_flags","u"=>29,"t"=>2]]],"default_storage_engine"=>["d"=>true,"t"=>5,"a"=>[["a"=>"default_storage_engine","u"=>29,"t"=>2],["a"=>"sysvar_default_storage_engine","u"=>15,"t"=>1]]],"default_table_type"=>["d"=>true,"a"=>[["a"=>"default_table_type","u"=>29,"t"=>2]]],"default_tmp_storage_engine"=>["d"=>true,"t"=>5,"a"=>[["a"=>"default_tmp_storage_engine","u"=>29,"t"=>2],["a"=>"sysvar_default_tmp_storage_engine","u"=>15,"t"=>1]]],"default_week_format"=>["d"=>true,"t"=>3,"a"=>[["a"=>"default_week_format","u"=>29,"t"=>2],["a"=>"sysvar_default_week_format","u"=>15,"t"=>1]]],"delay_key_write"=>["d"=>true,"t"=>5,"a"=>[["a"=>"delay_key_write","u"=>29,"t"=>2],["a"=>"sysvar_delay_key_write","u"=>15,"t"=>1]]],"delayed_insert_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"delayed_insert_limit","u"=>29,"t"=>2],["a"=>"sysvar_delayed_insert_limit","u"=>15,"t"=>1]]],"delayed_insert_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"delayed_insert_timeout","u"=>29,"t"=>2],["a"=>"sysvar_delayed_insert_timeout","u"=>15,"t"=>1]]],"delayed_queue_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"delayed_queue_size","u"=>29,"t"=>2],["a"=>"sysvar_delayed_queue_size","u"=>15,"t"=>1]]],"disconnect_on_expired_password"=>["t"=>2,"a"=>[["a"=>"disconnect_on_expired_password","u"=>29,"t"=>2],["a"=>"sysvar_disconnect_on_expired_password","u"=>15,"t"=>1]]],"div_precision_increment"=>["d"=>true,"t"=>3,"a"=>[["a"=>"div_precision_increment","u"=>29,"t"=>2],["a"=>"sysvar_div_precision_increment","u"=>15,"t"=>1]]],"encrypt_tmp_disk_tables"=>["d"=>true,"t"=>2,"a"=>[["a"=>"encrypt_tmp_disk_tables","u"=>29,"t"=>2]]],"encrypt_tmp_files"=>["d"=>false,"t"=>2,"a"=>[["a"=>"encrypt_tmp_files","u"=>29,"t"=>2]]],"encryption_algorithm"=>["d"=>false,"a"=>[["a"=>"encryption_algorithm","u"=>29,"t"=>2]]],"enforce_storage_engine"=>["d"=>true,"t"=>1,"a"=>[["a"=>"enforce_storage_engine","u"=>29,"t"=>2]]],"engine_condition_pushdown"=>["d"=>true,"t"=>2,"a"=>[["a"=>"engine_condition_pushdown","u"=>29,"t"=>2]]],"eq_range_index_dive_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"eq_range_index_dive_limit","u"=>29,"t"=>2],["a"=>"sysvar_eq_range_index_dive_limit","u"=>15,"t"=>1]]],"error_count"=>["d"=>true,"t"=>3,"a"=>[["a"=>"error_count","u"=>29,"t"=>2]]],"event_scheduler"=>["d"=>true,"t"=>5,"a"=>[["a"=>"event_scheduler","u"=>29,"t"=>2],["a"=>"sysvar_event_scheduler","u"=>15,"t"=>1]]],"expensive_subquery_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"expensive_subquery_limit","u"=>29,"t"=>2]]],"explicit_defaults_for_timestamp"=>["t"=>2,"a"=>[["a"=>"explicit_defaults_for_timestamp","u"=>29,"t"=>2],["a"=>"sysvar_explicit_defaults_for_timestamp","u"=>15,"t"=>1]]],"external_user"=>["d"=>false,"t"=>1,"a"=>[["a"=>"external_user","u"=>29,"t"=>2],["a"=>"sysvar_external_user","u"=>15,"t"=>1]]],"flush"=>["d"=>true,"t"=>2,"a"=>[["a"=>"flush","u"=>29,"t"=>2],["a"=>"option_mysqld_flush","u"=>16,"t"=>1],["a"=>"sysvar_flush","u"=>15,"t"=>1]]],"flush_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"flush_time","u"=>29,"t"=>2],["a"=>"sysvar_flush_time","u"=>15,"t"=>1]]],"foreign_key_checks"=>["d"=>true,"t"=>2,"a"=>[["a"=>"foreign_key_checks","u"=>29,"t"=>2],["a"=>"sysvar_foreign_key_checks","u"=>15,"t"=>1]]],"ft_boolean_syntax"=>["d"=>true,"t"=>1,"a"=>[["a"=>"ft_boolean_syntax","u"=>29,"t"=>2],["a"=>"sysvar_ft_boolean_syntax","u"=>15,"t"=>1]]],"ft_max_word_len"=>["d"=>false,"t"=>3,"a"=>[["a"=>"ft_max_word_len","u"=>29,"t"=>2],["a"=>"sysvar_ft_max_word_len","u"=>15,"t"=>1]]],"ft_min_word_len"=>["d"=>false,"t"=>3,"a"=>[["a"=>"ft_min_word_len","u"=>29,"t"=>2],["a"=>"sysvar_ft_min_word_len","u"=>15,"t"=>1]]],"ft_query_expansion_limit"=>["d"=>false,"t"=>3,"a"=>[["a"=>"ft_query_expansion_limit","u"=>29,"t"=>2],["a"=>"sysvar_ft_query_expansion_limit","u"=>15,"t"=>1]]],"ft_stopword_file"=>["d"=>false,"t"=>8,"a"=>[["a"=>"ft_stopword_file","u"=>29,"t"=>2],["a"=>"sysvar_ft_stopword_file","u"=>15,"t"=>1]]],"general_log"=>["d"=>true,"t"=>2,"a"=>[["a"=>"general_log","u"=>29,"t"=>2],["a"=>"sysvar_general_log","u"=>15,"t"=>1]]],"general_log_file"=>["d"=>true,"t"=>8,"a"=>[["a"=>"general_log_file","u"=>29,"t"=>2],["a"=>"sysvar_general_log_file","u"=>15,"t"=>1]]],"group_concat_max_len"=>["d"=>true,"t"=>3,"a"=>[["a"=>"group_concat_max_len","u"=>29,"t"=>2],["a"=>"sysvar_group_concat_max_len","u"=>15,"t"=>1]]],"have_compress"=>["d"=>false,"a"=>[["a"=>"have_compress","u"=>29,"t"=>2]]],"have_crypt"=>["d"=>false,"a"=>[["a"=>"have_crypt","u"=>29,"t"=>2]]],"have_csv"=>["d"=>false,"a"=>[["a"=>"have_csv","u"=>29,"t"=>2]]],"have_dynamic_loading"=>["d"=>false,"a"=>[["a"=>"have_dynamic_loading","u"=>29,"t"=>2]]],"have_geometry"=>["d"=>false,"a"=>[["a"=>"have_geometry","u"=>29,"t"=>2]]],"have_ndbcluster"=>["d"=>false,"a"=>[["a"=>"have_ndbcluster","u"=>29,"t"=>2]]],"have_partitioning"=>["d"=>false,"a"=>[["a"=>"have_partitioning","u"=>29,"t"=>2]]],"have_profiling"=>["d"=>false,"a"=>[["a"=>"have_profiling","u"=>29,"t"=>2]]],"have_query_cache"=>["d"=>false,"a"=>[["a"=>"have_query_cache","u"=>29,"t"=>2]]],"have_rtree_keys"=>["d"=>false,"a"=>[["a"=>"have_rtree_keys","u"=>29,"t"=>2]]],"have_symlink"=>["d"=>false,"a"=>[["a"=>"have_symlink","u"=>29,"t"=>2]]],"histogram_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"histogram_size","u"=>29,"t"=>2]]],"histogram_type"=>["d"=>true,"t"=>5,"a"=>[["a"=>"histogram_type","u"=>29,"t"=>2]]],"host_cache_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"host_cache_size","u"=>29,"t"=>2],["a"=>"sysvar_host_cache_size","u"=>15,"t"=>1]]],"hostname"=>["d"=>false,"t"=>1,"a"=>[["a"=>"hostname","u"=>29,"t"=>2],["a"=>"sysvar_hostname","u"=>15,"t"=>1]]],"identity"=>["a"=>[["a"=>"identity","u"=>29,"t"=>2]]],"idle_readonly_transaction_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"idle_readonly_transaction_timeout","u"=>29,"t"=>2]]],"idle_transaction_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"idle_transaction_timeout","u"=>29,"t"=>2]]],"idle_write_transaction_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"idle_write_transaction_timeout","u"=>29,"t"=>2]]],"ignore_db_dirs"=>["d"=>false,"t"=>1,"a"=>[["a"=>"ignore_db_dirs","u"=>29,"t"=>2]]],"in_transaction"=>["d"=>false,"t"=>2,"a"=>[["a"=>"in_transaction","u"=>29,"t"=>2]]],"init_connect"=>["d"=>true,"t"=>1,"a"=>[["a"=>"init_connect","u"=>29,"t"=>2],["a"=>"sysvar_init_connect","u"=>15,"t"=>1]]],"init_file"=>["d"=>false,"t"=>8,"a"=>[["a"=>"init_file","u"=>29,"t"=>2],["a"=>"sysvar_init_file","u"=>15,"t"=>1]]],"insert_id"=>["d"=>true,"t"=>3,"a"=>[["a"=>"insert_id","u"=>29,"t"=>2]]],"interactive_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"interactive_timeout","u"=>29,"t"=>2],["a"=>"sysvar_interactive_timeout","u"=>15,"t"=>1]]],"join_buffer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"join_buffer_size","u"=>29,"t"=>2],["a"=>"sysvar_join_buffer_size","u"=>15,"t"=>1]]],"join_buffer_space_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"join_buffer_space_limit","u"=>29,"t"=>2]]],"join_cache_level"=>["d"=>true,"t"=>3,"a"=>[["a"=>"join_cache_level","u"=>29,"t"=>2]]],"keep_files_on_create"=>["d"=>true,"t"=>2,"a"=>[["a"=>"keep_files_on_create","u"=>29,"t"=>2],["a"=>"sysvar_keep_files_on_create","u"=>15,"t"=>1]]],"large_files_support"=>["d"=>false,"a"=>[["a"=>"large_files_support","u"=>29,"t"=>2],["a"=>"sysvar_large_files_support","u"=>15,"t"=>1]]],"large_page_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"large_page_size","u"=>29,"t"=>2],["a"=>"sysvar_large_page_size","u"=>15,"t"=>1]]],"large_pages"=>["d"=>false,"t"=>2,"a"=>[["a"=>"large_pages","u"=>29,"t"=>2],["a"=>"option_mysqld_large-pages","u"=>16,"t"=>1],["a"=>"sysvar_large_pages","u"=>15,"t"=>1]]],"last_insert_id"=>["d"=>true,"t"=>3,"a"=>[["a"=>"last_insert_id","u"=>29,"t"=>2]]],"lc_messages"=>["d"=>true,"t"=>1,"a"=>[["a"=>"lc_messages","u"=>29,"t"=>2],["a"=>"option_mysqld_lc-messages","u"=>16,"t"=>1],["a"=>"sysvar_lc_messages","u"=>15,"t"=>1]]],"lc_messages_dir"=>["d"=>false,"t"=>7,"a"=>[["a"=>"lc_messages_dir","u"=>29,"t"=>2],["a"=>"option_mysqld_lc-messages-dir","u"=>16,"t"=>1],["a"=>"sysvar_lc_messages_dir","u"=>15,"t"=>1]]],"lc_time_names"=>["d"=>true,"t"=>1,"a"=>[["a"=>"lc_time_names","u"=>29,"t"=>2],["a"=>"sysvar_lc_time_names","u"=>15,"t"=>1]]],"license"=>["d"=>false,"t"=>1,"a"=>[["a"=>"license","u"=>29,"t"=>2],["a"=>"sysvar_license","u"=>15,"t"=>1]]],"local_infile"=>["d"=>true,"t"=>2,"a"=>[["a"=>"local_infile","u"=>29,"t"=>2],["a"=>"sysvar_local_infile","u"=>15,"t"=>1]]],"lock_wait_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"lock_wait_timeout","u"=>29,"t"=>2],["a"=>"sysvar_lock_wait_timeout","u"=>15,"t"=>1]]],"locked_in_memory"=>["d"=>false,"a"=>[["a"=>"locked_in_memory","u"=>29,"t"=>2],["a"=>"sysvar_locked_in_memory","u"=>15,"t"=>1]]],"log"=>["d"=>true,"t"=>1,"a"=>[["a"=>"log","u"=>29,"t"=>2]]],"log_disabled_statements"=>["d"=>false,"t"=>6,"a"=>[["a"=>"log_disabled_statements","u"=>29,"t"=>2]]],"log_error"=>["d"=>false,"t"=>8,"a"=>[["a"=>"log_error","u"=>29,"t"=>2],["a"=>"option_mysqld_log-error","u"=>16,"t"=>1],["a"=>"sysvar_log_error","u"=>15,"t"=>1]]],"log_output"=>["d"=>true,"t"=>6,"a"=>[["a"=>"log_output","u"=>29,"t"=>2],["a"=>"sysvar_log_output","u"=>15,"t"=>1]]],"log_queries_not_using_indexes"=>["d"=>true,"t"=>2,"a"=>[["a"=>"log_queries_not_using_indexes","u"=>29,"t"=>2],["a"=>"sysvar_log_queries_not_using_indexes","u"=>15,"t"=>1]]],"log_slow_admin_statements"=>["d"=>true,"t"=>2,"a"=>[["a"=>"log_slow_admin_statements","u"=>29,"t"=>2],["a"=>"sysvar_log_slow_admin_statements","u"=>15,"t"=>1]]],"log_slow_disabled_statements"=>["d"=>false,"t"=>6,"a"=>[["a"=>"log_slow_disabled_statements","u"=>29,"t"=>2]]],"log_slow_filter"=>["d"=>true,"t"=>5,"a"=>[["a"=>"log_slow_filter","u"=>29,"t"=>2]]],"log_slow_queries"=>["d"=>true,"t"=>2,"a"=>[["a"=>"log_slow_queries","u"=>29,"t"=>2]]],"log_slow_rate_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"log_slow_rate_limit","u"=>29,"t"=>2]]],"log_slow_verbosity"=>["d"=>true,"t"=>5,"a"=>[["a"=>"log_slow_verbosity","u"=>29,"t"=>2]]],"log_tc_size"=>["t"=>3,"a"=>[["a"=>"log_tc_size","u"=>29,"t"=>2],["a"=>"option_mysqld_log-tc-size","u"=>16,"t"=>1]]],"log_warnings"=>["d"=>true,"t"=>3,"a"=>[["a"=>"log_warnings","u"=>29,"t"=>2],["a"=>"option_mysqld_log-warnings","u"=>16,"t"=>1],["a"=>"sysvar_log_warnings","u"=>15,"t"=>1]]],"long_query_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"long_query_time","u"=>29,"t"=>2],["a"=>"sysvar_long_query_time","u"=>15,"t"=>1]]],"low_priority_updates"=>["d"=>true,"t"=>2,"a"=>[["a"=>"low_priority_updates","u"=>29,"t"=>2],["a"=>"sysvar_low_priority_updates","u"=>15,"t"=>1]]],"lower_case_file_system"=>["d"=>false,"t"=>2,"a"=>[["a"=>"lower_case_file_system","u"=>29,"t"=>2],["a"=>"sysvar_lower_case_file_system","u"=>15,"t"=>1]]],"lower_case_table_names"=>["d"=>false,"t"=>3,"a"=>[["a"=>"lower_case_table_names","u"=>29,"t"=>2],["a"=>"sysvar_lower_case_table_names","u"=>15,"t"=>1]]],"max_allowed_packet"=>["t"=>3,"a"=>[["a"=>"max_allowed_packet","u"=>29,"t"=>2],["a"=>"sysvar_max_allowed_packet","u"=>15,"t"=>1]]],"max_connect_errors"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_connect_errors","u"=>29,"t"=>2],["a"=>"sysvar_max_connect_errors","u"=>15,"t"=>1]]],"max_connections"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_connections","u"=>29,"t"=>2],["a"=>"sysvar_max_connections","u"=>15,"t"=>1]]],"max_delayed_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_delayed_threads","u"=>29,"t"=>2],["a"=>"sysvar_max_delayed_threads","u"=>15,"t"=>1]]],"max_digest_length"=>["t"=>3,"a"=>[["a"=>"max_digest_length","u"=>29,"t"=>2],["a"=>"sysvar_max_digest_length","u"=>15,"t"=>1]]],"max_error_count"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_error_count","u"=>29,"t"=>2],["a"=>"sysvar_max_error_count","u"=>15,"t"=>1]]],"max_heap_table_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_heap_table_size","u"=>29,"t"=>2],["a"=>"sysvar_max_heap_table_size","u"=>15,"t"=>1]]],"max_insert_delayed_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_insert_delayed_threads","u"=>29,"t"=>2],["a"=>"sysvar_max_insert_delayed_threads","u"=>15,"t"=>1]]],"max_join_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_join_size","u"=>29,"t"=>2],["a"=>"sysvar_max_join_size","u"=>15,"t"=>1]]],"max_length_for_sort_data"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_length_for_sort_data","u"=>29,"t"=>2],["a"=>"sysvar_max_length_for_sort_data","u"=>15,"t"=>1]]],"max_long_data_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"max_long_data_size","u"=>29,"t"=>2]]],"max_password_errors"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_password_errors","u"=>29,"t"=>2]]],"max_prepared_stmt_count"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_prepared_stmt_count","u"=>29,"t"=>2],["a"=>"sysvar_max_prepared_stmt_count","u"=>15,"t"=>1]]],"max_recursive_iterations"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_recursive_iterations","u"=>29,"t"=>2]]],"max_rowid_filter_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_rowid_filter_size","u"=>29,"t"=>2]]],"max_seeks_for_key"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_seeks_for_key","u"=>29,"t"=>2],["a"=>"sysvar_max_seeks_for_key","u"=>15,"t"=>1]]],"max_session_mem_used"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_session_mem_used","u"=>29,"t"=>2]]],"max_sort_length"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_sort_length","u"=>29,"t"=>2],["a"=>"sysvar_max_sort_length","u"=>15,"t"=>1]]],"max_sp_recursion_depth"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_sp_recursion_depth","u"=>29,"t"=>2],["a"=>"sysvar_max_sp_recursion_depth","u"=>15,"t"=>1]]],"max_statement_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"max_statement_time","u"=>29,"t"=>2]]],"max_tmp_tables"=>["a"=>[["a"=>"max_tmp_tables","u"=>29,"t"=>2]]],"max_user_connections"=>["t"=>3,"a"=>[["a"=>"max_user_connections","u"=>29,"t"=>2],["a"=>"sysvar_max_user_connections","u"=>15,"t"=>1]]],"max_write_lock_count"=>["t"=>3,"a"=>[["a"=>"max_write_lock_count","u"=>29,"t"=>2],["a"=>"sysvar_max_write_lock_count","u"=>15,"t"=>1]]],"metadata_locks_cache_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"metadata_locks_cache_size","u"=>29,"t"=>2],["a"=>"sysvar_metadata_locks_cache_size","u"=>15,"t"=>1]]],"metadata_locks_hash_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"metadata_locks_hash_instances","u"=>29,"t"=>2],["a"=>"sysvar_metadata_locks_hash_instances","u"=>15,"t"=>1]]],"min_examined_row_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"min_examined_row_limit","u"=>29,"t"=>2],["a"=>"sysvar_min_examined_row_limit","u"=>15,"t"=>1]]],"mrr_buffer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"mrr_buffer_size","u"=>29,"t"=>2]]],"multi_range_count"=>["d"=>true,"t"=>3,"a"=>[["a"=>"multi_range_count","u"=>29,"t"=>2],["a"=>"sysvar_multi_range_count","u"=>15,"t"=>1]]],"mysql56_temporal_format"=>["d"=>true,"t"=>2,"a"=>[["a"=>"mysql56_temporal_format","u"=>29,"t"=>2]]],"named_pipe"=>["d"=>false,"t"=>2,"a"=>[["a"=>"named_pipe","u"=>29,"t"=>2],["a"=>"sysvar_named_pipe","u"=>15,"t"=>1]]],"net_buffer_length"=>["d"=>true,"t"=>3,"a"=>[["a"=>"net_buffer_length","u"=>29,"t"=>2],["a"=>"sysvar_net_buffer_length","u"=>15,"t"=>1]]],"net_read_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"net_read_timeout","u"=>29,"t"=>2],["a"=>"sysvar_net_read_timeout","u"=>15,"t"=>1]]],"net_retry_count"=>["d"=>true,"t"=>3,"a"=>[["a"=>"net_retry_count","u"=>29,"t"=>2],["a"=>"sysvar_net_retry_count","u"=>15,"t"=>1]]],"net_write_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"net_write_timeout","u"=>29,"t"=>2],["a"=>"sysvar_net_write_timeout","u"=>15,"t"=>1]]],"old"=>["t"=>2,"a"=>[["a"=>"old","u"=>29,"t"=>2],["a"=>"sysvar_old","u"=>15,"t"=>1]]],"old_alter_table"=>["d"=>true,"t"=>2,"a"=>[["a"=>"old_alter_table","u"=>29,"t"=>2],["a"=>"sysvar_old_alter_table","u"=>15,"t"=>1]]],"old_mode"=>["d"=>true,"t"=>1,"a"=>[["a"=>"old_mode","u"=>29,"t"=>2]]],"old_passwords"=>["d"=>true,"a"=>[["a"=>"old_passwords","u"=>29,"t"=>2],["a"=>"sysvar_old_passwords","u"=>15,"t"=>1]]],"open_files_limit"=>["d"=>false,"t"=>3,"a"=>[["a"=>"open_files_limit","u"=>29,"t"=>2],["a"=>"sysvar_open_files_limit","u"=>15,"t"=>1]]],"optimizer_prune_level"=>["d"=>true,"a"=>[["a"=>"optimizer_prune_level","u"=>29,"t"=>2],["a"=>"sysvar_optimizer_prune_level","u"=>15,"t"=>1]]],"optimizer_search_depth"=>["d"=>true,"t"=>3,"a"=>[["a"=>"optimizer_search_depth","u"=>29,"t"=>2],["a"=>"sysvar_optimizer_search_depth","u"=>15,"t"=>1]]],"optimizer_selectivity_sampling_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"optimizer_selectivity_sampling_limit","u"=>29,"t"=>2]]],"optimizer_switch"=>["d"=>true,"a"=>[["a"=>"optimizer_switch","u"=>29,"t"=>2],["a"=>"sysvar_optimizer_switch","u"=>15,"t"=>1]]],"optimizer_use_condition_selectivity"=>["d"=>true,"t"=>3,"a"=>[["a"=>"optimizer_use_condition_selectivity","u"=>29,"t"=>2]]],"optimizer_trace"=>["d"=>true,"t"=>1,"a"=>[["a"=>"optimizer_trace","u"=>29,"t"=>2],["a"=>"sysvar_optimizer_trace","u"=>15,"t"=>1]]],"optimizer_trace_max_mem_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"optimizer_trace_max_mem_size","u"=>29,"t"=>2],["a"=>"sysvar_optimizer_trace_max_mem_size","u"=>15,"t"=>1]]],"pid_file"=>["d"=>false,"t"=>8,"a"=>[["a"=>"pid_file","u"=>29,"t"=>2],["a"=>"sysvar_pid_file","u"=>15,"t"=>1]]],"plugin_dir"=>["d"=>false,"t"=>7,"a"=>[["a"=>"plugin_dir","u"=>29,"t"=>2],["a"=>"sysvar_plugin_dir","u"=>15,"t"=>1]]],"plugin_maturity"=>["d"=>false,"a"=>[["a"=>"plugin_maturity","u"=>29,"t"=>2]]],"port"=>["d"=>false,"t"=>3,"a"=>[["a"=>"port","u"=>29,"t"=>2],["a"=>"option_mysqld_port","u"=>16,"t"=>1],["a"=>"sysvar_port","u"=>15,"t"=>1]]],"preload_buffer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"preload_buffer_size","u"=>29,"t"=>2],["a"=>"sysvar_preload_buffer_size","u"=>15,"t"=>1]]],"profiling"=>["d"=>true,"t"=>2,"a"=>[["a"=>"profiling","u"=>29,"t"=>2]]],"profiling_history_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"profiling_history_size","u"=>29,"t"=>2]]],"progress_report_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"progress_report_time","u"=>29,"t"=>2]]],"protocol_version"=>["d"=>false,"t"=>3,"a"=>[["a"=>"protocol_version","u"=>29,"t"=>2],["a"=>"sysvar_protocol_version","u"=>15,"t"=>1]]],"proxy_protocol_networks"=>["d"=>false,"t"=>1,"a"=>[["a"=>"proxy_protocol_networks","u"=>29,"t"=>2]]],"proxy_user"=>["d"=>false,"t"=>1,"a"=>[["a"=>"proxy_user","u"=>29,"t"=>2],["a"=>"sysvar_proxy_user","u"=>15,"t"=>1]]],"pseudo_slave_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"pseudo_slave_mode","u"=>29,"t"=>2],["a"=>"sysvar_pseudo_slave_mode","u"=>15,"t"=>1]]],"pseudo_thread_id"=>["d"=>true,"t"=>3,"a"=>[["a"=>"pseudo_thread_id","u"=>29,"t"=>2],["a"=>"sysvar_pseudo_thread_id","u"=>15,"t"=>1]]],"query_alloc_block_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"query_alloc_block_size","u"=>29,"t"=>2],["a"=>"sysvar_query_alloc_block_size","u"=>15,"t"=>1]]],"query_cache_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"query_cache_limit","u"=>29,"t"=>2],["a"=>"sysvar_query_cache_limit","u"=>15,"t"=>1]]],"query_cache_min_res_unit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"query_cache_min_res_unit","u"=>29,"t"=>2],["a"=>"sysvar_query_cache_min_res_unit","u"=>15,"t"=>1]]],"query_cache_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"query_cache_size","u"=>29,"t"=>2],["a"=>"sysvar_query_cache_size","u"=>15,"t"=>1]]],"query_cache_strip_comments"=>["d"=>true,"t"=>2,"a"=>[["a"=>"query_cache_strip_comments","u"=>29,"t"=>2]]],"query_cache_type"=>["d"=>true,"t"=>5,"a"=>[["a"=>"query_cache_type","u"=>29,"t"=>2],["a"=>"sysvar_query_cache_type","u"=>15,"t"=>1]]],"query_cache_wlock_invalidate"=>["d"=>true,"t"=>2,"a"=>[["a"=>"query_cache_wlock_invalidate","u"=>29,"t"=>2],["a"=>"sysvar_query_cache_wlock_invalidate","u"=>15,"t"=>1]]],"query_prealloc_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"query_prealloc_size","u"=>29,"t"=>2],["a"=>"sysvar_query_prealloc_size","u"=>15,"t"=>1]]],"rand_seed1"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rand_seed1","u"=>29,"t"=>2],["a"=>"sysvar_rand_seed1","u"=>15,"t"=>1]]],"rand_seed2"=>["a"=>[["a"=>"rand_seed2","u"=>29,"t"=>2]]],"range_alloc_block_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"range_alloc_block_size","u"=>29,"t"=>2],["a"=>"sysvar_range_alloc_block_size","u"=>15,"t"=>1]]],"read_buffer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"read_buffer_size","u"=>29,"t"=>2],["a"=>"sysvar_read_buffer_size","u"=>15,"t"=>1]]],"read_only"=>["d"=>true,"t"=>2,"a"=>[["a"=>"read_only","u"=>29,"t"=>2],["a"=>"sysvar_read_only","u"=>15,"t"=>1]]],"read_rnd_buffer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"read_rnd_buffer_size","u"=>29,"t"=>2],["a"=>"sysvar_read_rnd_buffer_size","u"=>15,"t"=>1]]],"rowid_merge_buff_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"rowid_merge_buff_size","u"=>29,"t"=>2]]],"rpl_recovery_rank"=>["a"=>[["a"=>"rpl_recovery_rank","u"=>29,"t"=>2]]],"safe_show_database"=>["d"=>true,"t"=>2,"a"=>[["a"=>"safe_show_database","u"=>29,"t"=>2]]],"secure_auth"=>["d"=>true,"t"=>2,"a"=>[["a"=>"secure_auth","u"=>29,"t"=>2],["a"=>"sysvar_secure_auth","u"=>15,"t"=>1]]],"secure_file_priv"=>["d"=>false,"t"=>1,"a"=>[["a"=>"secure_file_priv","u"=>29,"t"=>2],["a"=>"sysvar_secure_file_priv","u"=>15,"t"=>1]]],"secure_timestamp"=>["d"=>false,"a"=>[["a"=>"secure_timestamp","u"=>29,"t"=>2]]],"session_track_schema"=>["d"=>true,"t"=>2,"a"=>[["a"=>"session_track_schema","u"=>29,"t"=>2],["a"=>"sysvar_session_track_schema","u"=>15,"t"=>1]]],"session_track_state_change"=>["d"=>true,"t"=>2,"a"=>[["a"=>"session_track_state_change","u"=>29,"t"=>2],["a"=>"sysvar_session_track_state_change","u"=>15,"t"=>1]]],"session_track_system_variables"=>["d"=>true,"t"=>1,"a"=>[["a"=>"session_track_system_variables","u"=>29,"t"=>2],["a"=>"sysvar_session_track_system_variables","u"=>15,"t"=>1]]],"session_track_transaction_info"=>["d"=>true,"t"=>5,"a"=>[["a"=>"session_track_transaction_info","u"=>29,"t"=>2],["a"=>"sysvar_session_track_transaction_info","u"=>15,"t"=>1]]],"shared_memory"=>["d"=>false,"t"=>2,"a"=>[["a"=>"shared_memory","u"=>29,"t"=>2],["a"=>"sysvar_shared_memory","u"=>15,"t"=>1]]],"shared_memory_base_name"=>["d"=>false,"t"=>1,"a"=>[["a"=>"shared_memory_base_name","u"=>29,"t"=>2],["a"=>"sysvar_shared_memory_base_name","u"=>15,"t"=>1]]],"skip_external_locking"=>["d"=>false,"t"=>2,"a"=>[["a"=>"skip_external_locking","u"=>29,"t"=>2],["a"=>"sysvar_skip_external_locking","u"=>15,"t"=>1]]],"skip_name_resolve"=>["d"=>false,"t"=>2,"a"=>[["a"=>"skip_name_resolve","u"=>29,"t"=>2],["a"=>"sysvar_skip_name_resolve","u"=>15,"t"=>1]]],"skip_networking"=>["d"=>false,"t"=>2,"a"=>[["a"=>"skip_networking","u"=>29,"t"=>2],["a"=>"sysvar_skip_networking","u"=>15,"t"=>1]]],"skip_show_database"=>["d"=>false,"a"=>[["a"=>"skip_show_database","u"=>29,"t"=>2],["a"=>"option_mysqld_skip-show-database","u"=>16,"t"=>1],["a"=>"sysvar_skip_show_database","u"=>15,"t"=>1]]],"slow_launch_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"slow_launch_time","u"=>29,"t"=>2],["a"=>"sysvar_slow_launch_time","u"=>15,"t"=>1]]],"slow_query_log"=>["d"=>true,"t"=>2,"a"=>[["a"=>"slow_query_log","u"=>29,"t"=>2],["a"=>"sysvar_slow_query_log","u"=>15,"t"=>1]]],"slow_query_log_file"=>["d"=>true,"t"=>8,"a"=>[["a"=>"slow_query_log_file","u"=>29,"t"=>2],["a"=>"sysvar_slow_query_log_file","u"=>15,"t"=>1]]],"socket"=>["d"=>false,"t"=>1,"a"=>[["a"=>"socket","u"=>29,"t"=>2],["a"=>"option_mysqld_socket","u"=>16,"t"=>1],["a"=>"sysvar_socket","u"=>15,"t"=>1]]],"sort_buffer_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sort_buffer_size","u"=>29,"t"=>2],["a"=>"sysvar_sort_buffer_size","u"=>15,"t"=>1]]],"sql_auto_is_null"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_auto_is_null","u"=>29,"t"=>2],["a"=>"sysvar_sql_auto_is_null","u"=>15,"t"=>1]]],"sql_big_selects"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_big_selects","u"=>29,"t"=>2],["a"=>"sysvar_sql_big_selects","u"=>15,"t"=>1]]],"sql_big_tables"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_big_tables","u"=>29,"t"=>2]]],"sql_buffer_result"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_buffer_result","u"=>29,"t"=>2],["a"=>"sysvar_sql_buffer_result","u"=>15,"t"=>1]]],"sql_log_off"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_log_off","u"=>29,"t"=>2],["a"=>"sysvar_sql_log_off","u"=>15,"t"=>1]]],"sql_log_update"=>["a"=>[["a"=>"sql_log_update","u"=>29,"t"=>2]]],"sql_low_priority_updates"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_low_priority_updates","u"=>29,"t"=>2]]],"sql_max_join_size"=>["a"=>[["a"=>"sql_max_join_size","u"=>29,"t"=>2]]],"sql_mode"=>["d"=>true,"t"=>6,"a"=>[["a"=>"sql_mode","u"=>29,"t"=>2],["a"=>"option_mysqld_sql-mode","u"=>16,"t"=>1],["a"=>"sysvar_sql_mode","u"=>15,"t"=>1]]],"sql_notes"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_notes","u"=>29,"t"=>2],["a"=>"sysvar_sql_notes","u"=>15,"t"=>1]]],"sql_quote_show_create"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_quote_show_create","u"=>29,"t"=>2],["a"=>"sysvar_sql_quote_show_create","u"=>15,"t"=>1]]],"sql_safe_updates"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_safe_updates","u"=>29,"t"=>2],["a"=>"sysvar_sql_safe_updates","u"=>15,"t"=>1]]],"sql_select_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sql_select_limit","u"=>29,"t"=>2],["a"=>"sysvar_sql_select_limit","u"=>15,"t"=>1]]],"sql_warnings"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sql_warnings","u"=>29,"t"=>2],["a"=>"sysvar_sql_warnings","u"=>15,"t"=>1]]],"storage_engine"=>["a"=>[["a"=>"storage_engine","u"=>29,"t"=>2]]],"standard_compliant_cte"=>["d"=>true,"t"=>2,"a"=>[["a"=>"standard_compliant_cte","u"=>29,"t"=>2]]],"stored_program_cache"=>["d"=>true,"t"=>3,"a"=>[["a"=>"stored_program_cache","u"=>29,"t"=>2],["a"=>"sysvar_stored_program_cache","u"=>15,"t"=>1]]],"strict_password_validation"=>["d"=>true,"t"=>2,"a"=>[["a"=>"strict_password_validation","u"=>29,"t"=>2]]],"sync_frm"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sync_frm","u"=>29,"t"=>2]]],"system_time_zone"=>["d"=>false,"t"=>1,"a"=>[["a"=>"system_time_zone","u"=>29,"t"=>2],["a"=>"sysvar_system_time_zone","u"=>15,"t"=>1]]],"table_definition_cache"=>["d"=>true,"t"=>3,"a"=>[["a"=>"table_definition_cache","u"=>29,"t"=>2],["a"=>"sysvar_table_definition_cache","u"=>15,"t"=>1]]],"table_lock_wait_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"table_lock_wait_timeout","u"=>29,"t"=>2]]],"table_open_cache"=>["d"=>true,"t"=>3,"a"=>[["a"=>"table_open_cache","u"=>29,"t"=>2],["a"=>"sysvar_table_open_cache","u"=>15,"t"=>1]]],"table_open_cache_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"table_open_cache_instances","u"=>29,"t"=>2],["a"=>"sysvar_table_open_cache_instances","u"=>15,"t"=>1]]],"table_type"=>["a"=>[["a"=>"table_type","u"=>29,"t"=>2]]],"tcp_keepalive_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tcp_keepalive_interval","u"=>29,"t"=>2]]],"tcp_keepalive_probes"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tcp_keepalive_probes","u"=>29,"t"=>2]]],"tcp_keepalive_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tcp_keepalive_time","u"=>29,"t"=>2]]],"tcp_nodelay"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tcp_nodelay","u"=>29,"t"=>2]]],"thread_cache_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"thread_cache_size","u"=>29,"t"=>2],["a"=>"sysvar_thread_cache_size","u"=>15,"t"=>1]]],"thread_concurrency"=>["d"=>false,"t"=>3,"a"=>[["a"=>"thread_concurrency","u"=>29,"t"=>2]]],"thread_stack"=>["d"=>false,"t"=>3,"a"=>[["a"=>"thread_stack","u"=>29,"t"=>2],["a"=>"sysvar_thread_stack","u"=>15,"t"=>1]]],"time_format"=>["a"=>[["a"=>"time_format","u"=>29,"t"=>2]]],"time_zone"=>["d"=>true,"t"=>1,"a"=>[["a"=>"time_zone","u"=>29,"t"=>2],["a"=>"sysvar_time_zone","u"=>15,"t"=>1]]],"timed_mutexes"=>["d"=>true,"t"=>2,"a"=>[["a"=>"timed_mutexes","u"=>29,"t"=>2]]],"timestamp"=>["d"=>true,"t"=>4,"a"=>[["a"=>"timestamp","u"=>29,"t"=>2],["a"=>"sysvar_timestamp","u"=>15,"t"=>1]]],"tmp_disk_table_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tmp_disk_table_size","u"=>29,"t"=>2]]],"tmp_memory_table_size"=>["a"=>[["a"=>"tmp_memory_table_size","u"=>29,"t"=>2]]],"tmp_table_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tmp_table_size","u"=>29,"t"=>2],["a"=>"sysvar_tmp_table_size","u"=>15,"t"=>1]]],"tmpdir"=>["d"=>false,"t"=>7,"a"=>[["a"=>"tmpdir","u"=>29,"t"=>2],["a"=>"option_mysqld_tmpdir","u"=>16,"t"=>1],["a"=>"sysvar_tmpdir","u"=>15,"t"=>1]]],"transaction_alloc_block_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"transaction_alloc_block_size","u"=>29,"t"=>2],["a"=>"sysvar_transaction_alloc_block_size","u"=>15,"t"=>1]]],"transaction_prealloc_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"transaction_prealloc_size","u"=>29,"t"=>2],["a"=>"sysvar_transaction_prealloc_size","u"=>15,"t"=>1]]],"tx_isolation"=>["d"=>true,"t"=>5,"a"=>[["a"=>"tx_isolation","u"=>29,"t"=>2],["a"=>"sysvar_tx_isolation","u"=>15,"t"=>1]]],"tx_read_only"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tx_read_only","u"=>29,"t"=>2],["a"=>"sysvar_tx_read_only","u"=>15,"t"=>1]]],"unique_checks"=>["d"=>true,"t"=>2,"a"=>[["a"=>"unique_checks","u"=>29,"t"=>2],["a"=>"sysvar_unique_checks","u"=>15,"t"=>1]]],"updatable_views_with_limit"=>["d"=>true,"t"=>2,"a"=>[["a"=>"updatable_views_with_limit","u"=>29,"t"=>2],["a"=>"sysvar_updatable_views_with_limit","u"=>15,"t"=>1]]],"use_stat_tables"=>["d"=>true,"a"=>[["a"=>"use_stat_tables","u"=>29,"t"=>2]]],"version"=>["d"=>false,"t"=>1,"a"=>[["a"=>"version","u"=>29,"t"=>2]]],"version_comment"=>["d"=>false,"t"=>1,"a"=>[["a"=>"version_comment","u"=>29,"t"=>2],["a"=>"sysvar_version_comment","u"=>15,"t"=>1]]],"version_compile_machine"=>["d"=>false,"t"=>1,"a"=>[["a"=>"version_compile_machine","u"=>29,"t"=>2],["a"=>"sysvar_version_compile_machine","u"=>15,"t"=>1]]],"version_compile_os"=>["d"=>false,"t"=>1,"a"=>[["a"=>"version_compile_os","u"=>29,"t"=>2],["a"=>"sysvar_version_compile_os","u"=>15,"t"=>1]]],"version_malloc_library"=>["d"=>false,"t"=>1,"a"=>[["a"=>"version_malloc_library","u"=>29,"t"=>2]]],"version_source_revision"=>["d"=>false,"t"=>1,"a"=>[["a"=>"version_source_revision","u"=>29,"t"=>2]]],"wait_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"wait_timeout","u"=>29,"t"=>2],["a"=>"sysvar_wait_timeout","u"=>15,"t"=>1]]],"warning_count"=>["d"=>false,"t"=>3,"a"=>[["a"=>"warning_count","u"=>29,"t"=>2]]],"Sphinx_error"=>["t"=>3,"a"=>[["a"=>"sphinx_error","u"=>30,"t"=>2]]],"Sphinx_time"=>["t"=>3,"a"=>[["a"=>"sphinx_time","u"=>30,"t"=>2]]],"Sphinx_total"=>["t"=>3,"a"=>[["a"=>"sphinx_total","u"=>30,"t"=>2]]],"Sphinx_total_found"=>["t"=>3,"a"=>[["a"=>"sphinx_total_found","u"=>30,"t"=>2]]],"Sphinx_word_count"=>["t"=>3,"a"=>[["a"=>"sphinx_word_count","u"=>30,"t"=>2]]],"Sphinx_words"=>["t"=>3,"a"=>[["a"=>"sphinx_words","u"=>30,"t"=>2]]],"Spider_direct_aggregate"=>["t"=>3,"a"=>[["a"=>"spider_direct_aggregate","u"=>31,"t"=>2]]],"Spider_direct_order_limit"=>["t"=>3,"a"=>[["a"=>"spider_direct_order_limit","u"=>31,"t"=>2]]],"Spider_mon_table_cache_version"=>["t"=>3,"a"=>[["a"=>"spider_mon_table_cache_version","u"=>31,"t"=>2]]],"Spider_mon_table_cache_version_req"=>["t"=>3,"a"=>[["a"=>"spider_mon_table_cache_version_req","u"=>31,"t"=>2]]],"spider_auto_increment_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_auto_increment_mode","u"=>32,"t"=>2]]],"spider_bgs_first_read"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_bgs_first_read","u"=>32,"t"=>2]]],"spider_bgs_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_bgs_mode","u"=>32,"t"=>2]]],"spider_bgs_second_read"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_bgs_second_read","u"=>32,"t"=>2]]],"spider_bka_engine"=>["d"=>true,"t"=>1,"a"=>[["a"=>"spider_bka_engine","u"=>32,"t"=>2]]],"spider_bka_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_bka_mode","u"=>32,"t"=>2]]],"spider_bka_table_name_type"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_bka_table_name_type","u"=>32,"t"=>2]]],"spider_block_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_block_size","u"=>32,"t"=>2]]],"spider_bulk_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_bulk_size","u"=>32,"t"=>2]]],"spider_bulk_update_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_bulk_update_mode","u"=>32,"t"=>2]]],"spider_bulk_update_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_bulk_update_size","u"=>32,"t"=>2]]],"spider_casual_read"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_casual_read","u"=>32,"t"=>2]]],"spider_conn_recycle_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_conn_recycle_mode","u"=>32,"t"=>2]]],"spider_conn_recycle_strict"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_conn_recycle_strict","u"=>32,"t"=>2]]],"spider_conn_wait_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_conn_wait_timeout","u"=>32,"t"=>2]]],"spider_connect_error_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_connect_error_interval","u"=>32,"t"=>2]]],"spider_connect_mutex"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_connect_mutex","u"=>32,"t"=>2]]],"spider_connect_retry_count"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_connect_retry_count","u"=>32,"t"=>2]]],"spider_connect_retry_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_connect_retry_interval","u"=>32,"t"=>2]]],"spider_connect_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_connect_timeout","u"=>32,"t"=>2]]],"spider_crd_bg_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_crd_bg_mode","u"=>32,"t"=>2]]],"spider_crd_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_crd_interval","u"=>32,"t"=>2]]],"spider_crd_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_crd_mode","u"=>32,"t"=>2]]],"spider_crd_sync"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_crd_sync","u"=>32,"t"=>2]]],"spider_crd_type"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_crd_type","u"=>32,"t"=>2]]],"spider_crd_weight"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_crd_weight","u"=>32,"t"=>2]]],"spider_delete_all_rows_type"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_delete_all_rows_type","u"=>32,"t"=>2]]],"spider_direct_dup_insert"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_direct_dup_insert","u"=>32,"t"=>2]]],"spider_direct_order_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_direct_order_limit","u"=>32,"t"=>2]]],"spider_dry_access"=>["d"=>false,"t"=>2,"a"=>[["a"=>"spider_dry_access","u"=>32,"t"=>2]]],"spider_error_read_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_error_read_mode","u"=>32,"t"=>2]]],"spider_error_write_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_error_write_mode","u"=>32,"t"=>2]]],"spider_first_read"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_first_read","u"=>32,"t"=>2]]],"spider_force_commit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_force_commit","u"=>32,"t"=>2]]],"spider_general_log"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_general_log","u"=>32,"t"=>2]]],"spider_index_hint_pushdown"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_index_hint_pushdown","u"=>32,"t"=>2]]],"spider_init_sql_alloc_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_init_sql_alloc_size","u"=>32,"t"=>2]]],"spider_internal_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_internal_limit","u"=>32,"t"=>2]]],"spider_internal_offset"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_internal_offset","u"=>32,"t"=>2]]],"spider_internal_optimize"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_internal_optimize","u"=>32,"t"=>2]]],"spider_internal_optimize_local"=>["a"=>[["a"=>"spider_internal_optimize_local","u"=>32,"t"=>2]]],"spider_internal_sql_log_off"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_internal_sql_log_off","u"=>32,"t"=>2]]],"spider_internal_unlock"=>["t"=>2,"a"=>[["a"=>"spider_internal_unlock","u"=>32,"t"=>2]]],"spider_internal_xa"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_internal_xa","u"=>32,"t"=>2]]],"spider_internal_xa_id_type"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_internal_xa_id_type","u"=>32,"t"=>2]]],"spider_internal_xa_snapshot"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_internal_xa_snapshot","u"=>32,"t"=>2]]],"spider_load_crd_at_startup"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_load_crd_at_startup","u"=>32,"t"=>2]]],"spider_load_sts_at_startup"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_load_sts_at_startup","u"=>32,"t"=>2]]],"spider_local_lock_table"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_local_lock_table","u"=>32,"t"=>2]]],"spider_lock_exchange"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_lock_exchange","u"=>32,"t"=>2]]],"spider_log_result_error_with_sql"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_log_result_error_with_sql","u"=>32,"t"=>2]]],"spider_log_result_errors"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_log_result_errors","u"=>32,"t"=>2]]],"spider_low_mem_read"=>["t"=>3,"a"=>[["a"=>"spider_low_mem_read","u"=>32,"t"=>2]]],"spider_max_connections"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_max_connections","u"=>32,"t"=>2]]],"spider_max_order"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_max_order","u"=>32,"t"=>2]]],"spider_multi_split_read"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_multi_split_read","u"=>32,"t"=>2]]],"spider_net_read_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_net_read_timeout","u"=>32,"t"=>2]]],"spider_net_write_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_net_write_timeout","u"=>32,"t"=>2]]],"spider_ping_interval_at_trx_start"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_ping_interval_at_trx_start","u"=>32,"t"=>2]]],"spider_quick_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_quick_mode","u"=>32,"t"=>2]]],"spider_quick_page_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_quick_page_size","u"=>32,"t"=>2]]],"spider_read_only_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_read_only_mode","u"=>32,"t"=>2]]],"spider_remote_access_charset"=>["d"=>true,"t"=>1,"a"=>[["a"=>"spider_remote_access_charset","u"=>32,"t"=>2]]],"spider_remote_autocommit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_remote_autocommit","u"=>32,"t"=>2]]],"spider_remote_default_database"=>["d"=>true,"t"=>1,"a"=>[["a"=>"spider_remote_default_database","u"=>32,"t"=>2]]],"spider_remote_sql_log_off"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_remote_sql_log_off","u"=>32,"t"=>2]]],"spider_remote_time_zone"=>["d"=>true,"t"=>1,"a"=>[["a"=>"spider_remote_time_zone","u"=>32,"t"=>2]]],"spider_remote_trx_isolation"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_remote_trx_isolation","u"=>32,"t"=>2]]],"spider_reset_sql_alloc"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_reset_sql_alloc","u"=>32,"t"=>2]]],"spider_same_server_link"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_same_server_link","u"=>32,"t"=>2]]],"spider_second_read"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_second_read","u"=>32,"t"=>2]]],"spider_select_column_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_select_column_mode","u"=>32,"t"=>2]]],"spider_selupd_lock_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_selupd_lock_mode","u"=>32,"t"=>2]]],"spider_semi_split_read"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_semi_split_read","u"=>32,"t"=>2]]],"spider_semi_split_read_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_semi_split_read_limit","u"=>32,"t"=>2]]],"spider_semi_table_lock"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_semi_table_lock","u"=>32,"t"=>2]]],"spider_semi_table_lock_connection"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_semi_table_lock_connection","u"=>32,"t"=>2]]],"spider_semi_trx"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_semi_trx","u"=>32,"t"=>2]]],"spider_semi_trx_isolation"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_semi_trx_isolation","u"=>32,"t"=>2]]],"spider_skip_default_condition"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_skip_default_condition","u"=>32,"t"=>2]]],"spider_skip_parallel_search"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_skip_parallel_search","u"=>32,"t"=>2]]],"spider_split_read"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_split_read","u"=>32,"t"=>2]]],"spider_store_last_crd"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_store_last_crd","u"=>32,"t"=>2]]],"spider_store_last_sts"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_store_last_sts","u"=>32,"t"=>2]]],"spider_sts_bg_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_sts_bg_mode","u"=>32,"t"=>2]]],"spider_sts_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_sts_interval","u"=>32,"t"=>2]]],"spider_sts_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_sts_mode","u"=>32,"t"=>2]]],"spider_sts_sync"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_sts_sync","u"=>32,"t"=>2]]],"spider_support_xa"=>["d"=>false,"t"=>2,"a"=>[["a"=>"spider_support_xa","u"=>32,"t"=>2]]],"spider_sync_autocommit"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_sync_autocommit","u"=>32,"t"=>2]]],"spider_sync_time_zone"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_sync_time_zone","u"=>32,"t"=>2]]],"spider_sync_trx_isolation"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_sync_trx_isolation","u"=>32,"t"=>2]]],"spider_table_crd_thread_count"=>["d"=>false,"t"=>3,"a"=>[["a"=>"spider_table_crd_thread_count","u"=>32,"t"=>2]]],"spider_table_init_error_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_table_init_error_interval","u"=>32,"t"=>2]]],"spider_table_sts_thread_count"=>["d"=>false,"t"=>3,"a"=>[["a"=>"spider_table_sts_thread_count","u"=>32,"t"=>2]]],"spider_udf_ct_bulk_insert_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_udf_ct_bulk_insert_interval","u"=>32,"t"=>2]]],"spider_udf_ct_bulk_insert_rows"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_udf_ct_bulk_insert_rows","u"=>32,"t"=>2]]],"spider_udf_ds_bulk_insert_rows"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_udf_ds_bulk_insert_rows","u"=>32,"t"=>2]]],"spider_udf_ds_table_loop_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_udf_ds_table_loop_mode","u"=>32,"t"=>2]]],"spider_udf_ds_use_real_table"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_udf_ds_use_real_table","u"=>32,"t"=>2]]],"spider_udf_table_lock_mutex_count"=>["d"=>false,"t"=>3,"a"=>[["a"=>"spider_udf_table_lock_mutex_count","u"=>32,"t"=>2]]],"spider_udf_table_mon_mutex_count"=>["d"=>false,"t"=>3,"a"=>[["a"=>"spider_udf_table_mon_mutex_count","u"=>32,"t"=>2]]],"spider_use_all_conns_snapshot"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_use_all_conns_snapshot","u"=>32,"t"=>2]]],"spider_use_consistent_snapshot"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_use_consistent_snapshot","u"=>32,"t"=>2]]],"spider_use_default_database"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_use_default_database","u"=>32,"t"=>2]]],"spider_use_flash_logs"=>["d"=>true,"t"=>2,"a"=>[["a"=>"spider_use_flash_logs","u"=>32,"t"=>2]]],"spider_use_handler"=>["a"=>[["a"=>"spider_use_handler","u"=>32,"t"=>2]]],"spider_use_pushdown_udf"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_use_pushdown_udf","u"=>32,"t"=>2]]],"spider_use_snapshot_with_flush_tables"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_use_snapshot_with_flush_tables","u"=>32,"t"=>2]]],"spider_use_table_charset"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_use_table_charset","u"=>32,"t"=>2]]],"spider_version"=>["d"=>false,"t"=>1,"a"=>[["a"=>"spider_version","u"=>32,"t"=>2]]],"spider_xa_register_mode"=>["d"=>true,"t"=>3,"a"=>[["a"=>"spider_xa_register_mode","u"=>32,"t"=>2]]],"Ssl_accept_renegotiates"=>["t"=>3,"a"=>[["a"=>"ssl_accept_renegotiates","u"=>33,"t"=>2]]],"Ssl_accepts"=>["t"=>3,"a"=>[["a"=>"ssl_accepts","u"=>33,"t"=>2]]],"Ssl_callback_cache_hits"=>["t"=>3,"a"=>[["a"=>"ssl_callback_cache_hits","u"=>33,"t"=>2]]],"Ssl_cipher"=>["t"=>1,"a"=>[["a"=>"ssl_cipher","u"=>33,"t"=>2]]],"Ssl_cipher_list"=>["t"=>1,"a"=>[["a"=>"ssl_cipher_list","u"=>33,"t"=>2]]],"Ssl_client_connects"=>["t"=>3,"a"=>[["a"=>"ssl_client_connects","u"=>33,"t"=>2]]],"Ssl_connect_renegotiates"=>["t"=>3,"a"=>[["a"=>"ssl_connect_renegotiates","u"=>33,"t"=>2]]],"Ssl_ctx_verify_depth"=>["t"=>3,"a"=>[["a"=>"ssl_ctx_verify_depth","u"=>33,"t"=>2]]],"Ssl_ctx_verify_mode"=>["t"=>3,"a"=>[["a"=>"ssl_ctx_verify_mode","u"=>33,"t"=>2]]],"Ssl_default_timeout"=>["t"=>3,"a"=>[["a"=>"ssl_default_timeout","u"=>33,"t"=>2]]],"Ssl_finished_accepts"=>["t"=>3,"a"=>[["a"=>"ssl_finished_accepts","u"=>33,"t"=>2]]],"Ssl_finished_connects"=>["t"=>3,"a"=>[["a"=>"ssl_finished_connects","u"=>33,"t"=>2]]],"Ssl_server_not_after"=>["t"=>3,"a"=>[["a"=>"ssl_server_not_after","u"=>33,"t"=>2]]],"Ssl_server_not_before"=>["t"=>3,"a"=>[["a"=>"ssl_server_not_before","u"=>33,"t"=>2]]],"Ssl_session_cache_hits"=>["t"=>3,"a"=>[["a"=>"ssl_session_cache_hits","u"=>33,"t"=>2]]],"Ssl_session_cache_misses"=>["t"=>3,"a"=>[["a"=>"ssl_session_cache_misses","u"=>33,"t"=>2]]],"Ssl_session_cache_mode"=>["t"=>1,"a"=>[["a"=>"ssl_session_cache_mode","u"=>33,"t"=>2]]],"Ssl_session_cache_overflows"=>["t"=>3,"a"=>[["a"=>"ssl_session_cache_overflows","u"=>33,"t"=>2]]],"Ssl_session_cache_size"=>["t"=>3,"a"=>[["a"=>"ssl_session_cache_size","u"=>33,"t"=>2]]],"Ssl_session_cache_timeouts"=>["t"=>3,"a"=>[["a"=>"ssl_session_cache_timeouts","u"=>33,"t"=>2]]],"Ssl_sessions_reused"=>["t"=>3,"a"=>[["a"=>"ssl_sessions_reused","u"=>33,"t"=>2]]],"Ssl_used_session_cache_entries"=>["t"=>3,"a"=>[["a"=>"ssl_used_session_cache_entries","u"=>33,"t"=>2]]],"Ssl_verify_depth"=>["t"=>3,"a"=>[["a"=>"ssl_verify_depth","u"=>33,"t"=>2]]],"Ssl_verify_mode"=>["t"=>3,"a"=>[["a"=>"ssl_verify_mode","u"=>33,"t"=>2]]],"Ssl_version"=>["t"=>1,"a"=>[["a"=>"ssl_version","u"=>33,"t"=>2]]],"have_openssl"=>["d"=>false,"a"=>[["a"=>"have_openssl","u"=>34,"t"=>2]]],"have_ssl"=>["d"=>false,"t"=>1,"a"=>[["a"=>"have_ssl","u"=>34,"t"=>2],["a"=>"sysvar_have_ssl","u"=>15,"t"=>1]]],"ssl_ca"=>["t"=>8,"a"=>[["a"=>"ssl_ca","u"=>34,"t"=>2],["a"=>"sysvar_ssl_ca","u"=>15,"t"=>1]]],"ssl_capath"=>["t"=>7,"a"=>[["a"=>"ssl_capath","u"=>34,"t"=>2],["a"=>"sysvar_ssl_capath","u"=>15,"t"=>1]]],"ssl_cert"=>["t"=>8,"a"=>[["a"=>"ssl_cert","u"=>34,"t"=>2],["a"=>"sysvar_ssl_cert","u"=>15,"t"=>1]]],"ssl_cipher"=>["t"=>1,"a"=>[["a"=>"ssl_cipher","u"=>34,"t"=>2],["a"=>"sysvar_ssl_cipher","u"=>15,"t"=>1]]],"ssl_crl"=>["t"=>8,"a"=>[["a"=>"ssl_crl","u"=>34,"t"=>2],["a"=>"sysvar_ssl_crl","u"=>15,"t"=>1]]],"ssl_crlpath"=>["t"=>7,"a"=>[["a"=>"ssl_crlpath","u"=>34,"t"=>2],["a"=>"sysvar_ssl_crlpath","u"=>15,"t"=>1]]],"ssl_key"=>["a"=>[["a"=>"ssl_key","u"=>34,"t"=>2],["a"=>"sysvar_ssl_key","u"=>15,"t"=>1]]],"tls_version"=>["t"=>1,"a"=>[["a"=>"tls_version","u"=>34,"t"=>2],["a"=>"sysvar_tls_version","u"=>15,"t"=>1]]],"version_ssl_library"=>["d"=>false,"t"=>1,"a"=>[["a"=>"version_ssl_library","u"=>34,"t"=>2]]],"extra_max_connections"=>["d"=>true,"t"=>3,"a"=>[["a"=>"extra_max_connections","u"=>35,"t"=>2]]],"extra_port"=>["d"=>false,"t"=>3,"a"=>[["a"=>"extra_port","u"=>35,"t"=>2]]],"thread_handling"=>["d"=>false,"t"=>5,"a"=>[["a"=>"thread_handling","u"=>35,"t"=>2],["a"=>"sysvar_thread_handling","u"=>15,"t"=>1]]],"thread_pool_dedicated_listener"=>["d"=>false,"t"=>2,"a"=>[["a"=>"thread_pool_dedicated_listener","u"=>35,"t"=>2]]],"thread_pool_exact_stats"=>["d"=>false,"t"=>2,"a"=>[["a"=>"thread_pool_exact_stats","u"=>35,"t"=>2]]],"thread_pool_idle_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"thread_pool_idle_timeout","u"=>35,"t"=>2]]],"thread_pool_max_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"thread_pool_max_threads","u"=>35,"t"=>2]]],"thread_pool_min_threads"=>["t"=>3,"a"=>[["a"=>"thread_pool_min_threads","u"=>35,"t"=>2]]],"thread_pool_oversubscribe"=>["d"=>true,"t"=>3,"a"=>[["a"=>"thread_pool_oversubscribe","u"=>35,"t"=>2]]],"thread_pool_prio_kickup_timer"=>["d"=>true,"t"=>3,"a"=>[["a"=>"thread_pool_prio_kickup_timer","u"=>35,"t"=>2],["a"=>"sysvar_thread_pool_prio_kickup_timer","u"=>15,"t"=>1]]],"thread_pool_priority"=>["a"=>[["a"=>"thread_pool_priority","u"=>35,"t"=>2]]],"thread_pool_size"=>["t"=>3,"a"=>[["a"=>"thread_pool_size","u"=>35,"t"=>2],["a"=>"sysvar_thread_pool_size","u"=>15,"t"=>1]]],"thread_pool_stall_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"thread_pool_stall_limit","u"=>35,"t"=>2],["a"=>"sysvar_thread_pool_stall_limit","u"=>15,"t"=>1]]],"Threadpool_idle_threads"=>["t"=>3,"a"=>[["a"=>"threadpool_idle_threads","u"=>35,"t"=>2]]],"Threadpool_threads"=>["t"=>3,"a"=>[["a"=>"threadpool_threads","u"=>35,"t"=>2]]],"Tokudb_basement_deserialization_fixed_key"=>["t"=>3,"a"=>[["a"=>"tokudb_basement_deserialization_fixed_key","u"=>36,"t"=>2]]],"Tokudb_basement_deserialization_variable_key"=>["t"=>3,"a"=>[["a"=>"tokudb_basement_deserialization_variable_key","u"=>36,"t"=>2]]],"Tokudb_basements_decompressed_for_write"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_decompressed_for_write","u"=>36,"t"=>2]]],"Tokudb_basements_decompressed_prefetch"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_decompressed_prefetch","u"=>36,"t"=>2]]],"Tokudb_basements_decompressed_prelocked_range"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_decompressed_prelocked_range","u"=>36,"t"=>2]]],"Tokudb_basements_decompressed_target_query"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_decompressed_target_query","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_for_write"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_fetched_for_write","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_for_write_bytes"=>["a"=>[["a"=>"tokudb_basements_fetched_for_write_bytes","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_for_write_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_fetched_for_write_seconds","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_prefetch"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_fetched_prefetch","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_prefetch_bytes"=>["a"=>[["a"=>"tokudb_basements_fetched_prefetch_bytes","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_prefetch_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_fetched_prefetch_seconds","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_prelocked_range"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_fetched_prelocked_range","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_prelocked_range_bytes"=>["a"=>[["a"=>"tokudb_basements_fetched_prelocked_range_bytes","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_prelocked_range_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_fetched_prelocked_range_seconds","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_target_query"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_fetched_target_query","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_target_query_bytes"=>["a"=>[["a"=>"tokudb_basements_fetched_target_query_bytes","u"=>36,"t"=>2]]],"Tokudb_basements_fetched_target_query_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_basements_fetched_target_query_seconds","u"=>36,"t"=>2]]],"Tokudb_broadcase_messages_injected_at_root"=>["t"=>3,"a"=>[["a"=>"tokudb_broadcase_messages_injected_at_root","u"=>36,"t"=>2]]],"Tokudb_buffers_decompressed_for_write"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_decompressed_for_write","u"=>36,"t"=>2]]],"Tokudb_buffers_decompressed_prefetch"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_decompressed_prefetch","u"=>36,"t"=>2]]],"Tokudb_buffers_decompressed_prelocked_range"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_decompressed_prelocked_range","u"=>36,"t"=>2]]],"Tokudb_buffers_decompressed_target_query"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_decompressed_target_query","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_for_write"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_fetched_for_write","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_for_write_bytes"=>["a"=>[["a"=>"tokudb_buffers_fetched_for_write_bytes","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_for_write_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_fetched_for_write_seconds","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_prefetch"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_fetched_prefetch","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_prefetch_bytes"=>["a"=>[["a"=>"tokudb_buffers_fetched_prefetch_bytes","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_prefetch_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_fetched_prefetch_seconds","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_prelocked_range"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_fetched_prelocked_range","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_prelocked_range_bytes"=>["a"=>[["a"=>"tokudb_buffers_fetched_prelocked_range_bytes","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_prelocked_range_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_fetched_prelocked_range_seconds","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_target_query"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_fetched_target_query","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_target_query_bytes"=>["a"=>[["a"=>"tokudb_buffers_fetched_target_query_bytes","u"=>36,"t"=>2]]],"Tokudb_buffers_fetched_target_query_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_buffers_fetched_target_query_seconds","u"=>36,"t"=>2]]],"Tokudb_cachetable_cleaner_executions"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_cleaner_executions","u"=>36,"t"=>2]]],"Tokudb_cachetable_cleaner_iterations"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_cleaner_iterations","u"=>36,"t"=>2]]],"Tokudb_cachetable_cleaner_period"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_cleaner_period","u"=>36,"t"=>2]]],"Tokudb_cachetable_evictions"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_evictions","u"=>36,"t"=>2]]],"Tokudb_cachetable_long_wait_pressure_count"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_long_wait_pressure_count","u"=>36,"t"=>2]]],"Tokudb_cachetable_long_wait_pressure_time"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_long_wait_pressure_time","u"=>36,"t"=>2]]],"Tokudb_cachetable_miss"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_miss","u"=>36,"t"=>2]]],"Tokudb_cachetable_miss_time"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_miss_time","u"=>36,"t"=>2]]],"Tokudb_cachetable_prefetches"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_prefetches","u"=>36,"t"=>2]]],"Tokudb_cachetable_size_cachepressure"=>["t"=>9,"a"=>[["a"=>"tokudb_cachetable_size_cachepressure","u"=>36,"t"=>2]]],"Tokudb_cachetable_size_cloned"=>["t"=>9,"a"=>[["a"=>"tokudb_cachetable_size_cloned","u"=>36,"t"=>2]]],"Tokudb_cachetable_size_current"=>["t"=>9,"a"=>[["a"=>"tokudb_cachetable_size_current","u"=>36,"t"=>2]]],"Tokudb_cachetable_size_leaf"=>["t"=>9,"a"=>[["a"=>"tokudb_cachetable_size_leaf","u"=>36,"t"=>2]]],"Tokudb_cachetable_size_limit"=>["t"=>9,"a"=>[["a"=>"tokudb_cachetable_size_limit","u"=>36,"t"=>2]]],"Tokudb_cachetable_size_nonleaf"=>["t"=>9,"a"=>[["a"=>"tokudb_cachetable_size_nonleaf","u"=>36,"t"=>2]]],"Tokudb_cachetable_size_rollback"=>["t"=>9,"a"=>[["a"=>"tokudb_cachetable_size_rollback","u"=>36,"t"=>2]]],"Tokudb_cachetable_size_writing"=>["t"=>9,"a"=>[["a"=>"tokudb_cachetable_size_writing","u"=>36,"t"=>2]]],"Tokudb_cachetable_wait_pressure_count"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_wait_pressure_count","u"=>36,"t"=>2]]],"Tokudb_cachetable_wait_pressure_time"=>["t"=>3,"a"=>[["a"=>"tokudb_cachetable_wait_pressure_time","u"=>36,"t"=>2]]],"Tokudb_checkpoint_begin_time"=>["t"=>3,"a"=>[["a"=>"tokudb_checkpoint_begin_time","u"=>36,"t"=>2]]],"Tokudb_checkpoint_duration"=>["t"=>3,"a"=>[["a"=>"tokudb_checkpoint_duration","u"=>36,"t"=>2]]],"Tokudb_checkpoint_duration_last"=>["t"=>3,"a"=>[["a"=>"tokudb_checkpoint_duration_last","u"=>36,"t"=>2]]],"Tokudb_checkpoint_failed"=>["t"=>3,"a"=>[["a"=>"tokudb_checkpoint_failed","u"=>36,"t"=>2]]],"Tokudb_checkpoint_last_began"=>["a"=>[["a"=>"tokudb_checkpoint_last_began","u"=>36,"t"=>2]]],"Tokudb_checkpoint_last_complete_began"=>["a"=>[["a"=>"tokudb_checkpoint_last_complete_began","u"=>36,"t"=>2]]],"Tokudb_checkpoint_last_complete_ended"=>["a"=>[["a"=>"tokudb_checkpoint_last_complete_ended","u"=>36,"t"=>2]]],"Tokudb_checkpoint_long_begin_count"=>["t"=>3,"a"=>[["a"=>"tokudb_checkpoint_long_begin_count","u"=>36,"t"=>2]]],"Tokudb_checkpoint_long_begin_time"=>["t"=>3,"a"=>[["a"=>"tokudb_checkpoint_long_begin_time","u"=>36,"t"=>2]]],"Tokudb_checkpoint_period"=>["t"=>3,"a"=>[["a"=>"tokudb_checkpoint_period","u"=>36,"t"=>2]]],"Tokudb_checkpoint_taken"=>["t"=>3,"a"=>[["a"=>"tokudb_checkpoint_taken","u"=>36,"t"=>2]]],"Tokudb_cursor_skip_deleted_leaf_entry"=>["a"=>[["a"=>"tokudb_cursor_skip_deleted_leaf_entry","u"=>36,"t"=>2]]],"Tokudb_db_closes"=>["t"=>3,"a"=>[["a"=>"tokudb_db_closes","u"=>36,"t"=>2]]],"Tokudb_db_open_current"=>["t"=>3,"a"=>[["a"=>"tokudb_db_open_current","u"=>36,"t"=>2]]],"Tokudb_db_open_max"=>["t"=>3,"a"=>[["a"=>"tokudb_db_open_max","u"=>36,"t"=>2]]],"Tokudb_db_opens"=>["t"=>3,"a"=>[["a"=>"tokudb_db_opens","u"=>36,"t"=>2]]],"Tokudb_descriptor_set"=>["t"=>3,"a"=>[["a"=>"tokudb_descriptor_set","u"=>36,"t"=>2]]],"Tokudb_dictionary_broadcast_updates"=>["t"=>3,"a"=>[["a"=>"tokudb_dictionary_broadcast_updates","u"=>36,"t"=>2]]],"Tokudb_dictionary_updates"=>["t"=>3,"a"=>[["a"=>"tokudb_dictionary_updates","u"=>36,"t"=>2]]],"Tokudb_filesystem_fsync_num"=>["t"=>3,"a"=>[["a"=>"tokudb_filesystem_fsync_num","u"=>36,"t"=>2]]],"Tokudb_filesystem_fsync_time"=>["t"=>3,"a"=>[["a"=>"tokudb_filesystem_fsync_time","u"=>36,"t"=>2]]],"Tokudb_filesystem_long_fsync_num"=>["t"=>3,"a"=>[["a"=>"tokudb_filesystem_long_fsync_num","u"=>36,"t"=>2]]],"Tokudb_filesystem_long_fsync_time"=>["t"=>3,"a"=>[["a"=>"tokudb_filesystem_long_fsync_time","u"=>36,"t"=>2]]],"Tokudb_filesystem_threads_blocked_by_full_disk"=>["t"=>3,"a"=>[["a"=>"tokudb_filesystem_threads_blocked_by_full_disk","u"=>36,"t"=>2]]],"Tokudb_leaf_compression_to_memory_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_compression_to_memory_seconds","u"=>36,"t"=>2]]],"Tokudb_leaf_decompression_to_memory_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_decompression_to_memory_seconds","u"=>36,"t"=>2]]],"Tokudb_leaf_deserialization_to_memory_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_deserialization_to_memory_seconds","u"=>36,"t"=>2]]],"Tokudb_leaf_node_compression_ratio"=>["a"=>[["a"=>"tokudb_leaf_node_compression_ratio","u"=>36,"t"=>2]]],"Tokudb_leaf_node_full_evictions"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_node_full_evictions","u"=>36,"t"=>2]]],"Tokudb_leaf_node_full_evictions_bytes"=>["a"=>[["a"=>"tokudb_leaf_node_full_evictions_bytes","u"=>36,"t"=>2]]],"Tokudb_leaf_node_partial_evictions"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_node_partial_evictions","u"=>36,"t"=>2]]],"Tokudb_leaf_node_partial_evictions_bytes"=>["a"=>[["a"=>"tokudb_leaf_node_partial_evictions_bytes","u"=>36,"t"=>2]]],"Tokudb_leaf_nodes_created"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_nodes_created","u"=>36,"t"=>2]]],"Tokudb_leaf_nodes_destroyed"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_nodes_destroyed","u"=>36,"t"=>2]]],"Tokudb_leaf_nodes_flushed_checkpoint"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_nodes_flushed_checkpoint","u"=>36,"t"=>2]]],"Tokudb_leaf_nodes_flushed_checkpoint_bytes"=>["t"=>9,"a"=>[["a"=>"tokudb_leaf_nodes_flushed_checkpoint_bytes","u"=>36,"t"=>2]]],"Tokudb_leaf_nodes_flushed_checkpoint_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_nodes_flushed_checkpoint_seconds","u"=>36,"t"=>2]]],"Tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes"=>["a"=>[["a"=>"tokudb_leaf_nodes_flushed_checkpoint_uncompressed_bytes","u"=>36,"t"=>2]]],"Tokudb_leaf_nodes_flushed_not_checkpoint"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_nodes_flushed_not_checkpoint","u"=>36,"t"=>2]]],"Tokudb_leaf_nodes_flushed_not_checkpoint_bytes"=>["t"=>9,"a"=>[["a"=>"tokudb_leaf_nodes_flushed_not_checkpoint_bytes","u"=>36,"t"=>2]]],"Tokudb_leaf_nodes_flushed_not_checkpoint_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_nodes_flushed_not_checkpoint_seconds","u"=>36,"t"=>2]]],"Tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes"=>["a"=>[["a"=>"tokudb_leaf_nodes_flushed_not_checkpoint_uncompressed_bytes","u"=>36,"t"=>2]]],"Tokudb_leaf_serialization_to_memory_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_leaf_serialization_to_memory_seconds","u"=>36,"t"=>2]]],"Tokudb_loader_num_created"=>["t"=>3,"a"=>[["a"=>"tokudb_loader_num_created","u"=>36,"t"=>2]]],"Tokudb_loader_num_current"=>["t"=>3,"a"=>[["a"=>"tokudb_loader_num_current","u"=>36,"t"=>2]]],"Tokudb_loader_num_max"=>["t"=>3,"a"=>[["a"=>"tokudb_loader_num_max","u"=>36,"t"=>2]]],"Tokudb_locktree_escalation_num"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_escalation_num","u"=>36,"t"=>2]]],"Tokudb_locktree_escalation_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_escalation_seconds","u"=>36,"t"=>2]]],"Tokudb_locktree_latest_post_escalation_memory_size"=>["t"=>9,"a"=>[["a"=>"tokudb_locktree_latest_post_escalation_memory_size","u"=>36,"t"=>2]]],"Tokudb_locktree_long_wait_count"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_long_wait_count","u"=>36,"t"=>2]]],"Tokudb_locktree_long_wait_escalation_count"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_long_wait_escalation_count","u"=>36,"t"=>2]]],"Tokudb_locktree_long_wait_escalation_time"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_long_wait_escalation_time","u"=>36,"t"=>2]]],"Tokudb_locktree_long_wait_time"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_long_wait_time","u"=>36,"t"=>2]]],"Tokudb_locktree_memory_size"=>["t"=>9,"a"=>[["a"=>"tokudb_locktree_memory_size","u"=>36,"t"=>2]]],"Tokudb_locktree_memory_size_limit"=>["t"=>9,"a"=>[["a"=>"tokudb_locktree_memory_size_limit","u"=>36,"t"=>2]]],"Tokudb_locktree_open_current"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_open_current","u"=>36,"t"=>2]]],"Tokudb_locktree_pending_lock_requests"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_pending_lock_requests","u"=>36,"t"=>2]]],"Tokudb_locktree_sto_eligible_num"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_sto_eligible_num","u"=>36,"t"=>2]]],"Tokudb_locktree_sto_ended_num"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_sto_ended_num","u"=>36,"t"=>2]]],"Tokudb_locktree_sto_ended_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_sto_ended_seconds","u"=>36,"t"=>2]]],"Tokudb_locktree_timeout_count"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_timeout_count","u"=>36,"t"=>2]]],"Tokudb_locktree_wait_count"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_wait_count","u"=>36,"t"=>2]]],"Tokudb_locktree_wait_escalation_count"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_wait_escalation_count","u"=>36,"t"=>2]]],"Tokudb_locktree_wait_escalation_time"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_wait_escalation_time","u"=>36,"t"=>2]]],"Tokudb_locktree_wait_time"=>["t"=>3,"a"=>[["a"=>"tokudb_locktree_wait_time","u"=>36,"t"=>2]]],"Tokudb_logger_wait_long"=>["a"=>[["a"=>"tokudb_logger_wait_long","u"=>36,"t"=>2]]],"Tokudb_logger_writes"=>["t"=>3,"a"=>[["a"=>"tokudb_logger_writes","u"=>36,"t"=>2]]],"Tokudb_logger_writes_bytes"=>["a"=>[["a"=>"tokudb_logger_writes_bytes","u"=>36,"t"=>2]]],"Tokudb_logger_writes_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_logger_writes_seconds","u"=>36,"t"=>2]]],"Tokudb_logger_writes_uncompressed_bytes"=>["a"=>[["a"=>"tokudb_logger_writes_uncompressed_bytes","u"=>36,"t"=>2]]],"Tokudb_mem_estimated_maximum_memory_footprint"=>["a"=>[["a"=>"tokudb_mem_estimated_maximum_memory_footprint","u"=>36,"t"=>2]]],"Tokudb_messages_flushed_from_h1_to_leaves_bytes"=>["a"=>[["a"=>"tokudb_messages_flushed_from_h1_to_leaves_bytes","u"=>36,"t"=>2]]],"Tokudb_messages_ignored_by_leaf_due_to_msn"=>["t"=>3,"a"=>[["a"=>"tokudb_messages_ignored_by_leaf_due_to_msn","u"=>36,"t"=>2]]],"Tokudb_messages_in_trees_estimate_bytes"=>["a"=>[["a"=>"tokudb_messages_in_trees_estimate_bytes","u"=>36,"t"=>2]]],"Tokudb_messages_injected_at_root"=>["t"=>3,"a"=>[["a"=>"tokudb_messages_injected_at_root","u"=>36,"t"=>2]]],"Tokudb_messages_injected_at_root_bytes"=>["a"=>[["a"=>"tokudb_messages_injected_at_root_bytes","u"=>36,"t"=>2]]],"Tokudb_nonleaf_compression_to_memory_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_compression_to_memory_seconds","u"=>36,"t"=>2]]],"Tokudb_nonleaf_decompression_to_memory_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_decompression_to_memory_seconds","u"=>36,"t"=>2]]],"Tokudb_nonleaf_deserialization_to_memory_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_deserialization_to_memory_seconds","u"=>36,"t"=>2]]],"Tokudb_nonleaf_node_compression_ratio"=>["a"=>[["a"=>"tokudb_nonleaf_node_compression_ratio","u"=>36,"t"=>2]]],"Tokudb_nonleaf_node_full_evictions"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_node_full_evictions","u"=>36,"t"=>2]]],"Tokudb_nonleaf_node_full_evictions_bytes"=>["a"=>[["a"=>"tokudb_nonleaf_node_full_evictions_bytes","u"=>36,"t"=>2]]],"Tokudb_nonleaf_node_partial_evictions"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_node_partial_evictions","u"=>36,"t"=>2]]],"Tokudb_nonleaf_node_partial_evictions_bytes"=>["a"=>[["a"=>"tokudb_nonleaf_node_partial_evictions_bytes","u"=>36,"t"=>2]]],"Tokudb_nonleaf_nodes_created"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_nodes_created","u"=>36,"t"=>2]]],"Tokudb_nonleaf_nodes_destroyed"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_nodes_destroyed","u"=>36,"t"=>2]]],"Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_nodes_flushed_to_disk_checkpoint","u"=>36,"t"=>2]]],"Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes"=>["t"=>9,"a"=>[["a"=>"tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_bytes","u"=>36,"t"=>2]]],"Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_seconds","u"=>36,"t"=>2]]],"Tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes"=>["a"=>[["a"=>"tokudb_nonleaf_nodes_flushed_to_disk_checkpoint_uncompressed_bytes","u"=>36,"t"=>2]]],"Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint","u"=>36,"t"=>2]]],"Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes"=>["t"=>9,"a"=>[["a"=>"tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_bytes","u"=>36,"t"=>2]]],"Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_seconds","u"=>36,"t"=>2]]],"Tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes"=>["a"=>[["a"=>"tokudb_nonleaf_nodes_flushed_to_disk_not_checkpoint_uncompressed_bytes","u"=>36,"t"=>2]]],"Tokudb_nonleaf_serialization_to_memory_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_nonleaf_serialization_to_memory_seconds","u"=>36,"t"=>2]]],"Tokudb_overall_node_compression_ratio"=>["a"=>[["a"=>"tokudb_overall_node_compression_ratio","u"=>36,"t"=>2]]],"Tokudb_pivots_fetched_for_query"=>["t"=>3,"a"=>[["a"=>"tokudb_pivots_fetched_for_query","u"=>36,"t"=>2]]],"Tokudb_pivots_fetched_for_query_bytes"=>["t"=>9,"a"=>[["a"=>"tokudb_pivots_fetched_for_query_bytes","u"=>36,"t"=>2]]],"Tokudb_pivots_fetched_for_query_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_pivots_fetched_for_query_seconds","u"=>36,"t"=>2]]],"Tokudb_pivots_fetched_for_prefetch"=>["t"=>3,"a"=>[["a"=>"tokudb_pivots_fetched_for_prefetch","u"=>36,"t"=>2]]],"Tokudb_pivots_fetched_for_prefetch_bytes"=>["t"=>9,"a"=>[["a"=>"tokudb_pivots_fetched_for_prefetch_bytes","u"=>36,"t"=>2]]],"Tokudb_pivots_fetched_for_prefetch_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_pivots_fetched_for_prefetch_seconds","u"=>36,"t"=>2]]],"Tokudb_pivots_fetched_for_write"=>["t"=>3,"a"=>[["a"=>"tokudb_pivots_fetched_for_write","u"=>36,"t"=>2]]],"Tokudb_pivots_fetched_for_write_bytes"=>["t"=>9,"a"=>[["a"=>"tokudb_pivots_fetched_for_write_bytes","u"=>36,"t"=>2]]],"Tokudb_pivots_fetched_for_write_seconds"=>["t"=>3,"a"=>[["a"=>"tokudb_pivots_fetched_for_write_seconds","u"=>36,"t"=>2]]],"Tokudb_promotion_h1_roots_injected_into"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_h1_roots_injected_into","u"=>36,"t"=>2]]],"Tokudb_promotion_injections_at_depth_0"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_injections_at_depth_0","u"=>36,"t"=>2]]],"Tokudb_promotion_injections_at_depth_1"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_injections_at_depth_1","u"=>36,"t"=>2]]],"Tokudb_promotion_injections_at_depth_2"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_injections_at_depth_2","u"=>36,"t"=>2]]],"Tokudb_promotion_injections_at_depth_3"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_injections_at_depth_3","u"=>36,"t"=>2]]],"Tokudb_promotion_injections_lower_than_depth_3"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_injections_lower_than_depth_3","u"=>36,"t"=>2]]],"Tokudb_promotion_leaf_roots_injected_into"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_leaf_roots_injected_into","u"=>36,"t"=>2]]],"Tokudb_promotion_roots_split"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_roots_split","u"=>36,"t"=>2]]],"Tokudb_promotion_stopped_after_locking_child"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_stopped_after_locking_child","u"=>36,"t"=>2]]],"Tokudb_promotion_stopped_at_height_1"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_stopped_at_height_1","u"=>36,"t"=>2]]],"Tokudb_promotion_stopped_child_locked_or_not_in_memory"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_stopped_child_locked_or_not_in_memory","u"=>36,"t"=>2]]],"Tokudb_promotion_stopped_child_not_fully_in_memory"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_stopped_child_not_fully_in_memory","u"=>36,"t"=>2]]],"Tokudb_promotion_stopped_nonempty_buffer"=>["t"=>3,"a"=>[["a"=>"tokudb_promotion_stopped_nonempty_buffer","u"=>36,"t"=>2]]],"Tokudb_txn_aborts"=>["t"=>3,"a"=>[["a"=>"tokudb_txn_aborts","u"=>36,"t"=>2]]],"Tokudb_txn_begin"=>["t"=>3,"a"=>[["a"=>"tokudb_txn_begin","u"=>36,"t"=>2]]],"Tokudb_txn_begin_read_only"=>["t"=>3,"a"=>[["a"=>"tokudb_txn_begin_read_only","u"=>36,"t"=>2]]],"Tokudb_txn_commits"=>["t"=>3,"a"=>[["a"=>"tokudb_txn_commits","u"=>36,"t"=>2]]],"tokudb_alter_print_error"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_alter_print_error","u"=>37,"t"=>2]]],"tokudb_analyze_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_analyze_time","u"=>37,"t"=>2]]],"tokudb_block_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_block_size","u"=>37,"t"=>2]]],"tokudb_bulk_fetch"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_bulk_fetch","u"=>37,"t"=>2]]],"tokudb_cache_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"tokudb_cache_size","u"=>37,"t"=>2]]],"tokudb_check_jemalloc"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_check_jemalloc","u"=>37,"t"=>2]]],"tokudb_checkpoint_lock"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_checkpoint_lock","u"=>37,"t"=>2]]],"tokudb_checkpoint_on_flush_logs"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_checkpoint_on_flush_logs","u"=>37,"t"=>2]]],"tokudb_checkpointing_period"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_checkpointing_period","u"=>37,"t"=>2]]],"tokudb_cleaner_iterations"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_cleaner_iterations","u"=>37,"t"=>2]]],"tokudb_cleaner_period"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_cleaner_period","u"=>37,"t"=>2]]],"tokudb_commit_sync"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_commit_sync","u"=>37,"t"=>2]]],"tokudb_create_index_online"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_create_index_online","u"=>37,"t"=>2]]],"tokudb_data_dir"=>["d"=>false,"t"=>1,"a"=>[["a"=>"tokudb_data_dir","u"=>37,"t"=>2]]],"tokudb_debug"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_debug","u"=>37,"t"=>2]]],"tokudb_directio"=>["d"=>false,"t"=>2,"a"=>[["a"=>"tokudb_directio","u"=>37,"t"=>2]]],"tokudb_disable_hot_alter"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_disable_hot_alter","u"=>37,"t"=>2]]],"tokudb_disable_prefetching"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_disable_prefetching","u"=>37,"t"=>2]]],"tokudb_disable_slow_alter"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_disable_slow_alter","u"=>37,"t"=>2]]],"tokudb_empty_scan"=>["d"=>true,"a"=>[["a"=>"tokudb_empty_scan","u"=>37,"t"=>2]]],"tokudb_fs_reserve_percent"=>["d"=>false,"t"=>3,"a"=>[["a"=>"tokudb_fs_reserve_percent","u"=>37,"t"=>2]]],"tokudb_fsync_log_period"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_fsync_log_period","u"=>37,"t"=>2]]],"tokudb_hide_default_row_format"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_hide_default_row_format","u"=>37,"t"=>2]]],"tokudb_killed_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_killed_time","u"=>37,"t"=>2]]],"tokudb_last_lock_timeout"=>["d"=>true,"a"=>[["a"=>"tokudb_last_lock_timeout","u"=>37,"t"=>2]]],"tokudb_load_save_space"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_load_save_space","u"=>37,"t"=>2]]],"tokudb_loader_memory_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_loader_memory_size","u"=>37,"t"=>2]]],"tokudb_lock_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_lock_timeout","u"=>37,"t"=>2]]],"tokudb_lock_timeout_debug"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_lock_timeout_debug","u"=>37,"t"=>2]]],"tokudb_log_dir"=>["d"=>false,"t"=>1,"a"=>[["a"=>"tokudb_log_dir","u"=>37,"t"=>2]]],"tokudb_max_lock_memory"=>["d"=>false,"t"=>3,"a"=>[["a"=>"tokudb_max_lock_memory","u"=>37,"t"=>2]]],"tokudb_optimize_index_fraction"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_optimize_index_fraction","u"=>37,"t"=>2]]],"tokudb_optimize_index_name"=>["d"=>true,"t"=>1,"a"=>[["a"=>"tokudb_optimize_index_name","u"=>37,"t"=>2]]],"tokudb_optimize_throttle"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_optimize_throttle","u"=>37,"t"=>2]]],"tokudb_pk_insert_mode"=>["d"=>true,"a"=>[["a"=>"tokudb_pk_insert_mode","u"=>37,"t"=>2]]],"tokudb_prelock_empty"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_prelock_empty","u"=>37,"t"=>2]]],"tokudb_read_block_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_read_block_size","u"=>37,"t"=>2]]],"tokudb_read_buf_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_read_buf_size","u"=>37,"t"=>2]]],"tokudb_read_status_frequency"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_read_status_frequency","u"=>37,"t"=>2]]],"tokudb_row_format"=>["d"=>true,"a"=>[["a"=>"tokudb_row_format","u"=>37,"t"=>2]]],"tokudb_rpl_check_readonly"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_rpl_check_readonly","u"=>37,"t"=>2]]],"tokudb_rpl_lookup_rows"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_rpl_lookup_rows","u"=>37,"t"=>2]]],"tokudb_rpl_lookup_rows_delay"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_rpl_lookup_rows_delay","u"=>37,"t"=>2]]],"tokudb_rpl_unique_checks"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_rpl_unique_checks","u"=>37,"t"=>2]]],"tokudb_rpl_unique_checks_delay"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_rpl_unique_checks_delay","u"=>37,"t"=>2]]],"tokudb_support_xa"=>["d"=>true,"t"=>2,"a"=>[["a"=>"tokudb_support_xa","u"=>37,"t"=>2]]],"tokudb_tmp_dir"=>["d"=>false,"t"=>7,"a"=>[["a"=>"tokudb_tmp_dir","u"=>37,"t"=>2]]],"tokudb_version"=>["d"=>false,"t"=>1,"a"=>[["a"=>"tokudb_version","u"=>37,"t"=>2]]],"tokudb_write_status_frequency"=>["d"=>true,"t"=>3,"a"=>[["a"=>"tokudb_write_status_frequency","u"=>37,"t"=>2]]],"system_versioning_alter_history"=>["d"=>true,"a"=>[["a"=>"system_versioning_alter_history","u"=>38,"t"=>2]]],"system_versioning_asof"=>["d"=>true,"a"=>[["a"=>"system_versioning_asof","u"=>38,"t"=>2]]],"system_versioning_innodb_algorithm_simple"=>["d"=>true,"t"=>2,"a"=>[["a"=>"system_versioning_innodb_algorithm_simple","u"=>38,"t"=>2]]],"Innodb_adaptive_hash_cells"=>["t"=>3,"a"=>[["a"=>"innodb_adaptive_hash_cells","u"=>39,"t"=>2]]],"Innodb_adaptive_hash_hash_searches"=>["t"=>3,"a"=>[["a"=>"innodb_adaptive_hash_hash_searches","u"=>39,"t"=>2]]],"Innodb_adaptive_hash_heap_buffers"=>["t"=>3,"a"=>[["a"=>"innodb_adaptive_hash_heap_buffers","u"=>39,"t"=>2]]],"Innodb_adaptive_hash_non_hash_searches"=>["t"=>3,"a"=>[["a"=>"innodb_adaptive_hash_non_hash_searches","u"=>39,"t"=>2]]],"Innodb_available_undo_logs"=>["t"=>3,"a"=>[["a"=>"innodb_available_undo_logs","u"=>39,"t"=>2]]],"Innodb_background_log_sync"=>["t"=>3,"a"=>[["a"=>"innodb_background_log_sync","u"=>39,"t"=>2]]],"Innodb_buffer_pool_bytes_data"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_bytes_data","u"=>39,"t"=>2]]],"Innodb_buffer_pool_bytes_dirty"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_bytes_dirty","u"=>39,"t"=>2]]],"Innodb_buffer_pool_dump_status"=>["t"=>1,"a"=>[["a"=>"innodb_buffer_pool_dump_status","u"=>39,"t"=>2]]],"Innodb_buffer_pool_load_incomplete"=>["t"=>2,"a"=>[["a"=>"innodb_buffer_pool_load_incomplete","u"=>39,"t"=>2]]],"Innodb_buffer_pool_load_status"=>["t"=>1,"a"=>[["a"=>"innodb_buffer_pool_load_status","u"=>39,"t"=>2]]],"Innodb_buffer_pool_pages_data"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_pages_data","u"=>39,"t"=>2]]],"Innodb_buffer_pool_pages_dirty"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_pages_dirty","u"=>39,"t"=>2]]],"Innodb_buffer_pool_pages_flushed"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_pages_flushed","u"=>39,"t"=>2]]],"Innodb_buffer_pool_pages_LRU_flushed"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_pages_lru_flushed","u"=>39,"t"=>2]]],"Innodb_buffer_pool_pages_free"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_pages_free","u"=>39,"t"=>2]]],"Innodb_buffer_pool_pages_made_not_young"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_pages_made_not_young","u"=>39,"t"=>2]]],"Innodb_buffer_pool_pages_made_young"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_pages_made_young","u"=>39,"t"=>2]]],"Innodb_buffer_pool_pages_misc"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_pages_misc","u"=>39,"t"=>2]]],"Innodb_buffer_pool_pages_old"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_pages_old","u"=>39,"t"=>2]]],"Innodb_buffer_pool_pages_total"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_pages_total","u"=>39,"t"=>2]]],"Innodb_buffer_pool_read_ahead"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_read_ahead","u"=>39,"t"=>2]]],"Innodb_buffer_pool_read_ahead_evicted"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_read_ahead_evicted","u"=>39,"t"=>2]]],"Innodb_buffer_pool_read_ahead_rnd"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_read_ahead_rnd","u"=>39,"t"=>2]]],"Innodb_buffer_pool_read_requests"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_read_requests","u"=>39,"t"=>2]]],"Innodb_buffer_pool_reads"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_reads","u"=>39,"t"=>2]]],"Innodb_buffer_pool_resize_status"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_resize_status","u"=>39,"t"=>2]]],"Innodb_buffer_pool_wait_free"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_wait_free","u"=>39,"t"=>2]]],"Innodb_buffer_pool_write_requests"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_write_requests","u"=>39,"t"=>2]]],"Innodb_checkpoint_age"=>["t"=>3,"a"=>[["a"=>"innodb_checkpoint_age","u"=>39,"t"=>2]]],"Innodb_checkpoint_max_age"=>["t"=>3,"a"=>[["a"=>"innodb_checkpoint_max_age","u"=>39,"t"=>2]]],"Innodb_checkpoint_target_age"=>["t"=>3,"a"=>[["a"=>"innodb_checkpoint_target_age","u"=>39,"t"=>2]]],"Innodb_current_row_locks"=>["t"=>3,"a"=>[["a"=>"innodb_current_row_locks","u"=>39,"t"=>2]]],"Innodb_data_fsyncs"=>["t"=>3,"a"=>[["a"=>"innodb_data_fsyncs","u"=>39,"t"=>2]]],"Innodb_data_pending_fsyncs"=>["t"=>3,"a"=>[["a"=>"innodb_data_pending_fsyncs","u"=>39,"t"=>2]]],"Innodb_data_pending_reads"=>["t"=>3,"a"=>[["a"=>"innodb_data_pending_reads","u"=>39,"t"=>2]]],"Innodb_data_pending_writes"=>["t"=>3,"a"=>[["a"=>"innodb_data_pending_writes","u"=>39,"t"=>2]]],"Innodb_data_read"=>["t"=>3,"a"=>[["a"=>"innodb_data_read","u"=>39,"t"=>2]]],"Innodb_data_reads"=>["t"=>3,"a"=>[["a"=>"innodb_data_reads","u"=>39,"t"=>2]]],"Innodb_data_writes"=>["t"=>3,"a"=>[["a"=>"innodb_data_writes","u"=>39,"t"=>2]]],"Innodb_data_written"=>["t"=>3,"a"=>[["a"=>"innodb_data_written","u"=>39,"t"=>2]]],"Innodb_dblwr_pages_written"=>["t"=>3,"a"=>[["a"=>"innodb_dblwr_pages_written","u"=>39,"t"=>2]]],"Innodb_dblwr_writes"=>["t"=>3,"a"=>[["a"=>"innodb_dblwr_writes","u"=>39,"t"=>2]]],"Innodb_deadlocks"=>["t"=>3,"a"=>[["a"=>"innodb_deadlocks","u"=>39,"t"=>2]]],"Innodb_defragment_compression_failures"=>["t"=>3,"a"=>[["a"=>"innodb_defragment_compression_failures","u"=>39,"t"=>2]]],"Innodb_defragment_count"=>["t"=>3,"a"=>[["a"=>"innodb_defragment_count","u"=>39,"t"=>2]]],"Innodb_defragment_failures"=>["t"=>3,"a"=>[["a"=>"innodb_defragment_failures","u"=>39,"t"=>2]]],"Innodb_dict_tables"=>["t"=>3,"a"=>[["a"=>"innodb_dict_tables","u"=>39,"t"=>2]]],"Innodb_encryption_n_merge_blocks_decrypted"=>["t"=>3,"a"=>[["a"=>"innodb_encryption_n_merge_blocks_decrypted","u"=>39,"t"=>2]]],"Innodb_encryption_n_merge_blocks_encrypted"=>["t"=>3,"a"=>[["a"=>"innodb_encryption_n_merge_blocks_encrypted","u"=>39,"t"=>2]]],"Innodb_encryption_n_rowlog_blocks_decrypted"=>["t"=>3,"a"=>[["a"=>"innodb_encryption_n_rowlog_blocks_decrypted","u"=>39,"t"=>2]]],"Innodb_encryption_n_rowlog_blocks_encrypted"=>["t"=>3,"a"=>[["a"=>"innodb_encryption_n_rowlog_blocks_encrypted","u"=>39,"t"=>2]]],"Innodb_encryption_num_key_requests"=>["t"=>3,"a"=>[["a"=>"innodb_encryption_num_key_requests","u"=>39,"t"=>2]]],"Innodb_encryption_rotation_estimated_iops"=>["t"=>3,"a"=>[["a"=>"innodb_encryption_rotation_estimated_iops","u"=>39,"t"=>2]]],"Innodb_encryption_rotation_pages_flushed"=>["t"=>3,"a"=>[["a"=>"innodb_encryption_rotation_pages_flushed","u"=>39,"t"=>2]]],"Innodb_encryption_rotation_pages_modified"=>["t"=>3,"a"=>[["a"=>"innodb_encryption_rotation_pages_modified","u"=>39,"t"=>2]]],"Innodb_encryption_rotation_pages_read_from_cache"=>["t"=>3,"a"=>[["a"=>"innodb_encryption_rotation_pages_read_from_cache","u"=>39,"t"=>2]]],"Innodb_encryption_rotation_pages_read_from_disk"=>["t"=>3,"a"=>[["a"=>"innodb_encryption_rotation_pages_read_from_disk","u"=>39,"t"=>2]]],"Innodb_have_atomic_builtins"=>["t"=>2,"a"=>[["a"=>"innodb_have_atomic_builtins","u"=>39,"t"=>2]]],"Innodb_have_bzip2"=>["t"=>2,"a"=>[["a"=>"innodb_have_bzip2","u"=>39,"t"=>2]]],"Innodb_have_lz4"=>["t"=>2,"a"=>[["a"=>"innodb_have_lz4","u"=>39,"t"=>2]]],"Innodb_have_lzma"=>["t"=>2,"a"=>[["a"=>"innodb_have_lzma","u"=>39,"t"=>2]]],"Innodb_have_lzo"=>["t"=>2,"a"=>[["a"=>"innodb_have_lzo","u"=>39,"t"=>2]]],"Innodb_have_punch_hole"=>["t"=>3,"a"=>[["a"=>"innodb_have_punch_hole","u"=>39,"t"=>2]]],"Innodb_have_snappy"=>["t"=>2,"a"=>[["a"=>"innodb_have_snappy","u"=>39,"t"=>2]]],"Innodb_history_list_length"=>["t"=>3,"a"=>[["a"=>"innodb_history_list_length","u"=>39,"t"=>2]]],"Innodb_ibuf_discarded_delete_marks"=>["t"=>3,"a"=>[["a"=>"innodb_ibuf_discarded_delete_marks","u"=>39,"t"=>2]]],"Innodb_ibuf_discarded_deletes"=>["t"=>3,"a"=>[["a"=>"innodb_ibuf_discarded_deletes","u"=>39,"t"=>2]]],"Innodb_ibuf_discarded_inserts"=>["t"=>3,"a"=>[["a"=>"innodb_ibuf_discarded_inserts","u"=>39,"t"=>2]]],"Innodb_ibuf_free_list"=>["t"=>3,"a"=>[["a"=>"innodb_ibuf_free_list","u"=>39,"t"=>2]]],"Innodb_ibuf_merged_delete_marks"=>["t"=>3,"a"=>[["a"=>"innodb_ibuf_merged_delete_marks","u"=>39,"t"=>2]]],"Innodb_ibuf_merged_deletes"=>["t"=>3,"a"=>[["a"=>"innodb_ibuf_merged_deletes","u"=>39,"t"=>2]]],"Innodb_ibuf_merged_inserts"=>["t"=>3,"a"=>[["a"=>"innodb_ibuf_merged_inserts","u"=>39,"t"=>2]]],"Innodb_ibuf_merges"=>["t"=>3,"a"=>[["a"=>"innodb_ibuf_merges","u"=>39,"t"=>2]]],"Innodb_ibuf_segment_size"=>["t"=>3,"a"=>[["a"=>"innodb_ibuf_segment_size","u"=>39,"t"=>2]]],"Innodb_ibuf_size"=>["t"=>3,"a"=>[["a"=>"innodb_ibuf_size","u"=>39,"t"=>2]]],"Innodb_instant_alter_column"=>["t"=>3,"a"=>[["a"=>"innodb_instant_alter_column","u"=>39,"t"=>2]]],"Innodb_log_waits"=>["t"=>3,"a"=>[["a"=>"innodb_log_waits","u"=>39,"t"=>2]]],"Innodb_log_write_requests"=>["t"=>3,"a"=>[["a"=>"innodb_log_write_requests","u"=>39,"t"=>2]]],"Innodb_log_writes"=>["t"=>3,"a"=>[["a"=>"innodb_log_writes","u"=>39,"t"=>2]]],"Innodb_lsn_current"=>["t"=>3,"a"=>[["a"=>"innodb_lsn_current","u"=>39,"t"=>2]]],"Innodb_lsn_flushed"=>["t"=>3,"a"=>[["a"=>"innodb_lsn_flushed","u"=>39,"t"=>2]]],"Innodb_lsn_last_checkpoint"=>["t"=>3,"a"=>[["a"=>"innodb_lsn_last_checkpoint","u"=>39,"t"=>2]]],"Innodb_master_thread_1_second_loops"=>["t"=>3,"a"=>[["a"=>"innodb_master_thread_1_second_loops","u"=>39,"t"=>2]]],"Innodb_master_thread_10_second_loops"=>["t"=>3,"a"=>[["a"=>"innodb_master_thread_10_second_loops","u"=>39,"t"=>2]]],"Innodb_master_thread_active_loops"=>["t"=>3,"a"=>[["a"=>"innodb_master_thread_active_loops","u"=>39,"t"=>2]]],"Innodb_master_thread_background_loops"=>["t"=>3,"a"=>[["a"=>"innodb_master_thread_background_loops","u"=>39,"t"=>2]]],"Innodb_master_thread_idle_loops"=>["t"=>3,"a"=>[["a"=>"innodb_master_thread_idle_loops","u"=>39,"t"=>2]]],"Innodb_master_thread_main_flush_loops"=>["t"=>3,"a"=>[["a"=>"innodb_master_thread_main_flush_loops","u"=>39,"t"=>2]]],"Innodb_master_thread_sleeps"=>["t"=>3,"a"=>[["a"=>"innodb_master_thread_sleeps","u"=>39,"t"=>2]]],"Innodb_max_trx_id"=>["t"=>3,"a"=>[["a"=>"innodb_max_trx_id","u"=>39,"t"=>2]]],"Innodb_mem_adaptive_hash"=>["t"=>3,"a"=>[["a"=>"innodb_mem_adaptive_hash","u"=>39,"t"=>2]]],"Innodb_mem_dictionary"=>["t"=>3,"a"=>[["a"=>"innodb_mem_dictionary","u"=>39,"t"=>2]]],"Innodb_mem_total"=>["t"=>3,"a"=>[["a"=>"innodb_mem_total","u"=>39,"t"=>2]]],"Innodb_mutex_os_waits"=>["t"=>3,"a"=>[["a"=>"innodb_mutex_os_waits","u"=>39,"t"=>2]]],"Innodb_mutex_spin_rounds"=>["t"=>3,"a"=>[["a"=>"innodb_mutex_spin_rounds","u"=>39,"t"=>2]]],"Innodb_mutex_spin_waits"=>["t"=>3,"a"=>[["a"=>"innodb_mutex_spin_waits","u"=>39,"t"=>2]]],"Innodb_num_index_pages_written"=>["t"=>3,"a"=>[["a"=>"innodb_num_index_pages_written","u"=>39,"t"=>2]]],"Innodb_num_non_index_pages_written"=>["t"=>3,"a"=>[["a"=>"innodb_num_non_index_pages_written","u"=>39,"t"=>2]]],"Innodb_num_open_files"=>["t"=>3,"a"=>[["a"=>"innodb_num_open_files","u"=>39,"t"=>2]]],"Innodb_num_page_compressed_trim_op"=>["t"=>3,"a"=>[["a"=>"innodb_num_page_compressed_trim_op","u"=>39,"t"=>2]]],"Innodb_num_page_compressed_trim_op_saved"=>["t"=>3,"a"=>[["a"=>"innodb_num_page_compressed_trim_op_saved","u"=>39,"t"=>2]]],"Innodb_num_pages_decrypted"=>["t"=>3,"a"=>[["a"=>"innodb_num_pages_decrypted","u"=>39,"t"=>2]]],"Innodb_num_pages_encrypted"=>["t"=>3,"a"=>[["a"=>"innodb_num_pages_encrypted","u"=>39,"t"=>2]]],"Innodb_num_pages_page_compressed"=>["t"=>3,"a"=>[["a"=>"innodb_num_pages_page_compressed","u"=>39,"t"=>2]]],"Innodb_num_pages_page_compression_error"=>["t"=>3,"a"=>[["a"=>"innodb_num_pages_page_compression_error","u"=>39,"t"=>2]]],"Innodb_num_pages_page_decompressed"=>["t"=>3,"a"=>[["a"=>"innodb_num_pages_page_decompressed","u"=>39,"t"=>2]]],"Innodb_num_pages_page_encryption_error"=>["t"=>3,"a"=>[["a"=>"innodb_num_pages_page_encryption_error","u"=>39,"t"=>2]]],"Innodb_oldest_view_low_limit_trx_id"=>["t"=>3,"a"=>[["a"=>"innodb_oldest_view_low_limit_trx_id","u"=>39,"t"=>2]]],"Innodb_onlineddl_pct_progress"=>["t"=>3,"a"=>[["a"=>"innodb_onlineddl_pct_progress","u"=>39,"t"=>2]]],"Innodb_onlineddl_rowlog_pct_used"=>["t"=>3,"a"=>[["a"=>"innodb_onlineddl_rowlog_pct_used","u"=>39,"t"=>2]]],"Innodb_onlineddl_rowlog_rows"=>["t"=>3,"a"=>[["a"=>"innodb_onlineddl_rowlog_rows","u"=>39,"t"=>2]]],"Innodb_os_log_fsyncs"=>["t"=>3,"a"=>[["a"=>"innodb_os_log_fsyncs","u"=>39,"t"=>2]]],"Innodb_os_log_pending_fsyncs"=>["t"=>3,"a"=>[["a"=>"innodb_os_log_pending_fsyncs","u"=>39,"t"=>2]]],"Innodb_os_log_pending_writes"=>["t"=>3,"a"=>[["a"=>"innodb_os_log_pending_writes","u"=>39,"t"=>2]]],"Innodb_os_log_written"=>["t"=>3,"a"=>[["a"=>"innodb_os_log_written","u"=>39,"t"=>2]]],"Innodb_page_compression_saved"=>["t"=>9,"a"=>[["a"=>"innodb_page_compression_saved","u"=>39,"t"=>2]]],"Innodb_page_compression_trim_sect512"=>["t"=>3,"a"=>[["a"=>"innodb_page_compression_trim_sect512","u"=>39,"t"=>2]]],"Innodb_page_compression_trim_sect1024"=>["t"=>3,"a"=>[["a"=>"innodb_page_compression_trim_sect1024","u"=>39,"t"=>2]]],"Innodb_page_compression_trim_sect2048"=>["t"=>3,"a"=>[["a"=>"innodb_page_compression_trim_sect2048","u"=>39,"t"=>2]]],"Innodb_page_compression_trim_sect4096"=>["t"=>3,"a"=>[["a"=>"innodb_page_compression_trim_sect4096","u"=>39,"t"=>2]]],"Innodb_page_compression_trim_sect8192"=>["t"=>3,"a"=>[["a"=>"innodb_page_compression_trim_sect8192","u"=>39,"t"=>2]]],"Innodb_page_compression_trim_sect16384"=>["t"=>3,"a"=>[["a"=>"innodb_page_compression_trim_sect16384","u"=>39,"t"=>2]]],"Innodb_page_compression_trim_sect32768"=>["t"=>3,"a"=>[["a"=>"innodb_page_compression_trim_sect32768","u"=>39,"t"=>2]]],"Innodb_page_size"=>["t"=>3,"a"=>[["a"=>"innodb_page_size","u"=>39,"t"=>2]]],"Innodb_pages_created"=>["t"=>3,"a"=>[["a"=>"innodb_pages_created","u"=>39,"t"=>2]]],"Innodb_pages_read"=>["t"=>3,"a"=>[["a"=>"innodb_pages_read","u"=>39,"t"=>2]]],"Innodb_pages0_read"=>["t"=>3,"a"=>[["a"=>"innodb_pages0_read","u"=>39,"t"=>2]]],"Innodb_pages_written"=>["t"=>3,"a"=>[["a"=>"innodb_pages_written","u"=>39,"t"=>2]]],"Innodb_purge_trx_id"=>["t"=>3,"a"=>[["a"=>"innodb_purge_trx_id","u"=>39,"t"=>2]]],"Innodb_purge_undo_no"=>["t"=>3,"a"=>[["a"=>"innodb_purge_undo_no","u"=>39,"t"=>2]]],"Innodb_read_views_memory"=>["t"=>3,"a"=>[["a"=>"innodb_read_views_memory","u"=>39,"t"=>2]]],"Innodb_row_lock_current_waits"=>["t"=>3,"a"=>[["a"=>"innodb_row_lock_current_waits","u"=>39,"t"=>2]]],"Innodb_row_lock_numbers"=>["t"=>3,"a"=>[["a"=>"innodb_row_lock_numbers","u"=>39,"t"=>2]]],"Innodb_row_lock_time"=>["t"=>3,"a"=>[["a"=>"innodb_row_lock_time","u"=>39,"t"=>2]]],"Innodb_row_lock_time_avg"=>["t"=>3,"a"=>[["a"=>"innodb_row_lock_time_avg","u"=>39,"t"=>2]]],"Innodb_row_lock_time_max"=>["t"=>3,"a"=>[["a"=>"innodb_row_lock_time_max","u"=>39,"t"=>2]]],"Innodb_row_lock_time_waits"=>["t"=>3,"a"=>[["a"=>"innodb_row_lock_time_waits","u"=>39,"t"=>2]]],"Innodb_rows_deleted"=>["t"=>3,"a"=>[["a"=>"innodb_rows_deleted","u"=>39,"t"=>2]]],"Innodb_rows_inserted"=>["t"=>3,"a"=>[["a"=>"innodb_rows_inserted","u"=>39,"t"=>2]]],"Innodb_rows_read"=>["t"=>3,"a"=>[["a"=>"innodb_rows_read","u"=>39,"t"=>2]]],"Innodb_rows_updated"=>["t"=>3,"a"=>[["a"=>"innodb_rows_updated","u"=>39,"t"=>2]]],"Innodb_s_lock_os_waits"=>["t"=>3,"a"=>[["a"=>"innodb_s_lock_os_waits","u"=>39,"t"=>2]]],"Innodb_s_lock_spin_rounds"=>["t"=>3,"a"=>[["a"=>"innodb_s_lock_spin_rounds","u"=>39,"t"=>2]]],"Innodb_s_lock_spin_waits"=>["t"=>3,"a"=>[["a"=>"innodb_s_lock_spin_waits","u"=>39,"t"=>2]]],"Innodb_scrub_background_page_reorganizations"=>["t"=>3,"a"=>[["a"=>"innodb_scrub_background_page_reorganizations","u"=>39,"t"=>2]]],"Innodb_scrub_background_page_split_failures_missing_index"=>["t"=>3,"a"=>[["a"=>"innodb_scrub_background_page_split_failures_missing_index","u"=>39,"t"=>2]]],"Innodb_scrub_background_page_split_failures_out_of_filespace"=>["t"=>3,"a"=>[["a"=>"innodb_scrub_background_page_split_failures_out_of_filespace","u"=>39,"t"=>2]]],"Innodb_scrub_background_page_split_failures_underflow"=>["t"=>3,"a"=>[["a"=>"innodb_scrub_background_page_split_failures_underflow","u"=>39,"t"=>2]]],"Innodb_scrub_background_page_split_failures_unknown"=>["t"=>3,"a"=>[["a"=>"innodb_scrub_background_page_split_failures_unknown","u"=>39,"t"=>2]]],"Innodb_scrub_background_page_splits"=>["t"=>3,"a"=>[["a"=>"innodb_scrub_background_page_splits","u"=>39,"t"=>2]]],"Innodb_scrub_log"=>["t"=>3,"a"=>[["a"=>"innodb_scrub_log","u"=>39,"t"=>2]]],"Innodb_secondary_index_triggered_cluster_reads"=>["t"=>3,"a"=>[["a"=>"innodb_secondary_index_triggered_cluster_reads","u"=>39,"t"=>2]]],"Innodb_secondary_index_triggered_cluster_reads_avoided"=>["t"=>3,"a"=>[["a"=>"innodb_secondary_index_triggered_cluster_reads_avoided","u"=>39,"t"=>2]]],"Innodb_system_rows_deleted"=>["t"=>3,"a"=>[["a"=>"innodb_system_rows_deleted","u"=>39,"t"=>2]]],"Innodb_system_rows_inserted"=>["t"=>3,"a"=>[["a"=>"innodb_system_rows_inserted","u"=>39,"t"=>2]]],"Innodb_system_rows_read"=>["t"=>3,"a"=>[["a"=>"innodb_system_rows_read","u"=>39,"t"=>2]]],"Innodb_system_rows_updated"=>["t"=>3,"a"=>[["a"=>"innodb_system_rows_updated","u"=>39,"t"=>2]]],"Innodb_truncated_status_writes"=>["t"=>3,"a"=>[["a"=>"innodb_truncated_status_writes","u"=>39,"t"=>2]]],"Innodb_undo_truncations"=>["t"=>3,"a"=>[["a"=>"innodb_undo_truncations","u"=>39,"t"=>2]]],"Innodb_x_lock_os_waits"=>["t"=>3,"a"=>[["a"=>"innodb_x_lock_os_waits","u"=>39,"t"=>2]]],"Innodb_x_lock_spin_rounds"=>["t"=>3,"a"=>[["a"=>"innodb_x_lock_spin_rounds","u"=>39,"t"=>2]]],"Innodb_x_lock_spin_waits"=>["t"=>3,"a"=>[["a"=>"innodb_x_lock_spin_waits","u"=>39,"t"=>2]]],"have_innodb"=>["d"=>false,"a"=>[["a"=>"have_innodb","u"=>40,"t"=>2]]],"ignore_builtin_innodb"=>["d"=>false,"t"=>2,"a"=>[["a"=>"ignore_builtin_innodb","u"=>40,"t"=>2],["a"=>"sysvar_ignore_builtin_innodb","u"=>41,"t"=>1]]],"innodb_adaptive_checkpoint"=>["d"=>true,"t"=>1,"a"=>[["a"=>"innodb_adaptive_checkpoint","u"=>40,"t"=>2]]],"innodb_adaptive_flushing"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_adaptive_flushing","u"=>40,"t"=>2],["a"=>"sysvar_innodb_adaptive_flushing","u"=>41,"t"=>1]]],"innodb_adaptive_flushing_lwm"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_adaptive_flushing_lwm","u"=>40,"t"=>2],["a"=>"sysvar_innodb_adaptive_flushing_lwm","u"=>41,"t"=>1]]],"innodb_adaptive_flushing_method"=>["d"=>true,"t"=>5,"a"=>[["a"=>"innodb_adaptive_flushing_method","u"=>40,"t"=>2]]],"innodb_adaptive_hash_index"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_adaptive_hash_index","u"=>40,"t"=>2],["a"=>"sysvar_innodb_adaptive_hash_index","u"=>41,"t"=>1]]],"innodb_adaptive_hash_index_partitions"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_adaptive_hash_index_partitions","u"=>40,"t"=>2]]],"innodb_adaptive_hash_index_parts"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_adaptive_hash_index_parts","u"=>40,"t"=>2],["a"=>"sysvar_innodb_adaptive_hash_index_parts","u"=>41,"t"=>1]]],"innodb_adaptive_max_sleep_delay"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_adaptive_max_sleep_delay","u"=>40,"t"=>2],["a"=>"sysvar_innodb_adaptive_max_sleep_delay","u"=>41,"t"=>1]]],"innodb_additional_mem_pool_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_additional_mem_pool_size","u"=>40,"t"=>2]]],"innodb_api_bk_commit_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_api_bk_commit_interval","u"=>40,"t"=>2],["a"=>"sysvar_innodb_api_bk_commit_interval","u"=>41,"t"=>1]]],"innodb_api_disable_rowlock"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_api_disable_rowlock","u"=>40,"t"=>2],["a"=>"sysvar_innodb_api_disable_rowlock","u"=>41,"t"=>1]]],"innodb_api_enable_binlog"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_api_enable_binlog","u"=>40,"t"=>2],["a"=>"sysvar_innodb_api_enable_binlog","u"=>41,"t"=>1]]],"innodb_api_enable_mdl"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_api_enable_mdl","u"=>40,"t"=>2],["a"=>"sysvar_innodb_api_enable_mdl","u"=>41,"t"=>1]]],"innodb_api_trx_level"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_api_trx_level","u"=>40,"t"=>2],["a"=>"sysvar_innodb_api_trx_level","u"=>41,"t"=>1]]],"innodb_auto_lru_dump"=>["a"=>[["a"=>"innodb_auto_lru_dump","u"=>40,"t"=>2]]],"innodb_autoextend_increment"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_autoextend_increment","u"=>40,"t"=>2],["a"=>"sysvar_innodb_autoextend_increment","u"=>41,"t"=>1]]],"innodb_autoinc_lock_mode"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_autoinc_lock_mode","u"=>40,"t"=>2],["a"=>"sysvar_innodb_autoinc_lock_mode","u"=>41,"t"=>1]]],"innodb_background_scrub_data_check_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_background_scrub_data_check_interval","u"=>40,"t"=>2]]],"innodb_background_scrub_data_compressed"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_background_scrub_data_compressed","u"=>40,"t"=>2]]],"innodb_background_scrub_data_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_background_scrub_data_interval","u"=>40,"t"=>2]]],"innodb_background_scrub_data_uncompressed"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_background_scrub_data_uncompressed","u"=>40,"t"=>2]]],"innodb_blocking_buffer_pool_restore"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_blocking_buffer_pool_restore","u"=>40,"t"=>2]]],"innodb_buf_dump_status_frequency"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_buf_dump_status_frequency","u"=>40,"t"=>2]]],"innodb_buffer_pool_chunk_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_buffer_pool_chunk_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_buffer_pool_chunk_size","u"=>41,"t"=>1]]],"innodb_buffer_pool_dump_at_shutdown"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_buffer_pool_dump_at_shutdown","u"=>40,"t"=>2],["a"=>"sysvar_innodb_buffer_pool_dump_at_shutdown","u"=>41,"t"=>1]]],"innodb_buffer_pool_dump_now"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_buffer_pool_dump_now","u"=>40,"t"=>2],["a"=>"sysvar_innodb_buffer_pool_dump_now","u"=>41,"t"=>1]]],"innodb_buffer_pool_dump_pct"=>["d"=>true,"a"=>[["a"=>"innodb_buffer_pool_dump_pct","u"=>40,"t"=>2],["a"=>"sysvar_innodb_buffer_pool_dump_pct","u"=>41,"t"=>1]]],"innodb_buffer_pool_evict"=>["d"=>true,"t"=>1,"a"=>[["a"=>"innodb_buffer_pool_evict","u"=>40,"t"=>2]]],"innodb_buffer_pool_filename"=>["d"=>true,"a"=>[["a"=>"innodb_buffer_pool_filename","u"=>40,"t"=>2],["a"=>"sysvar_innodb_buffer_pool_filename","u"=>41,"t"=>1]]],"innodb_buffer_pool_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_buffer_pool_instances","u"=>40,"t"=>2],["a"=>"sysvar_innodb_buffer_pool_instances","u"=>41,"t"=>1]]],"innodb_buffer_pool_load_abort"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_buffer_pool_load_abort","u"=>40,"t"=>2],["a"=>"sysvar_innodb_buffer_pool_load_abort","u"=>41,"t"=>1]]],"innodb_buffer_pool_load_at_startup"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_buffer_pool_load_at_startup","u"=>40,"t"=>2],["a"=>"sysvar_innodb_buffer_pool_load_at_startup","u"=>41,"t"=>1]]],"innodb_buffer_pool_load_now"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_buffer_pool_load_now","u"=>40,"t"=>2],["a"=>"sysvar_innodb_buffer_pool_load_now","u"=>41,"t"=>1]]],"innodb_buffer_pool_populate"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_buffer_pool_populate","u"=>40,"t"=>2]]],"innodb_buffer_pool_restore_at_startup"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_buffer_pool_restore_at_startup","u"=>40,"t"=>2]]],"innodb_buffer_pool_shm_checksum"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_buffer_pool_shm_checksum","u"=>40,"t"=>2]]],"innodb_buffer_pool_shm_key"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_buffer_pool_shm_key","u"=>40,"t"=>2]]],"innodb_buffer_pool_size"=>["t"=>3,"a"=>[["a"=>"innodb_buffer_pool_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_buffer_pool_size","u"=>41,"t"=>1]]],"innodb_change_buffer_dump"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_change_buffer_dump","u"=>40,"t"=>2]]],"innodb_change_buffer_max_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_change_buffer_max_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_change_buffer_max_size","u"=>41,"t"=>1]]],"innodb_change_buffering"=>["d"=>true,"t"=>5,"a"=>[["a"=>"innodb_change_buffering","u"=>40,"t"=>2],["a"=>"sysvar_innodb_change_buffering","u"=>41,"t"=>1]]],"innodb_change_buffering_debug"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_change_buffering_debug","u"=>40,"t"=>2],["a"=>"sysvar_innodb_change_buffering_debug","u"=>41,"t"=>1]]],"innodb_checkpoint_age_target"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_checkpoint_age_target","u"=>40,"t"=>2]]],"innodb_checksum_algorithm"=>["d"=>true,"t"=>5,"a"=>[["a"=>"innodb_checksum_algorithm","u"=>40,"t"=>2],["a"=>"sysvar_innodb_checksum_algorithm","u"=>41,"t"=>1]]],"innodb_checksums"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_checksums","u"=>40,"t"=>2]]],"innodb_cleaner_lsn_age_factor"=>["d"=>true,"a"=>[["a"=>"innodb_cleaner_lsn_age_factor","u"=>40,"t"=>2]]],"innodb_cmp_per_index_enabled"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_cmp_per_index_enabled","u"=>40,"t"=>2],["a"=>"sysvar_innodb_cmp_per_index_enabled","u"=>41,"t"=>1]]],"innodb_commit_concurrency"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_commit_concurrency","u"=>40,"t"=>2],["a"=>"sysvar_innodb_commit_concurrency","u"=>41,"t"=>1]]],"innodb_compression_algorithm"=>["d"=>true,"a"=>[["a"=>"innodb_compression_algorithm","u"=>40,"t"=>2]]],"innodb_compression_default"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_compression_default","u"=>40,"t"=>2]]],"innodb_compression_failure_threshold_pct"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_compression_failure_threshold_pct","u"=>40,"t"=>2],["a"=>"sysvar_innodb_compression_failure_threshold_pct","u"=>41,"t"=>1]]],"innodb_compression_level"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_compression_level","u"=>40,"t"=>2],["a"=>"sysvar_innodb_compression_level","u"=>41,"t"=>1]]],"innodb_compression_pad_pct_max"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_compression_pad_pct_max","u"=>40,"t"=>2],["a"=>"sysvar_innodb_compression_pad_pct_max","u"=>41,"t"=>1]]],"innodb_concurrency_tickets"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_concurrency_tickets","u"=>40,"t"=>2],["a"=>"sysvar_innodb_concurrency_tickets","u"=>41,"t"=>1]]],"innodb_corrupt_table_action"=>["d"=>true,"t"=>5,"a"=>[["a"=>"innodb_corrupt_table_action","u"=>40,"t"=>2]]],"innodb_data_file_path"=>["d"=>false,"a"=>[["a"=>"innodb_data_file_path","u"=>40,"t"=>2],["a"=>"sysvar_innodb_data_file_path","u"=>41,"t"=>1]]],"innodb_data_home_dir"=>["d"=>false,"t"=>7,"a"=>[["a"=>"innodb_data_home_dir","u"=>40,"t"=>2],["a"=>"sysvar_innodb_data_home_dir","u"=>41,"t"=>1]]],"innodb_deadlock_detect"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_deadlock_detect","u"=>40,"t"=>2],["a"=>"sysvar_innodb_deadlock_detect","u"=>41,"t"=>1]]],"innodb_default_page_encryption_key"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_default_page_encryption_key","u"=>40,"t"=>2]]],"innodb_default_encryption_key_id"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_default_encryption_key_id","u"=>40,"t"=>2]]],"innodb_default_row_format"=>["d"=>true,"t"=>5,"a"=>[["a"=>"innodb_default_row_format","u"=>40,"t"=>2],["a"=>"sysvar_innodb_default_row_format","u"=>41,"t"=>1]]],"innodb_defragment"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_defragment","u"=>40,"t"=>2]]],"innodb_defragment_fill_factor"=>["d"=>true,"a"=>[["a"=>"innodb_defragment_fill_factor","u"=>40,"t"=>2]]],"innodb_defragment_fill_factor_n_recs"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_defragment_fill_factor_n_recs","u"=>40,"t"=>2]]],"innodb_defragment_frequency"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_defragment_frequency","u"=>40,"t"=>2]]],"innodb_defragment_n_pages"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_defragment_n_pages","u"=>40,"t"=>2]]],"innodb_defragment_stats_accuracy"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_defragment_stats_accuracy","u"=>40,"t"=>2]]],"innodb_dict_size_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_dict_size_limit","u"=>40,"t"=>2]]],"innodb_disable_sort_file_cache"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_disable_sort_file_cache","u"=>40,"t"=>2],["a"=>"sysvar_innodb_disable_sort_file_cache","u"=>41,"t"=>1]]],"innodb_disallow_writes"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_disallow_writes","u"=>40,"t"=>2]]],"innodb_doublewrite"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_doublewrite","u"=>40,"t"=>2],["a"=>"sysvar_innodb_doublewrite","u"=>41,"t"=>1]]],"innodb_doublewrite_file"=>["d"=>false,"a"=>[["a"=>"innodb_doublewrite_file","u"=>40,"t"=>2]]],"innodb_empty_free_list_algorithm"=>["d"=>true,"a"=>[["a"=>"innodb_empty_free_list_algorithm","u"=>40,"t"=>2]]],"innodb_enable_unsafe_group_commit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_enable_unsafe_group_commit","u"=>40,"t"=>2]]],"innodb_encrypt_log"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_encrypt_log","u"=>40,"t"=>2]]],"innodb_encrypt_tables"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_encrypt_tables","u"=>40,"t"=>2]]],"innodb_encrypt_temporary_tables"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_encrypt_temporary_tables","u"=>40,"t"=>2]]],"innodb_encryption_rotate_key_age"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_encryption_rotate_key_age","u"=>40,"t"=>2]]],"innodb_encryption_rotation_iops"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_encryption_rotation_iops","u"=>40,"t"=>2]]],"innodb_encryption_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_encryption_threads","u"=>40,"t"=>2]]],"innodb_extra_rsegments"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_extra_rsegments","u"=>40,"t"=>2]]],"innodb_extra_undoslots"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_extra_undoslots","u"=>40,"t"=>2]]],"innodb_fake_changes"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_fake_changes","u"=>40,"t"=>2]]],"innodb_fast_checksum"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_fast_checksum","u"=>40,"t"=>2]]],"innodb_fast_shutdown"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_fast_shutdown","u"=>40,"t"=>2],["a"=>"sysvar_innodb_fast_shutdown","u"=>41,"t"=>1]]],"innodb_fatal_semaphore_wait_threshold"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_fatal_semaphore_wait_threshold","u"=>40,"t"=>2]]],"innodb_file_format"=>["d"=>true,"t"=>1,"a"=>[["a"=>"innodb_file_format","u"=>40,"t"=>2]]],"innodb_file_format_check"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_file_format_check","u"=>40,"t"=>2]]],"innodb_file_format_max"=>["d"=>true,"t"=>1,"a"=>[["a"=>"innodb_file_format_max","u"=>40,"t"=>2]]],"innodb_file_per_table"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_file_per_table","u"=>40,"t"=>2],["a"=>"sysvar_innodb_file_per_table","u"=>41,"t"=>1]]],"innodb_fill_factor"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_fill_factor","u"=>40,"t"=>2],["a"=>"sysvar_innodb_fill_factor","u"=>41,"t"=>1]]],"innodb_flush_log_at_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_flush_log_at_timeout","u"=>40,"t"=>2],["a"=>"sysvar_innodb_flush_log_at_timeout","u"=>41,"t"=>1]]],"innodb_flush_log_at_trx_commit"=>["d"=>true,"t"=>5,"a"=>[["a"=>"innodb_flush_log_at_trx_commit","u"=>40,"t"=>2],["a"=>"sysvar_innodb_flush_log_at_trx_commit","u"=>41,"t"=>1]]],"innodb_flush_method"=>["d"=>false,"a"=>[["a"=>"innodb_flush_method","u"=>40,"t"=>2],["a"=>"sysvar_innodb_flush_method","u"=>41,"t"=>1]]],"innodb_flush_neighbor_pages"=>["d"=>true,"t"=>5,"a"=>[["a"=>"innodb_flush_neighbor_pages","u"=>40,"t"=>2]]],"innodb_flush_neighbors"=>["d"=>true,"t"=>5,"a"=>[["a"=>"innodb_flush_neighbors","u"=>40,"t"=>2],["a"=>"sysvar_innodb_flush_neighbors","u"=>41,"t"=>1]]],"innodb_flush_sync"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_flush_sync","u"=>40,"t"=>2],["a"=>"sysvar_innodb_flush_sync","u"=>41,"t"=>1]]],"innodb_flushing_avg_loops"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_flushing_avg_loops","u"=>40,"t"=>2],["a"=>"sysvar_innodb_flushing_avg_loops","u"=>41,"t"=>1]]],"innodb_force_load_corrupted"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_force_load_corrupted","u"=>40,"t"=>2],["a"=>"sysvar_innodb_force_load_corrupted","u"=>41,"t"=>1]]],"innodb_force_primary_key"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_force_primary_key","u"=>40,"t"=>2]]],"innodb_force_recovery"=>["d"=>false,"a"=>[["a"=>"innodb_force_recovery","u"=>40,"t"=>2],["a"=>"sysvar_innodb_force_recovery","u"=>41,"t"=>1]]],"innodb_foreground_preflush"=>["d"=>true,"a"=>[["a"=>"innodb_foreground_preflush","u"=>40,"t"=>2]]],"innodb_ft_aux_table"=>["d"=>true,"t"=>1,"a"=>[["a"=>"innodb_ft_aux_table","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_aux_table","u"=>41,"t"=>1]]],"innodb_ft_cache_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_ft_cache_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_cache_size","u"=>41,"t"=>1]]],"innodb_ft_enable_diag_print"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_ft_enable_diag_print","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_enable_diag_print","u"=>41,"t"=>1]]],"innodb_ft_enable_stopword"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_ft_enable_stopword","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_enable_stopword","u"=>41,"t"=>1]]],"innodb_ft_max_token_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_ft_max_token_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_max_token_size","u"=>41,"t"=>1]]],"innodb_ft_min_token_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_ft_min_token_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_min_token_size","u"=>41,"t"=>1]]],"innodb_ft_num_word_optimize"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_ft_num_word_optimize","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_num_word_optimize","u"=>41,"t"=>1]]],"innodb_ft_result_cache_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_ft_result_cache_limit","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_result_cache_limit","u"=>41,"t"=>1]]],"innodb_ft_server_stopword_table"=>["d"=>true,"t"=>1,"a"=>[["a"=>"innodb_ft_server_stopword_table","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_server_stopword_table","u"=>41,"t"=>1]]],"innodb_ft_sort_pll_degree"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_ft_sort_pll_degree","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_sort_pll_degree","u"=>41,"t"=>1]]],"innodb_ft_total_cache_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_ft_total_cache_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_total_cache_size","u"=>41,"t"=>1]]],"innodb_ft_user_stopword_table"=>["d"=>true,"t"=>1,"a"=>[["a"=>"innodb_ft_user_stopword_table","u"=>40,"t"=>2],["a"=>"sysvar_innodb_ft_user_stopword_table","u"=>41,"t"=>1]]],"innodb_ibuf_accel_rate"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_ibuf_accel_rate","u"=>40,"t"=>2]]],"innodb_ibuf_active_contract"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_ibuf_active_contract","u"=>40,"t"=>2]]],"innodb_ibuf_max_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_ibuf_max_size","u"=>40,"t"=>2]]],"innodb_idle_flush_pct"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_idle_flush_pct","u"=>40,"t"=>2],["a"=>"sysvar_innodb_idle_flush_pct","u"=>41,"t"=>1]]],"innodb_immediate_scrub_data_uncompressed"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_immediate_scrub_data_uncompressed","u"=>40,"t"=>2]]],"innodb_import_table_from_xtrabackup"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_import_table_from_xtrabackup","u"=>40,"t"=>2]]],"innodb_instrument_semaphores"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_instrument_semaphores","u"=>40,"t"=>2]]],"innodb_io_capacity"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_io_capacity","u"=>40,"t"=>2],["a"=>"sysvar_innodb_io_capacity","u"=>41,"t"=>1]]],"innodb_io_capacity_max"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_io_capacity_max","u"=>40,"t"=>2],["a"=>"sysvar_innodb_io_capacity_max","u"=>41,"t"=>1]]],"innodb_kill_idle_transaction"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_kill_idle_transaction","u"=>40,"t"=>2]]],"innodb_large_prefix"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_large_prefix","u"=>40,"t"=>2]]],"innodb_lazy_drop_table"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_lazy_drop_table","u"=>40,"t"=>2]]],"innodb_lock_schedule_algorithm"=>["d"=>false,"a"=>[["a"=>"innodb_lock_schedule_algorithm","u"=>40,"t"=>2]]],"innodb_lock_wait_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_lock_wait_timeout","u"=>40,"t"=>2],["a"=>"sysvar_innodb_lock_wait_timeout","u"=>41,"t"=>1]]],"innodb_locking_fake_changes"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_locking_fake_changes","u"=>40,"t"=>2]]],"innodb_locks_unsafe_for_binlog"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_locks_unsafe_for_binlog","u"=>40,"t"=>2]]],"innodb_log_arch_dir"=>["d"=>false,"t"=>1,"a"=>[["a"=>"innodb_log_arch_dir","u"=>40,"t"=>2]]],"innodb_log_arch_expire_sec"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_log_arch_expire_sec","u"=>40,"t"=>2]]],"innodb_log_archive"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_log_archive","u"=>40,"t"=>2]]],"innodb_log_block_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_log_block_size","u"=>40,"t"=>2]]],"innodb_log_buffer_size"=>["t"=>3,"a"=>[["a"=>"innodb_log_buffer_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_log_buffer_size","u"=>41,"t"=>1]]],"innodb_log_checksum_algorithm"=>["d"=>true,"a"=>[["a"=>"innodb_log_checksum_algorithm","u"=>40,"t"=>2]]],"innodb_log_checksums"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_log_checksums","u"=>40,"t"=>2],["a"=>"sysvar_innodb_log_checksums","u"=>41,"t"=>1]]],"innodb_log_compressed_pages"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_log_compressed_pages","u"=>40,"t"=>2],["a"=>"sysvar_innodb_log_compressed_pages","u"=>41,"t"=>1]]],"innodb_log_file_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_log_file_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_log_file_size","u"=>41,"t"=>1]]],"innodb_log_files_in_group"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_log_files_in_group","u"=>40,"t"=>2],["a"=>"sysvar_innodb_log_files_in_group","u"=>41,"t"=>1]]],"innodb_log_group_home_dir"=>["d"=>false,"t"=>7,"a"=>[["a"=>"innodb_log_group_home_dir","u"=>40,"t"=>2],["a"=>"sysvar_innodb_log_group_home_dir","u"=>41,"t"=>1]]],"innodb_log_optimize_ddl"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_log_optimize_ddl","u"=>40,"t"=>2]]],"innodb_log_write_ahead_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_log_write_ahead_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_log_write_ahead_size","u"=>41,"t"=>1]]],"innodb_lru_scan_depth"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_lru_scan_depth","u"=>40,"t"=>2],["a"=>"sysvar_innodb_lru_scan_depth","u"=>41,"t"=>1]]],"innodb_max_bitmap_file_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_max_bitmap_file_size","u"=>40,"t"=>2]]],"innodb_max_changed_pages"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_max_changed_pages","u"=>40,"t"=>2]]],"innodb_max_dirty_pages_pct"=>["t"=>3,"a"=>[["a"=>"innodb_max_dirty_pages_pct","u"=>40,"t"=>2],["a"=>"sysvar_innodb_max_dirty_pages_pct","u"=>41,"t"=>1]]],"innodb_max_dirty_pages_pct_lwm"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_max_dirty_pages_pct_lwm","u"=>40,"t"=>2],["a"=>"sysvar_innodb_max_dirty_pages_pct_lwm","u"=>41,"t"=>1]]],"innodb_max_purge_lag"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_max_purge_lag","u"=>40,"t"=>2],["a"=>"sysvar_innodb_max_purge_lag","u"=>41,"t"=>1]]],"innodb_max_purge_lag_delay"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_max_purge_lag_delay","u"=>40,"t"=>2],["a"=>"sysvar_innodb_max_purge_lag_delay","u"=>41,"t"=>1]]],"innodb_max_undo_log_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_max_undo_log_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_max_undo_log_size","u"=>41,"t"=>1]]],"innodb_merge_sort_block_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_merge_sort_block_size","u"=>40,"t"=>2]]],"innodb_mirrored_log_groups"=>["a"=>[["a"=>"innodb_mirrored_log_groups","u"=>40,"t"=>2]]],"innodb_mtflush_threads"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_mtflush_threads","u"=>40,"t"=>2]]],"innodb_monitor_disable"=>["d"=>true,"t"=>1,"a"=>[["a"=>"innodb_monitor_disable","u"=>40,"t"=>2],["a"=>"sysvar_innodb_monitor_disable","u"=>41,"t"=>1]]],"innodb_monitor_enable"=>["d"=>true,"t"=>1,"a"=>[["a"=>"innodb_monitor_enable","u"=>40,"t"=>2],["a"=>"sysvar_innodb_monitor_enable","u"=>41,"t"=>1]]],"innodb_monitor_reset"=>["d"=>true,"a"=>[["a"=>"innodb_monitor_reset","u"=>40,"t"=>2],["a"=>"sysvar_innodb_monitor_reset","u"=>41,"t"=>1]]],"innodb_monitor_reset_all"=>["d"=>true,"a"=>[["a"=>"innodb_monitor_reset_all","u"=>40,"t"=>2],["a"=>"sysvar_innodb_monitor_reset_all","u"=>41,"t"=>1]]],"innodb_numa_interleave"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_numa_interleave","u"=>40,"t"=>2],["a"=>"sysvar_innodb_numa_interleave","u"=>41,"t"=>1]]],"innodb_old_blocks_pct"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_old_blocks_pct","u"=>40,"t"=>2],["a"=>"sysvar_innodb_old_blocks_pct","u"=>41,"t"=>1]]],"innodb_old_blocks_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_old_blocks_time","u"=>40,"t"=>2],["a"=>"sysvar_innodb_old_blocks_time","u"=>41,"t"=>1]]],"innodb_online_alter_log_max_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_online_alter_log_max_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_online_alter_log_max_size","u"=>41,"t"=>1]]],"innodb_open_files"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_open_files","u"=>40,"t"=>2],["a"=>"sysvar_innodb_open_files","u"=>41,"t"=>1]]],"innodb_optimize_fulltext_only"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_optimize_fulltext_only","u"=>40,"t"=>2],["a"=>"sysvar_innodb_optimize_fulltext_only","u"=>41,"t"=>1]]],"innodb_page_cleaners"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_page_cleaners","u"=>40,"t"=>2],["a"=>"sysvar_innodb_page_cleaners","u"=>41,"t"=>1]]],"innodb_page_size"=>["d"=>false,"t"=>5,"a"=>[["a"=>"innodb_page_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_page_size","u"=>41,"t"=>1]]],"innodb_pass_corrupt_table"=>["a"=>[["a"=>"innodb_pass_corrupt_table","u"=>40,"t"=>2]]],"innodb_prefix_index_cluster_optimization"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_prefix_index_cluster_optimization","u"=>40,"t"=>2]]],"innodb_print_all_deadlocks"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_print_all_deadlocks","u"=>40,"t"=>2],["a"=>"sysvar_innodb_print_all_deadlocks","u"=>41,"t"=>1]]],"innodb_purge_batch_size"=>["t"=>3,"a"=>[["a"=>"innodb_purge_batch_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_purge_batch_size","u"=>41,"t"=>1]]],"innodb_purge_rseg_truncate_frequency"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_purge_rseg_truncate_frequency","u"=>40,"t"=>2],["a"=>"sysvar_innodb_purge_rseg_truncate_frequency","u"=>41,"t"=>1]]],"innodb_purge_threads"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_purge_threads","u"=>40,"t"=>2],["a"=>"sysvar_innodb_purge_threads","u"=>41,"t"=>1]]],"innodb_random_read_ahead"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_random_read_ahead","u"=>40,"t"=>2],["a"=>"sysvar_innodb_random_read_ahead","u"=>41,"t"=>1]]],"innodb_read_ahead"=>["d"=>true,"t"=>5,"a"=>[["a"=>"innodb_read_ahead","u"=>40,"t"=>2]]],"innodb_read_ahead_threshold"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_read_ahead_threshold","u"=>40,"t"=>2],["a"=>"sysvar_innodb_read_ahead_threshold","u"=>41,"t"=>1]]],"innodb_read_io_threads"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_read_io_threads","u"=>40,"t"=>2],["a"=>"sysvar_innodb_read_io_threads","u"=>41,"t"=>1]]],"innodb_read_only"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_read_only","u"=>40,"t"=>2],["a"=>"sysvar_innodb_read_only","u"=>41,"t"=>1]]],"innodb_recovery_stats"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_recovery_stats","u"=>40,"t"=>2]]],"innodb_recovery_update_relay_log"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_recovery_update_relay_log","u"=>40,"t"=>2]]],"innodb_replication_delay"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_replication_delay","u"=>40,"t"=>2],["a"=>"sysvar_innodb_replication_delay","u"=>41,"t"=>1]]],"innodb_rollback_on_timeout"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_rollback_on_timeout","u"=>40,"t"=>2],["a"=>"sysvar_innodb_rollback_on_timeout","u"=>41,"t"=>1]]],"innodb_rollback_segments"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_rollback_segments","u"=>40,"t"=>2],["a"=>"sysvar_innodb_rollback_segments","u"=>41,"t"=>1]]],"innodb_safe_truncate"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_safe_truncate","u"=>40,"t"=>2]]],"innodb_scrub_log"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_scrub_log","u"=>40,"t"=>2]]],"innodb_scrub_log_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_scrub_log_interval","u"=>40,"t"=>2]]],"innodb_scrub_log_speed"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_scrub_log_speed","u"=>40,"t"=>2]]],"innodb_sched_priority_cleaner"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_sched_priority_cleaner","u"=>40,"t"=>2]]],"innodb_show_locks_held"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_show_locks_held","u"=>40,"t"=>2]]],"innodb_show_verbose_locks"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_show_verbose_locks","u"=>40,"t"=>2]]],"innodb_simulate_comp_failures"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_simulate_comp_failures","u"=>40,"t"=>2]]],"innodb_sort_buffer_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_sort_buffer_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_sort_buffer_size","u"=>41,"t"=>1]]],"innodb_spin_wait_delay"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_spin_wait_delay","u"=>40,"t"=>2],["a"=>"sysvar_innodb_spin_wait_delay","u"=>41,"t"=>1]]],"innodb_stats_auto_recalc"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_stats_auto_recalc","u"=>40,"t"=>2],["a"=>"sysvar_innodb_stats_auto_recalc","u"=>41,"t"=>1]]],"innodb_stats_auto_update"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_stats_auto_update","u"=>40,"t"=>2]]],"innodb_stats_include_delete_marked"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_stats_include_delete_marked","u"=>40,"t"=>2],["a"=>"sysvar_innodb_stats_include_delete_marked","u"=>41,"t"=>1]]],"innodb_stats_method"=>["d"=>true,"t"=>5,"a"=>[["a"=>"innodb_stats_method","u"=>40,"t"=>2],["a"=>"sysvar_innodb_stats_method","u"=>41,"t"=>1]]],"innodb_stats_modified_counter"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_stats_modified_counter","u"=>40,"t"=>2]]],"innodb_stats_on_metadata"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_stats_on_metadata","u"=>40,"t"=>2],["a"=>"sysvar_innodb_stats_on_metadata","u"=>41,"t"=>1]]],"innodb_stats_persistent"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_stats_persistent","u"=>40,"t"=>2],["a"=>"sysvar_innodb_stats_persistent","u"=>41,"t"=>1]]],"innodb_stats_persistent_sample_pages"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_stats_persistent_sample_pages","u"=>40,"t"=>2],["a"=>"sysvar_innodb_stats_persistent_sample_pages","u"=>41,"t"=>1]]],"innodb_stats_sample_pages"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_stats_sample_pages","u"=>40,"t"=>2]]],"innodb_stats_traditional"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_stats_traditional","u"=>40,"t"=>2]]],"innodb_stats_transient_sample_pages"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_stats_transient_sample_pages","u"=>40,"t"=>2],["a"=>"sysvar_innodb_stats_transient_sample_pages","u"=>41,"t"=>1]]],"innodb_stats_update_need_lock"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_stats_update_need_lock","u"=>40,"t"=>2]]],"innodb_status_output"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_status_output","u"=>40,"t"=>2],["a"=>"sysvar_innodb_status_output","u"=>41,"t"=>1]]],"innodb_status_output_locks"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_status_output_locks","u"=>40,"t"=>2],["a"=>"sysvar_innodb_status_output_locks","u"=>41,"t"=>1]]],"innodb_strict_mode"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_strict_mode","u"=>40,"t"=>2],["a"=>"sysvar_innodb_strict_mode","u"=>41,"t"=>1]]],"innodb_support_xa"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_support_xa","u"=>40,"t"=>2]]],"innodb_sync_array_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_sync_array_size","u"=>40,"t"=>2],["a"=>"sysvar_innodb_sync_array_size","u"=>41,"t"=>1]]],"innodb_sync_spin_loops"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_sync_spin_loops","u"=>40,"t"=>2],["a"=>"sysvar_innodb_sync_spin_loops","u"=>41,"t"=>1]]],"innodb_table_locks"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_table_locks","u"=>40,"t"=>2],["a"=>"sysvar_innodb_table_locks","u"=>41,"t"=>1]]],"innodb_thread_concurrency"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_thread_concurrency","u"=>40,"t"=>2],["a"=>"sysvar_innodb_thread_concurrency","u"=>41,"t"=>1]]],"innodb_thread_concurrency_timer_based"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_thread_concurrency_timer_based","u"=>40,"t"=>2]]],"innodb_thread_sleep_delay"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_thread_sleep_delay","u"=>40,"t"=>2],["a"=>"sysvar_innodb_thread_sleep_delay","u"=>41,"t"=>1]]],"innodb_temp_data_file_path"=>["d"=>false,"t"=>1,"a"=>[["a"=>"innodb_temp_data_file_path","u"=>40,"t"=>2],["a"=>"sysvar_innodb_temp_data_file_path","u"=>41,"t"=>1]]],"innodb_tmpdir"=>["d"=>true,"a"=>[["a"=>"innodb_tmpdir","u"=>40,"t"=>2],["a"=>"sysvar_innodb_tmpdir","u"=>41,"t"=>1]]],"innodb_track_changed_pages"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_track_changed_pages","u"=>40,"t"=>2]]],"innodb_track_redo_log_now"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_track_redo_log_now","u"=>40,"t"=>2]]],"innodb_undo_directory"=>["d"=>false,"a"=>[["a"=>"innodb_undo_directory","u"=>40,"t"=>2],["a"=>"sysvar_innodb_undo_directory","u"=>41,"t"=>1]]],"innodb_undo_log_truncate"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_undo_log_truncate","u"=>40,"t"=>2],["a"=>"sysvar_innodb_undo_log_truncate","u"=>41,"t"=>1]]],"innodb_undo_logs"=>["d"=>true,"t"=>3,"a"=>[["a"=>"innodb_undo_logs","u"=>40,"t"=>2],["a"=>"sysvar_innodb_undo_logs","u"=>41,"t"=>1]]],"innodb_undo_tablespaces"=>["t"=>3,"a"=>[["a"=>"innodb_undo_tablespaces","u"=>40,"t"=>2],["a"=>"sysvar_innodb_undo_tablespaces","u"=>41,"t"=>1]]],"innodb_use_atomic_writes"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_use_atomic_writes","u"=>40,"t"=>2]]],"innodb_use_fallocate"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_use_fallocate","u"=>40,"t"=>2]]],"innodb_use_global_flush_log_at_trx_commit"=>["d"=>true,"t"=>2,"a"=>[["a"=>"innodb_use_global_flush_log_at_trx_commit","u"=>40,"t"=>2]]],"innodb_use_mtflush"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_use_mtflush","u"=>40,"t"=>2]]],"innodb_use_native_aio"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_use_native_aio","u"=>40,"t"=>2],["a"=>"sysvar_innodb_use_native_aio","u"=>41,"t"=>1]]],"innodb_use_purge_thread"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_use_purge_thread","u"=>40,"t"=>2]]],"innodb_use_stacktrace"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_use_stacktrace","u"=>40,"t"=>2]]],"innodb_use_sys_malloc"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_use_sys_malloc","u"=>40,"t"=>2]]],"innodb_use_sys_stats_table"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_use_sys_stats_table","u"=>40,"t"=>2]]],"innodb_use_trim"=>["d"=>false,"t"=>2,"a"=>[["a"=>"innodb_use_trim","u"=>40,"t"=>2]]],"innodb_version"=>["d"=>false,"t"=>1,"a"=>[["a"=>"innodb_version","u"=>40,"t"=>2]]],"innodb_write_io_threads"=>["d"=>false,"t"=>3,"a"=>[["a"=>"innodb_write_io_threads","u"=>40,"t"=>2],["a"=>"sysvar_innodb_write_io_threads","u"=>41,"t"=>1]]],"audit_log"=>["t"=>5,"a"=>[["a"=>"option_mysqld_audit-log","u"=>42,"t"=>1]]],"audit_log_buffer_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_audit_log_buffer_size","u"=>42,"t"=>1]]],"audit_log_compression"=>["d"=>false,"t"=>5,"a"=>[["a"=>"sysvar_audit_log_compression","u"=>42,"t"=>1]]],"audit_log_connection_policy"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_audit_log_connection_policy","u"=>42,"t"=>1]]],"audit_log_current_session"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_audit_log_current_session","u"=>42,"t"=>1]]],"audit_log_encryption"=>["d"=>false,"t"=>5,"a"=>[["a"=>"sysvar_audit_log_encryption","u"=>42,"t"=>1]]],"audit_log_exclude_accounts"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_audit_log_exclude_accounts","u"=>42,"t"=>1]]],"audit_log_file"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_audit_log_file","u"=>42,"t"=>1]]],"audit_log_filter_id"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_audit_log_filter_id","u"=>42,"t"=>1]]],"audit_log_flush"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_audit_log_flush","u"=>42,"t"=>1]]],"audit_log_format"=>["d"=>false,"t"=>5,"a"=>[["a"=>"sysvar_audit_log_format","u"=>42,"t"=>1]]],"audit_log_include_accounts"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_audit_log_include_accounts","u"=>42,"t"=>1]]],"audit_log_password_history_keep_days"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_audit_log_password_history_keep_days","u"=>42,"t"=>1]]],"audit_log_policy"=>["d"=>false,"t"=>5,"a"=>[["a"=>"sysvar_audit_log_policy","u"=>42,"t"=>1]]],"audit_log_read_buffer_size"=>["t"=>3,"a"=>[["a"=>"sysvar_audit_log_read_buffer_size","u"=>42,"t"=>1]]],"audit_log_rotate_on_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_audit_log_rotate_on_size","u"=>42,"t"=>1]]],"audit_log_statement_policy"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_audit_log_statement_policy","u"=>42,"t"=>1]]],"audit_log_strategy"=>["d"=>false,"t"=>5,"a"=>[["a"=>"sysvar_audit_log_strategy","u"=>42,"t"=>1]]],"innodb"=>["t"=>5,"a"=>[["a"=>"option_mysqld_innodb","u"=>41,"t"=>1]]],"innodb_status_file"=>["t"=>2,"a"=>[["a"=>"option_mysqld_innodb-status-file","u"=>41,"t"=>1]]],"daemon_memcached_enable_binlog"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_daemon_memcached_enable_binlog","u"=>41,"t"=>1]]],"daemon_memcached_engine_lib_name"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_daemon_memcached_engine_lib_name","u"=>41,"t"=>1]]],"daemon_memcached_engine_lib_path"=>["d"=>false,"t"=>7,"a"=>[["a"=>"sysvar_daemon_memcached_engine_lib_path","u"=>41,"t"=>1]]],"daemon_memcached_option"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_daemon_memcached_option","u"=>41,"t"=>1]]],"daemon_memcached_r_batch_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_daemon_memcached_r_batch_size","u"=>41,"t"=>1]]],"daemon_memcached_w_batch_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_daemon_memcached_w_batch_size","u"=>41,"t"=>1]]],"innodb_background_drop_list_empty"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_innodb_background_drop_list_empty","u"=>41,"t"=>1]]],"innodb_buffer_pool_debug"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_innodb_buffer_pool_debug","u"=>41,"t"=>1]]],"innodb_buffer_pool_in_core_file"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_innodb_buffer_pool_in_core_file","u"=>41,"t"=>1]]],"innodb_checkpoint_disabled"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_innodb_checkpoint_disabled","u"=>41,"t"=>1]]],"innodb_compress_debug"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_innodb_compress_debug","u"=>41,"t"=>1]]],"innodb_ddl_log_crash_reset_debug"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_innodb_ddl_log_crash_reset_debug","u"=>41,"t"=>1]]],"innodb_dedicated_server"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_innodb_dedicated_server","u"=>41,"t"=>1]]],"innodb_directories"=>["d"=>false,"t"=>7,"a"=>[["a"=>"sysvar_innodb_directories","u"=>41,"t"=>1]]],"innodb_fil_make_page_dirty_debug"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_fil_make_page_dirty_debug","u"=>41,"t"=>1]]],"innodb_fsync_threshold"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_fsync_threshold","u"=>41,"t"=>1]]],"innodb_limit_optimistic_insert_debug"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_limit_optimistic_insert_debug","u"=>41,"t"=>1]]],"innodb_log_checkpoint_fuzzy_now"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_innodb_log_checkpoint_fuzzy_now","u"=>41,"t"=>1]]],"innodb_log_checkpoint_now"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_innodb_log_checkpoint_now","u"=>41,"t"=>1]]],"innodb_log_spin_cpu_abs_lwm"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_log_spin_cpu_abs_lwm","u"=>41,"t"=>1]]],"innodb_log_spin_cpu_pct_hwm"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_log_spin_cpu_pct_hwm","u"=>41,"t"=>1]]],"innodb_log_wait_for_flush_spin_hwm"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_log_wait_for_flush_spin_hwm","u"=>41,"t"=>1]]],"innodb_merge_threshold_set_all_debug"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_merge_threshold_set_all_debug","u"=>41,"t"=>1]]],"innodb_parallel_read_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_parallel_read_threads","u"=>41,"t"=>1]]],"innodb_print_ddl_logs"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_innodb_print_ddl_logs","u"=>41,"t"=>1]]],"innodb_redo_log_archive_dirs"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_innodb_redo_log_archive_dirs","u"=>41,"t"=>1]]],"innodb_redo_log_encrypt"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_innodb_redo_log_encrypt","u"=>41,"t"=>1]]],"innodb_scan_directories"=>["d"=>false,"t"=>7,"a"=>[["a"=>"sysvar_innodb_scan_directories","u"=>41,"t"=>1]]],"innodb_saved_page_number_debug"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_saved_page_number_debug","u"=>41,"t"=>1]]],"innodb_spin_wait_pause_multiplier"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_spin_wait_pause_multiplier","u"=>41,"t"=>1]]],"innodb_sync_debug"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_innodb_sync_debug","u"=>41,"t"=>1]]],"innodb_temp_tablespaces_dir"=>["d"=>false,"t"=>7,"a"=>[["a"=>"sysvar_innodb_temp_tablespaces_dir","u"=>41,"t"=>1]]],"innodb_trx_purge_view_update_only_debug"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_innodb_trx_purge_view_update_only_debug","u"=>41,"t"=>1]]],"innodb_trx_rseg_n_slots_debug"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_innodb_trx_rseg_n_slots_debug","u"=>41,"t"=>1]]],"innodb_undo_log_encrypt"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_innodb_undo_log_encrypt","u"=>41,"t"=>1]]],"ndbcluster"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndbcluster","u"=>43,"t"=>1]]],"ndb-allow-copying-alter-table"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-allow-copying-alter-table","u"=>43,"t"=>1]]],"ndb-batch-size"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-batch-size","u"=>43,"t"=>1]]],"ndb-cluster-connection-pool"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-cluster-connection-pool","u"=>43,"t"=>1]]],"ndb-cluster-connection-pool-nodeids"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-cluster-connection-pool-nodeids","u"=>43,"t"=>1]]],"ndb-blob-read-batch-bytes"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-blob-read-batch-bytes","u"=>43,"t"=>1]]],"ndb-blob-write-batch-bytes"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-blob-write-batch-bytes","u"=>43,"t"=>1]]],"ndb-connectstring"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-connectstring","u"=>43,"t"=>1]]],"ndb-default-column-format"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-default-column-format","u"=>43,"t"=>1]]],"ndb-deferred-constraints"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-deferred-constraints","u"=>43,"t"=>1]]],"ndb-distribution"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-distribution","u"=>43,"t"=>1]]],"ndb-log-apply-status"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-log-apply-status","u"=>43,"t"=>1]]],"ndb-log-empty-epochs"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-log-empty-epochs","u"=>43,"t"=>1]]],"ndb-log-empty-update"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-log-empty-update","u"=>43,"t"=>1]]],"ndb-log-exclusive-reads"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-log-exclusive-reads","u"=>43,"t"=>1]]],"ndb-log-orig"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-log-orig","u"=>43,"t"=>1]]],"ndb-log-transaction-id"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-log-transaction-id","u"=>43,"t"=>1]]],"ndb-log-update-minimal"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-log-update-minimal","u"=>43,"t"=>1]]],"ndb-mgmd-host"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-mgmd-host","u"=>43,"t"=>1]]],"ndb-nodeid"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-nodeid","u"=>43,"t"=>1]]],"ndb-optimization-delay"=>["d"=>true,"a"=>[["a"=>"option_mysqld_ndb-optimization-delay","u"=>43,"t"=>1]]],"ndb-recv-thread-activation-threshold"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-recv-thread-activation-threshold","u"=>43,"t"=>1]]],"ndb-recv-thread-cpu-mask"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-recv-thread-cpu-mask","u"=>43,"t"=>1]]],"ndb-transid-mysql-connection-map"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-transid-mysql-connection-map","u"=>43,"t"=>1]]],"ndb-wait-connected"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-wait-connected","u"=>43,"t"=>1]]],"ndb-wait-setup"=>["d"=>false,"a"=>[["a"=>"option_mysqld_ndb-wait-setup","u"=>43,"t"=>1]]],"skip-ndbcluster"=>["d"=>false,"a"=>[["a"=>"option_mysqld_skip-ndbcluster","u"=>43,"t"=>1]]],"ndb_autoincrement_prefetch_sz"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_autoincrement_prefetch_sz","u"=>43,"t"=>1]]],"ndb_cache_check_time"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_cache_check_time","u"=>43,"t"=>1]]],"ndb_clear_apply_status"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_clear_apply_status","u"=>43,"t"=>1]]],"ndb_data_node_neighbour"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_data_node_neighbour","u"=>43,"t"=>1]]],"ndb_default_column_format"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_default_column_format","u"=>43,"t"=>1]]],"ndb_deferred_constraints"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_deferred_constraints","u"=>43,"t"=>1]]],"ndb_distribution"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_distribution","u"=>43,"t"=>1]]],"ndb_eventbuffer_free_percent"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_eventbuffer_free_percent","u"=>43,"t"=>1]]],"ndb_eventbuffer_max_alloc"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_eventbuffer_max_alloc","u"=>43,"t"=>1]]],"ndb_extra_logging"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_extra_logging","u"=>43,"t"=>1]]],"ndb_force_send"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_force_send","u"=>43,"t"=>1]]],"ndb_fully_replicated"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_fully_replicated","u"=>43,"t"=>1]]],"ndb_index_stat_enable"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_index_stat_enable","u"=>43,"t"=>1]]],"ndb_index_stat_option"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_index_stat_option","u"=>43,"t"=>1]]],"ndb_join_pushdown"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_join_pushdown","u"=>43,"t"=>1]]],"ndb_log_apply_status"=>["d"=>false,"a"=>[["a"=>"sysvar_ndb_log_apply_status","u"=>43,"t"=>1]]],"ndb_log_bin"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_log_bin","u"=>43,"t"=>1]]],"ndb_log_binlog_index"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_log_binlog_index","u"=>43,"t"=>1]]],"ndb_log_empty_epochs"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_log_empty_epochs","u"=>43,"t"=>1]]],"ndb_log_empty_update"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_log_empty_update","u"=>43,"t"=>1]]],"ndb_log_exclusive_reads"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_log_exclusive_reads","u"=>43,"t"=>1]]],"ndb_log_orig"=>["d"=>false,"a"=>[["a"=>"sysvar_ndb_log_orig","u"=>43,"t"=>1]]],"ndb_log_transaction_id"=>["d"=>false,"a"=>[["a"=>"sysvar_ndb_log_transaction_id","u"=>43,"t"=>1]]],"ndb_optimized_node_selection"=>["d"=>false,"a"=>[["a"=>"sysvar_ndb_optimized_node_selection","u"=>43,"t"=>1]]],"ndb_read_backup"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_read_backup","u"=>43,"t"=>1]]],"ndb_recv_thread_activation_threshold"=>["d"=>false,"a"=>[["a"=>"sysvar_ndb_recv_thread_activation_threshold","u"=>43,"t"=>1]]],"ndb_recv_thread_cpu_mask"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_recv_thread_cpu_mask","u"=>43,"t"=>1]]],"ndb_report_thresh_binlog_epoch_slip"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_report_thresh_binlog_epoch_slip","u"=>43,"t"=>1]]],"ndb_report_thresh_binlog_mem_usage"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_ndb_report_thresh_binlog_mem_usage","u"=>43,"t"=>1]]],"ndb_row_checksum"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_ndb_row_checksum","u"=>43,"t"=>1]]],"ndb_show_foreign_key_mock_tables"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_show_foreign_key_mock_tables","u"=>43,"t"=>1]]],"ndb_slave_conflict_role"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_slave_conflict_role","u"=>43,"t"=>1]]],"ndb_table_no_logging"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_table_no_logging","u"=>43,"t"=>1]]],"ndb_table_temporary"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_table_temporary","u"=>43,"t"=>1]]],"ndb_use_copying_alter_table"=>["d"=>false,"a"=>[["a"=>"sysvar_ndb_use_copying_alter_table","u"=>43,"t"=>1]]],"ndb_use_exact_count"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_use_exact_count","u"=>43,"t"=>1]]],"ndb_use_transactions"=>["d"=>true,"a"=>[["a"=>"sysvar_ndb_use_transactions","u"=>43,"t"=>1]]],"ndb_version"=>["d"=>false,"a"=>[["a"=>"sysvar_ndb_version","u"=>43,"t"=>1]]],"ndb_version_string"=>["d"=>false,"a"=>[["a"=>"sysvar_ndb_version_string","u"=>43,"t"=>1]]],"server_id_bits"=>["d"=>false,"a"=>[["a"=>"sysvar_server_id_bits","u"=>43,"t"=>1]]],"slave_allow_batching"=>["d"=>true,"a"=>[["a"=>"sysvar_slave_allow_batching","u"=>43,"t"=>1]]],"transaction_allow_batching"=>["d"=>true,"a"=>[["a"=>"sysvar_transaction_allow_batching","u"=>43,"t"=>1]]],"ndbinfo_database"=>["d"=>false,"a"=>[["a"=>"sysvar_ndbinfo_database","u"=>43,"t"=>1]]],"ndbinfo_max_bytes"=>["d"=>true,"a"=>[["a"=>"sysvar_ndbinfo_max_bytes","u"=>43,"t"=>1]]],"ndbinfo_max_rows"=>["d"=>true,"a"=>[["a"=>"sysvar_ndbinfo_max_rows","u"=>43,"t"=>1]]],"ndbinfo_offline"=>["d"=>true,"a"=>[["a"=>"sysvar_ndbinfo_offline","u"=>43,"t"=>1]]],"ndbinfo_show_hidden"=>["d"=>true,"a"=>[["a"=>"sysvar_ndbinfo_show_hidden","u"=>43,"t"=>1]]],"ndbinfo_table_prefix"=>["d"=>true,"a"=>[["a"=>"sysvar_ndbinfo_table_prefix","u"=>43,"t"=>1]]],"ndbinfo_version"=>["d"=>false,"a"=>[["a"=>"sysvar_ndbinfo_version","u"=>43,"t"=>1]]],"performance_schema_error_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_error_size","u"=>20,"t"=>1]]],"performance_schema_events_transactions_history_long_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_events_transactions_history_long_size","u"=>20,"t"=>1]]],"performance_schema_events_transactions_history_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_events_transactions_history_size","u"=>20,"t"=>1]]],"performance_schema_max_digest_sample_age"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_max_digest_sample_age","u"=>20,"t"=>1]]],"performance_schema_max_index_stat"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_max_index_stat","u"=>20,"t"=>1]]],"performance_schema_max_memory_classes"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_max_memory_classes","u"=>20,"t"=>1]]],"performance_schema_max_metadata_locks"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_max_metadata_locks","u"=>20,"t"=>1]]],"performance_schema_max_prepared_statements_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_max_prepared_statements_instances","u"=>20,"t"=>1]]],"performance_schema_max_program_instances"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_max_program_instances","u"=>20,"t"=>1]]],"performance_schema_max_sql_text_length"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_max_sql_text_length","u"=>20,"t"=>1]]],"performance_schema_max_statement_stack"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_max_statement_stack","u"=>20,"t"=>1]]],"performance_schema_max_table_lock_stat"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_performance_schema_max_table_lock_stat","u"=>20,"t"=>1]]],"authentication_ldap_sasl_auth_method_name"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_auth_method_name","u"=>44,"t"=>1]]],"authentication_ldap_sasl_bind_base_dn"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_bind_base_dn","u"=>44,"t"=>1]]],"authentication_ldap_sasl_bind_root_dn"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_bind_root_dn","u"=>44,"t"=>1]]],"authentication_ldap_sasl_bind_root_pwd"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_bind_root_pwd","u"=>44,"t"=>1]]],"authentication_ldap_sasl_ca_path"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_ca_path","u"=>44,"t"=>1]]],"authentication_ldap_sasl_group_search_attr"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_group_search_attr","u"=>44,"t"=>1]]],"authentication_ldap_sasl_group_search_filter"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_group_search_filter","u"=>44,"t"=>1]]],"authentication_ldap_sasl_init_pool_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_init_pool_size","u"=>44,"t"=>1]]],"authentication_ldap_sasl_log_status"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_log_status","u"=>44,"t"=>1]]],"authentication_ldap_sasl_max_pool_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_max_pool_size","u"=>44,"t"=>1]]],"authentication_ldap_sasl_server_host"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_server_host","u"=>44,"t"=>1]]],"authentication_ldap_sasl_server_port"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_server_port","u"=>44,"t"=>1]]],"authentication_ldap_sasl_tls"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_tls","u"=>44,"t"=>1]]],"authentication_ldap_sasl_user_search_attr"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_sasl_user_search_attr","u"=>44,"t"=>1]]],"authentication_ldap_simple_auth_method_name"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_simple_auth_method_name","u"=>44,"t"=>1]]],"authentication_ldap_simple_bind_base_dn"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_simple_bind_base_dn","u"=>44,"t"=>1]]],"authentication_ldap_simple_bind_root_dn"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_simple_bind_root_dn","u"=>44,"t"=>1]]],"authentication_ldap_simple_bind_root_pwd"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_simple_bind_root_pwd","u"=>44,"t"=>1]]],"authentication_ldap_simple_ca_path"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_simple_ca_path","u"=>44,"t"=>1]]],"authentication_ldap_simple_group_search_attr"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_simple_group_search_attr","u"=>44,"t"=>1]]],"authentication_ldap_simple_group_search_filter"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_simple_group_search_filter","u"=>44,"t"=>1]]],"authentication_ldap_simple_init_pool_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_authentication_ldap_simple_init_pool_size","u"=>44,"t"=>1]]],"authentication_ldap_simple_log_status"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_authentication_ldap_simple_log_status","u"=>44,"t"=>1]]],"authentication_ldap_simple_max_pool_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_authentication_ldap_simple_max_pool_size","u"=>44,"t"=>1]]],"authentication_ldap_simple_server_host"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_simple_server_host","u"=>44,"t"=>1]]],"authentication_ldap_simple_server_port"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_authentication_ldap_simple_server_port","u"=>44,"t"=>1]]],"authentication_ldap_simple_tls"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_authentication_ldap_simple_tls","u"=>44,"t"=>1]]],"authentication_ldap_simple_user_search_attr"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_authentication_ldap_simple_user_search_attr","u"=>44,"t"=>1]]],"binlog_row_event_max_size"=>["t"=>3,"a"=>[["a"=>"option_mysqld_binlog-row-event-max-size","u"=>22,"t"=>1],["a"=>"sysvar_binlog_row_event_max_size","u"=>22,"t"=>1],["a"=>"option_mysqld_binlog-row-event-max-size","u"=>23,"t"=>1]]],"binlog_do_db"=>["t"=>1,"a"=>[["a"=>"option_mysqld_binlog-do-db","u"=>22,"t"=>1],["a"=>"option_mysqld_binlog-do-db","u"=>23,"t"=>1]]],"binlog_ignore_db"=>["t"=>1,"a"=>[["a"=>"option_mysqld_binlog-ignore-db","u"=>22,"t"=>1],["a"=>"option_mysqld_binlog-ignore-db","u"=>23,"t"=>1]]],"max_binlog_dump_events"=>["t"=>3,"a"=>[["a"=>"option_mysqld_max-binlog-dump-events","u"=>22,"t"=>1],["a"=>"option_mysqld_max-binlog-dump-events","u"=>23,"t"=>1]]],"sporadic_binlog_dump_fail"=>["t"=>2,"a"=>[["a"=>"option_mysqld_sporadic-binlog-dump-fail","u"=>22,"t"=>1],["a"=>"option_mysqld_sporadic-binlog-dump-fail","u"=>23,"t"=>1]]],"binlog_encryption"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_binlog_encryption","u"=>22,"t"=>1]]],"binlog_error_action"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_binlog_error_action","u"=>22,"t"=>1],["a"=>"sysvar_binlog_error_action","u"=>23,"t"=>1]]],"binlog_expire_logs_seconds"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_binlog_expire_logs_seconds","u"=>22,"t"=>1]]],"binlog_group_commit_sync_delay"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_binlog_group_commit_sync_delay","u"=>22,"t"=>1],["a"=>"sysvar_binlog_group_commit_sync_delay","u"=>23,"t"=>1]]],"binlog_group_commit_sync_no_delay_count"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_binlog_group_commit_sync_no_delay_count","u"=>22,"t"=>1],["a"=>"sysvar_binlog_group_commit_sync_no_delay_count","u"=>23,"t"=>1]]],"binlog_max_flush_queue_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_binlog_max_flush_queue_time","u"=>22,"t"=>1],["a"=>"sysvar_binlog_max_flush_queue_time","u"=>23,"t"=>1]]],"binlog_order_commits"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_binlog_order_commits","u"=>22,"t"=>1],["a"=>"sysvar_binlog_order_commits","u"=>23,"t"=>1]]],"binlog_rotate_encryption_master_key_at_startup"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_binlog_rotate_encryption_master_key_at_startup","u"=>22,"t"=>1]]],"binlog_row_value_options"=>["d"=>true,"t"=>6,"a"=>[["a"=>"sysvar_binlog_row_value_options","u"=>22,"t"=>1]]],"binlog_rows_query_log_events"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_binlog_rows_query_log_events","u"=>22,"t"=>1],["a"=>"sysvar_binlog_rows_query_log_events","u"=>23,"t"=>1]]],"binlog_transaction_dependency_tracking"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_binlog_transaction_dependency_tracking","u"=>22,"t"=>1],["a"=>"sysvar_binlog_transaction_dependency_tracking","u"=>23,"t"=>1]]],"binlog_transaction_dependency_history_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_binlog_transaction_dependency_history_size","u"=>22,"t"=>1],["a"=>"sysvar_binlog_transaction_dependency_history_size","u"=>23,"t"=>1]]],"log_bin_use_v1_row_events"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_log_bin_use_v1_row_events","u"=>22,"t"=>1],["a"=>"sysvar_log_bin_use_v1_row_events","u"=>23,"t"=>1]]],"log_builtin_as_identified_by_password"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_log_builtin_as_identified_by_password","u"=>22,"t"=>1],["a"=>"sysvar_log_builtin_as_identified_by_password","u"=>23,"t"=>1]]],"log_statements_unsafe_for_binlog"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_log_statements_unsafe_for_binlog","u"=>22,"t"=>1],["a"=>"sysvar_log_statements_unsafe_for_binlog","u"=>23,"t"=>1]]],"original_commit_timestamp"=>["d"=>true,"t"=>4,"a"=>[["a"=>"sysvar_original_commit_timestamp","u"=>22,"t"=>1]]],"transaction_write_set_extraction"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_transaction_write_set_extraction","u"=>22,"t"=>1],["a"=>"sysvar_transaction_write_set_extraction","u"=>23,"t"=>1]]],"binlogging_impossible_mode"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_binlogging_impossible_mode","u"=>23,"t"=>1]]],"log_backward_compatible_user_definitions"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_log_backward_compatible_user_definitions","u"=>23,"t"=>1]]],"binlog_gtid_simple_recovery"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_binlog_gtid_simple_recovery","u"=>45,"t"=>1]]],"enforce_gtid_consistency"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_enforce_gtid_consistency","u"=>45,"t"=>1]]],"gtid_executed"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_gtid_executed","u"=>45,"t"=>1]]],"gtid_executed_compression_period"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_gtid_executed_compression_period","u"=>45,"t"=>1]]],"gtid_mode"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_gtid_mode","u"=>45,"t"=>1]]],"gtid_next"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_gtid_next","u"=>45,"t"=>1]]],"gtid_owned"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_gtid_owned","u"=>45,"t"=>1]]],"gtid_purged"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_gtid_purged","u"=>45,"t"=>1]]],"show_slave_auth_info"=>["t"=>2,"a"=>[["a"=>"option_mysqld_show-slave-auth-info","u"=>21,"t"=>1]]],"immediate_server_version"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_immediate_server_version","u"=>21,"t"=>1]]],"original_server_version"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_original_server_version","u"=>21,"t"=>1]]],"rpl_semi_sync_master_wait_for_slave_count"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_rpl_semi_sync_master_wait_for_slave_count","u"=>21,"t"=>1]]],"master_info_file"=>["t"=>8,"a"=>[["a"=>"option_mysqld_master-info-file","u"=>24,"t"=>1]]],"master_retry_count"=>["t"=>3,"a"=>[["a"=>"option_mysqld_master-retry-count","u"=>24,"t"=>1]]],"replicate_same_server_id"=>["t"=>2,"a"=>[["a"=>"option_mysqld_replicate-same-server-id","u"=>24,"t"=>1]]],"skip_slave_start"=>["t"=>2,"a"=>[["a"=>"option_mysqld_skip-slave-start","u"=>24,"t"=>1]]],"abort_slave_event_count"=>["t"=>3,"a"=>[["a"=>"option_mysqld_abort-slave-event-count","u"=>24,"t"=>1]]],"disconnect_slave_event_count"=>["t"=>3,"a"=>[["a"=>"option_mysqld_disconnect-slave-event-count","u"=>24,"t"=>1]]],"master_info_repository"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_master_info_repository","u"=>24,"t"=>1]]],"relay_log_info_repository"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_relay_log_info_repository","u"=>24,"t"=>1]]],"rpl_read_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_rpl_read_size","u"=>24,"t"=>1]]],"rpl_stop_slave_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_rpl_stop_slave_timeout","u"=>24,"t"=>1]]],"slave_checkpoint_group"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_slave_checkpoint_group","u"=>24,"t"=>1]]],"slave_checkpoint_period"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_slave_checkpoint_period","u"=>24,"t"=>1]]],"slave_parallel_type"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_slave_parallel_type","u"=>24,"t"=>1]]],"slave_pending_jobs_size_max"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_slave_pending_jobs_size_max","u"=>24,"t"=>1]]],"slave_preserve_commit_order"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_slave_preserve_commit_order","u"=>24,"t"=>1]]],"slave_rows_search_algorithms"=>["d"=>true,"t"=>6,"a"=>[["a"=>"sysvar_slave_rows_search_algorithms","u"=>24,"t"=>1]]],"server_uuid"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_server_uuid","u"=>9,"t"=>1]]],"help"=>["a"=>[["a"=>"option_mysqld_help","u"=>16,"t"=>1]]],"allow_suspicious_udfs"=>["t"=>2,"a"=>[["a"=>"option_mysqld_allow-suspicious-udfs","u"=>16,"t"=>1]]],"ansi"=>["a"=>[["a"=>"option_mysqld_ansi","u"=>16,"t"=>1]]],"character_set_client_handshake"=>["t"=>2,"a"=>[["a"=>"option_mysqld_character-set-client-handshake","u"=>16,"t"=>1]]],"chroot"=>["t"=>7,"a"=>[["a"=>"option_mysqld_chroot","u"=>16,"t"=>1]]],"console"=>["a"=>[["a"=>"option_mysqld_console","u"=>16,"t"=>1]]],"daemonize"=>["t"=>2,"a"=>[["a"=>"option_mysqld_daemonize","u"=>16,"t"=>1]]],"debug_sync_timeout"=>["t"=>3,"a"=>[["a"=>"option_mysqld_debug-sync-timeout","u"=>16,"t"=>1]]],"default_time_zone"=>["t"=>1,"a"=>[["a"=>"option_mysqld_default-time-zone","u"=>16,"t"=>1]]],"des_key_file"=>["a"=>[["a"=>"option_mysqld_des-key-file","u"=>16,"t"=>1]]],"early_plugin_load"=>["t"=>1,"a"=>[["a"=>"option_mysqld_early-plugin-load","u"=>16,"t"=>1]]],"exit_info"=>["t"=>3,"a"=>[["a"=>"option_mysqld_exit-info","u"=>16,"t"=>1]]],"external_locking"=>["t"=>2,"a"=>[["a"=>"option_mysqld_external-locking","u"=>16,"t"=>1]]],"gdb"=>["t"=>2,"a"=>[["a"=>"option_mysqld_gdb","u"=>16,"t"=>1]]],"initialize"=>["t"=>2,"a"=>[["a"=>"option_mysqld_initialize","u"=>16,"t"=>1]]],"initialize_insecure"=>["t"=>2,"a"=>[["a"=>"option_mysqld_initialize-insecure","u"=>16,"t"=>1]]],"install"=>["a"=>[["a"=>"option_mysqld_install","u"=>16,"t"=>1]]],"install_manual"=>["a"=>[["a"=>"option_mysqld_install-manual","u"=>16,"t"=>1]]],"language"=>["d"=>false,"t"=>7,"a"=>[["a"=>"option_mysqld_language","u"=>16,"t"=>1]]],"local_service"=>["a"=>[["a"=>"option_mysqld_local-service","u"=>16,"t"=>1]]],"log_isam"=>["t"=>8,"a"=>[["a"=>"option_mysqld_log-isam","u"=>16,"t"=>1]]],"log_raw"=>["t"=>2,"a"=>[["a"=>"option_mysqld_log-raw","u"=>16,"t"=>1],["a"=>"sysvar_log_raw","u"=>15,"t"=>1]]],"log_short_format"=>["t"=>2,"a"=>[["a"=>"option_mysqld_log-short-format","u"=>16,"t"=>1]]],"log_tc"=>["t"=>8,"a"=>[["a"=>"option_mysqld_log-tc","u"=>16,"t"=>1]]],"memlock"=>["t"=>2,"a"=>[["a"=>"option_mysqld_memlock","u"=>16,"t"=>1]]],"no_dd_upgrade"=>["t"=>2,"a"=>[["a"=>"option_mysqld_no-dd-upgrade","u"=>16,"t"=>1]]],"no_monitor"=>["t"=>2,"a"=>[["a"=>"option_mysqld_no-monitor","u"=>16,"t"=>1]]],"old_style_user_limits"=>["t"=>2,"a"=>[["a"=>"option_mysqld_old-style-user-limits","u"=>16,"t"=>1]]],"plugin_load"=>["d"=>false,"t"=>1,"a"=>[["a"=>"option_mysqld_plugin-load","u"=>16,"t"=>1]]],"plugin_load_add"=>["d"=>false,"t"=>1,"a"=>[["a"=>"option_mysqld_plugin-load-add","u"=>16,"t"=>1]]],"port_open_timeout"=>["t"=>3,"a"=>[["a"=>"option_mysqld_port-open-timeout","u"=>16,"t"=>1]]],"remove"=>["a"=>[["a"=>"option_mysqld_remove","u"=>16,"t"=>1]]],"safe_user_create"=>["t"=>2,"a"=>[["a"=>"option_mysqld_safe-user-create","u"=>16,"t"=>1]]],"skip_grant_tables"=>["t"=>2,"a"=>[["a"=>"option_mysqld_skip-grant-tables","u"=>16,"t"=>1]]],"skip_host_cache"=>["a"=>[["a"=>"option_mysqld_skip-host-cache","u"=>16,"t"=>1]]],"skip_new"=>["a"=>[["a"=>"option_mysqld_skip-new","u"=>16,"t"=>1]]],"skip_stack_trace"=>["a"=>[["a"=>"option_mysqld_skip-stack-trace","u"=>16,"t"=>1]]],"slow_start_timeout"=>["t"=>3,"a"=>[["a"=>"option_mysqld_slow-start-timeout","u"=>16,"t"=>1]]],"standalone"=>["a"=>[["a"=>"option_mysqld_standalone","u"=>16,"t"=>1]]],"super_large_pages"=>["t"=>2,"a"=>[["a"=>"option_mysqld_super-large-pages","u"=>16,"t"=>1]]],"symbolic_links"=>["t"=>2,"a"=>[["a"=>"option_mysqld_symbolic-links","u"=>16,"t"=>1]]],"sysdate_is_now"=>["t"=>2,"a"=>[["a"=>"option_mysqld_sysdate-is-now","u"=>16,"t"=>1]]],"tc_heuristic_recover"=>["t"=>5,"a"=>[["a"=>"option_mysqld_tc-heuristic-recover","u"=>16,"t"=>1]]],"temp_pool"=>["t"=>2,"a"=>[["a"=>"option_mysqld_temp-pool","u"=>16,"t"=>1]]],"transaction_isolation"=>["d"=>true,"t"=>5,"a"=>[["a"=>"option_mysqld_transaction-isolation","u"=>16,"t"=>1],["a"=>"sysvar_transaction_isolation","u"=>15,"t"=>1]]],"transaction_read_only"=>["d"=>true,"t"=>2,"a"=>[["a"=>"option_mysqld_transaction-read-only","u"=>16,"t"=>1],["a"=>"sysvar_transaction_read_only","u"=>15,"t"=>1]]],"upgrade"=>["t"=>5,"a"=>[["a"=>"option_mysqld_upgrade","u"=>16,"t"=>1]]],"user"=>["t"=>1,"a"=>[["a"=>"option_mysqld_user","u"=>16,"t"=>1]]],"validate_config"=>["t"=>2,"a"=>[["a"=>"option_mysqld_validate-config","u"=>16,"t"=>1]]],"activate_all_roles_on_login"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_activate_all_roles_on_login","u"=>15,"t"=>1]]],"admin_address"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_admin_address","u"=>15,"t"=>1]]],"admin_port"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_admin_port","u"=>15,"t"=>1]]],"authentication_windows_log_level"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_authentication_windows_log_level","u"=>15,"t"=>1]]],"authentication_windows_use_principal_name"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_authentication_windows_use_principal_name","u"=>15,"t"=>1]]],"auto_generate_certs"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_auto_generate_certs","u"=>15,"t"=>1]]],"avoid_temporal_upgrade"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_avoid_temporal_upgrade","u"=>15,"t"=>1]]],"block_encryption_mode"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_block_encryption_mode","u"=>15,"t"=>1]]],"caching_sha2_password_auto_generate_rsa_keys"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_caching_sha2_password_auto_generate_rsa_keys","u"=>15,"t"=>1]]],"caching_sha2_password_private_key_path"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_caching_sha2_password_private_key_path","u"=>15,"t"=>1]]],"caching_sha2_password_public_key_path"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_caching_sha2_password_public_key_path","u"=>15,"t"=>1]]],"check_proxy_users"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_check_proxy_users","u"=>15,"t"=>1]]],"create_admin_listener_thread"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_create_admin_listener_thread","u"=>15,"t"=>1]]],"cte_max_recursion_depth"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_cte_max_recursion_depth","u"=>15,"t"=>1]]],"default_authentication_plugin"=>["d"=>false,"t"=>5,"a"=>[["a"=>"sysvar_default_authentication_plugin","u"=>15,"t"=>1]]],"default_collation_for_utf8mb4"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_default_collation_for_utf8mb4","u"=>15,"t"=>1]]],"default_table_encryption"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_default_table_encryption","u"=>15,"t"=>1]]],"disabled_storage_engines"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_disabled_storage_engines","u"=>15,"t"=>1]]],"dragnet.log_error_filter_rules"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_dragnet.log_error_filter_rules","u"=>15,"t"=>1]]],"end_markers_in_json"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_end_markers_in_json","u"=>15,"t"=>1]]],"generated_random_password_length"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_generated_random_password_length","u"=>15,"t"=>1]]],"have_statement_timeout"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_have_statement_timeout","u"=>15,"t"=>1]]],"histogram_generation_max_mem_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_histogram_generation_max_mem_size","u"=>15,"t"=>1]]],"information_schema_stats_expiry"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_information_schema_stats_expiry","u"=>15,"t"=>1]]],"internal_tmp_disk_storage_engine"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_internal_tmp_disk_storage_engine","u"=>15,"t"=>1]]],"internal_tmp_mem_storage_engine"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_internal_tmp_mem_storage_engine","u"=>15,"t"=>1]]],"log_error_filter_rules"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_log_error_filter_rules","u"=>15,"t"=>1]]],"log_error_services"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_log_error_services","u"=>15,"t"=>1]]],"log_error_suppression_list"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_log_error_suppression_list","u"=>15,"t"=>1]]],"log_error_verbosity"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_log_error_verbosity","u"=>15,"t"=>1]]],"log_slow_extra"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_log_slow_extra","u"=>15,"t"=>1]]],"log_syslog"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_log_syslog","u"=>15,"t"=>1]]],"log_syslog_facility"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_log_syslog_facility","u"=>15,"t"=>1]]],"log_syslog_include_pid"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_log_syslog_include_pid","u"=>15,"t"=>1]]],"log_syslog_tag"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_log_syslog_tag","u"=>15,"t"=>1]]],"log_timestamps"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_log_timestamps","u"=>15,"t"=>1]]],"log_throttle_queries_not_using_indexes"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_log_throttle_queries_not_using_indexes","u"=>15,"t"=>1]]],"mandatory_roles"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_mandatory_roles","u"=>15,"t"=>1]]],"max_execution_time"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_max_execution_time","u"=>15,"t"=>1]]],"max_points_in_geometry"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_max_points_in_geometry","u"=>15,"t"=>1]]],"mecab_rc_file"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_mecab_rc_file","u"=>15,"t"=>1]]],"mysql_native_password_proxy_users"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_mysql_native_password_proxy_users","u"=>15,"t"=>1]]],"named_pipe_full_access_group"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_named_pipe_full_access_group","u"=>15,"t"=>1]]],"new"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_new","u"=>15,"t"=>1]]],"ngram_token_size"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_ngram_token_size","u"=>15,"t"=>1]]],"offline_mode"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_offline_mode","u"=>15,"t"=>1]]],"optimizer_trace_features"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_optimizer_trace_features","u"=>15,"t"=>1]]],"optimizer_trace_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_optimizer_trace_limit","u"=>15,"t"=>1]]],"optimizer_trace_offset"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_optimizer_trace_offset","u"=>15,"t"=>1]]],"parser_max_mem_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_parser_max_mem_size","u"=>15,"t"=>1]]],"partial_revokes"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_partial_revokes","u"=>15,"t"=>1]]],"password_history"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_password_history","u"=>15,"t"=>1]]],"password_require_current"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_password_require_current","u"=>15,"t"=>1]]],"password_reuse_interval"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_password_reuse_interval","u"=>15,"t"=>1]]],"persisted_globals_load"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_persisted_globals_load","u"=>15,"t"=>1]]],"persist_only_admin_x509_subject"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_persist_only_admin_x509_subject","u"=>15,"t"=>1]]],"print_identified_with_as_hex"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_print_identified_with_as_hex","u"=>15,"t"=>1]]],"protocol_compression_algorithms"=>["d"=>true,"t"=>6,"a"=>[["a"=>"sysvar_protocol_compression_algorithms","u"=>15,"t"=>1]]],"range_optimizer_max_mem_size"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_range_optimizer_max_mem_size","u"=>15,"t"=>1]]],"rbr_exec_mode"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_rbr_exec_mode","u"=>15,"t"=>1]]],"regexp_stack_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_regexp_stack_limit","u"=>15,"t"=>1]]],"regexp_time_limit"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_regexp_time_limit","u"=>15,"t"=>1]]],"require_secure_transport"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_require_secure_transport","u"=>15,"t"=>1]]],"resultset_metadata"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_resultset_metadata","u"=>15,"t"=>1]]],"secondary_engine_cost_threshold"=>["d"=>true,"t"=>4,"a"=>[["a"=>"sysvar_secondary_engine_cost_threshold","u"=>15,"t"=>1]]],"schema_definition_cache"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_schema_definition_cache","u"=>15,"t"=>1]]],"session_track_gtids"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_session_track_gtids","u"=>15,"t"=>1]]],"sha256_password_auto_generate_rsa_keys"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_sha256_password_auto_generate_rsa_keys","u"=>15,"t"=>1]]],"sha256_password_private_key_path"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_sha256_password_private_key_path","u"=>15,"t"=>1]]],"sha256_password_proxy_users"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_sha256_password_proxy_users","u"=>15,"t"=>1]]],"sha256_password_public_key_path"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_sha256_password_public_key_path","u"=>15,"t"=>1]]],"show_compatibility_56"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_show_compatibility_56","u"=>15,"t"=>1]]],"show_create_table_skip_secondary_engine"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_show_create_table_skip_secondary_engine","u"=>15,"t"=>1]]],"show_create_table_verbosity"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_show_create_table_verbosity","u"=>15,"t"=>1]]],"show_old_temporals"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_show_old_temporals","u"=>15,"t"=>1]]],"sql_require_primary_key"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_sql_require_primary_key","u"=>15,"t"=>1]]],"ssl_fips_mode"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_ssl_fips_mode","u"=>15,"t"=>1]]],"stored_program_definition_cache"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_stored_program_definition_cache","u"=>15,"t"=>1]]],"super_read_only"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_super_read_only","u"=>15,"t"=>1]]],"syseventlog.facility"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_syseventlog.facility","u"=>15,"t"=>1]]],"syseventlog.include_pid"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_syseventlog.include_pid","u"=>15,"t"=>1]]],"syseventlog.tag"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_syseventlog.tag","u"=>15,"t"=>1]]],"table_encryption_privilege_check"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_table_encryption_privilege_check","u"=>15,"t"=>1]]],"tablespace_definition_cache"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_tablespace_definition_cache","u"=>15,"t"=>1]]],"temptable_max_ram"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_temptable_max_ram","u"=>15,"t"=>1]]],"temptable_use_mmap"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_temptable_use_mmap","u"=>15,"t"=>1]]],"thread_pool_algorithm"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_thread_pool_algorithm","u"=>15,"t"=>1]]],"thread_pool_high_priority_connection"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_thread_pool_high_priority_connection","u"=>15,"t"=>1]]],"thread_pool_max_active_query_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_thread_pool_max_active_query_threads","u"=>15,"t"=>1]]],"thread_pool_max_unused_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_thread_pool_max_unused_threads","u"=>15,"t"=>1]]],"tls_ciphersuites"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_tls_ciphersuites","u"=>15,"t"=>1]]],"use_secondary_engine"=>["d"=>true,"t"=>5,"a"=>[["a"=>"sysvar_use_secondary_engine","u"=>15,"t"=>1]]],"validate_user_plugins"=>["d"=>false,"t"=>2,"a"=>[["a"=>"sysvar_validate_user_plugins","u"=>15,"t"=>1]]],"version_compile_zlib"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_version_compile_zlib","u"=>15,"t"=>1]]],"windowing_use_high_precision"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_windowing_use_high_precision","u"=>15,"t"=>1]]],"version_tokens_session"=>["d"=>true,"t"=>1,"a"=>[["a"=>"sysvar_version_tokens_session","u"=>46,"t"=>1]]],"version_tokens_session_number"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_version_tokens_session_number","u"=>46,"t"=>1]]],"mysqlx"=>["t"=>5,"a"=>[["a"=>"option_mysqld_mysqlx","u"=>47,"t"=>1]]],"mysqlx_bind_address"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_mysqlx_bind_address","u"=>47,"t"=>1]]],"mysqlx_connect_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_connect_timeout","u"=>47,"t"=>1]]],"mysqlx_document_id_unique_prefix"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_document_id_unique_prefix","u"=>47,"t"=>1]]],"mysqlx_enable_hello_notice"=>["d"=>true,"t"=>2,"a"=>[["a"=>"sysvar_mysqlx_enable_hello_notice","u"=>47,"t"=>1]]],"mysqlx_idle_worker_thread_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_idle_worker_thread_timeout","u"=>47,"t"=>1]]],"mysqlx_interactive_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_interactive_timeout","u"=>47,"t"=>1]]],"mysqlx_max_allowed_packet"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_max_allowed_packet","u"=>47,"t"=>1]]],"mysqlx_max_connections"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_max_connections","u"=>47,"t"=>1]]],"mysqlx_min_worker_threads"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_min_worker_threads","u"=>47,"t"=>1]]],"mysqlx_port"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_port","u"=>47,"t"=>1]]],"mysqlx_port_open_timeout"=>["d"=>false,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_port_open_timeout","u"=>47,"t"=>1]]],"mysqlx_read_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_read_timeout","u"=>47,"t"=>1]]],"mysqlx_socket"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_mysqlx_socket","u"=>47,"t"=>1]]],"mysqlx_ssl_ca"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_mysqlx_ssl_ca","u"=>47,"t"=>1]]],"mysqlx_ssl_capath"=>["d"=>false,"t"=>7,"a"=>[["a"=>"sysvar_mysqlx_ssl_capath","u"=>47,"t"=>1]]],"mysqlx_ssl_cert"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_mysqlx_ssl_cert","u"=>47,"t"=>1]]],"mysqlx_ssl_cipher"=>["d"=>false,"t"=>1,"a"=>[["a"=>"sysvar_mysqlx_ssl_cipher","u"=>47,"t"=>1]]],"mysqlx_ssl_crl"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_mysqlx_ssl_crl","u"=>47,"t"=>1]]],"mysqlx_ssl_crlpath"=>["d"=>false,"t"=>7,"a"=>[["a"=>"sysvar_mysqlx_ssl_crlpath","u"=>47,"t"=>1]]],"mysqlx_ssl_key"=>["d"=>false,"t"=>8,"a"=>[["a"=>"sysvar_mysqlx_ssl_key","u"=>47,"t"=>1]]],"mysqlx_wait_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_wait_timeout","u"=>47,"t"=>1]]],"mysqlx_write_timeout"=>["d"=>true,"t"=>3,"a"=>[["a"=>"sysvar_mysqlx_write_timeout","u"=>47,"t"=>1]]]],"version"=>1,"urls"=>["https=>//mariadb.com/kb/en/library/documentation/aria-server-status-variables/","https=>//mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/aria/aria-system-variables/","https=>//mariadb.com/kb/en/library/documentation/cassandra-status-variables/","https=>//mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/cassandra/cassandra-system-variables/","https=>//mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/connect/connect-system-variables/","https=>//mariadb.com/kb/en/library/documentation/galera-cluster-status-variables/","https=>//mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/galera-cluster/galera-cluster-system-variables/","https=>//mariadb.com/kb/en/library/documentation/gtid/","https=>//mariadb.com/kb/en/library/documentation/replication-and-binary-log-server-system-variables/","https=>//dev.mysql.com/doc/refman/8.0/en/replication-options.html","https=>//mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-status-variables/","https=>//mariadb.com/kb/en/library/documentation/mariadb-audit-plugin-system-variables/","https=>//mariadb.com/kb/en/library/documentation/mroonga-status-variables/","https=>//mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/mroonga/mroonga-system-variables/","https=>//mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myisam/myisam-system-variables/","https=>//dev.mysql.com/doc/refman/8.0/en/server-system-variables.html","https=>//dev.mysql.com/doc/refman/8.0/en/server-options.html","https=>//mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/myrocks/myrocks-system-variables/","https=>//mariadb.com/kb/en/library/documentation/oqgraph-system-and-status-variables/","https=>//mariadb.com/kb/en/library/documentation/performance-schema-system-variables/","https=>//dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html","https=>//dev.mysql.com/doc/refman/8.0/en/replication-options-master.html","https=>//dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html","https=>//dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html","https=>//dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html","https=>//mariadb.com/kb/en/library/documentation/replication-and-binary-log-status-variables/","https=>//mariadb.com/kb/en/library/documentation/semisynchronous-replication-plugin-status-variables/","https=>//mariadb.com/kb/en/library/documentation/semisynchronous-replication/","https=>//mariadb.com/kb/en/library/documentation/server-status-variables/","https=>//mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/","https=>//mariadb.com/kb/en/library/documentation/sphinx-status-variables/","https=>//mariadb.com/kb/en/library/documentation/spider-server-status-variables/","https=>//mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/","https=>//mariadb.com/kb/en/library/documentation/ssltls-status-variables/","https=>//mariadb.com/kb/en/library/documentation/ssltls-system-variables/","https=>//mariadb.com/kb/en/library/documentation/thread-pool-system-and-status-variables/","https=>//mariadb.com/kb/en/library/documentation/tokudb-status-variables/","https=>//mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/tokudb/tokudb-system-variables/","https=>//mariadb.com/kb/en/library/documentation/system-versioned-tables/","https=>//mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/","https=>//mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/","https=>//dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html","https=>//dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html","https=>//dev.mysql.com/doc/refman/5.7/en/mysql-cluster-options-variables.html","https=>//dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html","https=>//dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html","https=>//dev.mysql.com/doc/refman/8.0/en/version-tokens-reference.html","https=>//dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html"],"types"=>["1"=>"MYSQL","2"=>"MARIADB"],"varTypes"=>["1"=>"string","2"=>"boolean","3"=>"integer","4"=>"numeric","5"=>"enumeration","6"=>"set","7"=>"directory name","8"=>"file name","9"=>"byte"]]; diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package-lock.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package-lock.json new file mode 100644 index 0000000..93a165f --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package-lock.json @@ -0,0 +1,3330 @@ +{ + "name": "mariadb-mysql-kbs", + "version": "1.2.8", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@babel/code-frame": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz", + "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==", + "dev": true, + "requires": { + "@babel/highlight": "^7.0.0" + } + }, + "@babel/generator": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.4.tgz", + "integrity": "sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ==", + "dev": true, + "requires": { + "@babel/types": "^7.4.4", + "jsesc": "^2.5.1", + "lodash": "^4.17.11", + "source-map": "^0.5.0", + "trim-right": "^1.0.1" + } + }, + "@babel/helper-function-name": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz", + "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.0.0", + "@babel/template": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz", + "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==", + "dev": true, + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz", + "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==", + "dev": true, + "requires": { + "@babel/types": "^7.4.4" + } + }, + "@babel/highlight": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz", + "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.5.tgz", + "integrity": "sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==", + "dev": true + }, + "@babel/template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz", + "integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "@babel/parser": "^7.4.4", + "@babel/types": "^7.4.4" + } + }, + "@babel/traverse": { + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.5.tgz", + "integrity": "sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "@babel/generator": "^7.4.4", + "@babel/helper-function-name": "^7.1.0", + "@babel/helper-split-export-declaration": "^7.4.4", + "@babel/parser": "^7.4.5", + "@babel/types": "^7.4.4", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.11" + } + }, + "@babel/types": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.4.tgz", + "integrity": "sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.11", + "to-fast-properties": "^2.0.0" + } + }, + "@octokit/endpoint": { + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.1.tgz", + "integrity": "sha512-nBFhRUb5YzVTCX/iAK1MgQ4uWo89Gu0TH00qQHoYRCsE12dWcG1OiLd7v2EIo2+tpUKPMOQ62QFy9hy9Vg2ULg==", + "dev": true, + "requires": { + "@octokit/types": "^2.0.0", + "is-plain-object": "^3.0.0", + "universal-user-agent": "^4.0.0" + } + }, + "@octokit/request": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.3.1.tgz", + "integrity": "sha512-5/X0AL1ZgoU32fAepTfEoggFinO3rxsMLtzhlUX+RctLrusn/CApJuGFCd0v7GMFhF+8UiCsTTfsu7Fh1HnEJg==", + "dev": true, + "requires": { + "@octokit/endpoint": "^5.5.0", + "@octokit/request-error": "^1.0.1", + "@octokit/types": "^2.0.0", + "deprecation": "^2.0.0", + "is-plain-object": "^3.0.0", + "node-fetch": "^2.3.0", + "once": "^1.4.0", + "universal-user-agent": "^4.0.0" + } + }, + "@octokit/request-error": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.0.tgz", + "integrity": "sha512-DNBhROBYjjV/I9n7A8kVkmQNkqFAMem90dSxqvPq57e2hBr7mNTX98y3R2zDpqMQHVRpBDjsvsfIGgBzy+4PAg==", + "dev": true, + "requires": { + "@octokit/types": "^2.0.0", + "deprecation": "^2.0.0", + "once": "^1.4.0" + } + }, + "@octokit/rest": { + "version": "16.34.1", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.34.1.tgz", + "integrity": "sha512-JUoS12cdktf1fv86rgrjC/RvYLuL+o7p57W7zX1x7ANFJ7OvdV8emvUNkFlcidEaOkYrxK3SoWgQFt3FhNmabA==", + "dev": true, + "requires": { + "@octokit/request": "^5.2.0", + "@octokit/request-error": "^1.0.2", + "atob-lite": "^2.0.0", + "before-after-hook": "^2.0.0", + "btoa-lite": "^1.0.0", + "deprecation": "^2.0.0", + "lodash.get": "^4.4.2", + "lodash.set": "^4.3.2", + "lodash.uniq": "^4.5.0", + "octokit-pagination-methods": "^1.1.0", + "once": "^1.4.0", + "universal-user-agent": "^4.0.0" + } + }, + "@octokit/types": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.0.1.tgz", + "integrity": "sha512-YDYgV6nCzdGdOm7wy43Ce8SQ3M5DMKegB8E5sTB/1xrxOdo2yS/KgUgML2N2ZGD621mkbdrAglwTyA4NDOlFFA==", + "dev": true, + "requires": { + "@types/node": ">= 8" + } + }, + "@types/node": { + "version": "12.12.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.7.tgz", + "integrity": "sha512-E6Zn0rffhgd130zbCbAr/JdXfXkoOUFAKNs/rF8qnafSJ8KYaA/j3oz7dcwal+lYjLA7xvdd5J4wdYpCTlP8+w==", + "dev": true + }, + "agent-base": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", + "dev": true, + "requires": { + "es6-promisify": "^5.0.0" + } + }, + "ajv": { + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.0.tgz", + "integrity": "sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==", + "dev": true, + "requires": { + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ansi-colors": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", + "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==", + "dev": true + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "append-transform": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-1.0.0.tgz", + "integrity": "sha512-P009oYkeHyU742iSZJzZZywj4QRJdnTWffaKuJQLablCZ1uz6/cW4yaRgcDaoQ+uwOxxnt0gRUcwfsNP2ri0gw==", + "dev": true, + "requires": { + "default-require-extensions": "^2.0.0" + } + }, + "archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", + "dev": true + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "argv": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/argv/-/argv-0.0.2.tgz", + "integrity": "sha1-7L0W+JSbFXGDcRsb2jNPN4QBhas=", + "dev": true + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "dev": true, + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "asn1.js": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.2.0.tgz", + "integrity": "sha512-Q7hnYGGNYbcmGrCPulXfkEw7oW7qjWeM4ZTALmgpuIcZLxyqqKYWxCZg2UBm8bklrnB4m2mGyJPWfoktdORD8A==", + "dev": true, + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + }, + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "dev": true + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "atob-lite": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz", + "integrity": "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=", + "dev": true + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "dev": true + }, + "aws4": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==", + "dev": true + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "dev": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "before-after-hook": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.1.0.tgz", + "integrity": "sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A==", + "dev": true + }, + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==", + "dev": true + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "bottleneckp": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/bottleneckp/-/bottleneckp-1.1.3.tgz", + "integrity": "sha1-oD6pBgCVGusJzACW7QnmVYLZY9k=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", + "dev": true + }, + "btoa-lite": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz", + "integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc=", + "dev": true + }, + "buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=", + "dev": true + }, + "caching-transform": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-3.0.2.tgz", + "integrity": "sha512-Mtgcv3lh3U0zRii/6qVgQODdPA4G3zhG+jtbCWj39RXuUFTMzH0vcdMtaJS1jPowd+It2Pqr6y3NJMQqOqCE2w==", + "dev": true, + "requires": { + "hasha": "^3.0.0", + "make-dir": "^2.0.0", + "package-hash": "^3.0.0", + "write-file-atomic": "^2.4.2" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, + "chai": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", + "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", + "dev": true, + "requires": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "pathval": "^1.1.0", + "type-detect": "^4.0.5" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "changelog-generator-twig": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/changelog-generator-twig/-/changelog-generator-twig-1.2.0.tgz", + "integrity": "sha512-Uoop2cRyyCh+b0EA1iwn42PIK5wRCbuLrnP2SxVX5cR8q0X4T5FR14ycSUYZjJwK2HOCxwtpfGIOk1xbwGBI1g==", + "dev": true, + "requires": { + "simple-git": "^1.113.0", + "snack-cli": "^2.0.0", + "twig": "^1.13.3" + } + }, + "check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", + "dev": true + }, + "cheerio": { + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz", + "integrity": "sha1-qbqoYKP5tZWmuBsahocxIe06Jp4=", + "dev": true, + "requires": { + "css-select": "~1.2.0", + "dom-serializer": "~0.1.0", + "entities": "~1.1.1", + "htmlparser2": "^3.9.1", + "lodash.assignin": "^4.0.9", + "lodash.bind": "^4.1.4", + "lodash.defaults": "^4.0.1", + "lodash.filter": "^4.4.0", + "lodash.flatten": "^4.2.0", + "lodash.foreach": "^4.3.0", + "lodash.map": "^4.4.0", + "lodash.merge": "^4.4.0", + "lodash.pick": "^4.2.1", + "lodash.reduce": "^4.4.0", + "lodash.reject": "^4.4.0", + "lodash.some": "^4.4.0" + } + }, + "cli": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz", + "integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=", + "dev": true, + "requires": { + "exit": "0.1.2", + "glob": "^7.1.1" + } + }, + "cliui": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", + "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", + "dev": true, + "requires": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true + }, + "codecov": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/codecov/-/codecov-3.6.1.tgz", + "integrity": "sha512-IUJB6WG47nWK7o50etF8jBadxdMw7DmoQg05yIljstXFBGB6clOZsIj6iD4P82T2YaIU3qq+FFu8K9pxgkCJDQ==", + "dev": true, + "requires": { + "argv": "^0.0.2", + "ignore-walk": "^3.0.1", + "js-yaml": "^3.13.1", + "teeny-request": "^3.11.3", + "urlgrey": "^0.4.4" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true, + "optional": true + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "console-browserify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz", + "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=", + "dev": true, + "requires": { + "date-now": "^0.1.4" + } + }, + "convert-source-map": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", + "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "cp-file": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/cp-file/-/cp-file-6.2.0.tgz", + "integrity": "sha512-fmvV4caBnofhPe8kOcitBwSn2f39QLjnAnGq3gO9dfd75mUytzKNZB1hde6QHunW2Rt+OwuBOMc3i1tNElbszA==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "make-dir": "^2.0.0", + "nested-error-stacks": "^2.0.0", + "pify": "^4.0.1", + "safe-buffer": "^5.0.1" + } + }, + "crawler": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/crawler/-/crawler-1.2.1.tgz", + "integrity": "sha512-5hpo+iqAwIl0TXs+c3u5V1gQd4NqsiFDF0QiGZCE/OolLiY1QZA32AaDqAPTTmmxErwYJEoi6lN1j8mO4/WE+A==", + "dev": true, + "requires": { + "bottleneckp": "~1.1.3", + "cheerio": "^0.22.0", + "iconv-lite": "^0.4.8", + "lodash": "^4.17.10", + "request": "~2.88.0", + "seenreq": "^3.0.0", + "type-is": "^1.6.14" + } + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "css-select": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", + "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", + "dev": true, + "requires": { + "boolbase": "~1.0.0", + "css-what": "2.1", + "domutils": "1.5.1", + "nth-check": "~1.0.1" + } + }, + "css-what": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz", + "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==", + "dev": true + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "date-now": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz", + "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=", + "dev": true + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "dev": true, + "requires": { + "type-detect": "^4.0.0" + } + }, + "default-require-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-2.0.0.tgz", + "integrity": "sha1-9fj7sYp9bVCyH2QfZJ67Uiz+JPc=", + "dev": true, + "requires": { + "strip-bom": "^3.0.0" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "deprecation": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", + "dev": true + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", + "dev": true + }, + "dom-serializer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz", + "integrity": "sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==", + "dev": true, + "requires": { + "domelementtype": "^1.3.0", + "entities": "^1.1.1" + } + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "dev": true, + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", + "dev": true, + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "dotenv": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz", + "integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==", + "dev": true + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "dev": true, + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "end-of-stream": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", + "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, + "entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", + "dev": true + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.16.0.tgz", + "integrity": "sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.0", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.0", + "is-callable": "^1.1.4", + "is-regex": "^1.0.4", + "object-inspect": "^1.6.0", + "object-keys": "^1.1.1", + "string.prototype.trimleft": "^2.1.0", + "string.prototype.trimright": "^2.1.0" + } + }, + "es-to-primitive": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz", + "integrity": "sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", + "dev": true + }, + "es6-promise": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", + "dev": true + }, + "es6-promisify": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", + "dev": true, + "requires": { + "es6-promise": "^4.0.3" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "esutils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", + "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=", + "dev": true + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "dev": true + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "dev": true + }, + "fast-deep-equal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=", + "dev": true + }, + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "flat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", + "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", + "dev": true, + "requires": { + "is-buffer": "~2.0.3" + } + }, + "foreachasync": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz", + "integrity": "sha1-VQKYfchxS+M5IJfzLgBxyd7gfPY=", + "dev": true + }, + "foreground-child": { + "version": "1.5.6", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.6.tgz", + "integrity": "sha1-T9ca0t/elnibmApcCilZN8svXOk=", + "dev": true, + "requires": { + "cross-spawn": "^4", + "signal-exit": "^3.0.0" + }, + "dependencies": { + "cross-spawn": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz", + "integrity": "sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE=", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "which": "^1.2.9" + } + } + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", + "dev": true + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", + "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "graceful-fs": { + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", + "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==", + "dev": true + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "dev": true + }, + "handlebars": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.5.tgz", + "integrity": "sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg==", + "dev": true, + "requires": { + "neo-async": "^2.6.0", + "optimist": "^0.6.1", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "dev": true + }, + "har-validator": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", + "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "dev": true, + "requires": { + "ajv": "^6.5.5", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "has-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", + "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=", + "dev": true + }, + "hasha": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-3.0.0.tgz", + "integrity": "sha1-UqMvq4Vp1BymmmH/GiFPjrfIvTk=", + "dev": true, + "requires": { + "is-stream": "^1.0.1" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true + }, + "hosted-git-info": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", + "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", + "dev": true + }, + "htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", + "dev": true, + "requires": { + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "https-proxy-agent": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", + "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", + "dev": true, + "requires": { + "agent-base": "^4.3.0", + "debug": "^3.1.0" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ignore": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.4.tgz", + "integrity": "sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==", + "dev": true + }, + "ignore-walk": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz", + "integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==", + "dev": true, + "requires": { + "minimatch": "^3.0.4" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "invert-kv": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", + "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", + "dev": true + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-buffer": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==", + "dev": true + }, + "is-callable": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", + "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==", + "dev": true + }, + "is-date-object": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", + "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "is-plain-object": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz", + "integrity": "sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg==", + "dev": true, + "requires": { + "isobject": "^4.0.0" + } + }, + "is-regex": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", + "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", + "dev": true, + "requires": { + "has": "^1.0.1" + } + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true + }, + "is-symbol": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz", + "integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==", + "dev": true, + "requires": { + "has-symbols": "^1.0.0" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "isobject": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", + "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", + "dev": true + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "istanbul-lib-coverage": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", + "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", + "dev": true + }, + "istanbul-lib-hook": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-2.0.7.tgz", + "integrity": "sha512-vrRztU9VRRFDyC+aklfLoeXyNdTfga2EI3udDGn4cZ6fpSXpHLV9X6CHvfoMCPtggg8zvDDmC4b9xfu0z6/llA==", + "dev": true, + "requires": { + "append-transform": "^1.0.0" + } + }, + "istanbul-lib-instrument": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", + "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", + "dev": true, + "requires": { + "@babel/generator": "^7.4.0", + "@babel/parser": "^7.4.3", + "@babel/template": "^7.4.0", + "@babel/traverse": "^7.4.3", + "@babel/types": "^7.4.0", + "istanbul-lib-coverage": "^2.0.5", + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.1.tgz", + "integrity": "sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==", + "dev": true + } + } + }, + "istanbul-lib-report": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz", + "integrity": "sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==", + "dev": true, + "requires": { + "istanbul-lib-coverage": "^2.0.5", + "make-dir": "^2.1.0", + "supports-color": "^6.1.0" + }, + "dependencies": { + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz", + "integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^2.0.5", + "make-dir": "^2.1.0", + "rimraf": "^2.6.3", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "istanbul-reports": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.6.tgz", + "integrity": "sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA==", + "dev": true, + "requires": { + "handlebars": "^4.1.2" + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true + }, + "jshint": { + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.10.3.tgz", + "integrity": "sha512-d8AoXcNNYzmm7cdmulQ3dQApbrPYArtVBO6n4xOICe4QsXGNHCAKDcFORzqP52LhK61KX0VhY39yYzCsNq+bxQ==", + "dev": true, + "requires": { + "cli": "~1.0.0", + "console-browserify": "1.1.x", + "exit": "0.1.x", + "htmlparser2": "3.8.x", + "lodash": "~4.17.11", + "minimatch": "~3.0.2", + "shelljs": "0.3.x", + "strip-json-comments": "1.0.x" + }, + "dependencies": { + "domhandler": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz", + "integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=", + "dev": true, + "requires": { + "domelementtype": "1" + } + }, + "entities": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz", + "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=", + "dev": true + }, + "htmlparser2": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", + "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=", + "dev": true, + "requires": { + "domelementtype": "1", + "domhandler": "2.3", + "domutils": "1.5", + "entities": "1.0", + "readable-stream": "1.1" + } + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "jsonwebtoken": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", + "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==", + "dev": true, + "requires": { + "jws": "^3.2.2", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", + "ms": "^2.1.1", + "semver": "^5.6.0" + } + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "jwa": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", + "dev": true, + "requires": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "dev": true, + "requires": { + "jwa": "^1.4.1", + "safe-buffer": "^5.0.1" + } + }, + "lcid": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", + "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", + "dev": true, + "requires": { + "invert-kv": "^2.0.0" + } + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + } + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "locutus": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.10.tgz", + "integrity": "sha512-AZg2kCqrquMJ5FehDsBidV0qHl98NrsYtseUClzjAQ3HFnsDBJTCwGVplSQ82t9/QfgahqvTjaKcZqZkHmS0wQ==", + "dev": true + }, + "lodash": { + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + "dev": true + }, + "lodash.assignin": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.assignin/-/lodash.assignin-4.2.0.tgz", + "integrity": "sha1-uo31+4QesKPoBEIysOJjqNxqKKI=", + "dev": true + }, + "lodash.bind": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lodash.bind/-/lodash.bind-4.2.1.tgz", + "integrity": "sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU=", + "dev": true + }, + "lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=", + "dev": true + }, + "lodash.defaults": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", + "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=", + "dev": true + }, + "lodash.endswith": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lodash.endswith/-/lodash.endswith-4.2.1.tgz", + "integrity": "sha1-/tWawXOO0+I27dcGTsRWRIs3vAk=", + "dev": true + }, + "lodash.filter": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz", + "integrity": "sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4=", + "dev": true + }, + "lodash.find": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz", + "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=", + "dev": true + }, + "lodash.flatten": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", + "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=", + "dev": true + }, + "lodash.flattendeep": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", + "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", + "dev": true + }, + "lodash.foreach": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz", + "integrity": "sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=", + "dev": true + }, + "lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "dev": true + }, + "lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=", + "dev": true + }, + "lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=", + "dev": true + }, + "lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=", + "dev": true + }, + "lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=", + "dev": true + }, + "lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", + "dev": true + }, + "lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=", + "dev": true + }, + "lodash.map": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", + "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=", + "dev": true + }, + "lodash.maxby": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.maxby/-/lodash.maxby-4.6.0.tgz", + "integrity": "sha1-CCJABo88eiJ6oAqDgOTzjPB4bj0=", + "dev": true + }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=", + "dev": true + }, + "lodash.padend": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.6.1.tgz", + "integrity": "sha1-U8y6BH0G4VjTEfRdpiX05J5vFm4=", + "dev": true + }, + "lodash.pick": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", + "integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=", + "dev": true + }, + "lodash.reduce": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz", + "integrity": "sha1-8atrg5KZrUj3hKu/R2WW8DuRTTs=", + "dev": true + }, + "lodash.reject": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.reject/-/lodash.reject-4.6.0.tgz", + "integrity": "sha1-gNZJLcFHCGS79YNTO2UfQqn1JBU=", + "dev": true + }, + "lodash.set": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", + "integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=", + "dev": true + }, + "lodash.some": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz", + "integrity": "sha1-G7nzFO9ri63tE7VJFpsqlF62jk0=", + "dev": true + }, + "lodash.startswith": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lodash.startswith/-/lodash.startswith-4.2.1.tgz", + "integrity": "sha1-xZjErc4YiiflMUVzHNxsDnF3YAw=", + "dev": true + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", + "dev": true + }, + "log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "dev": true, + "requires": { + "chalk": "^2.0.1" + } + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "macos-release": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.3.0.tgz", + "integrity": "sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA==", + "dev": true + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "map-age-cleaner": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "dev": true, + "requires": { + "p-defer": "^1.0.0" + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "dev": true + }, + "mem": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", + "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", + "dev": true, + "requires": { + "map-age-cleaner": "^0.1.1", + "mimic-fn": "^2.0.0", + "p-is-promise": "^2.0.0" + } + }, + "merge-source-map": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz", + "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==", + "dev": true, + "requires": { + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "mime-db": { + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz", + "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==", + "dev": true + }, + "mime-types": { + "version": "2.1.24", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz", + "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==", + "dev": true, + "requires": { + "mime-db": "1.40.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true, + "requires": { + "minimist": "0.0.8" + } + }, + "mocha": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.2.2.tgz", + "integrity": "sha512-FgDS9Re79yU1xz5d+C4rv1G7QagNGHZ+iXF81hO8zY35YZZcLEsJVfFolfsqKFWunATEvNzMK0r/CwWd/szO9A==", + "dev": true, + "requires": { + "ansi-colors": "3.2.3", + "browser-stdout": "1.3.1", + "debug": "3.2.6", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "find-up": "3.0.0", + "glob": "7.1.3", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "3.13.1", + "log-symbols": "2.2.0", + "minimatch": "3.0.4", + "mkdirp": "0.5.1", + "ms": "2.1.1", + "node-environment-flags": "1.0.5", + "object.assign": "4.1.0", + "strip-json-comments": "2.0.1", + "supports-color": "6.0.0", + "which": "1.3.1", + "wide-align": "1.1.3", + "yargs": "13.3.0", + "yargs-parser": "13.1.1", + "yargs-unparser": "1.6.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "dev": true, + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", + "dev": true + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + } + }, + "yargs": { + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.0.tgz", + "integrity": "sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==", + "dev": true, + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.1" + } + }, + "yargs-parser": { + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", + "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", + "dev": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "neo-async": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", + "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==", + "dev": true + }, + "nested-error-stacks": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz", + "integrity": "sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==", + "dev": true + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node-environment-flags": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz", + "integrity": "sha512-VNYPRfGfmZLx0Ye20jWzHUjyTW/c+6Wq+iLhDzUI4XmhrDd9l/FozXV3F2xOaXjvp0co0+v1YSR3CMP6g+VvLQ==", + "dev": true, + "requires": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + } + }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", + "dev": true + }, + "node-localstorage": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-localstorage/-/node-localstorage-1.3.1.tgz", + "integrity": "sha512-NMWCSWWc6JbHT5PyWlNT2i8r7PgGYXVntmKawY83k/M0UJScZ5jirb61TLnqKwd815DfBQu+lR3sRw08SPzIaQ==", + "dev": true, + "requires": { + "write-file-atomic": "^1.1.4" + }, + "dependencies": { + "write-file-atomic": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.4.tgz", + "integrity": "sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "slide": "^1.1.5" + } + } + } + }, + "node-url-utils": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-url-utils/-/node-url-utils-0.4.0.tgz", + "integrity": "sha1-4qEOfdqq4FEiNGTMewPSHulcrxU=", + "dev": true + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "dev": true, + "requires": { + "path-key": "^2.0.0" + } + }, + "nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "dev": true, + "requires": { + "boolbase": "~1.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "nyc": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/nyc/-/nyc-14.1.1.tgz", + "integrity": "sha512-OI0vm6ZGUnoGZv/tLdZ2esSVzDwUC88SNs+6JoSOMVxA+gKMB8Tk7jBwgemLx4O40lhhvZCVw1C+OYLOBOPXWw==", + "dev": true, + "requires": { + "archy": "^1.0.0", + "caching-transform": "^3.0.2", + "convert-source-map": "^1.6.0", + "cp-file": "^6.2.0", + "find-cache-dir": "^2.1.0", + "find-up": "^3.0.0", + "foreground-child": "^1.5.6", + "glob": "^7.1.3", + "istanbul-lib-coverage": "^2.0.5", + "istanbul-lib-hook": "^2.0.7", + "istanbul-lib-instrument": "^3.3.0", + "istanbul-lib-report": "^2.0.8", + "istanbul-lib-source-maps": "^3.0.6", + "istanbul-reports": "^2.2.4", + "js-yaml": "^3.13.1", + "make-dir": "^2.1.0", + "merge-source-map": "^1.1.0", + "resolve-from": "^4.0.0", + "rimraf": "^2.6.3", + "signal-exit": "^3.0.2", + "spawn-wrap": "^1.4.2", + "test-exclude": "^5.2.3", + "uuid": "^3.3.2", + "yargs": "^13.2.2", + "yargs-parser": "^13.0.0" + } + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "dev": true + }, + "object-inspect": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.6.0.tgz", + "integrity": "sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==", + "dev": true + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "dev": true, + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, + "object.getownpropertydescriptors": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", + "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", + "dev": true, + "requires": { + "define-properties": "^1.1.2", + "es-abstract": "^1.5.1" + } + }, + "octokit-pagination-methods": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz", + "integrity": "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "openpgp": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/openpgp/-/openpgp-4.6.2.tgz", + "integrity": "sha512-zgQmTZjKxjI2vs++5Ejs8wQbs9+YekOAulfq8YxKV7uUxcNxDE2IIh88I/RmjPOvpxCrV7kNqSBwVQMzZxTtDQ==", + "dev": true, + "requires": { + "asn1.js": "^5.0.0", + "node-fetch": "^2.1.2", + "node-localstorage": "~1.3.0" + } + }, + "optimist": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", + "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", + "dev": true, + "requires": { + "minimist": "~0.0.1", + "wordwrap": "~0.0.2" + } + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true + }, + "os-locale": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", + "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", + "dev": true, + "requires": { + "execa": "^1.0.0", + "lcid": "^2.0.0", + "mem": "^4.0.0" + } + }, + "os-name": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz", + "integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==", + "dev": true, + "requires": { + "macos-release": "^2.2.0", + "windows-release": "^3.1.0" + } + }, + "p-defer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", + "dev": true + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "dev": true + }, + "p-is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", + "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==", + "dev": true + }, + "p-limit": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", + "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "package-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/package-hash/-/package-hash-3.0.0.tgz", + "integrity": "sha512-lOtmukMDVvtkL84rJHI7dpTYq+0rli8N2wlnqUcBuDWCfVhRUfOmnR9SsoHFMLpACvEV60dX7rd0rFaYDZI+FA==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.15", + "hasha": "^3.0.0", + "lodash.flattendeep": "^4.4.0", + "release-zalgo": "^1.0.0" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "dev": true, + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "dev": true + }, + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "dev": true, + "requires": { + "pify": "^3.0.0" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + } + } + }, + "pathval": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", + "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=", + "dev": true + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "dev": true + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "requires": { + "find-up": "^3.0.0" + } + }, + "prettier": { + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", + "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", + "dev": true + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "psl": { + "version": "1.1.32", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.1.32.tgz", + "integrity": "sha512-MHACAkHpihU/REGGPLj4sEfc/XKW2bheigvHO1dUqjaKigMp1C8+WLQYRGgeKFMsw5PMfegZcaN8IDXK/cD0+g==", + "dev": true + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "dev": true, + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } + }, + "read-pkg-up": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz", + "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", + "dev": true, + "requires": { + "find-up": "^3.0.0", + "read-pkg": "^3.0.0" + } + }, + "readable-stream": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz", + "integrity": "sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "release-zalgo": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", + "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "dev": true, + "requires": { + "es6-error": "^4.0.1" + } + }, + "request": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", + "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", + "dev": true, + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.0", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.4.3", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "resolve": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz", + "integrity": "sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==", + "dev": true, + "requires": { + "path-parse": "^1.0.6" + } + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + }, + "rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "seenreq": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/seenreq/-/seenreq-3.0.0.tgz", + "integrity": "sha512-wSe7hb83TKkyweL8Jq5a1xuStmqfwxiJn2SXjA/Wns42aUJjlWzPzj/jWaomOCRY5ZpIRkiyh/+5pNz/20363A==", + "dev": true, + "requires": { + "node-url-utils": "^0.4.0" + } + }, + "semver": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz", + "integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==", + "dev": true + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true + }, + "shelljs": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz", + "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=", + "dev": true + }, + "signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", + "dev": true + }, + "simple-git": { + "version": "1.113.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.113.0.tgz", + "integrity": "sha512-i9WVsrK2u0G/cASI9nh7voxOk9mhanWY9eGtWBDSYql6m49Yk5/Fan6uZsDr/xmzv8n+eQ8ahKCoEr8cvU3h+g==", + "dev": true, + "requires": { + "debug": "^4.0.1" + } + }, + "slide": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz", + "integrity": "sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=", + "dev": true + }, + "snack-cli": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/snack-cli/-/snack-cli-2.0.0.tgz", + "integrity": "sha512-mrNdZ0aFiIpa7ENNEkV7gTqHMy1m3e2fVssjYBIFQb0WxBBgIpDJGlVcIZvP1hwp1WTgMZpwQgPid5jjEiASdQ==", + "dev": true, + "requires": { + "lodash.camelcase": "^4.3.0", + "lodash.endswith": "^4.2.1", + "lodash.find": "^4.6.0", + "lodash.maxby": "^4.6.0", + "lodash.padend": "^4.6.1", + "lodash.startswith": "^4.2.1" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, + "spawn-wrap": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-1.4.2.tgz", + "integrity": "sha512-vMwR3OmmDhnxCVxM8M+xO/FtIp6Ju/mNaDfCMMW7FDcLRTPFWUswec4LXJHTJE2hwTI9O0YBfygu4DalFl7Ylg==", + "dev": true, + "requires": { + "foreground-child": "^1.5.6", + "mkdirp": "^0.5.0", + "os-homedir": "^1.0.1", + "rimraf": "^2.6.2", + "signal-exit": "^3.0.2", + "which": "^1.3.0" + } + }, + "spdx-correct": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz", + "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==", + "dev": true, + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", + "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==", + "dev": true + }, + "spdx-expression-parse": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", + "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", + "dev": true, + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz", + "integrity": "sha512-7j8LYJLeY/Yb6ACbQ7F76qy5jHkp0U6jgBfJsk97bwWlVUnUWsAgpyaCvo17h0/RQGnQ036tVDomiwoI4pDkQA==", + "dev": true + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "dev": true, + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "string.prototype.trimleft": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz", + "integrity": "sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "function-bind": "^1.1.1" + } + }, + "string.prototype.trimright": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz", + "integrity": "sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "function-bind": "^1.1.1" + } + }, + "string_decoder": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.2.0.tgz", + "integrity": "sha512-6YqyX6ZWEYguAxgZzHGL7SsCeGx3V2TtOTqZz1xSTSWnqsbWwbptafNyvf/ACquZUXV3DANr5BDIwNYe1mN42w==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", + "dev": true + }, + "strip-json-comments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz", + "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=", + "dev": true + }, + "sudo-bot": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/sudo-bot/-/sudo-bot-1.1.11.tgz", + "integrity": "sha512-O0lxgHbBKNiMMyamjtlxOcj6NQZdOajR+NoI7SgvbbWGDBTt5AuoWxp73w37jiWsagGj6+Pv+kS736mN0k72RA==", + "dev": true, + "requires": { + "@octokit/rest": "^16.34.1", + "dotenv": "^8.2.0", + "ignore": "^5.1.4", + "jsonwebtoken": "^8.5.1", + "openpgp": "^4.6.2", + "simple-git": "^1.126.0", + "snack-cli": "^2.0.0" + }, + "dependencies": { + "simple-git": { + "version": "1.126.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.126.0.tgz", + "integrity": "sha512-47mqHxgZnN8XRa9HbpWprzUv3Ooqz9RY/LSZgvA7jCkW8jcwLahMz7LKugY91KZehfG0sCVPtgXiU72hd6b1Bw==", + "dev": true, + "requires": { + "debug": "^4.0.1" + } + } + } + }, + "supports-color": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", + "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "teeny-request": { + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-3.11.3.tgz", + "integrity": "sha512-CKncqSF7sH6p4rzCgkb/z/Pcos5efl0DmolzvlqRQUNcpRIruOhY9+T1FsIlyEbfWd7MsFpodROOwHYh2BaXzw==", + "dev": true, + "requires": { + "https-proxy-agent": "^2.2.1", + "node-fetch": "^2.2.0", + "uuid": "^3.3.2" + } + }, + "test-exclude": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-5.2.3.tgz", + "integrity": "sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==", + "dev": true, + "requires": { + "glob": "^7.1.3", + "minimatch": "^3.0.4", + "read-pkg-up": "^4.0.0", + "require-main-filename": "^2.0.0" + } + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true + }, + "tough-cookie": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", + "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", + "dev": true, + "requires": { + "psl": "^1.1.24", + "punycode": "^1.4.1" + }, + "dependencies": { + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + } + } + }, + "trim-right": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", + "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=", + "dev": true + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true + }, + "twig": { + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/twig/-/twig-1.13.3.tgz", + "integrity": "sha512-Kjart2102Kf0IdsEmLonSJKcByU7o9uiJhBde3GhrNHrX4XenT5WSKu4Hpkx+rF6Kyppeyd48BKsCREIOPXd/g==", + "dev": true, + "requires": { + "locutus": "^2.0.5", + "minimatch": "3.0.x", + "walk": "2.3.x" + } + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "uglify-js": { + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.4.tgz", + "integrity": "sha512-9Yc2i881pF4BPGhjteCXQNaXx1DCwm3dtOyBaG2hitHjLWOczw/ki8vD1bqyT3u6K0Ms/FpCShkmfg+FtlOfYA==", + "dev": true, + "optional": true, + "requires": { + "commander": "~2.20.3", + "source-map": "~0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true + } + } + }, + "universal-user-agent": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.0.tgz", + "integrity": "sha512-eM8knLpev67iBDizr/YtqkJsF3GK8gzDc6st/WKzrTuPtcsOKW/0IdL4cnMBsU69pOx0otavLWBDGTwg+dB0aA==", + "dev": true, + "requires": { + "os-name": "^3.1.0" + } + }, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "urlgrey": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/urlgrey/-/urlgrey-0.4.4.tgz", + "integrity": "sha1-iS/pWWCAXoVRnxzUOJ8stMu3ZS8=", + "dev": true + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "uuid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "walk": { + "version": "2.3.14", + "resolved": "https://registry.npmjs.org/walk/-/walk-2.3.14.tgz", + "integrity": "sha512-5skcWAUmySj6hkBdH6B6+3ddMjVQYH5Qy9QGbPmN8kVmLteXk+yVXg+yfk1nbX30EYakahLrr8iPcCxJQSCBeg==", + "dev": true, + "requires": { + "foreachasync": "^3.0.0" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "dev": true, + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "windows-release": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz", + "integrity": "sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA==", + "dev": true, + "requires": { + "execa": "^1.0.0" + } + }, + "wordwrap": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", + "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", + "dev": true + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", + "dev": true, + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "write-file-atomic": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", + "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.2" + } + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "dev": true + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "yargs": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.2.2.tgz", + "integrity": "sha512-WyEoxgyTD3w5XRpAQNYUB9ycVH/PQrToaTXdYXRdOXvEy1l19br+VJsc0vcO8PTGg5ro/l/GY7F/JMEBmI0BxA==", + "dev": true, + "requires": { + "cliui": "^4.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "os-locale": "^3.1.0", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "yargs-parser": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.0.0.tgz", + "integrity": "sha512-w2LXjoL8oRdRQN+hOyppuXs+V/fVAYtpcrRxZuF7Kt/Oc+Jr2uAcVntaUTNT6w5ihoWfFDpNY8CPx1QskxZ/pw==", + "dev": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "yargs-unparser": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz", + "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==", + "dev": true, + "requires": { + "flat": "^4.1.0", + "lodash": "^4.17.15", + "yargs": "^13.3.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "dev": true, + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "dev": true + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + } + }, + "yargs": { + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.0.tgz", + "integrity": "sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==", + "dev": true, + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.1" + } + }, + "yargs-parser": { + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", + "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", + "dev": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + } + } +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json new file mode 100644 index 0000000..8926f72 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/package.json @@ -0,0 +1,83 @@ +{ + "name": "mariadb-mysql-kbs", + "repository": "williamdes/mariadb-mysql-kbs", + "version": "1.2.8", + "description": "An index of the MariaDB and MySQL Knowledge bases", + "main": "src/index.js", + "homepage": "https://github.com/williamdes/mariadb-mysql-kbs#readme", + "readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/master/README.md", + "license": "MPL-2.0", + "bugs": { + "url": "https://github.com/williamdes/mariadb-mysql-kbs/issues", + "email": "williamdes@wdes.fr" + }, + "keywords": [ + "mariadb", + "mysql", + "dataset", + "kb", + "knowledge-base", + "json", + "library", + "mysql-knowledge-bases", + "mariadb-knowledge-bases", + "composer-package", + "npm-package" + ], + "nyc": { + "exclude": [ + "docs", + "data", + "test", + "build", + "vendor", + "coverage", + ".nyc_output", + "scripts/vendor" + ], + "reporter": [ + "text", + "text-summary" + ] + }, + "scripts": { + "changelog": "changelog-generator-twig --owner williamdes --repo mariadb-mysql-kbs --repoDir ./ --baseCommit 28e9e010dc027dee17a55f5eedad776dcf983e95", + "changelog-file": "npm run --silent changelog > CHANGELOG.md", + "prettier": "prettier \"*.js\" \"*/**/*.js\" --ignore-path ./.prettierignore --write", + "test": "nyc --all mocha --ui tdd", + "jshint": "jshint ./", + "build": "node ./src/index.js", + "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov", + "sudo-bot-pr": "sudo-bot --env scripts/sudo-bot/.env --verbose" + }, + "author": { + "email": "williamdes@wdes.fr", + "name": "William Desportes", + "url": "https://william.wdes.fr" + }, + "dependencies": {}, + "devDependencies": { + "chai": "^4.2.0", + "changelog-generator-twig": "^1.2.0", + "codecov": "^3.6.1", + "crawler": "^1.2.1", + "jshint": "^2.10.3", + "mocha": "^6.2.2", + "nyc": "^14.1.1", + "prettier": "^1.19.1", + "sudo-bot": "^1.1.11" + }, + "directories": { + "lib": "src", + "test": "test" + }, + "prettier": { + "singleQuote": true, + "proseWrap": "never", + "trailingComma": "es5", + "printWidth": 120 + }, + "publishConfig": { + "access": "public" + } +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/phpcs.xml b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/phpcs.xml new file mode 100644 index 0000000..2e25b78 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/phpcs.xml @@ -0,0 +1,155 @@ + + + + Wdes PHP_CodeSniffer custom coding standard + + . + */tmp/* + */vendor/* + *.js + */docs/* + */dist/* + */build/* + */node_modules/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/phpstan.neon b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/phpstan.neon new file mode 100644 index 0000000..b52361f --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/phpstan.neon @@ -0,0 +1,9 @@ +parameters: + excludes_analyse: + - %rootDir%/../../../src/merge.php + - %rootDir%/../../../dist/* + - %rootDir%/../../../tmp/* + - %rootDir%/../../../docs/* + - %rootDir%/../../../build/* + - %rootDir%/../../../nodes_modules/* + - %rootDir%/../../../vendor/* diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/doc-url.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/doc-url.json new file mode 100644 index 0000000..10c7161 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/doc-url.json @@ -0,0 +1,8 @@ +{ + "definitions": {}, + "$id": "urn:williamdes:mariadb-mysql-kbs:doc-url", + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "string", + "pattern": "^(https|http)://(mariadb.com|dev.mysql.com)", + "minLength": 20 +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/doc-version.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/doc-version.json new file mode 100644 index 0000000..118a316 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/doc-version.json @@ -0,0 +1,15 @@ +{ + "definitions": {}, + "$id": "urn:williamdes:mariadb-mysql-kbs:doc-version", + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "number", + "title": "The Version Schema ", + "description": "Version of file", + "default": 1, + "examples": [ + 1, + 1.1, + 2.9, + 3 + ] +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/linked-key-var-url.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/linked-key-var-url.json new file mode 100644 index 0000000..79ac06f --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/linked-key-var-url.json @@ -0,0 +1,8 @@ +{ + "definitions": {}, + "$id": "urn:williamdes:mariadb-mysql-kbs:linked-key-var-url", + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "string", + "additionalProperties": false, + "pattern": "^[0-9]+#[A-Za-z0-9]+" +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/linked-key-var.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/linked-key-var.json new file mode 100644 index 0000000..6e96ce8 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/linked-key-var.json @@ -0,0 +1,12 @@ +{ + "definitions": {}, + "$id": "urn:williamdes:mariadb-mysql-kbs:linked-key-var", + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "additionalProperties": false, + "patternProperties": { + "^[0-9]+": { + "type": "string" + } + } +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-raw.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-raw.json new file mode 100644 index 0000000..461653c --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-raw.json @@ -0,0 +1,112 @@ +{ + "$id": "urn:williamdes:mariadb-mysql-kbs:rawdata", + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "definitions": {}, + "properties": { + "vars": { + "type": "object", + "patternProperties": { + "^([a-zA-Z_]+)": { + "type": "object", + "properties": { + "name": { + "type": "string", + "minLength": 2 + }, + "scope": { + "type": "array", + "additionalItems": false, + "items": { + "type": "string", + "enum": [ + "global", + "session", + "connection" + ] + } + }, + "type": { + "type": "string" + }, + "ids": { + "type": "array", + "additionalItems": false, + "items": { + "type": "object", + "additionalProperties": false, + "properties": { + "anchor": { + "type": "string", + "minLength": 1 + }, + "url": { + "type": "string", + "format": "uri" + } + } + } + }, + "cli": { + "type": "string", + "minLength": 2 + }, + "default": { + "type": "string", + "minLength": 0 + }, + "dynamic": { + "type": "boolean" + }, + "range": { + "type": "object", + "additionalProperties": false, + "properties": { + "from": { + "type": "number" + }, + "to": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "enum": ["upwards"] + } + ] + } + } + }, + "validValues": { + "type": "array", + "additionalItems": false, + "items": { + "type": [ "string", "number"] + } + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "version": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:doc-version" + }, + "urls": { + "type": "array", + "additionalItems": false, + "items": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:doc-url" + } + }, + "types": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:linked-key-var" + }, + "varTypes": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:linked-key-var" + } + }, + "additionalProperties": false +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-slim.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-slim.json new file mode 100644 index 0000000..a3d1388 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-slim.json @@ -0,0 +1,101 @@ +{ + "$id": "urn:williamdes:mariadb-mysql-kbs:slimdata", + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "definitions": {}, + "properties": { + "vars": { + "type": "object", + "patternProperties": { + "^([a-zA-Z_]+)": { + "type": "object", + "properties": { + "name": { + "type": "string", + "minLength": 2 + }, + "scope": { + "type": "array", + "additionalItems": false, + "items": { + "type": "string", + "enum": [ + "global", + "session", + "connection" + ] + } + }, + "type": { + "type": "string" + }, + "ids": { + "type": "array", + "additionalItems": false, + "items": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:linked-key-var-url" + } + }, + "cli": { + "type": "string", + "minLength": 2 + }, + "default": { + "type": "string", + "minLength": 0 + }, + "dynamic": { + "type": "boolean" + }, + "range": { + "type": "object", + "additionalProperties": false, + "properties": { + "from": { + "type": "number" + }, + "to": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "enum": ["upwards"] + } + ] + } + } + }, + "validValues": { + "type": "array", + "additionalItems": false, + "items": { + "type": [ "string", "number"] + } + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "version": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:doc-version" + }, + "urls": { + "type": "array", + "additionalItems": false, + "items": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:doc-url" + } + }, + "types": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:linked-key-var" + }, + "varTypes": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:linked-key-var" + } + }, + "additionalProperties": false +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-ultraslim.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-ultraslim.json new file mode 100644 index 0000000..c12f553 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/schemas/merged-ultraslim.json @@ -0,0 +1,63 @@ +{ + "$id": "urn:williamdes:mariadb-mysql-kbs:ultraslimdata", + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "definitions": {}, + "properties": { + "vars": { + "$id": "/properties/vars", + "type": "object", + "patternProperties": { + "^([a-zA-Z_]+)": { + "type": "object", + "properties": { + "t": { + "type": "integer" + }, + "d": { + "type": "boolean" + }, + "a": { + "type": "array", + "additionalItems": false, + "items": { + "type": "object", + "properties": { + "a": { + "type": "string" + }, + "u": { + "type": "integer" + }, + "t": { + "type": "integer" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "version": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:doc-version" + }, + "urls": { + "type": "array", + "additionalItems": false, + "items": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:doc-url" + } + }, + "types": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:linked-key-var" + }, + "varTypes": { + "$ref": "urn:williamdes:mariadb-mysql-kbs:linked-key-var" + } + }, + "additionalProperties": false +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/CHANGELOG.twig b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/CHANGELOG.twig new file mode 100644 index 0000000..62ca8ac --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/CHANGELOG.twig @@ -0,0 +1,72 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +{% for version in versions %} +## {% spaceless %} + [{{version.name}}] + {% if version.tag is defined %} + (https://github.com/{{ owner }}/{{ repo }}/releases/tag/{{ version.tag }}) + {% endif %} +{% endspaceless %}{% if version.date is defined %}- {{version.date}}{% endif %} + + +{% for change in version.changesAdded %} +{% if loop.first %}### Added{{ '\n'|raw }}{% endif %} +{# #}{# #}- [{{change.hash}}](https://github.com/{{ owner }}/{{ repo }}/commit/{{change.longHash}}) {{ change.msg }}{% if not loop.last %}{{ '\n'|raw }}{% else %}{{ '\n'|raw }}{% endif %} +{# #}{% endfor %}{% if version.changesChanged.length > 0 %}{{ '\n'|raw }}{% endif %} +{% for change in version.changesChanged %} +{% if loop.first %}### Changed{{ '\n'|raw }}{% endif %} +{# #}{# #}- [{{change.hash}}](https://github.com/{{ owner }}/{{ repo }}/commit/{{change.longHash}}) {{ change.msg }}{% if not loop.last %}{{ '\n'|raw }}{% else %}{{ '\n'|raw }}{% endif %} +{# #}{% endfor %}{% if version.changesDeprecated.length > 0 %}{{ '\n'|raw }}{% endif %} +{% for change in version.changesDeprecated %} +{% if loop.first %}### Deprecated{{ '\n'|raw }}{% endif %} +{# #}{# #}- [{{change.hash}}](https://github.com/{{ owner }}/{{ repo }}/commit/{{change.longHash}}) {{ change.msg }}{% if not loop.last %}{{ '\n'|raw }}{% else %}{{ '\n'|raw }}{% endif %} +{# #}{% endfor %}{% if version.changesRemoved.length > 0 %}{{ '\n'|raw }}{% endif %} +{% for change in version.changesRemoved %} +{% if loop.first %}### Removed{{ '\n'|raw }}{% endif %} +{# #}{# #}- [{{change.hash}}](https://github.com/{{ owner }}/{{ repo }}/commit/{{change.longHash}}) {{ change.msg }}{% if not loop.last %}{{ '\n'|raw }}{% else %}{{ '\n'|raw }}{% endif %} +{# #}{% endfor %}{% if version.changesFixed.length > 0 %}{{ '\n'|raw }}{% endif %} +{% for change in version.changesFixed %} +{% if loop.first %}### Fixed{{ '\n'|raw }}{% endif %} +{# #}{# #}- [{{change.hash}}](https://github.com/{{ owner }}/{{ repo }}/commit/{{change.longHash}}) {{ change.msg }}{% if not loop.last %}{{ '\n'|raw }}{% else %}{{ '\n'|raw }}{% endif %} +{# #}{% endfor %}{% if version.changesImprove.length > 0 %}{{ '\n'|raw }}{% endif %} +{% for change in version.changesImprove %} +{% if loop.first %}### Improvements{{ '\n'|raw }}{% endif %} +{# #}{# #}- [{{change.hash}}](https://github.com/{{ owner }}/{{ repo }}/commit/{{change.longHash}}) {{ change.msg }}{% if not loop.last %}{{ '\n'|raw }}{% else %}{{ '\n'|raw }}{% endif %} +{# #}{% endfor %}{% if version.changesSecurity.length > 0 %}{{ '\n'|raw }}{% endif %} +{% for change in version.changesSecurity %} +{% if loop.first %}### Security{{ '\n'|raw }}{% endif %} +{# #}{# #}- [{{change.hash}}](https://github.com/{{ owner }}/{{ repo }}/commit/{{change.longHash}}) {{ change.msg }}{% if not loop.last %}{{ '\n'|raw }}{% else %}{{ '\n'|raw }}{% endif %} +{# #}{% endfor %}{{ '\n'|raw }} +{% endfor %} +{{ '\n'|raw }} +{# +## [Unreleased] + +## [0.0.4] - 2014-08-09 +### Added + +### Changed + +### Removed + + +`Added` for new features. +`Changed` for changes in existing functionality. +`Deprecated` for soon-to-be removed features. +`Removed` for now removed features. +`Fixed` for any bug fixes. +`Security` in case of vulnerabilities. +#} + +{% for link in links %} +[{{link.name}}]: https://github.com/{{ owner }}/{{ repo }}/compare/{{link.start}}...{{link.end}} +{% endfor %} + +{# +[Unreleased]: https://github.com/{{ owner }}/{{ repo }}/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/{{ owner }}/{{ repo }}/compare/v0.3.0...v1.0.0 +#} \ No newline at end of file diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/apidoc-generate.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/apidoc-generate.sh new file mode 100755 index 0000000..f0ef282 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/apidoc-generate.sh @@ -0,0 +1,6 @@ +#!/bin/bash +cd $(dirname $0)/../scripts +echo "Running in : $(pwd)" + +composer require --no-interaction sami/sami --prefer-dist +./vendor/bin/sami.php --no-interaction --verbose update ./sami-config.php diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/changelog.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/changelog.sh new file mode 100755 index 0000000..937daa7 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/changelog.sh @@ -0,0 +1,4 @@ +#!/bin/bash +npm install --only=dev +npm run changelog-file +git diff --no-prefix CHANGELOG.md diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-cron.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-cron.sh new file mode 100755 index 0000000..1278745 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-cron.sh @@ -0,0 +1,65 @@ +#!/bin/bash +if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then + echo "Not a travis cron !"; + exit 1; +fi + +if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then + echo "Not a travis cron !"; + exit 1; +fi + +therealpath () +{ + f=$@; + if [ -d "$f" ]; then + base=""; + dir="$f"; + else + base="/$(basename "$f")"; + dir=$(dirname "$f"); + fi; + dir=$(cd "$dir" && /bin/pwd); + echo "$dir$base" +} + + +ME="$(dirname $0)" + +BOT_DIR_FILES="$(therealpath $ME/../sudo-bot)" +REPO_DIR="$(therealpath $ME/../../)" + +echo "BOT_DIR_FILES = $BOT_DIR_FILES" +echo "REPO_DIR = $REPO_DIR" + +REPO="mariadb-mysql-kbs" +OWNER="williamdes" + + +#INSTALLATION_ID="123456" +JWT_PRIV_KEY_PATH="$BOT_DIR_FILES/sudo.2018-09-12.private-key.pem" +GPG_PRIV_PATH="$BOT_DIR_FILES/privkey.asc" +GPG_PUB_PATH="$BOT_DIR_FILES/pubkey.asc" +#GPG_PRIV_PASSWORD="gpgPasswordHere" + +BOT_NAME="Sudo Bot" +BOT_EMAIL="sudo-bot@wdes.fr" + +echo "Create env file" + +echo -e "JWT_PRIV_KEY_PATH=$JWT_PRIV_KEY_PATH\nGPG_PRIV_PATH=$GPG_PRIV_PATH\nGPG_PUB_PATH=$GPG_PUB_PATH\nGPG_PRIV_PASSWORD=$GPG_PRIV_PASSWORD\nREPO=$REPO\nOWNER=$OWNER\nASSIGN_USERS=williamdes\nAPP_ID=17453\nINSTALLATION_ID=$INSTALLATION_ID\nBOT_NAME=$BOT_NAME\nBOT_EMAIL=$BOT_EMAIL\nREPO_DIR=$REPO_DIR\nDOT_IGNORE=$BOT_DIR_FILES/.sudobotignore\nTEMPLATE_FILE=$BOT_DIR_FILES/template.js" > $BOT_DIR_FILES/.env + + +cd $REPO_DIR + +echo "Run nodejs scripts" +npm run build + +echo "Run merge script" +composer run build + +echo "Run sudo-bot" + +npm run sudo-bot-pr + +rm -f $BOT_DIR_FILES/.env diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-lint.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-lint.sh new file mode 100755 index 0000000..e9ac666 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-lint.sh @@ -0,0 +1,14 @@ +#!/bin/bash +cd $(dirname $0)/../../ +echo "Running in : $(pwd)" +echo "Running jshint" +npm run jshint -- --verbose +JSHINT=$? +echo "Running prettier" +npm run prettier -- --list-different +PRETTIER=$? + +if [[ $JSHINT != 0 ]] || [[ $PRETTIER != 0 ]]; then + echo "You have some errors to fix !"; + exit 1; +fi diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-mocha.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-mocha.sh new file mode 100755 index 0000000..117d9d7 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-mocha.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cd $(dirname $0)/../../ +echo "Running in : $(pwd)" +npm run test +npm run report-coverage diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpcs.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpcs.sh new file mode 100755 index 0000000..b197cfd --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpcs.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd $(dirname $0)/../../ +echo "Running in : $(pwd)" +composer run phpcs diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpcsbf.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpcsbf.sh new file mode 100755 index 0000000..4c70600 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpcsbf.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd $(dirname $0)/../../ +echo "Running in : $(pwd)" +composer run phpcbf diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpstan.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpstan.sh new file mode 100755 index 0000000..a69d006 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpstan.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd $(dirname $0)/../../ +echo "Running in : $(pwd)" +composer run phpstan diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpunit.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpunit.sh new file mode 100755 index 0000000..33b6f94 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-phpunit.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd $(dirname $0)/../../ +echo "Running in : $(pwd)" +composer run test diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/install-reporters.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/install-reporters.sh new file mode 100755 index 0000000..19befa5 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/install-reporters.sh @@ -0,0 +1,27 @@ +#!/usr/bin/env bash +therealpath () +{ + f=$@; + if [ -d "$f" ]; then + base=""; + dir="$f"; + else + base="/$(basename "$f")"; + dir=$(dirname "$f"); + fi; + dir=$(cd "$dir" && /bin/pwd); + echo "$dir$base" +} +ME="$(therealpath $(dirname $0))" +echo "I am in : $ME" +mkdir -p "$HOME/.cache/ci" +cd "$HOME/.cache/ci" +CODACY_LATEST_PHAR=$(curl -s https://api.github.com/repos/codacy/php-codacy-coverage/releases/latest | grep browser_download_url | cut -d '"' -f 4) +echo "CODACY_LATEST_PHAR: $CODACY_LATEST_PHAR" +wget --timestamping "$CODACY_LATEST_PHAR" + +cp "$HOME/.cache/ci/codacy-coverage.phar" "$ME/../../codacy-coverage.phar" + +chmod +x "$ME/../../codacy-coverage.phar" + +cd "$ME/../../" diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/install.sh b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/install.sh new file mode 100755 index 0000000..682237e --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/install.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +export PATH=~/.composer/vendor/bin/:$PATH +set -x +set -e diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/release.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/release.php new file mode 100755 index 0000000..0af0ddf --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/release.php @@ -0,0 +1,165 @@ +#!/usr/bin/env php +version; + return versionToInt($version); +} + +/** + * Int to version + * + * @param int $version The version in int format + * @example $version 123456789 for 123.456.789 + * @example $version 1010020 for 1.10.20 + * @return string + */ +function intToVersion(int $version): string +{ + $major = ($version / 1000000) | 0; + $minor = ( ($version / 1000) - ($major * 1000) ) | 0; + $patch = $version - (($major * 1000000) + ($minor * 1000)); + return $major.".".$minor.".".$patch; +} + +/** + * Saves files (composer, package) + * + * @param string $composerSaveVersion The actual composer version + * @param string $npmSaveVersion The actual npm version + * @return void + */ +function saveFiles(string $composerSaveVersion, string $npmSaveVersion): void +{ + global $composerActualData, $npmActualData; + $composerActualData->version = $composerSaveVersion; + $npmActualData->version = $npmSaveVersion; + $flags = JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES; + file_put_contents(__DIR__."/../composer.json", json_encode($composerActualData, $flags).PHP_EOL); + file_put_contents(__DIR__."/../package.json", json_encode($npmActualData, $flags).PHP_EOL); +} + +/* +// Test data +echo "#1 ".intToVersion(123456789).PHP_EOL; +echo "#2 ".versionToInt("1.10.20").PHP_EOL; +echo "#3 ".intToVersion(100400100).PHP_EOL; +echo "#4 ".intToVersion(1010020).PHP_EOL; +echo "#5 ".getVersion(__DIR__."/../composer.json").PHP_EOL; +echo "#6 ".intToVersion(getVersion(__DIR__."/../composer.json")).PHP_EOL; +*/ +echo "Release a new version".PHP_EOL; +$composerActualData = json_decode(file_get_contents(__DIR__."/../composer.json")); +$npmActualData = json_decode(file_get_contents(__DIR__."/../package.json")); + +$composerActualVersion = $composerActualData->version; +$npmActualVersion = $npmActualData->version; + +$composerSaveVersion = $composerActualVersion; +$npmSaveVersion = $npmActualVersion; + + + +$itemCallable = function (CliMenu $menu): void { + global $composerActualVersion, $npmActualVersion, $composerSaveVersion, $npmSaveVersion; + switch ($menu->getSelectedItem()->getText()) { + case 'Major': + $composerSaveVersion = intToVersion(versionToInt($composerSaveVersion) + 1000000); + $npmSaveVersion = intToVersion(versionToInt($npmSaveVersion) + 1000000); + break; + case 'Minor': + $composerSaveVersion = intToVersion(versionToInt($composerSaveVersion) + 1000); + $npmSaveVersion = intToVersion(versionToInt($npmSaveVersion) + 1000); + break; + case 'Patch': + $composerSaveVersion = intToVersion(versionToInt($composerSaveVersion) + 1); + $npmSaveVersion = intToVersion(versionToInt($npmSaveVersion) + 1); + break; + } + + $menu->close(); + echo "Saved versions, composer: $composerSaveVersion, npm: $npmSaveVersion"; + saveFiles($composerSaveVersion, $npmSaveVersion); +}; + +$cbManual = function (CliMenu $menu): void { + global $composerActualVersion, $npmActualVersion, $composerSaveVersion, $npmSaveVersion; + $result = $menu->askPassword() + ->setPromptText("Actual composer version: $composerActualVersion") + ->setPlaceholderText($composerActualVersion) + ->setValidationFailedText('Invalid version, try again') + ->setValidator( + function ($version) { + return validateVersion($version); + } + )->ask(); + + $composerSaveVersion = $result->fetch(); + + $result = $menu->askPassword() + ->setPromptText("Actual npm version: $npmActualVersion") + ->setPlaceholderText($composerActualVersion) + ->setValidationFailedText('Invalid version, try again') + ->setValidator( + function ($version) { + return validateVersion($version); + } + )->ask(); + $npmSaveVersion = $result->fetch(); + $menu->close(); + echo "Saved versions, composer: $composerSaveVersion, npm: $npmSaveVersion"; + saveFiles($composerSaveVersion, $npmSaveVersion); +}; + +$menu = (new CliMenuBuilder())->setTitle('Bump version') + ->addItem('Major', $itemCallable) + ->addItem('Minor', $itemCallable) + ->addItem('Patch', $itemCallable) + ->addItem('Manual', $cbManual) + ->addLineBreak('-') + ->setPadding(2, 4) + ->setMarginAuto() + ->build(); + +$menu->open(); diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sami-config.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sami-config.php new file mode 100644 index 0000000..9909374 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sami-config.php @@ -0,0 +1,19 @@ +files()->name("*.php")->in(__DIR__."/../src"); + +$description = json_decode(file_get_contents(__DIR__."/../composer.json"))->description; + +return new Sami( + $iterator, array( + "title" => $description, + "build_dir" => __DIR__."/../docs", + "cache_dir" => __DIR__."/../tmp" + ) +); diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/.sudobotignore b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/.sudobotignore new file mode 100644 index 0000000..aa2b365 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/.sudobotignore @@ -0,0 +1,3 @@ +package-lock.json +.env +composer.lock diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/keys.tar.enc b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/keys.tar.enc new file mode 100644 index 0000000..d382dd6 Binary files /dev/null and b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/keys.tar.enc differ diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/pubkey.asc b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/pubkey.asc new file mode 100644 index 0000000..0f8bc9f --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/pubkey.asc @@ -0,0 +1,186 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQINBFudCJMBEADOr/ISxC+QFyXEa/bRPsAMxnZVpiKgoMSN0gyp2Sa5PciN8QWq +lJFHUPeEsSzOvcKT8DDeX5Om8gAQH8BtgylKSevyRBVt/M2pQ0EOrfy4uQFKJGMz +9usLuZerd6iPYe0W/3SwGs9eGo+A9WzOTr0AdKwY80kzIZ6UGgAD90HwgLGS8Te9 +8i7jK21SlmDDiSSdZpVIERta4cgl4KHTQt6CAfBJgmHrJW3pGvXVtwaSRD1kfAyH +2Qwo7H+ziTADvwGFXM4KRDh7alKrzvDcB1qERcgToYnry1w6CF6U9LhHzuJatfKp +JOW7BUAYUBWKv588DWggvY9vBYnv70+YjsqVq9C+QTRJqEeB4IswIlGDLWPMoZWg ++YJB1hDFoGUxif7TgCuYDcjRn7zNJOe+vS4xDCK2cpdtP+vbC56m0i1sT/wn5d/x +iXd8LZJsxu9g1CK+k6Ng7tooJyeqJvURza8leCO+pklQ5mcGAl/G60Z4b3qgJ9IT +iIpKOMktuoNGO5xUd4k+epSN/nnO5IoCxlpcb5fVp+XQB4UP71lfxLONHQgr5MkC +oumjZNQOXW0pjEE2nW8TJGnuM09Vd7UyH7Jrq292HGEnZb5MXrMG0jFCiz0e/tW8 +ORv0FiX4FcIij40SN1kyYWiRjuSGYsXIqyacreZ2aLblNPpXHakmNYq0dwARAQAB +tCFTdWRvIEJvdCAoQk9UKSA8c3Vkby1ib3RAd2Rlcy5mcj6JAlEEEwEKADsCGwMC +HgECF4ACGQEWIQRmcL239Ji+XfynCI6COI8+tXde1QUCW50h2AULCQgHAgYVCgkI +CwIEFgIDAQAKCRCCOI8+tXde1SYAD/9lcvNC3gHgD+c0nrGL490FHuxvXm5gWmXW +wDOaXmTaIRvEPNYFbC6MU8S2oL0/XenEJi1bkRoU6HrGDlcuh3aSIfAxyerl/00O +XS3jkkf1UZ6zv0G6MUgEwMFYLQgEwIamg+Ywn3zdcpvadkyV6EpG/LSeBcGU5/dG +4OpACfE4WcuN4prKZYKbCvoH9YgziMP/FqPjRCyyVi6aZe+boFQZK6h3Te61fKcu +xBJ21xg9KvAQYPmaEuYwZV83KSQ+PGdZweEbmeq2AHRlqpsDEr/fOM1/PuSRPPSA +jRRMi1M9ldDTXi6kOpuUCT7H2iilTlJTTV/to2N6LrGmioapIPwhstr1qmPxjhh5 ++R0qinAbhprnsnhEYDG0tiqZ+1ebYADOQpIpbY5UhB5brN61UJvIqW0IoLgqYLAR +GUGjhqCZwmgqBVNgAZzW8ZXCx5c1Yba0oW8fSVLG2nbPUav2g37Tqr87fUJOBGC5 +4vQO1MMS+HGJKUAtdnXi/slDJsR9qXXo0IxlSWLbQdJ7eL3v21G8SCzKxc3joTno +Or49+VlNHEWexsm7DkMDrf/KHOMr8mcrGTQXInBd/alV0xw9/PyUlzRCX4P7PwFv +A00NhhEloqxhsUEe5BwBbA2CNYB0JtrV3xHqV5SpWhXh3wdVchlZNN4oVHNDxwxw +HsnHr1Slp4kCMwQQAQoAHRYhBMTZH9/O9rSjxlP9eJCg7xuCUaiJBQJbnSONAAoJ +EJCg7xuCUaiJkzIP/0ufV1coA791TmDtgoBEPOMTceZ0D3F2P6P+P5+igrVpKM5n +hVjK6KW8dhOARpgOax6RKV1pw83lh8v4A61lpi6Es7BIT9c7mP1iIS5XGbP6UUtF +YKqQ4Sh3RVjeeH/U+CSZv8JLR0oSpKER2CauB4mWFqthkp6zuNpfO8uVZcsSIWO5 +VRjbB2OnZBX/WI3L/zTAWsd4ccX6VeSXwTXb9IrmO6F/d9On1fkt45ZGfzypqjHh +D8AAA4tSOupWDmwqP00H4/EI0JkZlNBhcOj2TtK9OFI3OhUMG1ZVumJ3tMSDW5YG +f4edP/oPwkgBPikkuBmo8Vl+8EV3mlv/H/5rV4hL4JWDW4g2YvOjSOn3ZowXz3ji +WsrzrJhPnFk9EttbWdMrZSnnNhZ53pt+7nHygxefIOaAC8vOA+ZSs1l++z+grz0y +2U0wDPMEMfGnujhT5RiEqtrRjk4TQ3Kqq0eqLj5DNF7xc+/0IYnu1Ol8yXEizBp+ +rOhnNdpUngYu4N0UsG12Aph1OgdtNHkO+0URy+uNa18VVGtemj6g/bRryYDAhchI +B4sDK1G6ot2og7+QH6Q5kayg9JZkaDwML7G+0Pczl9v/XFPnRM8u6s34bOsZmWgv +Aqmk+KLqN64MtW9jfPjErfHAF6y3TP3n1hqO75D1DnJm7gWT9u//Qq3YuZR60c2E +zYIBEAABAQAAAAAAAAAAAAAAAP/Y/+AAEEpGSUYAAQEAAAEAAQAA/9sAQwAIBgYH +BgUIBwcHCQkICgwUDQwLCwwZEhMPFB0aHx4dGhwcICQuJyAiLCMcHCg3KSwwMTQ0 +NB8nOT04MjwuMzQy/9sAQwEJCQkMCwwYDQ0YMiEcITIyMjIyMjIyMjIyMjIyMjIy +MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIy/8AAEQgAhwCHAwEiAAIR +AQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMC +BAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJ +ChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3 +eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS +09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAA +AAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEH +YXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVG +R0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKj +pKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX2 +9/j5+v/aAAwDAQACEQMRAD8A9/ooooAKKKKACiiigAooqG6ureytnubu4it4EGXl +lcIqj3J4FAE1FctH8SfBUtz9nXxNpvmZxzOAv/fR4/WunjkSaNZInV42GVZTkEeo +NADqKKKACiiigAooooAKKKKACiiigAooooAKKKKAGyyJDE8sjBI0UszHoAOpr4+8 +e+ONV+IfiUxxNL9gWUpY2angDoGI7sepJ6dOlfVvim3mvPCOtW1sCZ5rCeOMDruM +bAfrXx54Iu7ez8U2z3JVVYMis3RWIwP8PxqZtpNoxxFSVKlKcVdpN2Lcvw71uO0M +wNs7gZMKud306Yz+NdJ8IPiFfeF/Eltol9M7aReSiFopD/x7yMcBlz056j8eortW +ZUUsxCqBkkngCvFL/wD4m/jORdNGWubwJBt/iYsACPqefxrCjVlNu542TZlXxcpR +qrbqvyPuCiiiuk98KKKKACiiigAooooAKKKKACiiigAoqKe5gtY/MuJo4k/vSMFH +5mqn9vaP/wBBax/8CU/xoA0K+dPid8FNRTVLjWvC1v8AabWdjJLZJxJEx5OwfxKT +2HI9MV73/b2j/wDQWsf/AAJT/Gj+3tH/AOgtY/8AgSn+NAHxLDLrOoSx6TFLezvI +4iS1Ds2WzjaFr3r4S/B270XUYvEXiWNUuovmtbPIYxt/fcjjI7Dt16ivI/Bc0UXx +Y0qaSREiXVAxdmAUDf1zX15/b2j/APQWsf8AwJT/ABpJExjGOysaFFZ/9vaP/wBB +ax/8CU/xo/t7R/8AoLWP/gQn+NMo0KKZFLHPGJIpEkQ9GQ5B/Gn0AFFFFABRRRQA +UUUUAFeIfFL41SaPeT6D4XdDdxEpc3xAYRN3VAeCw7k8Dp16egfE7xLJ4U8AalqF +u+27ZRBbsOodzjI9wMt+FfPXwe8CxeNvFEs2pKZNMsAJbhSf9a5J2oT6HBJ9hjvS +AxrDwv448fzNfw2eoamWJzdXEmEPqA7kD8Aa1f8AhR/xA/6Asf8A4GQ//FV9awwx +W8KQwRpFFGoVERQFUDoAB0FPosB8j/8ACj/iB/0BY/8AwMh/+Ko/4Uf8QP8AoCx/ ++BkP/wAVX1xRRYD5H/4Uf8QP+gNH/wCBkP8A8VR/wo/4gf8AQFj/APAyH/4qvrii +iwHyP/wo/wCIH/QFj/8AAyH/AOKo/wCFIfEDH/IFj/8AAyH/AOLr64oosB8YzWPj +j4bXyTvHqOkSFuJEb93IfTIyjfTmvd/hX8Xo/GDro2srHBrIXMbpwlyB1wOzY5x3 +5I9K9O1DTrPVrCaxv7aO5tZl2yRSLkMK+QvHfhq5+HHj8wWM0iJGyXdhNn5gufl/ +EEEe+PegD7GorJ8L60niPwvpmsIAv2u3WRlHRWx8w/A5H4VrUwCiiigAqC8vbXTr +OW7vbiK3tol3SSysFVR7k1PXyd8YPiBc+LPEk+m2szDRrGQxxIp4mccGQ+vOQPb6 +mgDofjN8TtA8W6HBomivcTtDeLO9wY9kTAK64GTuPLDtXS/s3Io8May4HzG9UE+w +QY/ma+cmTaoJ619H/s3/APIqax/1/D/0BaqcJQdpID07xR4q0vwhpDajqkpCZ2xx +IMvK3oo/yK8mb9oaT7X8vhxfs2ehuvnx6/dxWT8frq4fxjYWrk/Z4rIPGvbczsGP +/joH4Vds/AHg6b4PNr0lx/xMPsrTG688/JMASItucdcLjGTXbTpUowUpq9zCUpOT +Ueh674R8Y6V4z0s3umuwZCFmgkGHib0I9D2I6/nXQV81fAq6uIfH7QRE+TPaSCVe +2Bgg/nx+NfStc+IpKnPlRpTlzK4UUUVgWcl43+IOk+B7aP7WHuL2YEw2sRAZh/eJ +/hX3/IHmvOrP9obN2Be+HttsTyYbnc6j6FQD+lcD8Urme7+Jmr/anIEcyxJn+FAo +xgfTn8a7L4i+AfB+geAbbU9JnxdloxFL55f7WD1OM46c/LjpXowo0oxipq7kc7nJ +t26Ht2ia1YeIdJg1PTZxNbTDKt0IPcEdiPSvBf2k0UazoLgDcbeUE+wYY/ma3P2e +bq4aDXbQljbI0MijsrtuB/MKPyrF/aU/5C3h/wD64Tf+hLXFWp+zm4m0JcyuaXwk ++K/hrSfCmneG9WuJrO5gMiieVP3LbpGYfMCccN3AHvXukciTRJLE6vG4DK6nIYHo +Qe9fBPlkpuH5V7N8CfiDc2OsReFNRnZ7G7JFoXOfJl67R/stzx649TUyhKFuZblH +0lRRRUgUNbmlttA1GeHPmxWsrpj+8FJFfC0fMgzX3s6LJG0bqGRgQwPcGvijxr4Y +ufB3i290mdGCRuWt3PSSIn5W/Lg+4IqqclGak+jAw5vuD619Gfs3/wDIqax/1/D/ +ANAWvnKRwyDHr0r6N/Zv/wCRU1j/AK/h/wCgLXRjJRlVvF6WBHX/ABL+HqeONNhe +2lSDVLXPkyP911PVGx27g9vxrwtvhN43W7+zf2HITnG8Sx7Pru3Yr6uoqaWKnTXK +jOVNSdzz34YfDf8A4Qm1mvL6SObVblQjmPlYkznaD3ycEn2Hpk+hUUVjObnLmkWk +krIKKKKkZ5R8UvhXP4ouxrWitGNR2BJoJDtE4HAIPZgOOeCAOmOfKrT4SeNru7Fu +2jtAM4Ms0qBF98gnP4Zr6sorpp4upCPKZypRbucv4D8GW3gnw+LCOQTXMreZcz4x +vfGMD2A4H5968f8A2lP+Qt4f/wCuE3/oS19EV87/ALSn/IW8P/8AXCb/ANCWuecn +J3ZaVlZHikf+rFWtDmktfEumzwEiWK7idMeocEVSVwsY9a7n4QeFJ/E/j2ykMZNl +p8i3Vy+OBtOVX6lgOPQH0rsxNSLpU4LdL9APr2iiiuIYVy/jfwFo/jvTFttRQx3E +WTb3UYG+In+YPcH9DzXUUUAfIPjz4U6z4Dtlvrm4trvT5JhDHNESG3EEjcp6cKeh +I969T/ZudT4Y1lARuF6pI9igx/I13fxP8NSeK/AGo6fbpvu0UT26jqXQ5wPcjK/j +Xz38HfHUXgrxRLBqTGPTL8CKdiP9U4J2uR6DJB9jntSA+tKKZDNFcQpNDIkkUihk +dGBVgehBHUU+mAyUSGFxEQshU7C3QHtmvlbUfC/xGbUbg3Vhrc85c75E3urH1BHB +H0r6sorajWdK9lcicOY+Sv8AhFfH/wD0Cte/74krd8G+G/iFb+LdNlW01a1RJ0Ms +lxvWPy8/MGzwRjPHevpiitnjJNW5UQqKXUKKKK4zYK+df2k3U6zoKA/MLeUkexYY +/ka+gdQ1Cz0qwmvr+5jt7WFd0ksjYCivkLx54lufiP4/M9jDI6SMlpYQ4+Yrn5eP +Ukk+2fakwNnwJ8FtX8Y6fa6vNeW9lpU5JV+XlYBipwvQcg9T+Br6S8LeFNJ8H6Mm +maTB5cQO55GOXlbuzHuf0HapfC+ip4c8L6Zo6EN9kt1jZh0ZsfMfxOT+Na1MAooo +oAKKKKACvD/il8FZNXvJ9e8Logu5SXubEkKJG7sh6AnuDwev19wooA+MrDxV448A +TNYQ3l/ppUnNrcR5Ue4RwR+IFa3/AAvHx/8A9BiL/wAA4f8A4mvrK4tre6j8u4gj +mT+7IgYfkap/8I/ov/QIsP8AwGT/AApWA+Wf+F4+P/8AoMRf+AcP/wATR/wvHx// +ANBiL/wDh/8Aia+pv+Ef0X/oEWH/AIDJ/hR/wj+i/wDQIsP/AAGT/CgD5Z/4Xj4/ +/wCgxF/4Bw//ABNH/C8fH/8A0GIv/AOH/wCJr6m/4R/Rf+gRYf8AgMn+FH/CP6L/ +ANAiw/8AAZP8KAPln/hePj//AKDEX/gHD/8AE0H44eP8f8hmP/wDh/8Aia+pv+Ef +0X/oEWH/AIDJ/hR/wj+jf9Aiw/8AAZP8KAPkKfUPG/xJvkt3l1HV5A3yxIv7tD64 +ACL9TivdvhX8IE8IOus60Y59ZK4jjTlLYHrg92xxnoOQPWvVYoYoIxHDGkaDoqKA +B+Ap9FgCiiimAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU +UAf/2YkCTgQTAQoAOBYhBGZwvbf0mL5d/KcIjoI4jz61d17VBQJbnSNPAhsDBQsJ +CAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEII4jz61d17VUhYP/iPZQiPAUtom/WhO +okjtLxURx/mKjkUm+bDqwtAOnSqFMSI5O2hhuOa9u1I7dtnTuYlb5dWdtq4Holzt +biK81lYb2UH74ykIy7/Kjm3c9ox0RL8XKi8aTzNlAuNE6n0+RtUmKRcEWptz+dMT +V6JCHeES6xf001vIshy3LfdA5RLQm3P0mRuQ8dg313OFZb9jQ/sYgB+uU4yZeJv/ +254tXnxX2FpKUNiJhA89CXXbs7vLFXbtluIeGqPj/CjAs7rPaYVUQ26+jraw1hbv +6t1OJuA81GGLJbxJKa4UoBg5jPB6uv2xRI1omGY9NH6UjwNQuNT408NEusBM9Ug5 +45NJLcjisWTrAynheEGU1qqkvYa3TXJa3z68/3XRL9EbiyHRWxUozfZ7TmCV+UYC +9xmT1cqaYn4brigMk7HDEF5DB+40yxkGpmRxVXTS5XO3HLTcJCyx6aM9PAclN689 +uDrX5pKllhLlUuvrBYjaJz6lg4OChLfp+2m5CWBADjIqE2Q84+Of1ZItQMn9CPWR +h9rAdMPC8F5RPirn1F+2WB7sZb8QhQSHM9GMGe2vya8Lyu9NjUVhyFig16bIQsw+ +frvQZ1q0pDai/sz+UVL5y2dZ+OnZkgNO3yJVA6PgJqDb/oZCTe20Jeznz3XTPTvQ +iruoviuQ9sddtS7rJLqNxzhpq3y0uQINBFudCJMBEACXy22ZobYUWarSEXhGOb5R +wjaT2g79JCW3Gpiz2yp6QWSmGLK3YpXdO2WU0CsFKKbWS8JN8iYOYEX2L+HMU3rh +alYm6/BFFmyRvIf2E7HNATctmxLMlszXnpaHWsMxXKer60/+l4CFYke+2Eo3KRku +BXrNCmVZR0gmKQRYLWBC4bmgEsprI1CcpqzQAluthN/rNIRAJCU0olG7xC+leS1H +8+2qyKIY0287kh1vlmWmeM9cBtAVfqgeNEgxEu6pR5MRRZfgh5UubZGdGitCPM/9 +uV36V12ZDxbCpOMocyL+yO3epTyO7mT5QPBUMuMmVz79LLgI8tJrOO9SgiGIQZbB +xuqZ81EFr3fwqocANzitL9tETmCRSdbPF8gBnIkqGS3BQ3FeDDYf4fNlYfroiADy +TSxn3gnwPxiWus51vnNS3FGKOTkfDZ/p918hpbditRKKdF9nb/sfXJOrppjg+7Op +GFbj8hGjCQN7M4t1qyCPWsOQxPgaywnVqZj/5yK5/DP7CtiSZW8YpLaKNwD5cv4m +0p+TKnkD9u5a011ih4bV99UqptTbcTVXJuzCzBZjQ+RETNuvuV5b13qeUKu2A9po +bsLSNZ6DF8Y81UzEp9DknBoQXy0k/RYj6ezmThnvQA/OsiW/sqABvT53OVMDlEsK +0e4IGjVn5E3+KD8lsgfypQARAQABiQI2BBgBCgAgFiEEZnC9t/SYvl38pwiOgjiP +PrV3XtUFAludCJMCGwwACgkQgjiPPrV3XtUJiBAAzTEzvSlHKk+8h7Ow+++jNQks +aGav6wPkrDzrUh4kdTvljPXL7fsMf2NArdvP5o9FMGbMHCI4/05ixhg8thPUAsCB +QzQTZgkazL1rtPZFsvhF17+KEIOX1LknkCemYzqTTdVsbfwiGJZiZsznerMj2gyc +Uaxvezb9gQkYhQHdR2+d13JxEDbegH6EU1TDklMPKN0GSpGAFGFi4WicUOBoo3Jx +vEl9GVhKx4mVBEVMNnsSehZtZmYAQU2N8Zox74KDcgf/P2qPufsb+MA9vzq5i4ij +Y7f7orhdu1FtZ/gARG+J87/YLq8SpYLJzgaNRs0Ii1BGywZosZpYbsvRc36oNnG4 +BlBa/qYLsCnf+Q7PknODYy0P2Oy6sHI367nZdfMf44Iwoqn5i25cA+7qUZXaxz/o +DN4059bMiRZ9dPVld4cXnkiMiOau4IslkTDJjMCQk0HYU2GxOrl8yR5DjMTlQx59 +Q9jue6fn5IUQeDKzs7og1YuCWXUOWKxDQzzsIXK1/sP/1WFOzHZOx36w5cnnrDN4 +1bh4oBT47H+/QJoWvSX7amFq5iojpOQ61JZT2zN5mDTSRkPJ/0e9l3Goqij785Nj +/YC6VqrHIXm4zN4QFZMEnK1kZwb9Oj9PkPO157GsazWyRhg7VJAd7wsfFkfpp2Uk +dr1dmG5Bf62Bsu3HBMm5Ag0EW50iKgEQAJpK6RgAa5R6T9fkE5IfbFl2YiIvFSpy +ItVl5LyXVH3NUOx/TKUI/xbdCiFqvE5mmJ6tdEFaXlm4fUfIElRCoqpIivGqFuDU +UXfKIg17Oi/T5RihglWVkX+gIVhw7Tf1HyNTyMzZ1LLMxxav/UpGUvypRZiDzOoa +11sMGiDmwFoJUhRfayDVhVVES8sZTQuqhLBQMSk2uK9v1jTu0pHqxaj7/2+994LP +47L+WrvV4SuW+Ze1OwF2OTnRRz1dgIKVaTxgEl+jVFDDlErpOejZCk5wI5Z4xz6e +ma6IB9hxRL10fxf5BF5bHejN07i04sC7Zct1y0YtUrV8ZFnRI2CQz+1UaCHRUuTk +jb/hOTNZH4aVy3EzDqRIWFVHuo8gJVNA9hiqSpa+9J/jVuYqbvf122rOYfWrJA1/ +/bCRx2eXxAnWeDw3xiqI9dUQs/BLQMt+K2lmDRghs/JpNsancruCdRUXjjEenuw3 +xtO2hSKC0SXsWSC7Ezu96jh/hbFh2JHL2EGjdxBrFYietAzhSDRsqlVr/VsoIfHi +JRPuzPYLDwGLBkBvJ5axAorg3WEYqISr4Jo87Z1ejR4WGjtCrjHntcLb2HbLBE+D +CFPl+uaZI7kQRAvqdlNOqb3wiRs2xdfdlwxQO6UDX2aMwVpLgzFGcCzLVqk3Bcx1 +3AzZZSGV7tgfABEBAAGJBGwEGAEKACAWIQRmcL239Ji+XfynCI6COI8+tXde1QUC +W50iKgIbAgJACRCCOI8+tXde1cF0IAQZAQoAHRYhBBA2bu60xXCfz82mk21GYzTz +C++LBQJbnSIqAAoJEG1GYzTzC++LY+MP/0uVqf7L/zDfMmu7939uIeax1WN7joFt +qHjx+gVqDR/9UfdQa4GK3gfmn7C6gmqypMlKlCIn1gS5y0KYSGQfsxX5zplBsV/+ +MZK6ZEfhIlTpZgrOmT03jGe78qQqAvK8XFBcmfLEV7WsmEl4IMEjHbg5QbbItQDj +0ls5tik9qXcCfITSBbf2mZ1HT+saBrHF1h15le8uz3WOS3ayHYvdGtitYMXqBS+N +yyncrCB5MsMpi1sFmGzNuOuYtmcG1PF2y+OVi+7teK8eaxX2Nc9qzgSBklahEKhj +cHY+vKm34SZuWsk9uKuBmSt06MClAdVc3yyK3YKsKx5mxOqrlZpv+UmMcevYXesc +ASSdWmX249LU9L78duHh0VQhxjv088Uoe7ZXIr11xvyCuusaJB+FNr1TS0v+EO97 +53IGAWTYwCmBYhNbLCKELbBQrQyX/4L8gv+L57nH/9lbr67QDX+YlfKy95cT1BUO +AxhnJfZpI7MKXOFuxXxWv0DV0SSJpXwpUbaZjd2rxmeV/70/P9AEc/K9wFFanuYr +ofqGnRbreswK4+v9M2MRGxRHzbWSGNw0cw3to4IZy6Vx8TBoFuVLuEkimZ7CEyHV ++LD+ht/2T2pPigtcox9JrGWmSM9Gw8AfsMfqhzRtsijgpy26YPekVs5uX1tbGDjw +PMEMKsZToQZcvCcP/AnXlckDRJ8h6qcl9eq5+aM600DPQlwXEPJJRI5kriIKizsn +kQNaWrIFM8EVn9Z5nW9/MqQGy/bQzwlSnTuYSWBN4H+MCsjrALEDHVrj865CUv8b +xha8DEcmK2bB22UwME0swn6cVlY8f+hk4hAKstqfWy0wNhMNY8zxj3l5n1q1dq/N +zG69HuWgPguSuB5t0coL7d8m7xGCPzzOUfQOwgd3as5pBmhMZUZuFQQH3skA40sm +GHY6DiuSDgexuujukgNOrRkWQfEjnFkzyhtKwu9q9Uga7LANmtU1MnCbfRdGCEub +XtUsYQtbJrmgoAi0YdL+1EtS+Ghmie0D4M384XUZDyWk6rOj0QFb8RiIprW/rYz2 +YOInvDDnyp1X31ES3Mz2Lijkyx4SlliP9KdgMWSwsjro5B4lgn5k867lxBTtxMXG +Sz4txwPw+mDym2syEA08kuSxLRuzb1oKWkhUsVhysRMb6/94enqqYMP3Tu1OK2pO +chmwA2QunI3ZQ97EOIKYsMhyKo8/4Fy2PV9hj8rCsbx/du2hSYdgaRwohsJXnZ1S +3PkbZuCnKuOFzXrnc94hx4DIuzrn+rL//rMvypJqZtucAHGX+zF7CMG/W4Bg3XI+ +wkUIobyFg5MX8Rmt9Iq7/Y6yJaPRyQxYJYfMZDs/LSptZxC8/Lm4x62AA0tp +=0xe2 +-----END PGP PUBLIC KEY BLOCK----- \ No newline at end of file diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/template.js b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/template.js new file mode 100644 index 0000000..03a44b3 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/sudo-bot/template.js @@ -0,0 +1,89 @@ +'use strict'; + +/** + * @param {Array} modifiedFiles The modified files + * @returns {string} The commit message + */ +const commitMessage = function(modifiedFiles) { + const nbrMySQLFiles = modifiedFiles.filter(file => file.match(/mysql-[a-z\-\.]+.json$/g)).length; + const nbrMariaDBFiles = modifiedFiles.filter(file => file.match(/mariadb-[a-z\-\.]+.json$/g)).length; + const nbrMergedData = modifiedFiles.filter(file => file.match(/merged-(slim|ultraslim|raw).(json|md|php)$/g)) + .length; + + const hasMySQLFiles = nbrMySQLFiles > 0; + const hasMariaDBFiles = nbrMariaDBFiles > 0; + const hasOtherFiles = nbrMySQLFiles + nbrMariaDBFiles + nbrMergedData !== modifiedFiles.length; + if (hasMariaDBFiles && hasMySQLFiles) { + return 'update: [MariaDB] && [MySQL] updates' + (hasOtherFiles ? ' and other changes' : ''); + } else if (hasMariaDBFiles && !hasMySQLFiles) { + return 'update: [MariaDB] updates' + (hasOtherFiles ? ' and other changes' : ''); + } else if (!hasMariaDBFiles && hasMySQLFiles) { + return 'update: [MySQL] updates' + (hasOtherFiles ? ' and other changes' : ''); + } + return 'update: πŸ€– Some updates πŸ€–'; +}; + +/** + * @param {Array} modifiedFiles The modified files + * @returns {string} The pr message + */ +const prMessage = function(modifiedFiles) { + const nbrMySQLFiles = modifiedFiles.filter(file => file.match(/mysql-[a-z-]+.json$/g)).length; + const nbrMariaDBFiles = modifiedFiles.filter(file => file.match(/mariadb-[a-z-]+.json$/g)).length; + const nbrMergedData = modifiedFiles.filter(file => file.match(/merged-(slim|ultraslim|raw).(json|md|php)$/g)) + .length; + + const hasMySQLFiles = nbrMySQLFiles > 0; + const hasMariaDBFiles = nbrMariaDBFiles > 0; + const hasOtherFiles = nbrMySQLFiles + nbrMariaDBFiles + nbrMergedData !== modifiedFiles.length; + if (hasMariaDBFiles && hasMySQLFiles) { + return 'πŸ€– [MariaDB] && [MySQL] updates' + (hasOtherFiles ? ' 🚨🚨' : ''); + } else if (hasMariaDBFiles && !hasMySQLFiles) { + return 'πŸ€– [MariaDB] updates' + (hasOtherFiles ? ' 🚨🚨' : ''); + } else if (!hasMariaDBFiles && hasMySQLFiles) { + return 'πŸ€– [MySQL] updates' + (hasOtherFiles ? ' 🚨🚨' : ''); + } + return 'πŸ€– Some updates to review πŸ€–'; +}; + +/** + * @param {Array} modifiedFiles The modified files + * @returns {string} The pr content + */ +const prContent = function(modifiedFiles) { + let message = + 'Dear human 🌻, after running my task the following file' + + (modifiedFiles.length > 1 ? 's where updated:' : ' was updated:') + + '\n'; + message += modifiedFiles + .map(file => { + let emoji = 'πŸ‘½'; + if (file.match(/mysql-[a-z-]+.json$/g)) { + emoji = '🐬'; + } + if (file.match(/mariadb-[a-z-]+.json$/g)) { + emoji = '🐳'; + } + if (file.match(/merged-(slim|ultraslim|raw).(json|md|php)$/g)) { + emoji = 'πŸ“¦'; + } + return '- `' + file + '` ' + emoji + '\n'; + }) + .join(''); + return message; +}; + +/** + * @param {Array} modifiedFiles The modified files + * @returns {string} The pr branch + */ +const prBranch = function(modifiedFiles) { + return 'refs/heads/update/' + new Date().getTime(); +}; + +module.exports = { + commitMessage: commitMessage, + prMessage: prMessage, + prContent: prContent, + prBranch: prBranch, +}; diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBDocumentation.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBDocumentation.php new file mode 100644 index 0000000..958f1ad --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBDocumentation.php @@ -0,0 +1,75 @@ +url = $url; + if ($anchor !== null) { + $this->anchor = $anchor; + } + } + + /** + * Get the url + * + * @return string + */ + public function getUrl(): string + { + return $this->url; + } + + /** + * Get the anchor + * + * @return string|null + */ + public function getAnchor(): ?string + { + return $this->anchor; + } + + /** + * Used for json_encode function + * This can seem useless, do not remove it. + * + * @return array + */ + public function jsonSerialize(): array + { + $outObj = array(); + $outObj['url'] = $this->url; + if ($this->anchor !== null) { + $outObj['anchor'] = $this->anchor; + } + return $outObj; + } + +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBEntry.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBEntry.php new file mode 100644 index 0000000..7ff7e9c --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBEntry.php @@ -0,0 +1,151 @@ +name = $name; + if ($type !== null) { + $this->type = $type; + } + if ($dynamic !== null) { + $this->dynamic = $dynamic; + } + } + + /** + * Get the variable name + * + * @return string + */ + public function getName(): string + { + return $this->name; + } + + /** + * Is the variable dynamic + * + * @return bool|null + */ + public function isDynamic(): ?bool + { + return $this->dynamic; + } + + /** + * Get the variable type + * + * @return string|null + */ + public function getType(): ?string + { + return $this->type; + } + + /** + * Variable has documentations + * + * @return bool + */ + public function hasDocumentations(): bool + { + if ($this->docs === null) { + return false; + } else { + return count($this->docs) > 0; + } + } + + /** + * Get all documentations + * + * @return KBDocumentation[] + */ + public function getDocumentations(): array + { + return $this->docs; + } + + /** + * Add documentation link + * + * @param string $url The URL + * @param string|null $anchor The anchor + * @return KBDocumentation + */ + public function addDocumentation(string $url, ?string $anchor = null ): KBDocumentation + { + $this->url = $url; + if ($this->docs === null) { + $this->docs = array(); + } + $kbd = new KBDocumentation($url, $anchor); + $this->docs[] = $kbd; + return $kbd; + } + + /** + * Used for json_encode function + * This can seem useless, do not remove it. + * + * @return array + */ + public function jsonSerialize(): array + { + $outObj = array(); + $outObj['name'] = $this->name; + if ($this->type !== null) { + $outObj['type'] = $this->type; + } + if ($this->dynamic !== null) { + $outObj['dynamic'] = $this->dynamic; + } + if ($this->docs !== null) { + $outObj['docs'] = $this->docs; + } + return $outObj; + } + +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBException.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBException.php new file mode 100644 index 0000000..05eea91 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/KBException.php @@ -0,0 +1,12 @@ + li + const ulElementList = $(element) + .nextAll() + .not('p') + .first(); + if (ulElementList.find('li > strong').length === 0) { + return { id: null }; + } + ulElementList.find('li').each((i, elementDescr) => { + const valueKey = $(elementDescr); + const key = valueKey + .find('strong') + .text() + .toLowerCase() + .trim(); + const value = $(elementDescr) + .text() + .replace(valueKey.find('strong').text(), '') + .trim(); + switch (key) { + case 'dynamic:': + doc.dynamic = value.toLowerCase() === 'yes'; + break; + case 'scope:': + doc.scope = value + .toLowerCase() + .split(',') + .map(item => { + if (item.match(/session/)) { + return 'session'; + } else if (item.match(/global/)) { + return 'global'; + } else { + return item.trim(); + } + }); + doc.scope = doc.scope.filter(function(e) { + return e === 0 || e; + }); + break; + case 'type:': + doc.type = cleaner.cleanType(value.toLowerCase()); + break; + case 'data type:': + /* + * Default method,
  • has a child + * Example:
  • Data Type: numeric
  • + */ + let dataType = valueKey.find('code'); + if (dataType.length > 0) { + doc.type = cleaner.cleanType( + dataType + .first() + .text() + .toLowerCase() + .trim() + ); + } else { + /* + * Fallback method,
  • has text + * Example:
  • Data Type: boolean
  • + */ + let dataType = value.replace(/undefined/gi, ''); + dataType = dataType.toLowerCase().trim(); + if (dataType !== '') { + doc.type = cleaner.cleanType(dataType); + } else if (dataType === '') { + console.log('Empty datatype found for : ' + doc.id); + } else { + console.log('No datatype found for : ' + doc.id); + } + } + break; + case 'description:': + doc.type = cleaner.cleanType(value.toLowerCase()); + break; + case 'default value:': + case 'default:': + doc.default = cleaner.cleanDefault( + valueKey + .text() + .replace(valueKey.find('strong').text(), '') + .trim() + ); + break; + case 'valid values:': + doc.validValues = valueKey + .find('code') + .get() + .map(el => $(el).text()); + break; + case 'range:': + doc.range = valueKey + .find('code') + .get() + .map(el => $(el).text()); + if (doc.range.length === 1) { + // try x-y + doc.range = doc.range[0].split('-').map(item => item.trim()); + } + if (doc.range.length === 1) { + // try x to y + doc.range = doc.range[0].split('to').map(item => item.trim()); + } + if (doc.range[1] !== undefined) { + doc.range[1] = parseFloat(doc.range[1]); + } + if (doc.range.length === 1) { + // try x upwards + if (value.includes('upwards')) { + doc.range[1] = value; + } + } + // Could be oneday a float + doc.range = { + from: parseFloat(doc.range[0]), + to: doc.range[1], + }; + doc.range = cleaner.cleanRange(doc.range); + + break; + case 'commandline:': + if ( + typeof value === 'string' && + (value.toLowerCase() !== 'no' && + value.toLowerCase() !== 'none' && + value.toLowerCase() !== 'n/a' && + value.toLowerCase() !== 'no commandline option') + ) { + doc.cli = cleaner.cleanCli(value, true); + } + break; + default: + break; + } + }); + /* jshint +W083 */ + } catch (e) { + console.error(e); + console.log('Error at : #' + doc.id); + } + if (doc.type !== undefined) { + if (doc.type === 'numeric') { + doc.type = 'integer'; + } + } + return doc; +}; + +function parsePage($, cbSuccess) { + var anchors = []; + $('.anchored_heading').each(function(i, el) { + let doc = createDoc($, el); + if (doc.id && typeof doc.id === 'string') { + anchors.push(doc); + } + }); + cbSuccess(anchors); +} + +const KB_URL = 'https://mariadb.com/kb/en/library/documentation/'; + +const storageEngines = ['aria', 'myrocks', 'cassandra', 'galera-cluster', 'mroonga', 'myisam', 'tokudb', 'connect']; + +const systemVariables = ['xtradbinnodb-server', 'mariadb-audit-plugin', 'ssltls', 'performance-schema']; + +const custom = [ + { + url: 'columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/', + name: 'spider-server-system-variables', + }, + { + url: 'semisynchronous-replication/', + name: 'semisynchronous-replication-system-variables', + }, + { + url: 'replication-and-binary-log-server-system-variables/', + name: 'replication-and-binary-log-server-system-variables', + }, + { + url: 'gtid/', + name: 'gtid-system-variables', + }, + { + url: 'replication/optimization-and-tuning/system-variables/server-system-variables/', + name: 'server-system-variables', + }, + { + url: 'system-versioned-tables/', + name: 'versioned-tables-system-variables', + }, +]; + +const status = [ + 'server', + 'galera-cluster', + 'aria-server', + 'cassandra', + 'mroonga', + 'spider-server', + 'sphinx', + 'tokudb', + 'xtradbinnodb-server', + 'replication-and-binary-log', + 'oqgraph-system-and', + 'thread-pool-system-and', + 'ssltls', + 'mariadb-audit-plugin', + 'semisynchronous-replication-plugin', +]; + +const pages = []; + +storageEngines.forEach(se => { + pages.push({ + url: KB_URL + 'columns-storage-engines-and-plugins/storage-engines/' + se + '/' + se + '-system-variables/', + name: se + '-system-variables', + }); +}); + +custom.forEach(cu => { + pages.push({ + url: KB_URL + cu.url, + name: cu.name, + }); +}); + +status.forEach(statusName => { + pages.push({ + url: KB_URL + statusName + '-status-variables/', + name: statusName + '-status-variables', + }); +}); + +systemVariables.forEach(systemVariableName => { + pages.push({ + url: KB_URL + systemVariableName + '-system-variables/', + name: systemVariableName + '-system-variables', + }); +}); + +module.exports = { + run: () => { + /*var pages = [ + { + url: 'http://7.2.local/Global%20Transaction%20ID%20-%20MariaDB%20Knowledge%20Base.html', + name: 'gtid-system-variables' + } + ]*/ + return common.processDataExtraction(pages, 'mariadb-', parsePage); + }, +}; diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/MySQL.js b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/MySQL.js new file mode 100644 index 0000000..99f4561 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/MySQL.js @@ -0,0 +1,251 @@ +'use strict'; + +const common = require(__dirname + '/common'); +const cleaner = require(__dirname + '/cleaner'); + +/** + * Complete a doc element with info found in table + * @param {HTMLTableRowElement[]} rows The table rows + * @param {Object} doc The doc object + */ +function completeDoc($, rows, doc) { + $(rows).each((i, elem) => { + let tds = $(elem).find('td'); // first is key and last is value + var name = tds + .first() + .text() + .toLowerCase() + .trim(); + var value = tds.last(); + switch (name) { + case 'dynamic': + doc.dynamic = + value + .text() + .toLowerCase() + .trim() === 'yes'; + break; + case 'name': + doc.name = value.text().trim(); + break; + case 'system variable': + // Do not overwrite the name + if (typeof doc.name === 'undefined') { + doc.name = value + .text() + .toLowerCase() + .trim(); + } + break; + case 'scope': + let scope = value.text().toLowerCase(); + if (scope === 'both') { + // found on mysql-cluster-options-variables.html + doc.scope = ['global', 'session']; + } else if (scope != '') { + doc.scope = scope.split(',').map(item => { + if (item.match(/session/)) { + return 'session'; + } else if (item.match(/global/)) { + return 'global'; + } else { + return item.trim(); + } + }); + } + if (doc.scope !== undefined) { + doc.scope = doc.scope.filter(function(e) { + return e === 0 || e; + }); + } + break; + case 'type': + let type = value + .text() + .toLowerCase() + .trim(); + if (type != '') { + doc.type = cleaner.cleanType(type); + } + break; + case 'default value': + case 'default, range': + doc.default = cleaner.cleanDefault(value.text().trim()); + break; + case 'valid values': + doc.validValues = $(value) + .find('code') + .get() + .map(el => $(el).text()); + break; + case 'minimum value': + if (doc.range == undefined) { + doc.range = {}; + } + doc.range.from = parseFloat(value.text().trim()); + break; + case 'maximum value': + if (doc.range == undefined) { + doc.range = {}; + } + doc.range.to = parseFloat(value.text().trim()); + break; + case 'command-line format': + doc.cli = cleaner.cleanCli(value.text().trim()); + break; + case 'command line': + if (typeof doc.cli !== 'string') { + doc.cli = + value + .text() + .toLowerCase() + .trim() === 'yes'; + } + break; + } + }); +} + +/** + * Create a doc element + * @param {Element} element The root element + * @returns object The doc object + */ +function createDoc($, element, doc) { + completeDoc($, $(element).find('tbody > tr'), doc); + if (doc.range !== undefined) { + doc.range = cleaner.cleanRange(doc.range); + } + + if (doc.name && doc.name.match(cleaner.regexCli)) { + delete doc.name; + } + + return doc; +} + +function parsePage($, cbSuccess) { + var anchors = []; + $('.informaltable, .table') + .filter(function(i, elem) { + return ( + $(elem) + .find('th') + .first() + .text() === 'Property' + ); + }) + .each(function(i, elem) { + let doc = { + id: $(elem) + .prevAll() + .find('a') + .filter(function(i, el) { + return typeof $(el).attr('name') === 'string' && typeof $(el).attr('class') === 'undefined'; + }) + .first() + .attr('name'), + }; + if (typeof doc.id !== 'string') { + doc.id = $(elem) + .prevAll() + .find('.link') + .first() + .attr('href') + .split('#')[1]; + } + createDoc($, elem, doc); + if (typeof doc.cli === 'boolean') { + doc.cli = $(elem) + .prevAll() + .find('.option') + .first() + .text(); + if (doc.cli === '') { + delete doc.cli; + } + } + if (!doc.name && doc.cli) { + var matches = doc.cli.match(cleaner.regexCli); + doc.name = matches[2].replace(/-/g, '_'); + } + anchors.push(doc); + }); + + cbSuccess(anchors); +} + +const KB_URL = 'https://dev.mysql.com/doc/refman/8.0/en/'; +const KB_URL57 = 'https://dev.mysql.com/doc/refman/5.7/en/'; + +const pages = [ + { + url: KB_URL + 'server-system-variables.html', + name: 'server-system-variables', + }, + { + url: KB_URL + 'innodb-parameters.html', + name: 'innodb-parameters', + }, + { + url: KB_URL + 'performance-schema-system-variables.html', + name: 'performance-schema-system-variables', + }, + { + url: KB_URL + 'x-plugin-options-system-variables.html', + name: 'x-plugin-options-system-variables', + }, + { + url: KB_URL + 'replication-options-binary-log.html', + name: 'replication-options-binary-log', + }, + { + url: KB_URL57 + 'replication-options-binary-log.html', + name: 'replication-options-binary-log_5.7', + }, + { + url: KB_URL + 'pluggable-authentication-system-variables.html', + name: 'pluggable-authentication-system-variables', + }, + { + url: KB_URL + 'audit-log-reference.html', + name: 'audit-log-reference', + }, + { + url: KB_URL + 'replication-options-gtids.html', + name: 'replication-options-gtids', + }, + { + url: KB_URL + 'replication-options-slave.html', + name: 'replication-options-slave', + }, + { + url: KB_URL + 'replication-options-master.html', + name: 'replication-options-master', + }, + { + url: KB_URL + 'replication-options.html', + name: 'replication-options', + }, + { + url: KB_URL57 + 'mysql-cluster-options-variables.html', + name: 'mysql-cluster-options-variables', + }, + { + url: KB_URL + 'server-options.html', + name: 'server-options', + }, + { + url: KB_URL + 'version-tokens-reference.html', + name: 'version-tokens-reference', + }, +]; + +module.exports = { + parsePage: parsePage, + createDoc: createDoc, + completeDoc: completeDoc, + run: () => { + return common.processDataExtraction(pages, 'mysql-', parsePage); + }, +}; diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/Search.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/Search.php new file mode 100644 index 0000000..12f8ded --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/Search.php @@ -0,0 +1,167 @@ +a)) { + foreach ($kbEntrys->a as $kbEntry) { + if ($type === Search::ANY) { + return Search::$data->urls[$kbEntry->u]."#".$kbEntry->a; + } elseif ($type === Search::MYSQL) { + if ($kbEntry->t === Search::MYSQL) { + return Search::$data->urls[$kbEntry->u]."#".$kbEntry->a; + } + } elseif ($type === Search::MARIADB) { + if ($kbEntry->t === Search::MARIADB) { + return Search::$data->urls[$kbEntry->u]."#".$kbEntry->a; + } + } + } + } + + throw new KBException("$name does not exist for this type of documentation !"); + } + + /** + * Get a variable + * + * @param string $name Name of variable + * @return stdClass + * @throws KBException + */ + public static function getVariable(string $name): stdClass + { + self::loadData(); + if (isset(Search::$data->vars->{$name})) { + return Search::$data->vars->{$name}; + } else { + throw new KBException("$name does not exist !"); + } + } + + /** + * get the type of the variable + * + * @param string $name Name of variable + * @return string + * @throws KBException + */ + public static function getVariableType(string $name): string + { + self::loadData(); + $kbEntry = self::getVariable($name); + if (isset($kbEntry->t)) { + return Search::$data->varTypes->{$kbEntry->t}; + } else { + throw new KBException("$name does have a known type !"); + } + } + + /** + * Return the list of static variables + * + * @return array + */ + public static function getStaticVariables(): array + { + return self::getVariablesWithDynamic(false); + } + + /** + * Return the list of dynamic variables + * + * @return array + */ + public static function getDynamicVariables(): array + { + return self::getVariablesWithDynamic(true); + } + + /** + * Return the list of variables having dynamic = $dynamic + * + * @param bool $dynamic dynamic=true/dynamic=false + * @return array + */ + public static function getVariablesWithDynamic(bool $dynamic): array + { + self::loadData(); + $staticVars = array(); + foreach (Search::$data->vars as $name => $var) { + if (isset($var->d)) { + if ($var->d === $dynamic) { + $staticVars[] = $name; + } + } + } + return $staticVars; + } + +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/SlimData.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/SlimData.php new file mode 100644 index 0000000..fc7cd42 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/SlimData.php @@ -0,0 +1,162 @@ + + */ + private $types = array("MYSQL" => 1, "MARIADB" => 2); + + /** + * Types of variables + * + * @var array + */ + private $varTypes = array( + "string" => 1, + "boolean" => 2, + "integer" => 3, + "numeric" => 4, + "enumeration" => 5, + "set" => 6, + "directory name" => 7, + "file name" => 8, + "byte" => 9 + ); + + /** + * Create a slimData object + * + * @param float|null $version The version + * @param array|null $types The types of documentations + * @param array|null $varTypes The types of variables + */ + public function __construct( + ?float $version = null, + ?array $types = null, + ?array $varTypes = null + ) { + if ($version !== null) { + $this->version = $version; + } + + if ($types !== null) { + $this->types = $types; + } + + if ($varTypes !== null) { + $this->varTypes = $varTypes; + } + } + + /** + * Add a variable + * + * @param string $name The name + * @param string|null $type The type + * @param bool|null $dynamic Is dynamic + * @return KBEntry The newly created KBEntry + */ + public function addVariable(string $name, ?string $type, ?bool $dynamic): KBEntry + { + $kbe = new KBEntry($name, $type, $dynamic); + $this->vars[] = $kbe; + return $kbe; + } + + /** + * Used for json_encode function + * This can seem useless, do not remove it. + * + * @return array + */ + public function jsonSerialize(): array + { + $outObj = array(); + if (count($this->vars) > 0) { + $vars = new stdClass(); + foreach ($this->vars as $var) { + $variable = new stdClass(); + $variable->d = $var->isDynamic(); + if ($variable->d === null) { + unset($variable->d); + } + + if ($var->getType() !== null) { + if (isset($this->varTypes[$var->getType()]) === false) { + $this->varTypes[$var->getType()] = "".(count($this->varTypes) + 1); + } + + $variable->t = $this->varTypes[$var->getType()]; + } + + if ($var->hasDocumentations()) { + $variable->a = array(); + foreach ($var->getDocumentations() as $kbd) { + $entry = new stdClass(); + $entry->a = $kbd->getAnchor(); + if ($entry->a === null) { + unset($entry->a); + } + if (preg_match("!^(https|http)://mariadb.com!", $kbd->getUrl())) { + $entry->t = $this->types["MARIADB"]; + } elseif (preg_match("!^(https|http)://dev.mysql.com!", $kbd->getUrl())) { + $entry->t = $this->types["MYSQL"]; + } + if (isset($entry->t)) {// If has no valid type, skip. + //Do not allow other urls. + $keyIndex = array_search($kbd->getUrl(), $this->urls); + if ($keyIndex === false) { + $this->urls[] = $kbd->getUrl(); + } + $keyIndex = array_search($kbd->getUrl(), $this->urls); + $entry->u = $keyIndex; + + $variable->a[] = $entry; + } + } + } + + $vars->{$var->getName()} = $variable; + } + $outObj['vars'] = $vars; + } + $outObj['version'] = $this->version; + if (count($this->vars) > 0) { + $outObj['types'] = array_flip($this->types); + $outObj['varTypes'] = array_flip($this->varTypes); + $outObj['urls'] = $this->urls; + } + return $outObj; + } + +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/cleaner.js b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/cleaner.js new file mode 100644 index 0000000..c15d51a --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/cleaner.js @@ -0,0 +1,128 @@ +'use strict'; + +const realTypes = [ + 'string', + 'boolean', + 'integer', + 'numeric', + 'enumeration', + 'set', + 'directory name', + 'file name', + 'byte', +]; + +/** + * Clean type using real types + * @param {String} type The type + * @return {String|undefined} The cleaned type + */ +const cleanType = function(type) { + if (realTypes.includes(type) === false && typeof type === 'string') { + if (type.match(/in bytes/i) || type.match(/number of bytes/i) || type.match(/size in mb/i)) { + type = 'byte'; + } else if ( + type.match(/number of/i) || + type.match(/size of/i) || + type.match(/in microseconds/i) || + type.match(/in seconds/i) + ) { + type = 'integer'; + } else if ( + type.match(/numeric (64-bit unsigned integer)/i) || + type.match(/numeric (32-bit unsigned integer)/i) + ) { + type = 'numeric'; + } else { + type = undefined; + } + } + return type; +}; + +const regexCli = /([-]{2})([0-9a-z-_]+)/i; + +/** + * Clean cli argument + * @param {String} cli The command line string + * @param {boolean} skipRegex Skip regex check + * @returns {String} The cleaned cli + */ +const cleanCli = function(cli, skipRegex = false) { + if (typeof cli === 'string') { + if (cli.match(//i) || cli.match(/<\/code\>/i)) { + cli = cli.replace(//gi, ''); + cli = cli.replace(/<\/code\>/gi, ''); + cli = cli.replace(/\>/gi, ''); + cli = cli.replace(/ cleanTextDefault(el.trim())) + .join(', '); +}; + +/** + * Clean text of a default value + * @param {String} defaultTextValue The default text value + * @returns {String} The same or an alternative text + */ +const cleanTextDefault = function(defaultTextValue) { + if (defaultTextValue === 'Autosized (see description)') { + defaultTextValue = '(autosized)'; + } + if (defaultTextValue.indexOf('Based on the number of processors') !== -1) { + defaultTextValue = '(based on the number of processors)'; + } + if (defaultTextValue === 'The MariaDB data directory') { + defaultTextValue = '(the MariaDB data directory)'; + } + if (defaultTextValue.match(/-1 \(signifies (autoscaling); do not assign this literal value\)/g)) { + defaultTextValue = '(-1 signifies autoscaling; do not use -1)'; + } + if (defaultTextValue.match(/-1 \(signifies (autosizing); do not assign this literal value\)/g)) { + defaultTextValue = '(-1 signifies autosizing; do not use -1)'; + } + return defaultTextValue; +}; + +module.exports = { + regexCli: regexCli, + cleanType: cleanType, + cleanCli: cleanCli, + cleanRange: cleanRange, + cleanDefault: cleanDefault, +}; diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/common.js b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/common.js new file mode 100644 index 0000000..d9274dc --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/common.js @@ -0,0 +1,113 @@ +'use strict'; + +const fs = require('fs'); +const Crawler = require('crawler'); +const path = require('path'); + +/** + * Sort the object keys + * @see https://stackoverflow.com/a/48112249/5155484 + * @param {Object} obj The object + * @param {Function} arraySorter The sorter callback + */ +const sortObject = function(obj, arraySorter) { + if (typeof obj !== 'object') { + return obj; + } + if (Array.isArray(obj)) { + if (arraySorter) { + obj.sort(arraySorter); + } + for (var i = 0; i < obj.length; i++) { + obj[i] = sortObject(obj[i], arraySorter); + } + return obj; + } + var temp = {}; + var keys = []; + for (var key in obj) { + keys.push(key); + } + keys.sort(); + for (var index in keys) { + temp[keys[index]] = sortObject(obj[keys[index]], arraySorter); + } + return temp; +}; + +const writeJSON = function(filename, data, cbSuccess = null) { + fs.writeFile(filename, JSON.stringify(sortObject(data), null, 2) + '\n', function(err) { + if (err) { + return console.log(err); + } else { + if (cbSuccess !== null) { + cbSuccess(); + } + } + }); +}; + +const readJSON = function(filename, callbackSuccess) { + fs.readFile(filename, 'utf8', function(err, data) { + if (err) { + return console.log(err); + } + callbackSuccess(JSON.parse(data), filename); + }); +}; + +const listDirectory = function(dirname, callbackSuccess) { + fs.readdir(dirname, (err, files) => { + if (err) { + return console.log(err); + } + callbackSuccess(files, dirname); + }); +}; + +const writePage = function(filePrefix, name, url, data, onWriteSuccess) { + let pageKB = { + url: url, + name: name, + data: data, + }; + writeJSON(path.join(__dirname, '../', 'data', filePrefix + pageKB.name + '.json'), pageKB, onWriteSuccess); +}; + +const processDataExtraction = function(pages, filePrefix, parsePage) { + return new Promise(resolve => { + var nbrPagesProcessed = 0; + var crawler = new Crawler({ + maxConnections: 1, + // This will be called for each crawled page + callback: function(error, res, done) { + if (error) { + console.log(error); + } else { + console.log('URL : ' + res.options.url); + parsePage(res.$, anchors => { + writePage(filePrefix, res.options.name, res.options.url, anchors, () => { + nbrPagesProcessed++; + if (nbrPagesProcessed === pages.length) { + resolve(); + } + }); + }); + } + done(); + }, + }); + crawler.queue( + pages.map(page => { + return { uri: page.url, name: page.name, url: page.url }; + }) + ); + }); +}; + +module.exports = { + processDataExtraction: processDataExtraction, + listDirectory: listDirectory, + readJSON: readJSON, + writeJSON: writeJSON, +}; diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/index.js b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/index.js new file mode 100644 index 0000000..e0308f1 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/index.js @@ -0,0 +1,13 @@ +'use strict'; +const MariaDB = require('./MariaDB.js'); +const MySQL = require('./MySQL.js'); + +console.log('Run build...'); + +Promise.all([MariaDB.run(), MySQL.run()]) + .then(() => { + console.log('All done.'); + }) + .then(() => { + console.log('End !'); + }); diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/merge.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/merge.php new file mode 100644 index 0000000..471cab1 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/src/merge.php @@ -0,0 +1,472 @@ +from); + $cacheHasFrom = isset($cache->from); + $currentHasTo = isset($current->to); + $cacheHasTo = isset($cache->to); + if ($currentHasFrom === false && $cacheHasFrom === true) { + $current->from = $cache->from; + if (JSONcompare($cache, $current)) { + $newData->$key = $current; + if (JSONcompare($current, $cache)) { + $nbrConflictsSolved++; + } else { + fixRange($current, $cache); + } + } + } elseif ($currentHasFrom === true && $cacheHasFrom === false) { + $cache->from = $current->from; + if (JSONcompare($cache, $current)) { + $newData->$key = $cache; + if (JSONcompare($current, $cache)) { + $nbrConflictsSolved++; + } else { + fixRange($current, $cache); + } + } + } elseif ($currentHasTo === false && $cacheHasTo === true) { + $current->to = $cache->to; + if (JSONcompare($cache, $current)) { + $newData->$key = $current; + if (JSONcompare($current, $cache)) { + $nbrConflictsSolved++; + } else { + fixRange($current, $cache); + } + } + } elseif ($currentHasTo === true && $cacheHasTo === false) { + $cache->to = $current->to; + if (JSONcompare($cache, $current)) { + $newData->$key = $cache; + if (JSONcompare($current, $cache)) { + $nbrConflictsSolved++; + } else { + fixRange($current, $cache); + } + } + } elseif (( $currentHasFrom === true && $currentHasFrom === true ) + && ( $cache->from === $current->from ) + ) { + $onlyFrom = new stdClass(); + $onlyFrom->from = $current->from; + $newData->$key = $onlyFrom; + $nbrConflictsSolved++; + echo '[WARN] conflict range to - '.json_encode($cache).' - '.json_encode($current).PHP_EOL; + } else { + echo '[ERROR] conflict range - '.json_encode($cache).' - '.json_encode($current).PHP_EOL; + } +} + +$variables = array(); + +$nbr = 0; +$nbrConflicts = 0; +$nbrConflictsSolved = 0; +foreach ($files as $file) { + $fileData = json_decode(file_get_contents($file)); + if (isset($fileData->data) === false) { + continue; + } else { + $data = $fileData->data; + } + + foreach ($data as $doc) { + $identifier = $doc->name; + if (isset($identifier)) { + if (isset($variables[$identifier]) === false) { + if (isset($doc->ids) === false) { + $doc->ids = array(); + } + $variables[$identifier] = $doc; + $kbEntry = new stdClass(); + $kbEntry->anchor = $doc->id; + $kbEntry->url = $fileData->url; + $doc->ids[] = $kbEntry; + unset($doc->id); + } else { + if (isset($doc->ids) === false) { + $doc->ids = array(); + } + $kbEntry = new stdClass(); + $kbEntry->anchor = $doc->id; + $kbEntry->url = $fileData->url; + $doc->ids[] = $kbEntry; + unset($doc->id); + //echo $identifier." duplicate ! in ".str_replace($dataDir, "", $file).PHP_EOL; + $newData = new stdClass(); + foreach ((array) $doc as $key => $val) { + if (isset($variables[$identifier]->$key)) { + $cacheValue = $variables[$identifier]->$key; + $docValue = $doc->$key; + if (( strtoupper(json_encode($cacheValue)) === strtoupper(json_encode($docValue))) + && ( json_encode($cacheValue) !== json_encode($docValue)) + ) { + $nbrConflicts++; + $nbrConflictsSolved++; + //echo 'upper conflict '.$key.' - '.json_encode($cacheValue).' - '.json_encode($docValue).PHP_EOL; + $docValue = strtoupper(json_encode($docValue)); + } elseif (json_encode($cacheValue) !== json_encode($docValue)) { + $nbrConflicts++; + if ($key === "type") { + $realTypes = array( + "string", + "boolean", + "integer", + "numeric", + "enumeration", + "set", + "directory name", + "file name", + "byte" + ); + if (in_array($cacheValue, $realTypes)// original + && in_array($docValue, $realTypes) === false// dupe + ) {//original type valid + echo 'original type valid : '.$cacheValue.PHP_EOL; + } elseif (in_array($cacheValue, $realTypes) === false// original + && in_array($docValue, $realTypes)// dupe + ) {// dupe type valid + $newData->$key = $docValue; + //echo 'dupe type valid : '.$docValue.PHP_EOL; + $nbrConflictsSolved++; + } else { + if (( json_encode($cacheValue) === '"numeric"' + && json_encode($docValue) === '"integer"') + || ( json_encode($cacheValue) === '"integer"' + && json_encode($docValue) === '"numeric"') + ) {// numeric vs integer + //echo "integer wins !".PHP_EOL; + $newData->$key = "integer"; + $nbrConflictsSolved++; + } else { + echo 'type conflict : '.json_encode($cacheValue).' - '.json_encode($docValue).PHP_EOL; + } + } + } elseif ($key === "ids") { + /*if (isset($newData->ids) === false) { + $newData->ids = array(); + }*/ + $newData->ids = array_merge($cacheValue, $docValue); + /*$source = array("_", "option-mysqld-", "sysvar-", ); + $destination = array("-", "",""); + if (// Replace prefix to see if same id + str_replace($source, $destination, $docValue) + === + str_replace($source, $destination, $cacheValue) + ) { + $newData->$key = str_replace($source, $destination, $docValue); + $nbrConflictsSolved++;// TODO: check if good idea + } else { + echo '[ERROR] conflict id : ' + .json_encode($cacheValue) + .' - ' + .json_encode($docValue) + .' - ' + .str_replace($source, $destination, $docValue) + .' - ' + .str_replace($source, $destination, $cacheValue) + .PHP_EOL; + }*/ + } elseif ($key === "default") { + $originalValues = array("on", "off", "ON", "OFF", "true", "false", "TRUE", "FALSE"); + $destinationValues = array("1", "0", "1", "0", "1", "0", "1", "0"); + $docValue = str_replace($originalValues, $destinationValues, $docValue); + $cacheValue = str_replace($originalValues, $destinationValues, $cacheValue); + if ($docValue === $cacheValue) { + $newData->$key = $docValue; + $nbrConflictsSolved++; + } else { + if (is_array($cacheValue) === false + && is_array($docValue) === false + ) { + if (floatval($cacheValue) === floatval($docValue)) { + $newData->$key = $docValue; + $nbrConflictsSolved++; + } else { + echo '[ERROR] conflict default, not array : '.json_encode($cacheValue).' - '.json_encode($docValue).PHP_EOL; + } + } else { + echo '[ERROR] conflict default : '.json_encode($cacheValue).' - '.json_encode($docValue).PHP_EOL; + } + } + } elseif ($key === "validValues") { + if (is_array($cacheValue) === false) { + $cacheValue = array($cacheValue); + } + if (is_array($docValue) === false) { + $docValue = array($docValue); + } + $intersecValidValues = array_intersect($docValue, $cacheValue); + if (count($intersecValidValues) === count($docValue) + && count($intersecValidValues) === count($cacheValue) + ) {// No variables were lost in process + $newData->$key = $intersecValidValues; + $nbrConflictsSolved++; + } elseif (array_values(array_diff($docValue, $cacheValue)) === array("32768","65536") + ) {// Missing translation (in bytes) for 32k and 64k + $intersecValidValues[] = "32768"; + $intersecValidValues[] = "65536"; + $newData->$key = array_values($intersecValidValues); + $nbrConflictsSolved++; + } elseif (strtoupper(json_encode(ksort($docValue))) === strtoupper(json_encode(ksort($cacheValue))) + ) {// uppercase / lowercase + ksort($cacheValue); + $newData->$key = json_decode(json_encode($cacheValue)); + $nbrConflictsSolved++; + } else { + echo '[ERROR] conflict validValues : ' + .json_encode($cacheValue) + .' - ' + .json_encode($docValue) + .' - ' + .json_encode($intersecValidValues) + .' - ' + .json_encode(array_values(array_diff($docValue, $cacheValue))).PHP_EOL; + } + } elseif ($key === "cli") { + $replaceSource = array("file", "dir_name", "-- ", "_"); + $replaceDest = array("path", "path", "--", "-"); + $replacedDocValue = str_replace($replaceSource, $replaceDest, $docValue); + $replacedCacheValue = str_replace($replaceSource, $replaceDest, $cacheValue); + if (str_replace($replaceSource, $replaceDest, $docValue) === str_replace($replaceSource, $replaceDest, $cacheValue) + ) {//Try replacements + $newData->$key = str_replace($replaceSource, $replaceDest, $docValue); + $nbrConflictsSolved++; + } elseif (str_replace("--", "", $docValue) === str_replace("--", "", $cacheValue) + ) {// Doc not well formated, missing -- before cli command + $newData->$key = "--".str_replace("--", "", $docValue); + $nbrConflictsSolved++; + } elseif (strlen(str_replace(str_replace("#", "", $docValue), "", $cacheValue)) !== strlen($cacheValue) + ) {// More precise doc, value hint, eg: --blablabla={0|1} + $newData->$key = $cacheValue; + $nbrConflictsSolved++; + } elseif (strlen( + str_replace( + str_replace( + array("#"), + array(""), + $replacedDocValue + ), "", $replacedCacheValue + ) + ) !== strlen($replacedCacheValue) + ) {// More precise doc, value hint, eg: --blablabla={0|1} using replaced values + $newData->$key = $replacedCacheValue; + $nbrConflictsSolved++; + } elseif (strlen( + str_replace( + str_replace( + array("#"), + array(""), + $replacedCacheValue + ), "", $replacedDocValue + ) + ) !== strlen($replacedDocValue) + ) {// More precise doc, value hint, eg: --blablabla={0|1} using replaced values, reversed: cache/doc + $newData->$key = $replacedDocValue; + $nbrConflictsSolved++; + } elseif (strlen(str_replace(str_replace(array("#"), array(""), $docValue), "", $cacheValue)) !== strlen($cacheValue) + ) {// More precise doc, value hint, eg: --blablabla={0|1} + $newData->$key = $cacheValue; + $nbrConflictsSolved++; + } elseif (strlen(str_replace($cacheValue, "", $docValue)) !== strlen($docValue) + ) {// contained in cache + $newData->$key = $docValue; + $nbrConflictsSolved++; + } elseif (strlen(str_replace($docValue, "", $cacheValue)) !== strlen($cacheValue) + ) {// contained in conflict + $newData->$key = $cacheValue; + $nbrConflictsSolved++; + } else { + echo '[ERROR] conflict cli : cacheValue: ' + .json_encode($cacheValue) + .' - docValue: ' + .json_encode($docValue) + .' - docValue: ' + .str_replace($replaceSource, $replaceDest, $docValue) + .' - cacheValue: ' + .str_replace($replaceSource, $replaceDest, $cacheValue) + .PHP_EOL; + } + } elseif ($key === "range") { + $current = $docValue; + $cache = $cacheValue; + fixRange($current, $cache); + } else { + echo '[ERROR] conflict '.$key.' + '.$identifier.' - '.json_encode($cacheValue).' - '.json_encode($docValue).PHP_EOL; + } + } else { + $newData->$key = $val; + } + } else { + $newData->$key = $val; + } + } + //print_r($newData); + $variables[$identifier] = $newData; + } + } + } + $nbr += count($data); +} +echo "NBR: ".$nbr.PHP_EOL; +echo "NBR_UNIQUE: ".count($variables).PHP_EOL; +echo "NBR_CONFLICTS: ".$nbrConflicts.PHP_EOL; +echo "NBR_CONFLICTS_SOLVED: ".$nbrConflictsSolved.PHP_EOL; +echo "NBR_CONFLICTS_REMAINING: ".($nbrConflicts - $nbrConflictsSolved).PHP_EOL; + +$fileOut = new stdClass(); +$fileOut->vars = json_decode(json_encode($variables)); +$fileOut->version = 1.0; + +$md = "# Variables and options".PHP_EOL; +foreach ($fileOut->vars as $id => $doc) { + //$md .= "## ".$doc->url.PHP_EOL; + $md .= "## ".$doc->name.PHP_EOL; + $md .= "|name|value|".PHP_EOL; + $md .= "|----|-----|".PHP_EOL; + if (isset($doc->name)) { + $md .= "|Name|`$doc->name`|".PHP_EOL; + } + if (isset($doc->cli)) { + $md .= "|Command line|`$doc->cli`|".PHP_EOL; + } + if (isset($doc->type)) { + $md .= "|Type of variable|`$doc->type`|".PHP_EOL; + } + if (isset($doc->scope)) { + $md .= "|Scope|`".implode("`, `", $doc->scope)."`|".PHP_EOL; + } + if (isset($doc->default)) { + $md .= "|Default value|`$doc->default`|".PHP_EOL; + } + if (isset($doc->dynamic)) { + $md .= "|Dynamic|`".( ($doc->dynamic) ? 'true' : 'false')."`|".PHP_EOL; + } + if (empty($doc->validValues) === false) { + $md .= "|Valid value(s)|`".implode("`, `", $doc->validValues)."`|".PHP_EOL; + } + if (isset($doc->range)) { + $r = ''; + if (isset($doc->range->from)) { + $r .= "from: `".$doc->range->from."`"; + } + + if (isset($doc->range->to)) { + if (isset($doc->range->from)) { + $r .= " "; + } + $r .= "to: `".$doc->range->to."`"; + } + $md .= "|Range|$r|".PHP_EOL; + } + $md .= PHP_EOL; + $md .= "### Documentation(s)".PHP_EOL; + $md .= "|source|anchor name|".PHP_EOL; + $md .= "|------|----|".PHP_EOL; + foreach ($doc->ids as &$kbEntry) { + $matchs = array(); + preg_match("/:\/\/([a-z.]+)/i", $kbEntry->url, $matchs); + $md .= "|$matchs[1]|[$kbEntry->anchor]($kbEntry->url#$kbEntry->anchor)|".PHP_EOL; + } + $md .= PHP_EOL; +} + +file_put_contents(__DIR__."/../dist/merged-raw.md", $md.PHP_EOL); + +file_put_contents(__DIR__."/../dist/merged-raw.json", json_encode($fileOut, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES).PHP_EOL); + +$fileOut->urls = array(); + +foreach ($fileOut->vars as $id => $doc) { + foreach ($doc->ids as &$kbEntry) { + $urlId = array_search($kbEntry->url, $fileOut->urls, true); + if ($urlId === false) { + $urlId = array_push($fileOut->urls, $kbEntry->url); + } + $kbEntry->url = $urlId; + $kbEntry = "$urlId#$kbEntry->anchor"; + } +} +$fileOut->version = 1.0; +file_put_contents(__DIR__."/../dist/merged-slim.json", json_encode($fileOut, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES).PHP_EOL); + +$fileOut->vars = json_decode(json_encode($variables)); +$fileOut->types = array( "MYSQL" => 1, "MARIADB" => 2 ); +$fileOut->varTypes = array( + "string" => 1, + "boolean" => 2, + "integer" => 3, + "numeric" => 4, + "enumeration" => 5, + "set" => 6, + "directory name" => 7, + "file name" => 8, + "byte" => 9 +); +foreach ($fileOut->vars as $id => &$doc) { + $data = new stdClass(); + if (isset($doc->dynamic)) { + $data->d = $doc->dynamic; + } + if (isset($doc->type)) { + $data->t = $fileOut->varTypes[$doc->type]; + } + $data->a = array(); + foreach ($doc->ids as &$kbEntry) { + $urlId = array_search($kbEntry->url, $fileOut->urls, true); + if ($urlId === false) { + $urlId = array_push($fileOut->urls, $kbEntry->url); + } + $kbEntryMin = new stdClass(); + $kbEntryMin->a = $kbEntry->anchor; + + $kbEntryMin->u = $urlId; + if (preg_match("/mysql\.com/", $kbEntry->url)) { + $kbEntryMin->t = $fileOut->types["MYSQL"]; + } elseif (preg_match("/mariadb\.com/", $kbEntry->url)) { + $kbEntryMin->t = $fileOut->types["MARIADB"]; + } + $data->a[] = $kbEntryMin; + } + $doc = $data; +} +$fileOut->types = array_flip($fileOut->types); +$fileOut->varTypes = array_flip($fileOut->varTypes); +$fileOut->version = 1.0; +file_put_contents(__DIR__."/../dist/merged-ultraslim.json", json_encode($fileOut, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES).PHP_EOL); + +$content = '"), + $content +); + +file_put_contents(__DIR__."/../dist/merged-ultraslim.php", $content); +echo "Files merged !".PHP_EOL; diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/DataTest.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/DataTest.php new file mode 100644 index 0000000..c12f576 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/DataTest.php @@ -0,0 +1,74 @@ +setRemoteRefProvider(new RefProvider()); + $schema = Schema::import($id, $options); + $schema->in($contents); + return true;// No exception occured + } + + /** + * test files + * + * @return void + */ + public function testFileSample(): void + { + $slimDataTestData = json_decode((string) file_get_contents(__DIR__."/data/ultraSlimDataTestWithVariables.json")); + $this->assertTrue(self::validate($slimDataTestData, "urn:williamdes:mariadb-mysql-kbs:ultraslimdata")); + } + + /** + * test slim data + * + * @return void + */ + public function testFileSlim(): void + { + $slimData = json_decode((string) file_get_contents(__DIR__."/../dist/merged-slim.json")); + $this->assertTrue(self::validate($slimData, "urn:williamdes:mariadb-mysql-kbs:slimdata")); + } + + /** + * test ultra slim data + * + * @return void + */ + public function testFileUltraSlim(): void + { + $slimData = json_decode((string) file_get_contents(__DIR__."/../dist/merged-ultraslim.json")); + $this->assertTrue(self::validate($slimData, "urn:williamdes:mariadb-mysql-kbs:ultraslimdata")); + } + + /** + * test ultra slim data + * + * @return void + */ + public function testFileRaw(): void + { + $slimData = json_decode((string) file_get_contents(__DIR__."/../dist/merged-raw.json")); + $this->assertTrue(self::validate($slimData, "urn:williamdes:mariadb-mysql-kbs:rawdata")); + } + +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/RefProvider.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/RefProvider.php new file mode 100644 index 0000000..50b25cc --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/RefProvider.php @@ -0,0 +1,50 @@ +{'$id'}) && $schema !== null) { + $this->urnSchemas[$schema->{'$id'}] = $schema; + } + } + } + } + + /** + * @param string $url The file url + * @return \stdClass|false json_decode of $url resource content + */ + public function getSchemaData($url) + { + if (isset($this->urnSchemas[$url])) {// Handle urn: urls + return $this->urnSchemas[$url]; + } elseif (is_file($url)) {// Handle file + return json_decode((string) file_get_contents($url)); + } else {// Handle URL + return json_decode((string) file_get_contents(rawurldecode($url))); + } + } + +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/SearchTest.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/SearchTest.php new file mode 100644 index 0000000..cc15ac9 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/SearchTest.php @@ -0,0 +1,178 @@ +addVariable("variable-1", "boolean", true); + $sd->addVariable("variable-2", null, null); + $sd->addVariable("variable-3", null, true); + $variable4 = $sd->addVariable("variable-4", null, false); + $variable4->addDocumentation("https://mariadb.com/testurl/for/variable/4", "myanchor"); + $variable4->addDocumentation("https://dev.mysql.com/testurl_for-variable/4", "my_anchor"); + Search::loadTestData($sd); + } + + /** + * test get by name + * + * @return void + */ + public function testGetByName(): void + { + $found = Search::getByName("variable-4"); + $this->assertEquals("https://mariadb.com/testurl/for/variable/4#myanchor", $found); + } + + /** + * test get by name for MySQL + * + * @return void + */ + public function testGetByNameMYSQL(): void + { + $found = Search::getByName("variable-4", Search::MYSQL); + $this->assertEquals("https://dev.mysql.com/testurl_for-variable/4#my_anchor", $found); + } + + /** + * test get by name for MARIADB + * + * @return void + */ + public function testGetByNameMARIADB(): void + { + $found = Search::getByName("variable-4", Search::MARIADB); + $this->assertEquals("https://mariadb.com/testurl/for/variable/4#myanchor", $found); + } + + /** + * test get by name + * + * + * @return void + */ + public function testException(): void + { + $this->expectException(KBException::class); + $this->expectExceptionCode(0); + $this->expectExceptionMessageRegExp('/(.+) does not exist for this type of documentation !/'); + Search::getByName("variable-3", Search::MARIADB); + } + + /** + * test get by name not found variable + * + * + * @return void + */ + public function testExceptionNoFoundGetVariableType(): void + { + $this->expectException(KBException::class); + $this->expectExceptionCode(0); + $this->expectExceptionMessageRegExp('/(.+) does not exist !/'); + Search::getVariableType("acbdefghi0202"); + } + + /** + * test get by name not found variable + * + * + * @return void + */ + public function testExceptionNoFound(): void + { + $this->expectException(KBException::class); + $this->expectExceptionCode(0); + $this->expectExceptionMessageRegExp('/(.+) does not exist !/'); + Search::getByName("acbdefghi0202", Search::MARIADB); + } + + /** + * test get by name not found variable + * + * + * @return void + */ + public function testExceptionNoFoundGetVariable(): void + { + $this->expectException(KBException::class); + $this->expectExceptionCode(0); + $this->expectExceptionMessageRegExp('/(.+) does not exist !/'); + Search::getVariable("acbdefghi0202"); + } + + /** + * test load data fail + * + * @runInSeparateProcess + * + * @return void + */ + public function testExceptionLoadData(): void + { + $this->expectException(KBException::class); + $this->expectExceptionCode(0); + $this->expectExceptionMessageRegExp('/(.+) does not exist !/'); + Search::$DATA_DIR = "."; + Search::$loaded = false; + Search::loadData(); + } + + /** + * test get variables with dynamic status + * + * @return void + */ + public function testGetVariablesWithDynamic(): void + { + $dynamic = Search::getVariablesWithDynamic(true); + $this->assertEquals($dynamic, Search::getDynamicVariables()); + $static = Search::getVariablesWithDynamic(false); + $this->assertEquals($static, Search::getStaticVariables()); + $this->assertEquals(2, count($dynamic)); + $this->assertEquals(1, count($static)); + $common = \array_intersect($dynamic, $static); + $this->assertEquals(0, count($common));// Impossible to be dynamic and not + } + + /** + * test Exception get variable type has no type + * + * + * @return void + */ + public function testExceptionGetVariableType(): void + { + $this->expectException(KBException::class); + $this->expectExceptionCode(0); + $this->expectExceptionMessageRegExp('/(.+) does have a known type !/'); + Search::getVariableType("variable-2"); + } + + /** + * test get variable type + * + * @return void + */ + public function testGetVariableType(): void + { + $type = Search::getVariableType("variable-1"); + $this->assertEquals("boolean", $type); + } + +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/SlimDataTest.php b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/SlimDataTest.php new file mode 100644 index 0000000..30a1d18 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/SlimDataTest.php @@ -0,0 +1,59 @@ +assertInstanceOf(SlimData::class, $slimData); + return $slimData; + } + + /** + * Test json_encode empty object + * + * @param SlimData $slimData SlimData instance + * @depends testCreateInstance + * @return void + */ + public function testToJsonEmpty(SlimData $slimData): void + { + $this->assertEquals('{"version":1}', json_encode($slimData)); + } + + /** + * Test json_encode with variables + * + * @param SlimData $slimData SlimData instance + * @depends testCreateInstance + * @return void + */ + public function testToJsonWithVariables(SlimData $slimData): void + { + $slimData->addVariable("Test_var", "boolean", true); + $slimData->addVariable("another-variable", "string", false); + $kbe = $slimData->addVariable("doc-variable_ok", "integer", true); + $kbe->addDocumentation("https://example.org/williamdes/mariadb-mysql-kbs", "a_doc-variable_ok"); + $kbe->addDocumentation("https://example.org/williamdes/mariadb-mysql-kbs", "a_href_ok"); + $kbe->addDocumentation("https://example.org/williamdes/mariadb-mysql-kbs/_doc-variable_ok"); + $kbe->addDocumentation("https://dev.mysql.com/"); + $kbe->addDocumentation("https://mariadb.com/"); + $kbe->addDocumentation("https://mariadb.com/", "anchorname"); + $this->assertEquals( + file_get_contents(__DIR__."/data/ultraSlimDataTestWithVariables.json"), + json_encode($slimData, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT) + ); + } + +} diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/cleaner.js b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/cleaner.js new file mode 100644 index 0000000..007207e --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/cleaner.js @@ -0,0 +1,193 @@ +'use strict'; + +const expect = require('chai').expect; +const cleaner = require(__dirname + '/../src/cleaner'); + +module.exports = function() { + suite('cleaner', function() { + test('clean cli html code', function(done) { + const cli = cleaner.cleanCli('--test-argument'); + expect(cli).to.equal('--test-argument'); + done(); + }); + test('clean cli html code not closed', function(done) { + const cli = cleaner.cleanCli('--test-argument'); + expect(cli).to.equal('--test-argument'); + done(); + }); + test('clean cli nothing to clean', function(done) { + const cli = cleaner.cleanCli('--test-argument'); + expect(cli).to.equal('--test-argument'); + done(); + }); + test('clean cli undefined', function(done) { + const cli = cleaner.cleanCli(undefined); + expect(cli).to.equal(undefined); + done(); + }); + test('clean range undefined', function(done) { + const range = cleaner.cleanRange(undefined); + expect(range).to.deep.equal(undefined); + done(); + }); + test('clean range.from typeof object (dataset-1)', function(done) { + const range = cleaner.cleanRange({ + from: null, + to: null, + }); + expect(range).to.deep.equal({}); + done(); + }); + test('clean range.from typeof object (dataset-2)', function(done) { + const range = cleaner.cleanRange({ + to: null, + }); + expect(range).to.deep.equal({}); + done(); + }); + test('clean range.from typeof object (dataset-3)', function(done) { + const range = cleaner.cleanRange({ + from: null, + }); + expect(range).to.deep.equal({}); + done(); + }); + test('clean range.from typeof object (dataset-4)', function(done) { + const range = cleaner.cleanRange({ + from: undefined, + to: undefined, + }); + expect(range).to.deep.equal({}); + done(); + }); + test('clean range.from typeof object (dataset-5)', function(done) { + const range = cleaner.cleanRange({ + to: undefined, + }); + expect(range).to.deep.equal({}); + done(); + }); + test('clean range.from typeof object (dataset-6)', function(done) { + const range = cleaner.cleanRange({ + from: undefined, + }); + expect(range).to.deep.equal({}); + done(); + }); + test('clean range.from typeof object (dataset-7)', function(done) { + const range = cleaner.cleanRange({ + from: NaN, + to: NaN, + }); + expect(range).to.deep.equal({}); + done(); + }); + test('clean range.from typeof int', function(done) { + const range = cleaner.cleanRange({ + from: 1024, + }); + expect(range).to.deep.equal({ + from: 1024, + }); + done(); + }); + test('clean range.from typeof string', function(done) { + const range = cleaner.cleanRange({ + from: '1024', + }); + expect(range).to.deep.equal({}); + done(); + }); + test('clean range.to typeof int', function(done) { + const range = cleaner.cleanRange({ + to: 1024, + }); + expect(range).to.deep.equal({ + to: 1024, + }); + done(); + }); + test('clean range.to typeof string', function(done) { + const range = cleaner.cleanRange({ + to: '1024', + }); + expect(range).to.deep.equal({}); + done(); + }); + test('clean range.to typeof object', function(done) { + const range = cleaner.cleanRange({ + to: {}, + }); + expect(range).to.deep.equal({}); + done(); + }); + test('clean range to upwards', function(done) { + const range = cleaner.cleanRange({ + to: 'upwards', + }); + expect(range).to.deep.equal({ + to: 'upwards', + }); + done(); + }); + test('clean range to upwards match', function(done) { + const range = cleaner.cleanRange({ + to: '(128KB) upwards', + }); + expect(range).to.deep.equal({ + to: 'upwards', + }); + done(); + }); + test('clean binary types in bytes', function(done) { + const type = cleaner.cleanType('in bytes'); + expect(type).to.deep.equal('byte'); + done(); + }); + test('clean binary types size in mb', function(done) { + const type = cleaner.cleanType('size in mb'); + expect(type).to.deep.equal('byte'); + done(); + }); + test('clean binary types number of bytes', function(done) { + const type = cleaner.cleanType('number of bytes'); + expect(type).to.deep.equal('byte'); + done(); + }); + test('clean binary types number of', function(done) { + const type = cleaner.cleanType('number of'); + expect(type).to.deep.equal('integer'); + done(); + }); + test('clean binary types size of', function(done) { + const type = cleaner.cleanType('size of'); + expect(type).to.deep.equal('integer'); + done(); + }); + test('clean binary types in microseconds', function(done) { + const type = cleaner.cleanType('in microseconds'); + expect(type).to.deep.equal('integer'); + done(); + }); + test('clean binary types in seconds', function(done) { + const type = cleaner.cleanType('in seconds'); + expect(type).to.deep.equal('integer'); + done(); + }); + test('clean wtf type', function(done) { + const type = cleaner.cleanType('wtf'); + expect(type).to.deep.equal(undefined); + done(); + }); + test('clean enumeration type', function(done) { + const type = cleaner.cleanType('enumeration'); + expect(type).to.deep.equal('enumeration'); + done(); + }); + test('clean undefined type', function(done) { + const type = cleaner.cleanType(undefined); + expect(type).to.deep.equal(undefined); + done(); + }); + }); +}; diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_1.html b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_1.html new file mode 100644 index 0000000..5855c10 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_1.html @@ -0,0 +1,235 @@ + + +
    +
      +
    • +

      + + + + + --ndbcluster +

      +
      + +

      Table 21.207 + Type and value information for ndbcluster

      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      PropertyValue
      Namendbcluster +
      Command LineYes
      System VariableNo
      Status VariableNo
      Option FileYes
      Scope
      DynamicNo
      Type
      Default, RangeFALSE (Version: NDB 7.5-7.6)
      Notes +

      + DESCRIPTION: Enable NDB Cluster (if this version + of MySQL supports it) +

      +

      + Disabled by + --skip-ndbcluster. +

      +
      +
      +
      + + + + + + + +
      PropertyValue
      +
      + +
      +
      +

      + The NDBCLUSTER storage engine + is necessary for using NDB Cluster. If a + mysqld binary includes support for the + NDBCLUSTER storage engine, + the engine is disabled by default. Use the + --ndbcluster option to + enable it. Use --skip-ndbcluster to + explicitly disable the engine. +

      +

      + It is not necessary or desirable to use this option + together with --initialize. + Beginning with NDB 7.5.4, --ndbcluster is + ignored (and the NDB storage engine is + not enabled) if + --initialize is also used. (Bug #81689, + Bug #23518923) +

      +
    • +
    • +

      + + + + + --ndb-allow-copying-alter-table=[ON|OFF] +

      +
      + +

      Table 21.208 + Type and value information for ndb-allow-copying-alter-table

      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      PropertyValue
      Namendb-allow-copying-alter-table +
      Command LineYes
      System VariableYes
      Status VariableNo
      Option FileYes
      ScopeBoth
      DynamicYes
      Type
      Default, RangeON (Version: NDB 7.5-7.6)
      Notes +

      + DESCRIPTION: Set to OFF to keep ALTER TABLE from + using copying operations on NDB tables +

      +
      +
      +
      + + + + + + + +
      PropertyValue
      +
      + +
      +
      +

      + Let ALTER TABLE and other + DDL statements use copying operations on + NDB tables. Set to + OFF to keep this from happening; doing + so may improve performance of critical applications. +

      +
    • +
    • +

      + + + + + --ndb-batch-size=# +

      + + diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_2.html b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_2.html new file mode 100644 index 0000000..2c3c1c5 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_2.html @@ -0,0 +1,1211 @@ + +
      +
        +
      • +

        + + + + + binlog_gtid_simple_recovery +

        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        PropertyValue
        Command-Line Format--binlog-gtid-simple-recovery[={OFF|ON}]
        System Variablebinlog_gtid_simple_recovery +
        ScopeGlobal
        DynamicNo
        SET_VAR Hint AppliesNo
        TypeBoolean
        Default ValueON
        +
        +

        + This variable controls how binary log files are iterated + during the search for GTIDs when MySQL starts or restarts. +

        +

        + When + binlog_gtid_simple_recovery=TRUE, + which is the default in MySQL 8.0, the values of + gtid_executed and + gtid_purged are computed at + startup based on the values of + Previous_gtids_log_event in the most recent + and oldest binary log files. For a description of the + computation, see + The gtid_purged System + Variable. This setting + accesses only two binary log files during server restart. If + all binary logs on the server were generated using MySQL 5.7.8 + or later, + binlog_gtid_simple_recovery=TRUE + can always safely be used. + + +

        +

        + If any binary logs from MySQL 5.7.7 or older are present on + the server (for example, following an upgrade of an older + server to MySQL 8.0), with + binlog_gtid_simple_recovery=TRUE, + gtid_executed and + gtid_purged might be + initialized incorrectly in the following two situations: +

        +
        +
          +
        • +

          + The newest binary log was generated by MySQL 5.7.5 or + earlier, and gtid_mode + was ON for some binary logs but + OFF for the newest binary log. +

          +
        • +
        • +

          + A SET @@GLOBAL.gtid_purged statement + was issued on MySQL 5.7.7 or earlier, and the binary log + that was active at the time of the SET + @@GLOBAL.gtid_purged statement has not yet been + purged. + + +

          +
        • +
        +
        +

        + If an incorrect GTID set is computed in either situation, it + will remain incorrect even if the server is later restarted + with + binlog_gtid_simple_recovery=FALSE. + If either of these situations apply or might apply on the + server, set + binlog_gtid_simple_recovery=FALSE + before starting or restarting the server. +

        +

        + When + binlog_gtid_simple_recovery=FALSE + is set, the method of computing + gtid_executed and + gtid_purged as described in + The gtid_purged System + Variable is changed to + iterate the binary log files as follows: +

        +
        +
          +
        • +

          + Instead of using the value of + Previous_gtids_log_event and GTID log + events from the newest binary log file, the computation + for gtid_executed + iterates from the newest binary log file, and uses the + value of Previous_gtids_log_event and + any GTID log events from the first binary log file where + it finds a Previous_gtids_log_event + value. If the server's most recent binary log files do not + have GTID log events, for example if + gtid_mode=ON was used but + the server was later changed to + gtid_mode=OFF, this + process can take a long time. +

          +
        • +
        • +

          + Instead of using the value of + Previous_gtids_log_event from the + oldest binary log file, the computation for + gtid_purged iterates from + the oldest binary log file, and uses the value of + Previous_gtids_log_event from the first + binary log file where it finds either a nonempty + Previous_gtids_log_event value, or at + least one GTID log event (indicating that the use of GTIDs + starts at that point). If the server's older binary log + files do not have GTID log events, for example if + gtid_mode=ON was only set + recently on the server, this process can take a long time. +

          +
        • +
        +
        +
      • +
      • +

        + enforce_gtid_consistency +

        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        PropertyValue
        Command-Line Format--enforce-gtid-consistency[=value]
        System Variableenforce_gtid_consistency +
        ScopeGlobal
        DynamicYes
        SET_VAR Hint AppliesNo
        TypeEnumeration
        Default ValueOFF
        Valid Values +

        OFF

        +

        ON

        +

        WARN

        +
        +
        +

        + Depending on the value of this variable, the server enforces + GTID consistency by allowing execution of only statements that + can be safely logged using a GTID. You + must set this variable to + ON before enabling GTID based replication. +

        +

        + The values that + enforce_gtid_consistency can + be configured to are: +

        +
        +
          +
        • +

          + OFF: all transactions are allowed to + violate GTID consistency. +

          +
        • +
        • +

          + ON: no transaction is allowed to + violate GTID consistency. +

          +
        • +
        • +

          + WARN: all transactions are allowed to + violate GTID consistency, but a warning is generated in + this case. +

          +
        • +
        +
        +

        + Only statements that can be logged using GTID safe statements + can be logged when + enforce_gtid_consistency is + set to ON, so the operations listed here + cannot be used with this option: +

        +
        +
          +
        • +

          + CREATE + TABLE ... SELECT statements +

          +
        • +
        • +

          + CREATE + TEMPORARY TABLE or + DROP TEMPORARY + TABLE statements inside transactions +

          +
        • +
        • +

          + Transactions or statements that update both transactional + and nontransactional tables. There is an exception that + nontransactional DML is allowed in the same transaction or + in the same statement as transactional DML, if all + nontransactional tables are + temporary. +

          +
        • +
        +
        +

        + --enforce-gtid-consistency only + takes effect if binary logging takes place for a statement. If + binary logging is disabled on the server, or if statements are + not written to the binary log because they are removed by a + filter, GTID consistency is not checked or enforced for the + statements that are not logged. +

        +

        + For more information, see + Section 17.1.3.6, β€œRestrictions on + Replication with GTIDs”. +

        +

        + Prior to MySQL 5.7 and in early releases in that release + series, the boolean + enforce_gtid_consistency + defaulted to OFF. To maintain compatibility + with these earlier releases, the enumeration defaults to + OFF, and setting + --enforce-gtid-consistency + without a value is interpreted as setting the value to + ON. The variable also has multiple textual + aliases for the values: 0=OFF=FALSE, + 1=ON=TRUE,2=WARN. This + differs from other enumeration types but maintains + compatibility with the boolean type used in previous releases. + These changes impact on what is returned by the variable. + Using SELECT @@ENFORCE_GTID_CONSISTENCY, + SHOW VARIABLES LIKE + 'ENFORCE_GTID_CONSISTENCY', and SELECT * + FROM INFORMATION_SCHEMA.VARIABLES WHERE 'VARIABLE_NAME' = + 'ENFORCE_GTID_CONSISTENCY', all return the textual + form, not the numeric form. This is an incompatible change, + since @@ENFORCE_GTID_CONSISTENCY returns + the numeric form for booleans but returns the textual form for + SHOW and the Information Schema. +

        +
      • +
      • +

        + + + + + gtid_executed +

        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        PropertyValue
        System Variablegtid_executed +
        System Variablegtid_executed +
        ScopeGlobal
        ScopeGlobal, Session
        DynamicNo
        DynamicNo
        SET_VAR Hint AppliesNo
        SET_VAR Hint AppliesNo
        TypeString
        +
        +

        + When used with global scope, this variable contains a + representation of the set of all transactions executed on the + server and GTIDs that have been set by a + SET + gtid_purged statement. This + is the same as the value of the + Executed_Gtid_Set column in the output of + SHOW MASTER STATUS and + SHOW SLAVE STATUS. The value of + this variable is a GTID set, see + GTID Sets for + more information. +

        +

        + When the server starts, + @@GLOBAL.gtid_executed is initialized. See + binlog_gtid_simple_recovery + for more information on how binary logs are iterated to + populate gtid_executed. GTIDs + are then added to the set as transactions are executed, or if + any + SET + gtid_purged statement is + executed. +

        +

        + The set of transactions that can be found in the binary logs + at any given time is equal to + GTID_SUBTRACT(@@GLOBAL.gtid_executed, + @@GLOBAL.gtid_purged); that is, to all transactions + in the binary log that have not yet been purged. +

        +

        + Issuing RESET MASTER causes the + global value (but not the session value) of this variable to + be reset to an empty string. GTIDs are not otherwise removed + from this set other than when the set is cleared due to + RESET MASTER. +

        +

        + In some older releases, this variable could also be used with + session scope, where it contained a representation of the set + of transactions that are written to the cache in the current + session. The session scope is now deprecated. +

        +
      • +
      • +

        + gtid_executed_compression_period +

        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        PropertyValue
        Command-Line Format--gtid-executed-compression-period=#
        System Variablegtid_executed_compression_period +
        ScopeGlobal
        DynamicYes
        SET_VAR Hint AppliesNo
        TypeInteger
        Default Value1000
        Minimum Value0
        Maximum Value4294967295
        +
        +

        + Compress the mysql.gtid_executed table each + time this many transactions have been processed. A setting of + 0 means that this table is not compressed. Since no + compression of the table occurs when using the binary log, + setting the value of the variable has no effect unless binary + logging is disabled. +

        +

        + See + mysql.gtid_executed Table Compression, + for more information. +

        +
      • +
      • +

        + gtid_mode +

        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        PropertyValue
        Command-Line Format--gtid-mode=MODE
        System Variablegtid_mode +
        ScopeGlobal
        DynamicYes
        SET_VAR Hint AppliesNo
        TypeEnumeration
        Default ValueOFF
        Valid Values +

        OFF

        +

        OFF_PERMISSIVE

        +

        ON_PERMISSIVE

        +

        ON

        +
        +
        +

        + Controls whether GTID based logging is enabled and what type + of transactions the logs can contain. You must have privileges + sufficient to set global system variables. See + Section 5.1.9.1, β€œSystem Variable + Privileges”. + enforce_gtid_consistency must + be true before you can set + gtid_mode=ON. Before + modifying this variable, see + Section 17.1.5, β€œChanging + Replication Modes on Online Servers”. +

        +

        + Logged transactions can be either anonymous or use GTIDs. + Anonymous transactions rely on binary log file and position to + identify specific transactions. GTID transactions have a + unique identifier that is used to refer to transactions. The + different modes are: +

        +
        +
          +
        • +

          + OFF: Both new and replicated + transactions must be anonymous. +

          +
        • +
        • +

          + OFF_PERMISSIVE: New transactions are + anonymous. Replicated transactions can be either anonymous + or GTID transactions. +

          +
        • +
        • +

          + ON_PERMISSIVE: New transactions are + GTID transactions. Replicated transactions can be either + anonymous or GTID transactions. +

          +
        • +
        • +

          + ON: Both new and replicated + transactions must be GTID transactions. +

          +
        • +
        +
        +

        + Changes from one value to another can only be one step at a + time. For example, if + gtid_mode is currently set to + OFF_PERMISSIVE, it is possible to change to + OFF or ON_PERMISSIVE but + not to ON. +

        +

        + The values of gtid_purged and + gtid_executed are persistent + regardless of the value of + gtid_mode. Therefore even + after changing the value of + gtid_mode, these variables + contain the correct values. +

        +
      • +
      • +

        + + + + + gtid_next +

        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        PropertyValue
        System Variablegtid_next +
        ScopeSession
        DynamicYes
        SET_VAR Hint AppliesNo
        TypeEnumeration
        Default ValueAUTOMATIC
        Valid Values +

        AUTOMATIC

        +

        ANONYMOUS

        +

        UUID:NUMBER

        +
        +
        +

        + This variable is used to specify whether and how the next GTID + is obtained. +

        +

        + Setting the session value of this system variable is a + restricted operation. The session user must have either the + REPLICATION_APPLIER privilege + (see Section 17.3.3, β€œReplication Privilege + Checks”), or + privileges sufficient to set restricted session variables (see + Section 5.1.9.1, β€œSystem Variable + Privileges”). +

        +

        + gtid_next can take any of the following + values: +

        +
        +
          +
        • +

          + AUTOMATIC: Use the next + automatically-generated global transaction ID. +

          +
        • +
        • +

          + ANONYMOUS: Transactions do not have + global identifiers, and are identified by file and + position only. +

          +
        • +
        • +

          + A global transaction ID in + UUID:NUMBER + format. +

          +
        • +
        +
        +

        + Exactly which of the above options are valid depends on the + setting of gtid_mode, see + Section 17.1.5.1, β€œReplication Mode + Concepts” for + more information. Setting this variable has no effect if + gtid_mode is + OFF. +

        +

        + After this variable has been set to + UUID:NUMBER, + and a transaction has been committed or rolled back, an + explicit SET GTID_NEXT statement must again + be issued before any other statement. +

        +

        + DROP TABLE or + DROP TEMPORARY + TABLE fails with an explicit error when used on a + combination of nontemporary tables with temporary tables, or + of temporary tables using transactional storage engines with + temporary tables using nontransactional storage engines. +

        +
      • +
      • +

        + + + + + gtid_owned +

        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        PropertyValue
        System Variablegtid_owned +
        ScopeGlobal, Session
        DynamicNo
        SET_VAR Hint AppliesNo
        TypeString
        +
        +

        + This read-only variable is primarily for internal use. Its + contents depend on its scope. +

        +
        +
          +
        • +

          + When used with global scope, + gtid_owned holds a list + of all the GTIDs that are currently in use on the server, + with the IDs of the threads that own them. This variable + is mainly useful for a multi-threaded replication slave to + check whether a transaction is already being applied on + another thread. An applier thread takes ownership of a + transaction's GTID all the time it is processing the + transaction, so @@global.gtid_owned + shows the GTID and owner for the duration of processing. + When a transaction has been committed (or rolled back), + the applier thread releases ownership of the GTID. +

          +
        • +
        • +

          + When used with session scope, + gtid_owned holds a single + GTID that is currently in use by and owned by this + session. This variable is mainly useful for testing and + debugging the use of GTIDs when the client has explicitly + assigned a GTID for the transaction by setting + gtid_next. In this case, + @@session.gtid_owned displays the GTID + all the time the client is processing the transaction, + until the transaction has been committed (or rolled back). + When the client has finished processing the transaction, + the variable is cleared. If + gtid_next=AUTOMATIC is + used for the session, + gtid_owned is only + populated briefly during the execution of the commit + statement for the transaction, so it cannot be observed + from the session concerned, although it will be listed if + @@global.gtid_owned is read at the + right point. If you have a requirement to track the GTIDs + that are handled by a client in a session, you can enable + the session state tracker controlled by the + session_track_gtids + system variable. +

          +
        • +
        +
        +
      • +
      • +

        + + + + + gtid_purged +

        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        PropertyValue
        System Variablegtid_purged +
        ScopeGlobal
        DynamicYes
        SET_VAR Hint AppliesNo
        TypeString
        +
        +

        + The global value of the + gtid_purged system variable + (@@GLOBAL.gtid_purged) is a GTID set + consisting of the GTIDs of all the transactions that have been + committed on the server, but do not exist in any binary log + file on the server. + gtid_purged is a subset of + gtid_executed. The following + categories of GTIDs are in + gtid_purged: +

        +
        +
          +
        • +

          + GTIDs of replicated transactions that were committed with + binary logging disabled on the slave. +

          +
        • +
        • +

          + GTIDs of transactions that were written to a binary log + file that has now been purged. +

          +
        • +
        • +

          + GTIDs that were added explicitly to the set by the + statement SET @@GLOBAL.gtid_purged. +

          +
        • +
        +
        +

        + When the server starts, the global value of + gtid_purged is initialized to + a set of GTIDs. For information on how this GTID set is + computed, see The gtid_purged System + Variable. + If binary logs from MySQL 5.7.7 or older are present on the + server, you might need to set + binlog_gtid_simple_recovery=FALSE + in the server's configuration file to produce the correct + computation. See the description for + binlog_gtid_simple_recovery + for details of the situations in which this setting is needed. +

        +

        + Issuing RESET MASTER causes the + value of gtid_purged to be + reset to an empty string. +

        +

        + You can set the value of + gtid_purged in order to + record on the server that the transactions in a certain GTID + set have been applied, although they do not exist in any + binary log on the server. An example use case for this action + is when you are restoring a backup of one or more databases on + a server, but you do not have the relevant binary logs + containing the transactions on the server. +

        +

        + From MySQL 8.0, there are two ways to set the value of + gtid_purged. You can either + replace the value of + gtid_purged with your + specified GTID set, or you can append your specified GTID set + to the GTID set that is already held by + gtid_purged. If the server + has no existing GTIDs, for example an empty server that you + are provisioning with a backup of an existing database, both + methods have the same result. If you are restoring a backup + that overlaps the transactions that are already on the server, + for example replacing a corrupted table with a partial dump + from the master made using mysqldump (which + includes the GTIDs of all the transactions on the server, even + though the dump is partial), use the first method of replacing + the value of gtid_purged. If + you are restoring a backup that is disjoint from the + transactions that are already on the server, for example + provisioning a multi-source replication slave using dumps from + two different servers, use the second method of adding to the + value of gtid_purged. +

        +
        +
          +
        • +

          + To replace the value of + gtid_purged with your + specified GTID set, use the following statement: +

          +
          +
          Press CTRL+C to copy
          SET @@GLOBAL.gtid_purged = 'gtid_set'
          +
          +

          + gtid_set must be a superset of the + current value of + gtid_purged, and must not + intersect with + gtid_subtract(gtid_executed,gtid_purged). + In other words, the new GTID set + must include any GTIDs + that were already in + gtid_purged, and + must not include any + GTIDs in gtid_executed + that have not yet been purged. gtid_set + also cannot include any GTIDs that are in + @@global.gtid_owned, that is, the GTIDs + for transactions that are currently being processed on the + server. +

          +

          + The result is that the global value of + gtid_purged is set equal + to gtid_set, and the value of + gtid_executed becomes the + union of gtid_set and the previous + value of gtid_executed. +

          +
        • +
        • +

          + To append your specified GTID set to + gtid_purged, use the + following statement with a plus sign (+) before the GTID + set: +

          +
          +
          Press CTRL+C to copy
          SET @@GLOBAL.gtid_purged = '+gtid_set'
          +
          +

          + gtid_set must + not intersect with the current value of + gtid_executed. In other + words, the new GTID set must not include any GTIDs in + gtid_executed, including + transactions that are already also in + gtid_purged. + gtid_set also cannot include any GTIDs + that are in @@global.gtid_owned, that + is, the GTIDs for transactions that are currently being + processed on the server. +

          +

          + The result is that gtid_set is added to + both gtid_executed and + gtid_purged. +

          +
        • +
        +
        +
      • +
      +
      + + diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_3.html b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_3.html new file mode 100644 index 0000000..8e48a2b --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/mysql_test_case_3.html @@ -0,0 +1,339 @@ + +
      +
        +
      • +

        + ndb_join_pushdown +

        +
        + +

        Table 21.249 + Type and value information for ndb_join_pushdown

        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        PropertyValue
        Namendb_join_pushdown +
        Command LineNo
        System VariableYes
        Status VariableNo
        Option FileNo
        ScopeBoth
        DynamicYes
        Type
        Default, RangeTRUE (Version: 5.1.51-ndb-7.2.0)
        Notes +

        + DESCRIPTION: Enables pushing down of joins to data + nodes +

        +
        +
        +
        + + + + + + + +
        PropertyValue
        +
        + +
        +
        +

        + This variable controls whether joins on + NDB tables are pushed down to + the NDB kernel (data nodes). Previously, a join was + handled using multiple accesses of + NDB by the SQL node; however, + when ndb_join_pushdown is + enabled, a pushable join is sent in its entirety to the + data nodes, where it can be distributed among the data + nodes and executed in parallel on multiple copies of the + data, with a single, merged result being returned to + mysqld. This can reduce greatly the + number of round trips between an SQL node and the data + nodes required to handle such a join. +

        +

        + By default, + ndb_join_pushdown is + enabled. +

        +

        Conditions for NDB pushdown joins.  + In order for a join to be pushable, it must meet the + following conditions: +

        +
        +
          +
        1. +

          + Only columns can be compared, and all columns to be + joined must use exactly the same + data type. +

          +

          + This means that expressions such as t1.a = + t2.a + constant + cannot be pushed down, and that (for example) a join + on an INT column and a + BIGINT column also + cannot be pushed down. +

          +
        2. +
        3. +

          + Queries referencing + BLOB or + TEXT columns are not + supported. +

          +
        4. +
        5. +

          + Explicit locking is not supported; however, the + NDB storage engine's + characteristic implicit row-based locking is enforced. +

          +

          + This means that a join using FOR + UPDATE cannot be pushed down. +

          +
        6. +
        7. +

          + In order for a join to be pushed down, child tables in + the join must be accessed using one of the + ref, + eq_ref, or  + const access methods, + or some combination of these methods. +

          +

          + Outer joined child tables can only be pushed using + eq_ref. +

          +

          + If the root of the pushed join is an + eq_ref or + const, only child + tables joined by + eq_ref can be + appended. (A table joined by + ref + is likely to + become the root of another pushed join.) +

          +

          + If the query optimizer decides on Using join + cache for a candidate child table, that + table cannot be pushed as a child. However, it may be + the root of another set of pushed tables. +

          +
        8. +
        9. +

          + Joins referencing tables explicitly partitioned by + [LINEAR] HASH, + LIST, or RANGE + currently cannot be pushed down. +

          +
        10. +
        +
        +

        + You can see whether a given join can be pushed down by + checking it with EXPLAIN; + when the join can be pushed down, you can see references + to the pushed join in the + Extra column of the output, as shown in + this example: +

        +
        +
        Press CTRL+C to copy
        mysql> EXPLAIN + -> SELECT e.first_name, e.last_name, t.title, d.dept_name + -> FROM employees e + -> JOIN dept_emp de ON e.emp_no=de.emp_no + -> JOIN departments d ON d.dept_no=de.dept_no + -> JOIN titles t ON e.emp_no=t.emp_no\G + *************************** 1. row *************************** + id: 1 + select_type: SIMPLE + table: d + type: ALL + possible_keys: PRIMARY + key: NULL + key_len: NULL + ref: NULL + rows: 9 + Extra: Parent of 4 pushed join@1 + *************************** 2. row *************************** + id: 1 + select_type: SIMPLE + table: de + type: ref + possible_keys: PRIMARY,emp_no,dept_no + key: dept_no + key_len: 4 + ref: employees.d.dept_no + rows: 5305 + Extra: Child of 'd' in pushed join@1 + *************************** 3. row *************************** + id: 1 + select_type: SIMPLE + table: e + type: eq_ref + possible_keys: PRIMARY + key: PRIMARY + key_len: 4 + ref: employees.de.emp_no + rows: 1 + Extra: Child of 'de' in pushed join@1 + *************************** 4. row *************************** + id: 1 + select_type: SIMPLE + table: t + type: ref + possible_keys: PRIMARY,emp_no + key: emp_no + key_len: 4 + ref: employees.de.emp_no + rows: 19 + Extra: Child of 'e' in pushed join@1 + 4 rows in set (0.00 sec)
        +
        +
        + +
        + Note +
        +

        + If inner joined child tables are joined by + ref, + and the result is ordered or + grouped by a sorted index, this index cannot provide + sorted rows, which forces writing to a sorted tempfile. +

        +
        +

        + Two additional sources of information about pushed join + performance are available: +

        +
        +
          +
        1. +

          + The status variables + Ndb_pushed_queries_defined, + Ndb_pushed_queries_dropped, + Ndb_pushed_queries_executed, + and + Ndb_pushed_reads. +

          +
        2. +
        3. +

          + The counters in the + ndbinfo.counters + table that belong to the DBSPJ + kernel block. See + Section 21.5.10.10, β€œThe ndbinfo + counters Table”, for + information about these counters. See also + The DBSPJ Block, + in the NDB Cluster API Developer + Guide. +

          +
        4. +
        +
        +
      • +
      +
      + + diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/ultraSlimDataTestWithVariables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/ultraSlimDataTestWithVariables.json new file mode 100644 index 0000000..1294c9e --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/ultraSlimDataTestWithVariables.json @@ -0,0 +1,51 @@ +{ + "vars": { + "Test_var": { + "d": true, + "t": 2 + }, + "another-variable": { + "d": false, + "t": 1 + }, + "doc-variable_ok": { + "d": true, + "t": 3, + "a": [ + { + "t": 1, + "u": 0 + }, + { + "t": 2, + "u": 1 + }, + { + "a": "anchorname", + "t": 2, + "u": 1 + } + ] + } + }, + "version": 1, + "types": { + "1": "MYSQL", + "2": "MARIADB" + }, + "varTypes": { + "1": "string", + "2": "boolean", + "3": "integer", + "4": "numeric", + "5": "enumeration", + "6": "set", + "7": "directory name", + "8": "file name", + "9": "byte" + }, + "urls": [ + "https://dev.mysql.com/", + "https://mariadb.com/" + ] +} \ No newline at end of file diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/index.js b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/index.js new file mode 100644 index 0000000..b5294d6 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/index.js @@ -0,0 +1,12 @@ +'use strict'; + +process.env.TZ = 'UTC'; +const templates = require(__dirname + '/templates'); +const cleaner = require(__dirname + '/cleaner'); +const parser = require(__dirname + '/parser'); + +suite('MariaDB MySQL KBS', function() { + templates(); + cleaner(); + parser(); +}); diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/parser.js b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/parser.js new file mode 100644 index 0000000..14b6596 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/parser.js @@ -0,0 +1,129 @@ +'use strict'; + +const expect = require('chai').expect; +const MySQL = require(__dirname + '/../src/MySQL'); +const cheerio = require('cheerio'); +const fs = require('fs'); + +module.exports = function() { + suite('parser', function() { + test('test case 1', function(done) { + const $ = cheerio.load(fs.readFileSync(__dirname + '/data/mysql_test_case_1.html')); + MySQL.parsePage($, function(resultData) { + expect(resultData).to.deep.equal([ + { + 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'], + }, + ]); + done(); + }); + }); + test('test case 2', function(done) { + const $ = cheerio.load(fs.readFileSync(__dirname + '/data/mysql_test_case_2.html')); + MySQL.parsePage($, function(resultData) { + expect(resultData).to.deep.equal([ + { + 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', + }, + ]); + done(); + }); + }); + test('test case 3', function(done) { + const $ = cheerio.load(fs.readFileSync(__dirname + '/data/mysql_test_case_3.html')); + MySQL.parsePage($, function(resultData) { + expect(resultData).to.deep.equal([ + { + default: 'TRUE (Version: 5.1.51-ndb-7.2.0)', + dynamic: true, + id: 'sysvar_ndb_join_pushdown', + name: 'ndb_join_pushdown', + scope: ['global', 'session'], + }, + ]); + done(); + }); + }); + }); +}; diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/phpunit.xml b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/phpunit.xml new file mode 100644 index 0000000..a04a13b --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/phpunit.xml @@ -0,0 +1,27 @@ + + + + + ../src + + + + + + + + + + + ../test/ + + + + diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/templates.js b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/templates.js new file mode 100644 index 0000000..94119c2 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/templates.js @@ -0,0 +1,218 @@ +'use strict'; + +const expect = require('chai').expect; +const templates = require(__dirname + '/../scripts/sudo-bot/template.js'); + +module.exports = function() { + suite('pr message', function() { + test('prMessage for lambda files', function(done) { + const commmitMsg = templates.prMessage(['a.json', 'ab/cd/ef.json', 'README.md']); + expect(commmitMsg).to.equal('πŸ€– Some updates to review πŸ€–'); + done(); + }); + test('prMessage for MariaDB files', function(done) { + const commmitMsg = templates.prMessage(['data/mariadb-aria-server-status-variables.json']); + expect(commmitMsg).to.equal('πŸ€– [MariaDB] updates'); + done(); + }); + test('prMessage for MariaDB files and merged', function(done) { + const commmitMsg = templates.prMessage([ + 'dist/merged-raw.json', + 'dist/merged-raw.md', + 'dist/merged-slim.json', + 'dist/merged-ultraslim.json', + 'dist/merged-ultraslim.php', + 'data/mariadb-aria-server-status-variables.json', + ]); + expect(commmitMsg).to.equal('πŸ€– [MariaDB] updates'); + done(); + }); + test('prMessage for MariaDB files and others', function(done) { + const commmitMsg = templates.prMessage([ + 'a.json', + 'ab/cd/ef.json', + 'README.md', + 'data/mariadb-aria-server-status-variables.json', + ]); + expect(commmitMsg).to.equal('πŸ€– [MariaDB] updates 🚨🚨'); + done(); + }); + test('prMessage for MariaDB files and others and merged', function(done) { + const commmitMsg = templates.prMessage([ + 'dist/merged-raw.json', + 'dist/merged-raw.md', + 'dist/merged-slim.json', + 'dist/merged-ultraslim.json', + 'dist/merged-ultraslim.php', + 'a.json', + 'ab/cd/ef.json', + 'README.md', + 'data/mariadb-aria-server-status-variables.json', + ]); + expect(commmitMsg).to.equal('πŸ€– [MariaDB] updates 🚨🚨'); + done(); + }); + test('prMessage for MySQL files', function(done) { + const commmitMsg = templates.prMessage(['data/mysql-server-options.json']); + expect(commmitMsg).to.equal('πŸ€– [MySQL] updates'); + done(); + }); + test('prMessage for MySQL files and merged', function(done) { + const commmitMsg = templates.prMessage([ + 'dist/merged-raw.json', + 'dist/merged-raw.md', + 'dist/merged-slim.json', + 'dist/merged-ultraslim.json', + 'dist/merged-ultraslim.php', + 'data/mysql-server-options.json', + ]); + expect(commmitMsg).to.equal('πŸ€– [MySQL] updates'); + done(); + }); + test('prMessage for MySQL files and others', function(done) { + const commmitMsg = templates.prMessage([ + 'a.json', + 'ab/cd/ef.json', + 'README.md', + 'data/mysql-server-options.json', + ]); + expect(commmitMsg).to.equal('πŸ€– [MySQL] updates 🚨🚨'); + done(); + }); + test('prMessage for MySQL files and others and merged', function(done) { + const commmitMsg = templates.prMessage([ + 'dist/merged-raw.json', + 'dist/merged-raw.md', + 'dist/merged-slim.json', + 'dist/merged-ultraslim.json', + 'dist/merged-ultraslim.php', + 'a.json', + 'ab/cd/ef.json', + 'README.md', + 'data/mysql-server-options.json', + ]); + expect(commmitMsg).to.equal('πŸ€– [MySQL] updates 🚨🚨'); + done(); + }); + test('prMessage for MySQL and MariaDB files', function(done) { + const commmitMsg = templates.prMessage([ + 'data/mariadb-aria-server-status-variables.json', + 'data/mysql-server-options.json', + ]); + expect(commmitMsg).to.equal('πŸ€– [MariaDB] && [MySQL] updates'); + done(); + }); + test('prMessage for MySQL and MariaDB files and merged', function(done) { + const commmitMsg = templates.prMessage([ + 'dist/merged-raw.json', + 'dist/merged-raw.md', + 'dist/merged-slim.json', + 'dist/merged-ultraslim.json', + 'dist/merged-ultraslim.php', + 'data/mariadb-aria-server-status-variables.json', + 'data/mysql-server-options.json', + ]); + expect(commmitMsg).to.equal('πŸ€– [MariaDB] && [MySQL] updates'); + done(); + }); + test('prMessage for MySQL and MariaDB files and others', function(done) { + const commmitMsg = templates.prMessage([ + 'a.json', + 'ab/cd/ef.json', + 'README.md', + 'data/mariadb-aria-server-status-variables.json', + 'data/mysql-server-options.json', + ]); + expect(commmitMsg).to.equal('πŸ€– [MariaDB] && [MySQL] updates 🚨🚨'); + done(); + }); + }); + suite('commit message', function() { + test('commitMessage for lambda files', function(done) { + const commmitMsg = templates.commitMessage(['a.json', 'ab/cd/ef.json', 'README.md']); + expect(commmitMsg).to.equal('update: πŸ€– Some updates πŸ€–'); + done(); + }); + test('commitMessage for MariaDB files', function(done) { + const commmitMsg = templates.commitMessage(['data/mariadb-aria-server-status-variables.json']); + expect(commmitMsg).to.equal('update: [MariaDB] updates'); + done(); + }); + test('commitMessage for MariaDB files and others', function(done) { + const commmitMsg = templates.commitMessage([ + 'a.json', + 'ab/cd/ef.json', + 'README.md', + 'data/mariadb-aria-server-status-variables.json', + ]); + expect(commmitMsg).to.equal('update: [MariaDB] updates and other changes'); + done(); + }); + test('commitMessage for MySQL files', function(done) { + const commmitMsg = templates.commitMessage(['data/mysql-server-options.json']); + expect(commmitMsg).to.equal('update: [MySQL] updates'); + done(); + }); + test('commitMessage for MySQL files and others', function(done) { + const commmitMsg = templates.commitMessage([ + 'a.json', + 'ab/cd/ef.json', + 'README.md', + 'data/mysql-server-options.json', + ]); + expect(commmitMsg).to.equal('update: [MySQL] updates and other changes'); + done(); + }); + test('commitMessage for MySQL and MariaDB files', function(done) { + const commmitMsg = templates.commitMessage([ + 'data/mariadb-aria-server-status-variables.json', + 'data/mysql-server-options.json', + ]); + expect(commmitMsg).to.equal('update: [MariaDB] && [MySQL] updates'); + done(); + }); + test('commitMessage for MySQL and MariaDB files and others', function(done) { + const commmitMsg = templates.commitMessage([ + 'a.json', + 'ab/cd/ef.json', + 'README.md', + 'data/mariadb-aria-server-status-variables.json', + 'data/mysql-server-options.json', + ]); + expect(commmitMsg).to.equal('update: [MariaDB] && [MySQL] updates and other changes'); + done(); + }); + }); + suite('pr', function() { + test('prContent', function(done) { + const prContent = templates.prContent([ + 'a.json', + 'ab/cd/ef.json', + 'data/mariadb-aria-server-status-variables.json', + 'dist/merged-raw.json', + 'dist/merged-raw.md', + 'dist/merged-slim.json', + 'dist/merged-ultraslim.json', + 'dist/merged-ultraslim.php', + 'data/mysql-server-options.json', + 'README.md', + ]); + expect(prContent).to.equal( + 'Dear human 🌻, after running my task the following files where updated:\n- `a.json` πŸ‘½\n- `ab/cd/ef.json` πŸ‘½\n- `data/mariadb-aria-server-status-variables.json` 🐳\n- `dist/merged-raw.json` πŸ“¦\n- `dist/merged-raw.md` πŸ“¦\n- `dist/merged-slim.json` πŸ“¦\n- `dist/merged-ultraslim.json` πŸ“¦\n- `dist/merged-ultraslim.php` πŸ“¦\n- `data/mysql-server-options.json` 🐬\n- `README.md` πŸ‘½\n' + ); + done(); + }); + test('prContent one file', function(done) { + const prContent = templates.prContent(['README.md']); + expect(prContent).to.equal( + 'Dear human 🌻, after running my task the following file was updated:\n- `README.md` πŸ‘½\n' + ); + done(); + }); + test('prBranch', function(done) { + const prBranch = templates.prBranch([]); + expect(prBranch).to.match(/^refs\/heads\/update\/[0-9]{13}$/); + done(); + }); + }); +}; -- cgit