Skip to content

Commit

Permalink
HOTFIX: set REPEATABLE READ for mysql on Tugboat.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdavidburns committed May 10, 2024
1 parent 0526dc3 commit 24cc6dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .tugboat/settings.local.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
'port' => '3306',
'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
'driver' => 'mysql',
'init_commands' => [
'isolation_level' => 'SET SESSION transaction_isolation=\'READ-COMMITTED\'',
],
);

$settings['config_sync_directory'] = '../config/sync';
Expand Down

0 comments on commit 24cc6dc

Please sign in to comment.