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-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-server-system-variables.json')
| -rw-r--r-- | srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-system-variables.json | 3338 |
1 files changed, 3338 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-system-variables.json new file mode 100644 index 0000000..5047dd4 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-server-system-variables.json @@ -0,0 +1,3338 @@ +{ + "data": [ + { + "cli": "--alter-algorithm=default", + "default": "DEFAULT", + "dynamic": true, + "id": "alter_algorithm", + "name": "alter_algorithm", + "scope": [ + "global", + "session" + ], + "validValues": [ + "DEFAULT", + "COPY", + "INPLACE", + "NOCOPY", + "INSTANT" + ] + }, + { + "cli": "--analyze-sample-percentage=#", + "default": "100.000000", + "dynamic": true, + "id": "analyze_sample_percentage", + "name": "analyze_sample_percentage", + "range": { + "from": 0, + "to": 100 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--autocommit[=#]", + "default": "1", + "dynamic": true, + "id": "autocommit", + "name": "autocommit", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--automatic-sp-privileges, --skip-automatic-sp-privileges", + "default": "1", + "dynamic": true, + "id": "automatic_sp_privileges", + "name": "automatic_sp_privileges", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--back-log=#", + "default": "The lower of 900 and (50 + max_connections/5) (>= MariaDB 10.1.7), The lower of 150 or the value of max_connections (beween MariaDB 10.0.8 and MariaDB 10.1.7), 50 (<= MariaDB 10.0.8)", + "dynamic": false, + "id": "back_log", + "name": "back_log", + "scope": [ + "global" + ] + }, + { + "cli": "--basedir=path or -b path", + "dynamic": false, + "id": "basedir", + "name": "basedir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--big-tables", + "default": "0", + "dynamic": true, + "id": "big_tables", + "name": "big_tables", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--bind-address=addr", + "dynamic": false, + "id": "bind_address", + "name": "bind_address", + "scope": [ + "global" + ], + "type": "string", + "validValues": [] + }, + { + "cli": "--bulk-insert-buffer-size=#", + "default": "8388608", + "dynamic": true, + "id": "bulk_insert_buffer_size", + "name": "bulk_insert_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "utf8 (>= MariaDB 5.5)", + "dynamic": true, + "id": "character_set_client", + "name": "character_set_client", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "utf8 (>= MariaDB 5.5)", + "dynamic": true, + "id": "character_set_connection", + "name": "character_set_connection", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "latin1", + "dynamic": true, + "id": "character_set_database", + "name": "character_set_database", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--character-set-filesystem=name", + "default": "binary", + "dynamic": true, + "id": "character_set_filesystem", + "name": "character_set_filesystem", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "utf8", + "dynamic": true, + "id": "character_set_results", + "name": "character_set_results", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--character-set-server", + "default": "latin1", + "dynamic": true, + "id": "character_set_server", + "name": "character_set_server", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "utf8", + "dynamic": false, + "id": "character_set_system", + "name": "character_set_system", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--character-sets-dir=path", + "dynamic": false, + "id": "character_sets_dir", + "name": "character_sets_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--check-constraint-checks=[0|1]", + "default": "ON", + "dynamic": true, + "id": "check_constraint_checks", + "name": "check_constraint_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "collation_connection", + "name": "collation_connection", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "collation_database", + "name": "collation_database", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--collation-server=name", + "default": "latin1_swedish_ci", + "dynamic": true, + "id": "collation_server", + "name": "collation_server", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--completion-type=name", + "default": "NO_CHAIN (>=MariaDB/MySQL 5.5.3), 0 (<= MariaDB/MySQL 5.5.2)", + "dynamic": true, + "id": "completion_type", + "name": "completion_type", + "scope": [ + "global", + "session" + ], + "validValues": [ + "0", + "1", + "2", + "NO_CHAIN", + "CHAIN", + "RELEASE" + ] + }, + { + "cli": "--concurrent-insert[=name]", + "default": "AUTO (>=MariaDB/MySQL 5.5.3), 1 (<= MariaDB/MySQL 5.5.2)", + "dynamic": true, + "id": "concurrent_insert", + "name": "concurrent_insert", + "scope": [ + "global" + ], + "validValues": [ + "0", + "1", + "2", + "AUTO", + "NEVER", + "ALWAYS" + ] + }, + { + "cli": "--connect-timeout=#", + "default": "10", + "dynamic": true, + "id": "connect_timeout", + "name": "connect_timeout", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--core-file", + "default": "Windows >= MariaDB 10.4.3: ON, All other systems: OFF", + "dynamic": false, + "id": "core_file", + "name": "core_file", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--datadir=path or -h path", + "dynamic": false, + "id": "datadir", + "name": "datadir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "id": "date_format", + "name": "date_format" + }, + { + "id": "datetime_format", + "name": "datetime_format" + }, + { + "cli": "-#, --debug[=debug_options]", + "default": "d:t:i:o,/tmp/mysqld.trace (Unix) or d:t:i:O,\\mysqld.trace (Windows)", + "dynamic": true, + "id": "debug", + "name": "debug", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--debug-no-thead-alarm=#", + "default": "OFF", + "dynamic": false, + "id": "debug_no_thread_alarm", + "name": "debug_no_thread_alarm", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "OFF or ON - current signal signal name", + "dynamic": true, + "id": "debug_sync", + "name": "debug_sync", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--default-password-lifetime=#", + "default": "0", + "dynamic": true, + "id": "default_password_lifetime", + "name": "default_password_lifetime", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "default_regex_flags", + "name": "default_regex_flags" + }, + { + "cli": "--default-storage-engine=name", + "default": "InnoDB (>= MariaDB 5.5), MyISAM (<MariaDB 5.3)", + "dynamic": true, + "id": "default_storage_engine", + "name": "default_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration" + }, + { + "cli": "--default-table-type=name", + "dynamic": true, + "id": "default_table_type", + "name": "default_table_type", + "scope": [ + "global", + "session" + ] + }, + { + "cli": "--default-tmp-storage-engine=name", + "default": "NULL", + "dynamic": true, + "id": "default_tmp_storage_engine", + "name": "default_tmp_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration" + }, + { + "cli": "--default-week-format=#", + "default": "0", + "dynamic": true, + "id": "default_week_format", + "name": "default_week_format", + "range": { + "from": 0, + "to": 7 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--delay-key-write[=name]", + "default": "ON", + "dynamic": true, + "id": "delay_key_write", + "name": "delay_key_write", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "ALL" + ] + }, + { + "cli": "--delayed-insert-limit=#", + "default": "100", + "dynamic": true, + "id": "delayed_insert_limit", + "name": "delayed_insert_limit", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--delayed-insert-timeout=#", + "default": "300", + "dynamic": true, + "id": "delayed_insert_timeout", + "name": "delayed_insert_timeout", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--delayed-queue-size=#", + "default": "1000", + "dynamic": true, + "id": "delayed_queue_size", + "name": "delayed_queue_size", + "range": { + "from": 1, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--disconnect-on-expired-password[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "disconnect_on_expired_password", + "name": "disconnect_on_expired_password", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--div-precision-increment=#", + "default": "4", + "dynamic": true, + "id": "div_precision_increment", + "name": "div_precision_increment", + "range": { + "from": 0, + "to": 30 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--encrypt-tmp-disk-tables[={0|1}]", + "default": "OFF", + "dynamic": true, + "id": "encrypt_tmp_disk_tables", + "name": "encrypt_tmp_disk_tables", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--encrypt-tmp-files[={0|1}]", + "default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)", + "dynamic": false, + "id": "encrypt_tmp_files", + "name": "encrypt_tmp_files", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--encryption-algorithm=value", + "default": "none", + "dynamic": false, + "id": "encryption_algorithm", + "name": "encryption_algorithm", + "scope": [ + "global" + ], + "validValues": [ + "none", + "aes_ecb", + "aes_cbc", + "aes_ctr" + ] + }, + { + "default": "none", + "dynamic": true, + "id": "enforce_storage_engine", + "name": "enforce_storage_engine", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--engine-condition-pushdown", + "default": "OFF (MariaDB 5.5), ON (<= MariaDB 5.3)", + "dynamic": true, + "id": "engine_condition_pushdown", + "name": "engine_condition_pushdown", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--eq-range-index-dive-limit=#", + "default": "200 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)", + "dynamic": true, + "id": "eq_range_index_dive_limit", + "name": "eq_range_index_dive_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": true, + "id": "error_count", + "name": "error_count", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--event-scheduler[=value]", + "default": "OFF", + "dynamic": true, + "id": "event_scheduler", + "name": "event_scheduler", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "1", + "OFF", + "0", + "DISABLED" + ] + }, + { + "cli": "--expensive-subquery-limit=#", + "default": "100", + "dynamic": true, + "id": "expensive_subquery_limit", + "name": "expensive_subquery_limit", + "range": { + "from": 0, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--explicit-defaults-for-timestamp=[={0|1}]", + "default": "OFF", + "dynamic": false, + "id": "explicit_defaults_for_timestamp", + "name": "explicit_defaults_for_timestamp", + "scope": [ + "global" + ] + }, + { + "default": "NULL", + "dynamic": false, + "id": "external_user", + "name": "external_user", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--flush", + "default": "OFF", + "dynamic": true, + "id": "flush", + "name": "flush", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--flush_time=#", + "default": "0", + "dynamic": true, + "id": "flush_time", + "name": "flush_time", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "1", + "dynamic": true, + "id": "foreign_key_checks", + "name": "foreign_key_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--ft-boolean-syntax=name", + "default": "+ -><()*:\"\"&|", + "dynamic": true, + "id": "ft_boolean_syntax", + "name": "ft_boolean_syntax", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--ft-max-word-len=#", + "default": "84", + "dynamic": false, + "id": "ft_max_word_len", + "name": "ft_max_word_len", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-min-word-len=#", + "default": "4", + "dynamic": false, + "id": "ft_min_word_len", + "name": "ft_min_word_len", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-query-expansion-limit=#", + "default": "20", + "dynamic": false, + "id": "ft_query_expansion_limit", + "name": "ft_query_expansion_limit", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-stopword-file=file_name", + "default": "(built-in)", + "dynamic": false, + "id": "ft_stopword_file", + "name": "ft_stopword_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--general-log", + "default": "0", + "dynamic": true, + "id": "general_log", + "name": "general_log", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--general-log-file=file_name", + "default": "host_name.log", + "dynamic": true, + "id": "general_log_file", + "name": "general_log_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--group-concat-max-len=#", + "default": "1048576 (1M) >= MariaDB 10.2.4, 1024 (1K) <= MariaDB 10.2.3", + "dynamic": true, + "id": "group_concat_max_len", + "name": "group_concat_max_len", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "have_compress", + "name": "have_compress", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_crypt", + "name": "have_crypt", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_csv", + "name": "have_csv", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_dynamic_loading", + "name": "have_dynamic_loading", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_geometry", + "name": "have_geometry", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_ndbcluster", + "name": "have_ndbcluster", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_partitioning", + "name": "have_partitioning", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_profiling", + "name": "have_profiling", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_query_cache", + "name": "have_query_cache", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_rtree_keys", + "name": "have_rtree_keys", + "scope": [ + "global" + ] + }, + { + "dynamic": false, + "id": "have_symlink", + "name": "have_symlink", + "scope": [ + "global" + ] + }, + { + "cli": "--histogram-size=#", + "default": "254 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)", + "dynamic": true, + "id": "histogram_size", + "name": "histogram_size", + "range": { + "from": 0, + "to": 255 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--histogram-type=value", + "default": "DOUBLE_PREC_HB (>= MariaDB 10.4.3), SINGLE_PREC_HB(<= MariaDB 10.4.2)", + "dynamic": true, + "id": "histogram_type", + "name": "histogram_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "SINGLE_PREC_HB", + "DOUBLE_PREC_HB" + ] + }, + { + "cli": "--host-cache-size=#.", + "default": "128", + "dynamic": true, + "id": "host_cache_size", + "name": "host_cache_size", + "range": { + "from": 0, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "hostname", + "name": "hostname", + "scope": [ + "global" + ], + "type": "string" + }, + { + "id": "identity", + "name": "identity" + }, + { + "default": "0", + "dynamic": true, + "id": "idle_readonly_transaction_timeout", + "name": "idle_readonly_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "0", + "dynamic": true, + "id": "idle_transaction_timeout", + "name": "idle_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "default": "0", + "dynamic": true, + "id": "idle_write_transaction_timeout", + "name": "idle_write_transaction_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--ignore-db-dirs=dir.", + "dynamic": false, + "id": "ignore_db_dirs", + "name": "ignore_db_dirs", + "scope": [ + "global" + ], + "type": "string" + }, + { + "default": "0", + "dynamic": false, + "id": "in_transaction", + "name": "in_transaction", + "scope": [ + "session" + ], + "type": "boolean" + }, + { + "cli": "--init-connect=name", + "dynamic": true, + "id": "init_connect", + "name": "init_connect", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "init-file=file_name", + "dynamic": false, + "id": "init_file", + "name": "init_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "dynamic": true, + "id": "insert_id", + "name": "insert_id", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--interactive-timeout=#", + "default": "28800", + "dynamic": true, + "id": "interactive_timeout", + "name": "interactive_timeout", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--join-buffer-size=#", + "default": "262144 (256kB) (>=MariaDB 10.1.7), 131072 (128kB) (<=MariaDB 10.1.6)", + "dynamic": true, + "id": "join_buffer_size", + "name": "join_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--join-buffer-space-limit=#", + "default": "2097152", + "dynamic": true, + "id": "join_buffer_space_limit", + "name": "join_buffer_space_limit", + "range": { + "from": 2048, + "to": 99999999997952 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--join-cache-level=#", + "default": "2", + "dynamic": true, + "id": "join_cache_level", + "name": "join_cache_level", + "range": { + "from": 0, + "to": 8 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--keep-files-on-create=#", + "default": "OFF", + "dynamic": true, + "id": "keep_files_on_create", + "name": "keep_files_on_create", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "large_files_support", + "name": "large_files_support", + "scope": [ + "global" + ] + }, + { + "default": "(autosized)", + "dynamic": false, + "id": "large_page_size", + "name": "large_page_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--large-pages, --skip-large-pages", + "default": "OFF", + "dynamic": false, + "id": "large_pages", + "name": "large_pages", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "last_insert_id", + "name": "last_insert_id", + "scope": [ + "session" + ], + "type": "integer" + }, + { + "cli": "--lc-messages=name", + "default": "en_us", + "dynamic": true, + "id": "lc_messages", + "name": "lc_messages", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--lc-messages-dir=path", + "dynamic": false, + "id": "lc_messages_dir", + "name": "lc_messages_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--lc-time-names=name", + "default": "en_US", + "dynamic": true, + "id": "lc_time_names", + "name": "lc_time_names", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": false, + "id": "license", + "name": "license", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--local-infile=#", + "default": "ON", + "dynamic": true, + "id": "local_infile", + "name": "local_infile", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--lock-wait-timeout=#", + "default": "86400 (1 day) >= MariaDB 10.2.4, 31536000 (1 year) <= MariaDB 10.2.3", + "dynamic": true, + "id": "lock_wait_timeout", + "name": "lock_wait_timeout", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--memlock", + "default": "OFF", + "dynamic": false, + "id": "locked_in_memory", + "name": "locked_in_memory", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "-l [filename] or --log[=filename]", + "default": "OFF", + "dynamic": true, + "id": "log", + "name": "log", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-disabled_statements=value", + "default": "(empty string)", + "dynamic": false, + "id": "log_disabled_statements", + "name": "log_disabled_statements", + "scope": [ + "global", + "session" + ], + "type": "set" + }, + { + "cli": "--log-error[=name], --skip-log-error", + "default": "(empty string)", + "dynamic": false, + "id": "log_error", + "name": "log_error", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--log-output=name", + "default": "FILE", + "dynamic": true, + "id": "log_output", + "name": "log_output", + "scope": [ + "global" + ], + "type": "set", + "validValues": [ + "TABLE", + "FILE", + "NONE" + ] + }, + { + "cli": "--log-queries-not-using-indexes", + "default": "OFF", + "dynamic": true, + "id": "log_queries_not_using_indexes", + "name": "log_queries_not_using_indexes", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--log-slow-admin-statements", + "default": "ON (>= MariaDB 10.2.4), OFF (<= MariaDB 10.2.3)", + "dynamic": true, + "id": "log_slow_admin_statements", + "name": "log_slow_admin_statements", + "scope": [ |
