Commit 6cd6964c authored by Romain Courteaud's avatar Romain Courteaud

[stack/erp5] Desactivate MariaDB handlersocket

This plugin was not loaded in the current configuration and was generating error logs:

[ERROR] mysqld: Can't open shared library 'handlersocket.so' (errno: 1, Loa ding of beta plugin handlersocket is prohibited by --plugin-maturity=gamma)
[ERROR] Couldn't load plugins from 'handlersocket.so'.
parent 4fb830f3
...@@ -22,7 +22,7 @@ query_cache_size = 0 ...@@ -22,7 +22,7 @@ query_cache_size = 0
query_cache_type = 0 query_cache_type = 0
innodb_file_per_table = 0 innodb_file_per_table = 0
plugin-load = ha_mroonga.so;handlersocket.so plugin-load = ha_mroonga.so
# By default only 100 connections are allowed, when using zeo # By default only 100 connections are allowed, when using zeo
# we may have much more connections # we may have much more connections
......
...@@ -42,7 +42,7 @@ md5sum = d32417746fcf671d4e86a70379815039 ...@@ -42,7 +42,7 @@ md5sum = d32417746fcf671d4e86a70379815039
[template-my-cnf] [template-my-cnf]
filename = my.cnf.in filename = my.cnf.in
md5sum = 2e381fb10a7c024c99caa434036173c6 md5sum = e6fe89797c45f9680ebc4a0e2f30b6a2
[template-mariadb-initial-setup] [template-mariadb-initial-setup]
filename = mariadb_initial_setup.sql.in filename = mariadb_initial_setup.sql.in
......
...@@ -29,7 +29,7 @@ max_allowed_packet = 128M ...@@ -29,7 +29,7 @@ max_allowed_packet = 128M
query_cache_size = 32M query_cache_size = 32M
innodb_file_per_table = 0 innodb_file_per_table = 0
plugin_load = ha_mroonga.so;handlersocket.so plugin_load = ha_mroonga.so
# By default only 100 connections are allowed, when using zeo # By default only 100 connections are allowed, when using zeo
# we may have much more connections # we may have much more connections
......
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