From c3c06dbfd583bc906a3e8dab4ea8a37130a18b37 Mon Sep 17 00:00:00 2001 From: Fernando A Castro <25346182+webfer@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:13:08 +0200 Subject: [PATCH] Update README.md feat: support to setting the MySQL transaction isolation level - README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9348d55..d39e1d9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ drupal_settings: database: mydatabase username: user password: secret + isolevel: "SET SESSION transaction_isolation=\\'READ-COMMITTED\\'" config_directories: # Optional, Drupal 8 sync: path/to/config trusted_hosts: # Optional, Drupal 8