Bug #81494 | mysqldump can't get all databases backup with Group Replication | ||
---|---|---|---|
Submitted: | 19 May 2016 3:22 | Modified: | 16 May 2019 16:45 |
Reporter: | Yoshiaki Yamasaki | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S4 (Feature request) |
Version: | 5.7.10, 5.7.17 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | group replication, mysqldump |
[19 May 2016 3:22]
Yoshiaki Yamasaki
[30 Dec 2016 3:20]
MySQL Verification Team
Hello Yoshiaki, Thank you for the feature request! Thanks, Umesh
[2 Feb 2017 14:47]
MySQL Verification Team
https://bugs.mysql.com/bug.php?id=84799 marked as duplicate of this one.
[17 Apr 2018 22:27]
Kenny Gryp
I believe this problem is fixed in: * 8.0.1: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html * 5.7.19: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-19.html I tried it on both latest 8.0 and 5.7 versions and mysqldump --all-databases --single-transaction works!
[18 Apr 2018 1:15]
Yoshiaki Yamasaki
> I believe this problem is fixed in: > > * 8.0.1: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html > * 5.7.19: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-19.html > > I tried it on both latest 8.0 and 5.7 versions and mysqldump --all-databases --single-transaction works! Thank you! I think so. Because Group Replication now supports SAVEPOINT SQL transactions. I tried it on 5.7.21 and mysqldump --all-databases --single-transaction works also.
[16 May 2019 16:43]
Margaret Fisher
Posted by developer: Closing off as already fixed - handling with Doc Bug #25331755 MISSING DOCUMENTATION FOR BACKUP/RECOVER WHEN USING MYSQL GROUP REPLICATION MySQL Bug: 84371