aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-innodb-parameters.json
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-innodb-parameters.json')
-rw-r--r--srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-innodb-parameters.json2133
1 files changed, 2133 insertions, 0 deletions
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"
+ }