Skip to content
Snippets Groups Projects
Commit 9e384e7e authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#3114 Update db isolation settings

parent d23d6d2d
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ $databases = array (
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
'init_commands' => [
'tx_level' => "SET TRANSACTION ISOLATION LEVEL READ COMMITTED;",
'isolation_level' => 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED',
],
),
),
......@@ -32,7 +32,7 @@ $databases = array (
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
'init_commands' => [
'tx_level' => "SET TRANSACTION ISOLATION LEVEL READ COMMITTED;",
'isolation_level' => 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED',
],
),
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment