We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b3d62 commit 10d14c8Copy full SHA for 10d14c8
modules/mariadb/templates/config/mw.cnf.erb
@@ -22,7 +22,7 @@ innodb = FORCE
22
datadir = <%= @datadir %>
23
tmpdir = <%= @tmpdir %>
24
25
-transaction-isolation = READ-COMMITTED
+transaction_isolation = REPEATABLE-READ
26
binlog_format = ROW
27
28
<%- if @server_id -%>
0 commit comments