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-performance-schema-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-performance-schema-system-variables.json')
| -rw-r--r-- | srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-performance-schema-system-variables.json | 482 |
1 files changed, 482 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-performance-schema-system-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-performance-schema-system-variables.json new file mode 100644 index 0000000..c7792af --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-performance-schema-system-variables.json @@ -0,0 +1,482 @@ +{ + "data": [ + { + "cli": "--performance-schema=#", + "default": "OFF (>= MariaDB 10.0.12), ON (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema", + "name": "performance_schema", + "scope": [ + "global" + ], + "type": "boolean" + }, + { + "cli": "--performance-schema-accounts-size=#", + "default": "-1 (>= MariaDB 10.0.12), 10 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_accounts_size", + "name": "performance_schema_accounts_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-digests-size=#", + "default": "-1 (>= MariaDB 10.0.12), 1000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_digests_size", + "name": "performance_schema_digests_size", + "range": { + "from": -1, + "to": 200 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-stages-history-long-size=#", + "default": "-1 (>= MariaDB 10.0.12), 10000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_stages_history_long_size", + "name": "performance_schema_events_stages_history_long_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-stages-history-size=#", + "default": "-1 (>= MariaDB 10.0.12), 10 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_stages_history_size", + "name": "performance_schema_events_stages_history_size", + "range": { + "from": -1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-statements-history-long-size=#", + "default": "-1 (>= MariaDB 10.0.12), 100 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_statements_history_long_size", + "name": "performance_schema_events_statements_history_long_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-statements-history-size=#", + "default": "-1 (>= MariaDB 10.0.12), 5 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_statements_history_size", + "name": "performance_schema_events_statements_history_size", + "range": { + "from": -1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-waits-history-long-size=#", + "default": "-1 (>= MariaDB 10.0.12), 100 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_waits_history_long_size", + "name": "performance_schema_events_waits_history_long_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-events-waits-history-size=#", + "default": "-1 (>= MariaDB 10.0.12), 5 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_events_waits_history_size", + "name": "performance_schema_events_waits_history_size", + "range": { + "from": -1, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-hosts-size=#", + "default": "-1 (>= MariaDB 10.0.12), 20 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_hosts_size", + "name": "performance_schema_hosts_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-cond-classes=#", + "default": "80", + "dynamic": false, + "id": "performance_schema_max_cond_classes", + "name": "performance_schema_max_cond_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-cond-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 1000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_cond_instances", + "name": "performance_schema_max_cond_instances", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-digest-length=#", + "default": "1024", + "dynamic": false, + "id": "performance_schema_max_digest_length", + "name": "performance_schema_max_digest_length", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-file-classes=#", + "default": "50", + "dynamic": false, + "id": "performance_schema_max_file_classes", + "name": "performance_schema_max_file_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-file-handles=#", + "default": "32768", + "dynamic": false, + "id": "performance_schema_max_file_handles", + "name": "performance_schema_max_file_handles", + "range": { + "from": -1, + "to": 32768 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-file-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 10000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_file_instances", + "name": "performance_schema_max_file_instances", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-mutex-classes=#", + "default": "200", + "dynamic": false, + "id": "performance_schema_max_mutex_classes", + "name": "performance_schema_max_mutex_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-mutex-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 1000000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_mutex_instances", + "name": "performance_schema_max_mutex_instances", + "range": { + "from": -1, + "to": 104857600 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-rwlock-classes=#", + "default": "40", + "dynamic": false, + "id": "performance_schema_max_rwlock_classes", + "name": "performance_schema_max_rwlock_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-rwlock-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 1000000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_rwlock_instances", + "name": "performance_schema_max_rwlock_instances", + "range": { + "from": -1, + "to": 104857600 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-socket-classes=#", + "default": "10", + "dynamic": false, + "id": "performance_schema_max_socket_classes", + "name": "performance_schema_max_socket_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-socket-instances=#", + "default": "-1 (>= MariaDB 10.0.12)", + "dynamic": false, + "id": "performance_schema_max_socket_instances", + "name": "performance_schema_max_socket_instances", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-stage-classes=#", + "default": "160 (>= MariaDB 10.3.3), 150 (<= MariaDB 10.3.2)", + "dynamic": false, + "id": "performance_schema_max_stage_classes", + "name": "performance_schema_max_stage_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-statement-classes=#", + "default": "(autosized)", + "dynamic": false, + "id": "performance_schema_max_statement_classes", + "name": "performance_schema_max_statement_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-table-handles=#", + "default": "-1 (>= MariaDB 10.0.12), 10000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_table_handles", + "name": "performance_schema_max_table_handles", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-table-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 1000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_table_instances", + "name": "performance_schema_max_table_instances", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-thread-classes=#", + "default": "50", + "dynamic": false, + "id": "performance_schema_max_thread_classes", + "name": "performance_schema_max_thread_classes", + "range": { + "from": 0, + "to": 256 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-max-thread-instances=#", + "default": "-1 (>= MariaDB 10.0.12), 1000 (<= MariaDB 10.0.11)", + "dynamic": false, + "id": "performance_schema_max_thread_instances", + "name": "performance_schema_max_thread_instances", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-session-connect-attrs-size=#", + "default": "-1 (>= MariaDB 10.0.12)", + "dynamic": false, + "id": "performance_schema_session_connect_attrs_size", + "name": "performance_schema_session_connect_attrs_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-setup-actors-size=#", + "default": "100", + "dynamic": false, + "id": "performance_schema_setup_actors_size", + "name": "performance_schema_setup_actors_size", + "range": { + "from": 0, + "to": 1024 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-setup-objects-size=#", + "default": "100", + "dynamic": false, + "id": "performance_schema_setup_objects_size", + "name": "performance_schema_setup_objects_size", + "range": { + "from": 0, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + }, + { + "cli": "--performance-schema-users-size=#", + "default": "-1 (>= MariaDB 10.0.12)", + "dynamic": false, + "id": "performance_schema_users_size", + "name": "performance_schema_users_size", + "range": { + "from": -1, + "to": 1048576 + }, + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "performance-schema-system-variables", + "url": "https://mariadb.com/kb/en/library/documentation/performance-schema-system-variables/" +} |
