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 transaction_isolation=READ-COMMITTED to MySQL configuration #250

Open
RodBruce opened this issue Jan 13, 2023 · 1 comment
Open

Add transaction_isolation=READ-COMMITTED to MySQL configuration #250

RodBruce opened this issue Jan 13, 2023 · 1 comment

Comments

@RodBruce
Copy link

After installing there is a Warning in the Drupal Status Report related to the Database Isolation Level

We have encountered problems related to this. For example, while the thumbnail image for a PDF gets generated by Houdini there is an SQL deadlock error when Drupal tries to update the database so the thumbnail does not get added to the node's media in Drupal.

It looks like there are several different ways to resolve this. The one that I have implemented is to add:
transaction_isolation=READ-COMMITTED
to the [mysqld] section of the file:
/etc/mysql/my.cnf

@dannylamb
Copy link
Member

dannylamb commented Jan 17, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants