diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
| commit | 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch) | |
| tree | 39a1a4629749056191c05dfd899f931701b7acf3 /srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-system-variables.json | |
| parent | 5afd237bbd22028b85532b8c0b3fcead49a00764 (diff) | |
| download | ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.tar.gz ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.tar.bz2 ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.zip | |
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
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, 0 insertions, 3088 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 deleted file mode 100644 index d1235a4..0000000 --- a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-xtradbinnodb-server-system-variables.json +++ /dev/null @@ -1,3088 +0,0 @@ -{ - "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", - |
