Commit 16901c7f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

stack/erp5, software/neoppod: drop removed innodb_locks_unsafe_for_binlog.

parent 85e3e096
......@@ -34,7 +34,7 @@ md5sum = fda911d5ef9efee365f1b0ff9843a50b
[template-neo-my-cnf]
filename = my.cnf.in
md5sum = 56ea8f452d9e1526157ab9d03e631e1a
md5sum = ab362de09cd46566f97865927da55ebd
[template-neo]
filename = instance.cfg.in
......
......@@ -34,7 +34,6 @@ plugin-load = {{ ';'.join(plugins) }}
max_allowed_packet = 128M
query_cache_size = 32M
innodb_locks_unsafe_for_binlog = 1
# Some dangerous settings you may want to uncomment temporarily
# if you only want performance or less disk access.
......
......@@ -42,7 +42,7 @@ md5sum = 43556e5bca8336dd543ae8068512aa6d
[template-my-cnf]
filename = my.cnf.in
md5sum = 2c553103f1196f95e4b6d0716a1e0638
md5sum = f662ea7d9aea31728a694cb38dad56ce
[template-mariadb-initial-setup]
filename = mariadb_initial_setup.sql.in
......
......@@ -45,11 +45,6 @@ max_connections = {{ parameter_dict['max-connection-count'] }}
{% set innodb_log_buffer_size = parameter_dict['innodb-log-buffer-size'] -%}
{% if innodb_log_buffer_size %} innodb_log_buffer_size = {{ innodb_log_buffer_size }}{% endif %}
# very important to allow parallel indexing
# Note: this is compatible with binlog-based incremental backups, because ERP5
# doesn't use "insert ... select" (in any number of queries) pattern.
innodb_locks_unsafe_for_binlog = 1
# disable innodb_change_buffering to prevent potential risk of crash or data corruption,
# that is default from 10.5.14.
innodb_change_buffering = none
......
......@@ -42,7 +42,7 @@ md5sum = f45dc4568b63de39f49b8fecca5deef1
[template-my-cnf]
filename = my.cnf.in
md5sum = 2c553103f1196f95e4b6d0716a1e0638
md5sum = f662ea7d9aea31728a694cb38dad56ce
[template-mariadb-initial-setup]
filename = mariadb_initial_setup.sql.in
......
......@@ -45,11 +45,6 @@ max_connections = {{ parameter_dict['max-connection-count'] }}
{% set innodb_log_buffer_size = parameter_dict['innodb-log-buffer-size'] -%}
{% if innodb_log_buffer_size %} innodb_log_buffer_size = {{ innodb_log_buffer_size }}{% endif %}
# very important to allow parallel indexing
# Note: this is compatible with binlog-based incremental backups, because ERP5
# doesn't use "insert ... select" (in any number of queries) pattern.
innodb_locks_unsafe_for_binlog = 1
# disable innodb_change_buffering to prevent potential risk of crash or data corruption,
# that is default from 10.5.14.
innodb_change_buffering = none
......
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