Updated openstack/openstack

Project: openstack-infra/puppet-mysql_backup  320fe64ba8272aab7538297123659ccc39636def

Use --single-transaction for mysqldump

InnoDB is an MVCC storage engine. This means it does not need to lock
tables in order to do a consistent read of data. Add
--single-transaction to mysqldump invocations to enable this behavior
and stop locking the tables.

Downsides to this - changes made to MyISAM tables may not be consistent
(but for the love of all that is holy we should be storing nothing in
MyISAM and neither should anyone else) and DDL commands will not be
allowed during the backup.

Change-Id: If2ea9e5a25a3cfe30c16cc646463afbd3b2a5ab5
This commit is contained in:
Monty Taylor 2017-02-15 18:19:43 -06:00 committed by Gerrit Code Review
parent 8479c38bf0
commit 18bca3880c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit ec9649b4da787587a3b0e881deaae644309a755c
Subproject commit 320fe64ba8272aab7538297123659ccc39636def