Done
Details
Assignee
KennTKennT(Deactivated)Reporter
Rachel ChenRachel ChenTime tracking
1d 1h loggedFix versions
Priority
Medium
Details
Details
Assignee
KennT
KennT(Deactivated)Reporter
Rachel Chen
Rachel ChenTime tracking
1d 1h logged
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created November 5, 2018 at 6:53 AM
Updated March 6, 2024 at 10:24 PM
Resolved November 13, 2018 at 8:17 AM
As per bug fix in , the commit introduces regression. Command replaces underscore ("") to dashes ("-") in `awk -F= '{if ($1 ~ //) { gsub(/_/,"-",$1); print $1"="$2 } else { print $0 }}'`, however, the search operation does not replace `grep – "--$var="`
Therefore, `wsrep_node_address=$(parse_cnf mysqld wsrep_node_address "")` in wsrep_sst_xtrabackup-v2 will fail because wsrep_node_address does not correspond to wsrep-node-address