Skip to content
Snippets Groups Projects
Commit 72420e00 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 fcc39398
Branches
Tags
3 merge requests!1759Issue #3356778: Release 5.1.1,!1679Issue #3349074: Fix the OpenStack Project create and edit form in SPA that "Member" cannot be saved due to a validation error,!1607Issue #3343582: Add the function to preview OpenStack stack in the SPA
......@@ -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