diff options
Diffstat (limited to 'srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json')
| -rw-r--r-- | srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json | 60 |
1 files changed, 60 insertions, 0 deletions
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 new file mode 100644 index 0000000..f03a851 --- /dev/null +++ b/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-sphinx-status-variables.json @@ -0,0 +1,60 @@ +{ + "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/" +} |
