diff options
Diffstat (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json')
| -rw-r--r-- | srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json new file mode 100644 index 0000000..6bc0ad5 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json @@ -0,0 +1,70 @@ +{ + "data": [ + { + "id": "aria_pagecache_blocks_not_flushed", + "name": "Aria_pagecache_blocks_not_flushed", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_blocks_unused", + "name": "Aria_pagecache_blocks_unused", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_blocks_used", + "name": "Aria_pagecache_blocks_used", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_read_requests", + "name": "Aria_pagecache_read_requests", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_reads", + "name": "Aria_pagecache_reads", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_write_requests", + "name": "Aria_pagecache_write_requests", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_pagecache_writes", + "name": "Aria_pagecache_writes", + "scope": [ + "global" + ], + "type": "integer" + }, + { + "id": "aria_transaction_log_syncs", + "name": "Aria_transaction_log_syncs", + "scope": [ + "global" + ], + "type": "integer" + } + ], + "name": "aria-server-status-variables", + "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/" +} |
