From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../data/mariadb-aria-server-status-variables.json | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json') 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 deleted file mode 100644 index 6bc0ad5..0000000 --- a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "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/" -} -- cgit