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/mysql-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/mysql-server-system-variables.json')
| -rw-r--r-- | srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-system-variables.json | 3804 |
1 files changed, 3804 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-system-variables.json new file mode 100644 index 0000000..30c6b0a --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mysql-server-system-variables.json @@ -0,0 +1,3804 @@ +{ + "data": [ + { + "cli": "--activate-all-roles-on-login[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_activate_all_roles_on_login", + "name": "activate_all_roles_on_login", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--admin-address=addr", + "dynamic": false, + "id": "sysvar_admin_address", + "name": "admin_address", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--admin-port=port_num", + "default": "33062", + "dynamic": false, + "id": "sysvar_admin_port", + "name": "admin_port", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-windows-log-level=#", + "default": "2", + "dynamic": false, + "id": "sysvar_authentication_windows_log_level", + "name": "authentication_windows_log_level", + "range": { + "from": 0, + "to": 4 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--authentication-windows-use-principal-name[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_authentication_windows_use_principal_name", + "name": "authentication_windows_use_principal_name", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--autocommit[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_autocommit", + "name": "autocommit", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--automatic-sp-privileges[={OFF|ON}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_automatic_sp_privileges", + "name": "automatic_sp_privileges", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--auto-generate-certs[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_auto_generate_certs", + "name": "auto_generate_certs", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--avoid-temporal-upgrade[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_avoid_temporal_upgrade", + "name": "avoid_temporal_upgrade", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--back-log=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": false, + "id": "sysvar_back_log", + "name": "back_log", + "range": { + "from": 1, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--basedir=dir_name", + "dynamic": false, + "id": "sysvar_basedir", + "name": "basedir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--big-tables[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_big_tables", + "name": "big_tables", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--bind-address=addr", + "default": "*", + "dynamic": false, + "id": "sysvar_bind_address", + "name": "bind_address", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--block-encryption-mode=#", + "default": "aes-128-ecb", + "dynamic": true, + "id": "sysvar_block_encryption_mode", + "name": "block_encryption_mode", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--bulk-insert-buffer-size=#", + "default": "8388608", + "dynamic": true, + "id": "sysvar_bulk_insert_buffer_size", + "name": "bulk_insert_buffer_size", + "range": { + "from": 0 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--caching-sha2-password-auto-generate-rsa-keys[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_caching_sha2_password_auto_generate_rsa_keys", + "name": "caching_sha2_password_auto_generate_rsa_keys", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--caching-sha2-password-private-key-path=file_name", + "default": "private_key.pem", + "dynamic": false, + "id": "sysvar_caching_sha2_password_private_key_path", + "name": "caching_sha2_password_private_key_path", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--caching-sha2-password-public-key-path=file_name", + "default": "public_key.pem", + "dynamic": false, + "id": "sysvar_caching_sha2_password_public_key_path", + "name": "caching_sha2_password_public_key_path", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "dynamic": true, + "id": "sysvar_character_set_client", + "name": "character_set_client", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_character_set_connection", + "name": "character_set_connection", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_character_set_database", + "name": "character_set_database", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--character-set-filesystem=name", + "default": "binary", + "dynamic": true, + "id": "sysvar_character_set_filesystem", + "name": "character_set_filesystem", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_character_set_results", + "name": "character_set_results", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--character-set-server=name", + "dynamic": true, + "id": "sysvar_character_set_server", + "name": "character_set_server", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "utf8", + "dynamic": false, + "id": "sysvar_character_set_system", + "name": "character_set_system", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--character-sets-dir=dir_name", + "dynamic": false, + "id": "sysvar_character_sets_dir", + "name": "character_sets_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--check-proxy-users[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_check_proxy_users", + "name": "check_proxy_users", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "dynamic": true, + "id": "sysvar_collation_connection", + "name": "collation_connection", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_collation_database", + "name": "collation_database", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--collation-server=name", + "dynamic": true, + "id": "sysvar_collation_server", + "name": "collation_server", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--completion-type=#", + "default": "NO_CHAIN", + "dynamic": true, + "id": "sysvar_completion_type", + "name": "completion_type", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "NO_CHAIN", + "CHAIN", + "RELEASE", + "0", + "1", + "2" + ] + }, + { + "cli": "--concurrent-insert[=value]", + "default": "AUTO", + "dynamic": true, + "id": "sysvar_concurrent_insert", + "name": "concurrent_insert", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NEVER", + "AUTO", + "ALWAYS", + "0", + "1", + "2" + ] + }, + { + "cli": "--connect-timeout=#", + "default": "10", + "dynamic": true, + "id": "sysvar_connect_timeout", + "name": "connect_timeout", + "range": { + "from": 2, + "to": 31536000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "OFF", + "dynamic": false, + "id": "sysvar_core_file", + "name": "core_file", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--create-admin-listener-thread[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_create_admin_listener_thread", + "name": "create_admin_listener_thread", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--cte-max-recursion-depth=#", + "default": "1000", + "dynamic": true, + "id": "sysvar_cte_max_recursion_depth", + "name": "cte_max_recursion_depth", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--datadir=dir_name", + "dynamic": false, + "id": "sysvar_datadir", + "name": "datadir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--debug[=debug_options]", + "dynamic": true, + "id": "sysvar_debug", + "name": "debug", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "dynamic": true, + "id": "sysvar_debug_sync", + "name": "debug_sync", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--default-authentication-plugin=plugin_name", + "dynamic": false, + "id": "sysvar_default_authentication_plugin", + "name": "default_authentication_plugin", + "scope": [ + "global" + ], + "type": "enumeration" + }, + { + "dynamic": true, + "id": "sysvar_default_collation_for_utf8mb4", + "name": "default_collation_for_utf8mb4", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "utf8mb4_0900_ai_ci", + "utf8mb4_general_ci" + ] + }, + { + "cli": "--default-password-lifetime=#", + "default": "0", + "dynamic": true, + "id": "sysvar_default_password_lifetime", + "name": "default_password_lifetime", + "range": { + "from": 0, + "to": 65535 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--default-storage-engine=name", + "default": "InnoDB", + "dynamic": true, + "id": "sysvar_default_storage_engine", + "name": "default_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration" + }, + { + "cli": "--default-table-encryption[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_default_table_encryption", + "name": "default_table_encryption", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--default-tmp-storage-engine=name", + "default": "InnoDB", + "dynamic": true, + "id": "sysvar_default_tmp_storage_engine", + "name": "default_tmp_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration" + }, + { + "cli": "--default-week-format=#", + "default": "0", + "dynamic": true, + "id": "sysvar_default_week_format", + "name": "default_week_format", + "range": { + "from": 0, + "to": 7 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--delay-key-write[={OFF|ON|ALL}]", + "default": "ON", + "dynamic": true, + "id": "sysvar_delay_key_write", + "name": "delay_key_write", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "ALL" + ] + }, + { + "cli": "--delayed-insert-limit=#", + "default": "100", + "dynamic": true, + "id": "sysvar_delayed_insert_limit", + "name": "delayed_insert_limit", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--delayed-insert-timeout=#", + "default": "300", + "dynamic": true, + "id": "sysvar_delayed_insert_timeout", + "name": "delayed_insert_timeout", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--delayed-queue-size=#", + "default": "1000", + "dynamic": true, + "id": "sysvar_delayed_queue_size", + "name": "delayed_queue_size", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--disabled-storage-engines=engine[,engine]...", + "default": "empty string", + "dynamic": false, + "id": "sysvar_disabled_storage_engines", + "name": "disabled_storage_engines", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--disconnect-on-expired-password[={OFF|ON}]", + "default": "ON", + "dynamic": false, + "id": "sysvar_disconnect_on_expired_password", + "name": "disconnect_on_expired_password", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--div-precision-increment=#", + "default": "4", + "dynamic": true, + "id": "sysvar_div_precision_increment", + "name": "div_precision_increment", + "range": { + "from": 0, + "to": 30 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--dragnet.log-error-filter-rules=value", + "default": "IF prio>=INFORMATION THEN drop. IF EXISTS source_line THEN unset source_line.", + "dynamic": true, + "id": "sysvar_dragnet.log_error_filter_rules", + "name": "dragnet.log_error_filter_rules", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--end-markers-in-json[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_end_markers_in_json", + "name": "end_markers_in_json", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--eq-range-index-dive-limit=#", + "default": "200", + "dynamic": true, + "id": "sysvar_eq_range_index_dive_limit", + "name": "eq_range_index_dive_limit", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--event-scheduler[=value]", + "dynamic": true, + "id": "sysvar_event_scheduler", + "name": "event_scheduler", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "ON", + "OFF", + "DISABLED" + ] + }, + { + "cli": "--explicit-defaults-for-timestamp[={OFF|ON}]", + "dynamic": true, + "id": "sysvar_explicit_defaults_for_timestamp", + "name": "explicit_defaults_for_timestamp", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "dynamic": false, + "id": "sysvar_external_user", + "name": "external_user", + "scope": [ + "session" + ], + "type": "string" + }, + { + "cli": "--flush[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_flush", + "name": "flush", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--flush-time=#", + "default": "0", + "dynamic": true, + "id": "sysvar_flush_time", + "name": "flush_time", + "range": { + "from": 0 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "default": "ON", + "dynamic": true, + "id": "sysvar_foreign_key_checks", + "name": "foreign_key_checks", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--ft-boolean-syntax=name", + "default": "+ -><()~*:\"\"&|", + "dynamic": true, + "id": "sysvar_ft_boolean_syntax", + "name": "ft_boolean_syntax", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--ft-max-word-len=#", + "dynamic": false, + "id": "sysvar_ft_max_word_len", + "name": "ft_max_word_len", + "range": { + "from": 10 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-min-word-len=#", + "default": "4", + "dynamic": false, + "id": "sysvar_ft_min_word_len", + "name": "ft_min_word_len", + "range": { + "from": 1 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-query-expansion-limit=#", + "default": "20", + "dynamic": false, + "id": "sysvar_ft_query_expansion_limit", + "name": "ft_query_expansion_limit", + "range": { + "from": 0, + "to": 1000 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--ft-stopword-file=file_name", + "dynamic": false, + "id": "sysvar_ft_stopword_file", + "name": "ft_stopword_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--general-log[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_general_log", + "name": "general_log", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--general-log-file=file_name", + "default": "host_name.log", + "dynamic": true, + "id": "sysvar_general_log_file", + "name": "general_log_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--generated-random-password-length=#", + "default": "20", + "dynamic": true, + "id": "sysvar_generated_random_password_length", + "name": "generated_random_password_length", + "range": { + "from": 5, + "to": 255 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--group-concat-max-len=#", + "default": "1024", + "dynamic": true, + "id": "sysvar_group_concat_max_len", + "name": "group_concat_max_len", + "range": { + "from": 4 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "sysvar_have_ssl", + "name": "have_ssl", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "YES", + "DISABLED" + ] + }, + { + "dynamic": false, + "id": "sysvar_have_statement_timeout", + "name": "have_statement_timeout", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--histogram-generation-max-mem-size=#", + "default": "20000000", + "dynamic": true, + "id": "sysvar_histogram_generation_max_mem_size", + "name": "histogram_generation_max_mem_size", + "range": { + "from": 1000000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--host-cache-size=#", + "default": "(-1 signifies autosizing; do not use -1)", + "dynamic": true, + "id": "sysvar_host_cache_size", + "name": "host_cache_size", + "range": { + "from": 0, + "to": 65536 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "sysvar_hostname", + "name": "hostname", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--init-connect=name", + "dynamic": true, + "id": "sysvar_init_connect", + "name": "init_connect", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--information-schema-stats-expiry=#", + "default": "86400", + "dynamic": true, + "id": "sysvar_information_schema_stats_expiry", + "name": "information_schema_stats_expiry", + "range": { + "from": 0, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--init-file=file_name", + "dynamic": false, + "id": "sysvar_init_file", + "name": "init_file", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--interactive-timeout=#", + "default": "28800", + "dynamic": true, + "id": "sysvar_interactive_timeout", + "name": "interactive_timeout", + "range": { + "from": 1 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--internal-tmp-disk-storage-engine=#", + "default": "INNODB", + "dynamic": true, + "id": "sysvar_internal_tmp_disk_storage_engine", + "name": "internal_tmp_disk_storage_engine", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "MYISAM", + "INNODB" + ] + }, + { + "cli": "--internal-tmp-mem-storage-engine=#", + "default": "TempTable", + "dynamic": true, + "id": "sysvar_internal_tmp_mem_storage_engine", + "name": "internal_tmp_mem_storage_engine", + "scope": [ + "global", + "session" + ], + "type": "enumeration", + "validValues": [ + "TempTable", + "MEMORY" + ] + }, + { + "cli": "--join-buffer-size=#", + "default": "262144", + "dynamic": true, + "id": "sysvar_join_buffer_size", + "name": "join_buffer_size", + "range": { + "from": 128 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "cli": "--keep-files-on-create[={OFF|ON}]", + "default": "OFF", + "dynamic": true, + "id": "sysvar_keep_files_on_create", + "name": "keep_files_on_create", + "scope": [ + "global", + "session" + ], + "type": "boolean" + }, + { + "cli": "--key-buffer-size=#", + "default": "8388608", + "dynamic": true, + "id": "sysvar_key_buffer_size", + "name": "key_buffer_size", + "range": { + "from": 8 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-age-threshold=#", + "default": "300", + "dynamic": true, + "id": "sysvar_key_cache_age_threshold", + "name": "key_cache_age_threshold", + "range": { + "from": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-block-size=#", + "default": "1024", + "dynamic": true, + "id": "sysvar_key_cache_block_size", + "name": "key_cache_block_size", + "range": { + "from": 512, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--key-cache-division-limit=#", + "default": "100", + "dynamic": true, + "id": "sysvar_key_cache_division_limit", + "name": "key_cache_division_limit", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "sysvar_large_files_support", + "name": "large_files_support", + "scope": [ + "global" + ] + }, + { + "cli": "--large-pages[={OFF|ON}]", + "default": "OFF", + "dynamic": false, + "id": "sysvar_large_pages", + "name": "large_pages", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "default": "0", + "dynamic": false, + "id": "sysvar_large_page_size", + "name": "large_page_size", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--lc-messages=name", + "default": "en_US", + "dynamic": true, + "id": "sysvar_lc_messages", + "name": "lc_messages", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "cli": "--lc-messages-dir=dir_name", + "dynamic": false, + "id": "sysvar_lc_messages_dir", + "name": "lc_messages_dir", + "scope": [ + "global" + ], + "type": "directory name" + }, + { + "cli": "--lc-time-names=value", + "dynamic": true, + "id": "sysvar_lc_time_names", + "name": "lc_time_names", + "scope": [ + "global", + "session" + ], + "type": "string" + }, + { + "default": "GPL", + "dynamic": false, + "id": "sysvar_license", + "name": "license", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--local-infile[={OFF|ON}]", + "dynamic": true, + "id": "sysvar_local_infile", + "name": "local_infile", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--lock-wait-timeout=#", + "default": "31536000", + "dynamic": true, + "id": "sysvar_lock_wait_timeout", + "name": "lock_wait_timeout", + "range": { + "from": 1, + "to": 31536000 + }, + "scope": [ + "global", + "session" + ], + "type": "integer" + }, + { + "dynamic": false, + "id": "sysvar_locked_in_memory", + "name": "locked_in_memory", + "scope": [ + "global" + ] + }, + { + "cli": "--log-error[=file_name]", + "dynamic": false, + "id": "sysvar_log_error", + "name": "log_error", + "scope": [ + "global" + ], + "type": "file name" + }, + { + "cli": "--log-error-filter-rules=value", + "default": "set by server", + "dynamic": true, + "id": "sysvar_log_error_filter_rules", + "name": "log_error_filter_rules", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-error-services=value", + "default": "log_filter_internal; log_sink_internal", + "dynamic": true, + "id": "sysvar_log_error_services", + "name": "log_error_services", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-error-suppression-list=value", + "default": "empty string", + "dynamic": true, + "id": "sysvar_log_error_suppression_list", + "name": "log_error_suppression_list", + "scope": [ + "global" + ], + "type": "string" + }, + { + "cli": "--log-error-verbosity=#" |
