Update git submodules

* Update charm-mysql-innodb-cluster from branch 'master'
  to 0a0418e327f721c24a10d207438c50cd2fe91a1a
  - Merge "mysqldump: add --set-gtid-purged=COMMENTED to mysqldump command"
  - mysqldump: add --set-gtid-purged=COMMENTED to mysqldump command
    
    The backup file taken from a charm-managed mysql instance contains
    "@@GLOBAL.GTID_PURGED" variable at the beginning, which causes
    restore operation to fail with the following message: "Cannot
    update GTID_PURGED with the Group Replication plugin running".
    The workaround for this issue is to supply "--set-gtid-purged=OFF"
    to command, which omits the "GTID_PURGED" from the mysqldump output.
    
    This patch fixes the issue by adding "--set-gtid-purged=COMMENTED"
    to mysqldump command, which causes  mysqldump to emit the GTID_PURGED
    variable as a commented out line. In this way, we don't lose the
    GTID_PURGED variable information which may be needed in some scenarios
    and can be un-commented out before restoring if needed.
    
    Closes-bug: 1989975
    Change-Id: Ie3b71a60e4c7afda48114a53cce9cf713b933d71
This commit is contained in:
Zuul 2022-11-07 12:00:21 +00:00 committed by Gerrit Code Review
parent ed498cf6f6
commit 5105674908
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 85a3deee22a57f562ca1d88843279ecee3658abc
Subproject commit 0a0418e327f721c24a10d207438c50cd2fe91a1a