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/dist/merged-slim.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/dist/merged-slim.json')
| -rw-r--r-- | srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-slim.json | 29711 |
1 files changed, 29711 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-slim.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-slim.json new file mode 100644 index 0000000..76e60a9 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/dist/merged-slim.json @@ -0,0 +1,29711 @@ +{ + "vars": { + "Aria_pagecache_blocks_not_flushed": { + "name": "Aria_pagecache_blocks_not_flushed", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_pagecache_blocks_not_flushed" + ] + }, + "Aria_pagecache_blocks_unused": { + "name": "Aria_pagecache_blocks_unused", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_blocks_unused" + ] + }, + "Aria_pagecache_blocks_used": { + "name": "Aria_pagecache_blocks_used", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_blocks_used" + ] + }, + "Aria_pagecache_read_requests": { + "name": "Aria_pagecache_read_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_read_requests" + ] + }, + "Aria_pagecache_reads": { + "name": "Aria_pagecache_reads", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_reads" + ] + }, + "Aria_pagecache_write_requests": { + "name": "Aria_pagecache_write_requests", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_write_requests" + ] + }, + "Aria_pagecache_writes": { + "name": "Aria_pagecache_writes", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_pagecache_writes" + ] + }, + "Aria_transaction_log_syncs": { + "name": "Aria_transaction_log_syncs", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "0#aria_transaction_log_syncs" + ] + }, + "aria_block_size": { + "cli": "--aria-block-size=#", + "default": "8192", + "dynamic": false, + "name": "aria_block_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "2#aria_block_size" + ] + }, + "aria_checkpoint_interval": { + "cli": "--aria-checkpoint-interval=#", + "default": "30", + "dynamic": true, + "name": "aria_checkpoint_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_checkpoint_interval" + ] + }, + "aria_checkpoint_log_activity": { + "cli": "aria-checkpoint-log-activity=#", + "default": "1048576", + "dynamic": true, + "name": "aria_checkpoint_log_activity", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_checkpoint_log_activity" + ] + }, + "aria_encrypt_tables": { + "cli": "aria-encrypt-tables={0|1}", + "default": "OFF", + "dynamic": true, + "name": "aria_encrypt_tables", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "1#aria_encrypt_tables" + ] + }, + "aria_force_start_after_recovery_failures": { + "cli": "--aria-force-start-after-recovery-failures=#", + "default": "0", + "dynamic": false, + "name": "aria_force_start_after_recovery_failures", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_force_start_after_recovery_failures" + ] + }, + "aria_group_commit": { + "cli": "--aria_group_commit=\"value\"", + "default": "none", + "dynamic": false, + "name": "aria_group_commit", + "scope": [ + "global" + ], + "type": "string", + "validValues": [ + "none", + "hard", + "soft" + ], + "ids": [ + "1#aria_group_commit" + ] + }, + "aria_group_commit_interval": { + "cli": "--aria_group_commit_interval=#", + "default": "0 (no waiting)", + "dynamic": false, + "name": "aria_group_commit_interval", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_group_commit_interval" + ] + }, + "aria_log_file_size": { + "cli": "--aria-log-file-size=#", + "default": "1073741824", + "dynamic": true, + "name": "aria_log_file_size", + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_log_file_size" + ] + }, + "aria_log_purge_type": { + "cli": "--aria-log-purge-type=name", + "default": "immediate", + "dynamic": true, + "name": "aria_log_purge_type", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "immediate", + "external", + "at_flush" + ], + "ids": [ + "1#aria_log_purge_type" + ] + }, + "aria_max_sort_file_size": { + "cli": "--aria-max-sort-file-size=#", + "default": "9223372036853727232", + "dynamic": true, + "name": "aria_max_sort_file_size", + "range": { + "from": 0, + "to": 9.223372036854776e+18 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_max_sort_file_size" + ] + }, + "aria_page_checksum": { + "cli": "--aria-page-checksum=#", + "default": "ON", + "dynamic": true, + "name": "aria_page_checksum", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "1#aria_page_checksum" + ] + }, + "aria_pagecache_age_threshold": { + "cli": "--aria-pagecache-age-threshold=#", + "default": "300", + "dynamic": true, + "name": "aria_pagecache_age_threshold", + "range": { + "from": 100, + "to": 9999900 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_pagecache_age_threshold" + ] + }, + "aria_pagecache_buffer_size": { + "cli": "--aria-pagecache-buffer-size=#", + "default": "134217720 (128MB)", + "dynamic": false, + "name": "aria_pagecache_buffer_size", + "range": { + "from": 131072, + "to": "upwards" + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_pagecache_buffer_size" + ] + }, + "aria_pagecache_division_limit": { + "cli": "--aria-pagecache-division-limit=#", + "default": "100", + "dynamic": true, + "name": "aria_pagecache_division_limit", + "range": { + "from": 1, + "to": 100 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_pagecache_division_limit" + ] + }, + "aria_pagecache_file_hash_size": { + "cli": "--aria-pagecache-file-hash-size=#", + "default": "512", + "dynamic": false, + "name": "aria_pagecache_file_hash_size", + "range": { + "from": 128, + "to": 16384 + }, + "scope": [ + "global" + ], + "type": "integer", + "ids": [ + "1#aria_pagecache_file_hash_size" + ] + }, + "aria_recover": { + "name": "aria_recover", + "ids": [ + "1#aria_recover" + ] + }, + "aria_recover_options": { + "cli": "--aria-recover-options[=#]", + "default": "BACKUP,QUICK (>= MariaDB 10.2.4), NORMAL (<= MariaDB 10.2.3)", + "dynamic": true, + "name": "aria_recover_options", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NORMAL", + "BACKUP", + "FORCE", + "QUICK", + "OFF" + ], + "ids": [ + "1#aria_recover_options" + ] + }, + "aria_repair_threads": { + "cli": "--aria-repair-threads=#", + "default": "1", + "dynamic": true, + "name": "aria_repair_threads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#aria_repair_threads" + ] + }, + "aria_sort_buffer_size": { + "cli": "--aria-sort-buffer-size=#", + "default": "268434432 (from MariaDB 10.0.3), 134217728 (before MariaDB 10.0.3)", + "dynamic": true, + "name": "aria_sort_buffer_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#aria_sort_buffer_size" + ] + }, + "aria_stats_method": { + "cli": "--aria-stats-method=#", + "default": "nulls_unequal", + "dynamic": true, + "name": "aria_stats_method", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "nulls_equal", + "nulls_unequal", + "nulls_ignored" + ], + "ids": [ + "1#aria_stats_method" + ] + }, + "aria_sync_log_dir": { + "cli": "--aria-sync-log-dir=#", + "default": "NEWFILE", + "dynamic": true, + "name": "aria_sync_log_dir", + "scope": [ + "global" + ], + "type": "enumeration", + "validValues": [ + "NEWFILE", + "NEVER", + "ALWAYS" + ], + "ids": [ + "1#aria_sync_log_dir" + ] + }, + "aria_used_for_temp_tables": { + "default": "ON", + "dynamic": false, + "name": "aria_used_for_temp_tables", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "1#aria_used_for_temp_tables" + ] + }, + "deadlock_search_depth_long": { + "cli": "--deadlock-search-depth-long=#", + "default": "15", + "dynamic": true, + "name": "deadlock_search_depth_long", + "range": { + "from": 0, + "to": 33 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#deadlock_search_depth_long" + ] + }, + "deadlock_search_depth_short": { + "cli": "--deadlock-search-depth-short=#", + "default": "4", + "dynamic": true, + "name": "deadlock_search_depth_short", + "range": { + "from": 0, + "to": 32 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#deadlock_search_depth_short" + ] + }, + "deadlock_timeout_long": { + "cli": "--deadlock-timeout-long=#", + "default": "50000000", + "dynamic": true, + "name": "deadlock_timeout_long", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#deadlock_timeout_long" + ] + }, + "deadlock_timeout_short": { + "cli": "--deadlock-timeout-short=#", + "default": "10000", + "dynamic": true, + "name": "deadlock_timeout_short", + "range": { + "from": 0, + "to": 4294967295 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "1#deadlock_timeout_short" + ] + }, + "Cassandra_multiget_keys_scanned": { + "name": "Cassandra_multiget_keys_scanned", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "3#cassandra_multiget_keys_scanned" + ] + }, + "Cassandra_multiget_reads": { + "name": "Cassandra_multiget_reads", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_multiget_reads" + ] + }, + "Cassandra_multiget_rows_read": { + "name": "Cassandra_multiget_rows_read", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_multiget_rows_read" + ] + }, + "Cassandra_network_exceptions": { + "name": "Cassandra_network_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_network_exceptions" + ] + }, + "Cassandra_row_insert_batches": { + "name": "Cassandra_row_insert_batches", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_row_insert_batches" + ] + }, + "Cassandra_row_inserts": { + "name": "Cassandra_row_inserts", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_row_inserts" + ] + }, + "Cassandra_timeout_exceptions": { + "name": "Cassandra_timeout_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_timeout_exceptions" + ] + }, + "Cassandra_unavailable_exceptions": { + "name": "Cassandra_unavailable_exceptions", + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "2#cassandra_unavailable_exceptions" + ] + }, + "cassandra_default_thrift_host": { + "dynamic": true, + "name": "cassandra_default_thrift_host", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "4#cassandra_default_thrift_host" + ] + }, + "cassandra_failure_retries": { + "default": "3", + "dynamic": true, + "name": "cassandra_failure_retries", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + "3#cassandra_failure_retries" + ] + }, + "cassandra_insert_batch_size": { + "default": "100", + "dynamic": true, + "name": "cassandra_insert_batch_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + "3#cassandra_insert_batch_size" + ] + }, + "cassandra_multiget_batch_size": { + "default": "100", + "dynamic": true, + "name": "cassandra_multiget_batch_size", + "scope": [ + "global", + "session" + ], + "type": "integer", + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + "3#cassandra_multiget_batch_size" + ] + }, + "cassandra_read_consistency": { + "default": "ONE", + "name": "cassandra_read_consistency", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ONE", + "TWO", + "THREE", + "ANY", + "ALL", + "QUORUM", + "EACH_QUORUM", + "LOCAL_QUORUM", + "\n" + ], + "ids": [ + "3#cassandra_read_consistency" + ] + }, + "cassandra_rnd_batch_size": { + "default": "10000", + "name": "cassandra_rnd_batch_size", + "scope": [ + "global", + "session" + ], + "validValues": [ + "1", + "1073741824" + ], + "ids": [ + "3#cassandra_rnd_batch_size" + ] + }, + "cassandra_write_consistency": { + "default": "ONE", + "name": "cassandra_write_consistency", + "scope": [ + "global", + "session" + ], + "validValues": [ + "ONE", + "TWO", + "THREE", + "ANY", + "ALL", + "QUORUM", + "EACH_QUORUM", + "LOCAL_QUORUM", + "\n" + ], + "ids": [ + "3#cassandra_write_consistency" + ] + }, + "connect_class_path": { + "cli": "--connect-class-path=value", + "default": "", + "dynamic": false, + "name": "connect_class_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "5#connect_class_path" + ] + }, + "connect_cond_push": { + "cli": "--connect-cond-push={0|1}", + "default": "ON", + "dynamic": true, + "name": "connect_cond_push", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "4#connect_cond_push" + ] + }, + "connect_conv_size": { + "cli": "--connect-conv-size=#", + "default": ">= MariaDB 10.4.8, MariaDB 10.3.18, MariaDB 10.2.27: 1024, <= MariaDB 10.4.7, MariaDB 10.3.17, MariaDB 10.2.26: 8192", + "dynamic": true, + "name": "connect_conv_size", + "range": { + "from": 0, + "to": 65500 + }, + "scope": [ + "session", + "global" + ], + "type": "integer", + "ids": [ + "4#connect_conv_size" + ] + }, + "connect_enable_mongo": { + "cli": "--connect-enable-mongo={0|1}", + "default": "OFF", + "dynamic": false, + "name": "connect_enable_mongo", + "scope": [ + "global", + "session" + ], + "type": "boolean", + "ids": [ + "4#connect_enable_mongo" + ] + }, + "connect_exact_info": { + "cli": "--connect-exact-info=#", + "default": "OFF", + "dynamic": true, + "name": "connect_exact_info", + "scope": [ + "session" + ], + "type": "boolean", + "ids": [ + "4#connect_exact_info" + ] + }, + "connect_indx_map": { + "cli": "--connect-indx-map=#", + "default": "OFF", + "dynamic": true, + "name": "connect_indx_map", + "scope": [ + "global" + ], + "type": "boolean", + "ids": [ + "4#connect_indx_map" + ] + }, + "connect_java_wrapper": { + "cli": "--connect-java-wrapper=val", + "default": "wrappers/JdbcInterface", + "dynamic": true, + "name": "connect_java_wrapper", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "4#connect_java_wrapper" + ] + }, + "connect_json_grp_size": { + "cli": "--connect-json-grp-size=#", + "default": "10", + "dynamic": true, + "name": "connect_json_grp_size", + "range": { + "from": 1, + "to": 2147483647 + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "4#connect_json_grp_size" + ] + }, + "connect_json_null": { + "cli": "--connect-json-null=value", + "default": "<null>", + "dynamic": true, + "name": "connect_json_null", + "scope": [ + "global", + "session" + ], + "type": "string", + "ids": [ + "4#connect_json_null" + ] + }, + "connect_jvm_path": { + "cli": "--connect-jvm_path=value", + "default": "", + "dynamic": false, + "name": "connect_jvm_path", + "scope": [ + "global" + ], + "type": "string", + "ids": [ + "4#connect_jvm_path" + ] + }, + "connect_type_conv": { + "cli": "--connect-type-conv=#", + "default": "YES (>= Connect 1.06.006), NO (<= Connect 1.06.005)", + "dynamic": true, + "name": "connect_type_conv", + "scope": [ + "session", + "global" + ], + "validValues": [ + "NO", + "YES", + "SKIP" + ], + "ids": [ + "4#connect_type_conv" + ] + }, + "connect_use_tempfile": { + "cli": "--connect-use-tempfile=#", + "default": "AUTO", + "dynamic": true, + "name": "connect_use_tempfile", + "scope": [ + "session" + ], + "ids": [ + "4#connect_use_tempfile" + ] + }, + "connect_work_size": { + "cli": "--connect-work-size=#", + "default": "67108864", + "dynamic": true, + "name": "connect_work_size", + "range": { + "from": 4194304, + "to": "upwards" + }, + "scope": [ + "global", + "session" + ], + "type": "integer", + "ids": [ + "4#connect_work_size" + ] + }, + "connect_xtrace": { + "cli": "--connect-xtrace=#", + "default": "0", + "dynamic": true, + "name": "connect_xtrace", + "range": { + "from": 0, + "to": 2147483647 + }, + "scope": [ + "global" + ], + "type": "set", + "validValues": [], + "ids": [ + "4#connect_xtrace" + ] + }, + "wsrep_apply_oooe": { + "name": "wsrep_apply_oooe", + "ids": [ + "6#wsrep_apply_oooe" + ] + }, + "wsrep_apply_oool": { + "name": "wsrep_apply_oool", + "ids": [ + "5#wsrep_apply_oool" + ] + }, + "wsrep_apply_window": { + "name": "wsrep_apply_window", + "ids": [ + "5#wsrep_apply_window" + ] + }, + "wsrep_cert_deps_distance": { + "name": "wsrep_cert_deps_distance", + "ids": [ + "5#wsrep_cert_deps_distance" + ] + }, + "wsrep_cert_index_size": { + "name": "wsrep_cert_index_size", + "type": "integer", + "ids": [ + "5#wsrep_cert_index_size" + ] + }, + "wsrep_cert_interval": { + "name": "wsrep_cert_interval", + "type": "integer", + "ids": [ + "5#wsrep_cert_interval" + ] + }, + "wsrep_cluster_capabilities": { + "name": "wsrep_cluster_capabilities", + "ids": [ + "5#wsrep_cluster_capabilities" + ] + }, + "wsrep_cluster_conf_id": { + "name": "wsrep_cluster_conf_id", + "type": "integer", + "ids": [ + "5#wsrep_cluster_conf_id" + ] + }, + "wsrep_cluster_size": { + "name": "wsrep_cluster_size", + "type": "integer", + "ids": [ + "5#wsrep_cluster_size" + ] + }, + "wsrep_cluster_state_uuid": { + "name": "wsrep_cluster_state_uuid", + "ids": [ + "5#wsrep_cluster_state_uuid" + ] + }, + "wsrep_cluster_status": { + "name": "wsrep_cluster_status", + "ids": [ + "5#wsrep_cluster_status" + ] + }, + "wsrep_cluster_weight": { + "name": "wsrep_cluster_weight", + "ids": [ + "5#wsrep_cluster_weight" + ] + }, + "wsrep_commit_oooe": { + "name": "wsrep_commit_oooe", + "ids": [ + "5#wsrep_commit_oooe" + ] + }, + "wsrep_commit_oool": { + "name": "wsrep_commit_oool", + "ids": [ + "5#wsrep_commit_oool" + ] + }, + "wsrep_commit_window": { + "name": "wsrep_commit_window", + "ids": [ + "5#wsrep_commit_window" + ] + }, + "wsrep_connected": { + "name": "wsrep_connected", + "ids": [ + "5#wsrep_connected" + ] + }, + "wsrep_desync_count": { + "name": "wsrep_desync_count", + "type": "integer", + "ids": [ + "5#wsrep_desync_count" + ] + }, + "wsrep_evs_delayed": { + "name": "wsrep_evs_delayed", + "ids": [ + "5#wsrep_evs_delayed" + ] + }, + "wsrep_evs_evict_list": { + "name": "wsrep_evs_evict_list", + "ids": [ + "5#wsrep_evs_evict_list" + ] + }, + "wsrep_evs_repl_latency": { + "name": "wsrep_evs_repl_latency", + "ids": [ + "5#wsrep_evs_repl_latency" + ] + }, + "wsrep_evs_state": { + "name": "wsrep_evs_state", + "ids": [ + "5#wsrep_evs_state" + ] + }, + "wsrep_flow_control_paused": { + "name": "wsrep_flow_control_paused", + "ids": [ + "5#wsrep_flow_control_paused" + ] + }, + "wsrep_flow_control_paused_ns": { + "name": "wsrep_flow_control_paused_ns", + "ids": [ + "5#wsrep_flow_control_paused_ns" + ] + }, + "wsrep_flow_control_recv": { + "name": "wsrep_flow_control_recv", + "type": "integer", + "ids": [ + "5#wsrep_flow_control_recv" + ] + }, + "wsrep_flow_control_sent": { + "name": "wsrep_flow_control_sent", + "type": "integer", + "ids": [ + "5#wsrep_flow_control_sent" + ] + }, + "wsrep_gcomm_uuid": { + "name": "wsrep_gcomm_uuid", + "ids": [ + "5#wsrep_gcomm_uuid" + ] + }, + "wsrep_incoming_addresses": { + "name": "wsrep_incoming_addresses", + "ids": [ + "5#wsrep_incoming_addresses" + ] + }, + "wsrep_last_committed": { + "name": "wsrep_last_committed", + "type": "integer", + "ids": [ + "5#wsrep_last_committed" + ] + }, + "wsrep_local_bf_aborts": { + "name": "wsrep_local_bf_aborts", + "type": "integer", + "ids": [ + "5#wsrep_local_bf_aborts" + ] + }, + "wsrep_local_cached_downto": { + "name": "wsrep_local_cached_downto", + "ids": [ + "5#wsrep_local_cached_downto" + ] + }, + "wsrep_local_cert_failures": { + "name": "wsrep_local_cert_failures", + "type": "integer", + "ids": [ + "5#wsrep_local_cert_failures" + ] + }, + "wsrep_local_commits": { + "name": "wsrep_local_commits", + "type": "integer", + "ids": [ + "5#wsrep_local_commits" |
