Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL), 10.3(EOL)
Description
The sst script reads the mariadb-10.0 and mysql-10.0 section of the configuration file even in the 10.1+ versions of mariadb.
trivial and lazy patch:
https://github.com/MariaDB/server/compare/10.1...grooverdan:10.1-wsrep_sst_rsync_read_MYSQL_BASE_VERSION_config (I submit this under the MCA).
Of course something like my_print_defaults --mysqld would be better.
galera_recovery.sh also misses groups with version numbers by not using --mysqld.
Existing 4bb49d84a9df contains a wsrep_sst_rsync fix in 10.1 branch that wasn't carried forward.
FYI - I've got a port of 4bb49d84a9df that includes --default-group-suffix (rework of 7d550c76be13c58551e203f4eeb4f87ebd58ba4b) capable sst scripts, targetted at 10.0-galera which would be good to carry forwards. PR coming soon.