diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-09 10:55:03 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-09 13:09:38 +0100 |
| commit | 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa (patch) | |
| tree | 5c691241355c943a3c68ddb06b8cf8c60aa11319 /srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-system-variables.json | |
| parent | 7e0d85db834d6351ed85d01e5126ac31dc510b86 (diff) | |
| download | ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.gz ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.bz2 ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.zip | |
phpmyadmin working
Diffstat (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-system-variables.json')
| -rw-r--r-- | srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-system-variables.json | 3088 |
1 files changed, 3088 insertions, 0 deletions
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/" +} |
