Skip to content
Snippets Groups Projects
Commit 9475708b authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3293949 by yas, baldwinlouie: Hotfix - Refactor to set the MySQL...

Issue #3293949 by yas, baldwinlouie: Hotfix - Refactor to set the MySQL transaction isolation level (READ COMMITTED)
parent aa1d2c6c
No related branches found
No related tags found
3 merge requests!1316Issue #3310263: Release 4.5.0,!1260Issue #3307397: Release 4.4.0,!1166Issue #3293949: Refactor to set the MySQL transaction isolation level (READ COMMITTED)
......@@ -151,9 +151,6 @@ services:
# The settings must be written after enabling the memcache module.
tee -a "${SETTINGS_FILE}" > /dev/null << EOF
\$databases['default']['default']['init_commands'] = [
'isolation_level' => 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED',
];
\$settings['memcache']['servers'] = ['memcached:11211' => 'default'];
\$settings['memcache']['bins'] = ['default' => 'default'];
\$settings['memcache']['key_prefix'] = 'cloud_orchestrator';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment