Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
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
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos
Commits
45364929
Commit
45364929
authored
Apr 04, 2014
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5.mariadb: Drop too paranoid comment.
Check got removed from code, comment lingers on.
parent
ae79ce9b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
stack/erp5/my.cnf.in
stack/erp5/my.cnf.in
+0
-1
No files found.
stack/erp5/buildout.cfg
View file @
45364929
...
...
@@ -212,7 +212,7 @@ md5sum = 5de6360fa1989750a92f51e06427d4f7
[template-my-cnf]
< = download-base
filename = my.cnf.in
md5sum =
e0563820db570b77d24eb3ef0b0e0209
md5sum =
8c2248ab9c8584dfc7d6c336c5ba0f0c
[template-mariadb-initial-setup]
< = download-base
...
...
stack/erp5/my.cnf.in
View file @
45364929
...
...
@@ -58,7 +58,6 @@ log_bin = {{ log_bin }}
# Some dangerous settings you may want to uncomment temporarily
# if you only want performance or less disk access.
{# Note: strictly check equality to one, as a last line of defense against users not reading the doc. -#}
{% set x = '' if parameter_dict['relaxed-writes'] else '#' -%}
{{x}}innodb_flush_log_at_trx_commit = 0
{{x}}innodb_flush_method = nosync
...
...
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