[MDEV-13283] mysqldump sst fails "this operation requires MySQL client version 10 or newer" Created: 2017-07-10 Updated: 2017-07-18 Resolved: 2017-07-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrii Nikitin (Inactive) | Assignee: | Sachin Setiya (Inactive) |
| Resolution: | Duplicate | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Trying to attempt 10.2 mysqldump sst triggers an error :
Following lines are to blame https://github.com/MariaDB/server/blob/10.2/scripts/wsrep_sst_mysqldump.sh#L59 :
|
| Comments |
| Comment by Andrii Nikitin (Inactive) [ 2017-07-10 ] |
|
just for reference, below is script to reproduce the problem with environs framework and travis logs with demonstrated problem and workaround in centos 7 docker images: |