Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.2(EOL)
-
None
Description
Trying to attempt 10.2 mysqldump sst triggers an error :
WSREP_SST: [ERROR] this operation requires MySQL client version 10 or newer (20170710 11:38:06.873)
|
2017-07-10 11:38:06 140605822228224 [ERROR] WSREP: Process completed with error: wsrep_sst_mysqldump --host '192.168.1.183' --port '3309' --local-port '3306' --socket '/home/a/spd/m0-10.2.6/dt/my.sock' --defaults-file '/home/a/spd/m0-10.2.6/my.cnf' --gtid '6f9b051c-6553-11e7-a99a-870c00169d61:0' --gtid-domain-id '0': 22 (Invalid argument)
|
Following lines are to blame https://github.com/MariaDB/server/blob/10.2/scripts/wsrep_sst_mysqldump.sh#L59 :
if ! $MYSQL_CLIENT --version | grep 'Distrib 10.1' >/dev/null |
then
|
$MYSQL_CLIENT --version >&2
|
wsrep_log_error "this operation requires MySQL client version 10 or newer" |
exit $EINVAL |
fi
|
Attachments
Issue Links
- duplicates
-
MDEV-13037 wsrep_sst_mysqldump checking wrong version of mysql client
- Closed