Jan Lindström
86f9b77147
MDEV-13037: wsrep_sst_mysqldump checking wrong version of mysql client
...
This happens because on line 59 of /usr/bin/wsrep_sst_mysqldump
we have a check :
"if ! $MYSQL_CLIENT --version | grep 'Distrib 10.1' >/dev/null"
but the client is 10.2 so it doesnt match the grep expression.
Fixed check to be:
"if ! $MYSQL_CLIENT --version | grep 'Distrib 10.' >/dev/null"
so that every 10. version is accepted.
2017-08-09 12:47:12 +03:00
..
2017-05-06 14:36:46 +03:00
2014-10-09 10:30:11 +02:00
2011-12-15 22:07:58 +01:00
2011-06-30 17:46:53 +02:00
2015-07-10 14:03:39 +03:00
2017-06-08 12:43:39 +10:00
2016-07-27 17:38:38 -04:00
2013-08-30 11:25:49 +02:00
2016-06-27 22:12:21 +04:00
2017-01-26 13:51:03 +02:00
2014-02-17 18:19:04 +05:30
2014-03-27 22:26:58 +01:00
2014-11-19 17:23:39 +01:00
2014-08-09 13:22:01 +03:00
2014-08-09 13:22:01 +03:00
2014-08-09 13:22:01 +03:00
2016-09-23 11:28:38 +04:00
2017-02-10 17:01:45 +01:00
2014-08-19 15:18:18 +04:00
2016-07-15 23:51:30 +03:00
2017-04-21 18:34:06 +02:00
2015-01-31 21:48:47 +01:00
2017-01-17 17:13:14 +01:00
2017-02-14 07:46:58 +02:00
2016-06-30 16:38:05 +02:00
2014-02-17 18:19:04 +05:30
2016-05-01 18:52:13 +03:00
2014-09-02 15:12:55 +05:30
2016-06-08 14:17:23 +03:00
2016-06-28 22:01:55 +02:00
2017-04-28 20:19:32 +02:00
2014-11-30 21:13:41 -05:00
2014-09-16 13:35:28 +02:00
2014-10-15 12:59:13 +02:00
2017-05-06 14:36:46 +03:00
2017-07-05 11:43:28 +03:00
2017-08-09 12:47:12 +03:00
2016-11-21 15:38:33 -05:00
2016-09-28 13:20:02 -04:00
2016-09-28 13:20:02 -04:00