Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read committed isolation level for drupal 10 #776

Merged
merged 1 commit into from
May 16, 2023

Conversation

kierenevans
Copy link
Contributor

New recommendations for drupal 10

@kierenevans kierenevans added the harness-drupal Drupal harness, since 1.5.x label May 16, 2023
'init_commands' => [
'isolation_level' => 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED',
],
{% endif %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note also this might get wiped unless $databases['default']['default'] = ... is removed from settings.php, as it's defined after settings.local.php is included

@kierenevans kierenevans merged commit 6822cdd into 1.6.x May 16, 2023
@kierenevans kierenevans deleted the add-read-committed-isolation-level-for-drupal10 branch May 16, 2023 08:25
@andytson-inviqa andytson-inviqa added the enhancement New feature or request label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request harness-drupal Drupal harness, since 1.5.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants