Commit 13894aed authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use XtraDB instead of the original InnoDB plugin, and enable Sphinx and groonga storage engines.

parent b3d2cdec
......@@ -21,7 +21,7 @@ long_query_time = 5
max_allowed_packet = 128M
query_cache_size = 32M
plugin-load = ha_innodb_plugin.so
plugin-load = ha_groonga.so;ha_sphinx.so;ha_xtradb.so
# By default only 100 connections are allowed, when using zeo
# we may have much more connections
......
......@@ -21,7 +21,7 @@ long_query_time = 5
max_allowed_packet = 128M
query_cache_size = 32M
plugin-load = ha_innodb_plugin.so
plugin-load = ha_groonga.so;ha_sphinx.so;ha_xtradb.so
# The following are important to configure and depend a lot on to the size of
# your database and the available resources.
......
......@@ -21,7 +21,7 @@ long_query_time = 5
max_allowed_packet = 128M
query_cache_size = 32M
plugin-load = ha_innodb_plugin.so
plugin-load = ha_groonga.so;ha_sphinx.so;ha_xtradb.so
# The following are important to configure and depend a lot on to the size of
# your database and the available resources.
......
......@@ -21,7 +21,7 @@ long_query_time = 5
max_allowed_packet = 128M
query_cache_size = 32M
plugin-load = ha_innodb_plugin.so
plugin-load = ha_groonga.so;ha_sphinx.so;ha_xtradb.so
# The following are important to configure and depend a lot on to the size of
# your database and the available resources.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment