From 453649292042b6eda3145a60b42011e42f295224 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Fri, 4 Apr 2014 20:48:18 +0200
Subject: [PATCH] erp5.mariadb: Drop too paranoid comment.

Check got removed from code, comment lingers on.
---
 stack/erp5/buildout.cfg | 2 +-
 stack/erp5/my.cnf.in    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index 3746505c5..153e46047 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -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
diff --git a/stack/erp5/my.cnf.in b/stack/erp5/my.cnf.in
index ac228d52d..280a38250 100644
--- a/stack/erp5/my.cnf.in
+++ b/stack/erp5/my.cnf.in
@@ -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
-- 
2.30.9