Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
slapos
Commits
16901c7f
Commit
16901c7f
authored
Oct 31, 2023
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack/erp5, software/neoppod: drop removed innodb_locks_unsafe_for_binlog.
parent
85e3e096
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
14 deletions
+3
-14
software/neoppod/buildout.hash.cfg
software/neoppod/buildout.hash.cfg
+1
-1
software/neoppod/my.cnf.in
software/neoppod/my.cnf.in
+0
-1
stack/erp5-zope2/buildout.hash.cfg
stack/erp5-zope2/buildout.hash.cfg
+1
-1
stack/erp5-zope2/my.cnf.in
stack/erp5-zope2/my.cnf.in
+0
-5
stack/erp5/buildout.hash.cfg
stack/erp5/buildout.hash.cfg
+1
-1
stack/erp5/my.cnf.in
stack/erp5/my.cnf.in
+0
-5
No files found.
software/neoppod/buildout.hash.cfg
View file @
16901c7f
...
@@ -34,7 +34,7 @@ md5sum = fda911d5ef9efee365f1b0ff9843a50b
...
@@ -34,7 +34,7 @@ md5sum = fda911d5ef9efee365f1b0ff9843a50b
[template-neo-my-cnf]
[template-neo-my-cnf]
filename = my.cnf.in
filename = my.cnf.in
md5sum =
56ea8f452d9e1526157ab9d03e631e1a
md5sum =
ab362de09cd46566f97865927da55ebd
[template-neo]
[template-neo]
filename = instance.cfg.in
filename = instance.cfg.in
...
...
software/neoppod/my.cnf.in
View file @
16901c7f
...
@@ -34,7 +34,6 @@ plugin-load = {{ ';'.join(plugins) }}
...
@@ -34,7 +34,6 @@ plugin-load = {{ ';'.join(plugins) }}
max_allowed_packet = 128M
max_allowed_packet = 128M
query_cache_size = 32M
query_cache_size = 32M
innodb_locks_unsafe_for_binlog = 1
# Some dangerous settings you may want to uncomment temporarily
# Some dangerous settings you may want to uncomment temporarily
# if you only want performance or less disk access.
# if you only want performance or less disk access.
...
...
stack/erp5-zope2/buildout.hash.cfg
View file @
16901c7f
...
@@ -42,7 +42,7 @@ md5sum = 43556e5bca8336dd543ae8068512aa6d
...
@@ -42,7 +42,7 @@ md5sum = 43556e5bca8336dd543ae8068512aa6d
[template-my-cnf]
[template-my-cnf]
filename = my.cnf.in
filename = my.cnf.in
md5sum =
2c553103f1196f95e4b6d0716a1e0638
md5sum =
f662ea7d9aea31728a694cb38dad56ce
[template-mariadb-initial-setup]
[template-mariadb-initial-setup]
filename = mariadb_initial_setup.sql.in
filename = mariadb_initial_setup.sql.in
...
...
stack/erp5-zope2/my.cnf.in
View file @
16901c7f
...
@@ -45,11 +45,6 @@ max_connections = {{ parameter_dict['max-connection-count'] }}
...
@@ -45,11 +45,6 @@ max_connections = {{ parameter_dict['max-connection-count'] }}
{% set innodb_log_buffer_size = parameter_dict['innodb-log-buffer-size'] -%}
{% 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 %}
{% 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,
# disable innodb_change_buffering to prevent potential risk of crash or data corruption,
# that is default from 10.5.14.
# that is default from 10.5.14.
innodb_change_buffering = none
innodb_change_buffering = none
...
...
stack/erp5/buildout.hash.cfg
View file @
16901c7f
...
@@ -42,7 +42,7 @@ md5sum = f45dc4568b63de39f49b8fecca5deef1
...
@@ -42,7 +42,7 @@ md5sum = f45dc4568b63de39f49b8fecca5deef1
[template-my-cnf]
[template-my-cnf]
filename = my.cnf.in
filename = my.cnf.in
md5sum =
2c553103f1196f95e4b6d0716a1e0638
md5sum =
f662ea7d9aea31728a694cb38dad56ce
[template-mariadb-initial-setup]
[template-mariadb-initial-setup]
filename = mariadb_initial_setup.sql.in
filename = mariadb_initial_setup.sql.in
...
...
stack/erp5/my.cnf.in
View file @
16901c7f
...
@@ -45,11 +45,6 @@ max_connections = {{ parameter_dict['max-connection-count'] }}
...
@@ -45,11 +45,6 @@ max_connections = {{ parameter_dict['max-connection-count'] }}
{% set innodb_log_buffer_size = parameter_dict['innodb-log-buffer-size'] -%}
{% 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 %}
{% 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,
# disable innodb_change_buffering to prevent potential risk of crash or data corruption,
# that is default from 10.5.14.
# that is default from 10.5.14.
innodb_change_buffering = none
innodb_change_buffering = none
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment