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-sphinx-status-variables.json | 60 ---------------------- 1 file changed, 60 deletions(-) delete mode 100644 srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json') diff --git a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json deleted file mode 100644 index f03a851..0000000 --- a/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "data": [ - { - "id": "sphinx_error", - "name": "Sphinx_error", - "scope": [ - "global", - "session" - ], - "type": "integer" - }, - { - "id": "sphinx_time", - "name": "Sphinx_time", - "scope": [ - "global", - "session" - ], - "type": "integer" - }, - { - "id": "sphinx_total", - "name": "Sphinx_total", - "scope": [ - "global", - "session" - ], - "type": "integer" - }, - { - "id": "sphinx_total_found", - "name": "Sphinx_total_found", - "scope": [ - "global", - "session" - ], - "type": "integer" - }, - { - "id": "sphinx_word_count", - "name": "Sphinx_word_count", - "scope": [ - "global", - "session" - ], - "type": "integer" - }, - { - "id": "sphinx_words", - "name": "Sphinx_words", - "scope": [ - "global", - "session" - ], - "type": "integer" - } - ], - "name": "sphinx-status-variables", - "url": "https://mariadb.com/kb/en/library/documentation/sphinx-status-variables/" -} -- cgit