[MDEV-6490] mysqldump unknown option --galera-sst-mode Created: 2014-07-25 Updated: 2014-08-07 Resolved: 2014-08-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.12-galera |
| Fix Version/s: | 10.0.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Michael Both | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera | ||
| Environment: |
OS: Ubuntu 14.04 inside Docker Container and installation like this: Currently installed versions are: Additional configuration done: [mysqld] Other options are set when running mysqld_safe: --wsrep_provider=/usr/lib/galera/libgalera_smm.so |
||
| Issue Links: |
|
||||||||
| Description |
|
wsrep_sst_method=mysqldump does not work oob. It fails on donor side with Deleting the flag "--galera-sst-mode" out of the corresponding mysqldump call in wsrep_sst_mysqldump lets the SST complete. |
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2014-08-05 ] |
|
Patch committed: http://lists.askmonty.org/pipermail/commits/2014-August/006390.html |
| Comment by Sergei Golubchik [ 2014-08-06 ] |
|
ok to push |
| Comment by Nirbhay Choubey (Inactive) [ 2014-08-07 ] |
|
Fix pushed to 10.0 branch. http://bazaar.launchpad.net/~maria-captains/maria/10.0/revision/4341 |