Commit 61753143 authored by Vincent Pelletier's avatar Vincent Pelletier

stack.erp5: Drop outdated comment.

parent 4a24da0b
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# not need these here). # not need these here).
[mariadb-resiliency-after-import-script] [mariadb-resiliency-after-import-script]
filename = instance-mariadb-resiliency-after-import-script.sh.in filename = instance-mariadb-resiliency-after-import-script.sh.in
md5sum = bec57f6fcbcad64e734e0ebdac6a1618 md5sum = 5fc1bb6ade3458e0c2970c31ca7157ea
[template-mariadb] [template-mariadb]
filename = instance-mariadb.cfg.in filename = instance-mariadb.cfg.in
......
...@@ -45,7 +45,6 @@ if [ -n "$binlog_path" ]; then ...@@ -45,7 +45,6 @@ if [ -n "$binlog_path" ]; then
fi fi
echo "Starting mariadb..." echo "Starting mariadb..."
# XXX hardcoded
"$server_executable" --innodb-flush-method=nosync --skip-innodb-doublewrite --innodb-flush-log-at-trx-commit=0 --sync-frm=0 --slow-query-log=0 --skip-log-bin & "$server_executable" --innodb-flush-method=nosync --skip-innodb-doublewrite --innodb-flush-log-at-trx-commit=0 --sync-frm=0 --slow-query-log=0 --skip-log-bin &
mysqld_pid=$! mysqld_pid=$!
trap "kill $mysqld_pid" EXIT TERM INT trap "kill $mysqld_pid" EXIT TERM INT
......
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