Skip to content

Commit

Permalink
Updated settings.php files to replace tx_isolation with transaction_i…
Browse files Browse the repository at this point in the history
…solation
  • Loading branch information
Potter Bryan committed Oct 18, 2024
1 parent a5776b3 commit 0c448aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/drupal/web/sites/default/settings.local.env.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
'port' => '3306',
'prefix' => "",
'init_commands' => [
'isolation_level' => 'SET SESSION tx_isolation=\'READ-COMMITTED\'',
'isolation_level' => 'SET SESSION transaction_isolation=\'READ-COMMITTED\'',
],
);

Expand Down
2 changes: 1 addition & 1 deletion services/drupal/web/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@
PDO::MYSQL_ATTR_SSL_CA => '/etc/ssl/cert.pem',
],
'init_commands' => [
'isolation_level' => 'SET SESSION tx_isolation=\'READ-COMMITTED\'',
'isolation_level' => 'SET SESSION transaction_isolation=\'READ-COMMITTED\'',
],
];

Expand Down

0 comments on commit 0c448aa

Please sign in to comment.