Skip to content

Commit 10d14c8

Browse files
authored
mariadb: Change transaction isolation level to REPEATABLE-READ
It's the default in mariadb 11.x and WMF have been using this for over a decade.
1 parent 63b3d62 commit 10d14c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mariadb/templates/config/mw.cnf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ innodb = FORCE
2222
datadir = <%= @datadir %>
2323
tmpdir = <%= @tmpdir %>
2424

25-
transaction-isolation = READ-COMMITTED
25+
transaction_isolation = REPEATABLE-READ
2626
binlog_format = ROW
2727

2828
<%- if @server_id -%>

0 commit comments

Comments
 (0)