[MDEV-17628] script galera_new_cluster returns error in 10.3.10 Created: 2018-11-06 Updated: 2018-11-06 Resolved: 2018-11-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.3.10 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Ulrich Moser (Inactive) | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RedHat7 / CentOS7 |
||
| Issue Links: |
|
||||||||
| Description |
|
The script galera_new_cluster in the RedHat 7 and CentOS 7 packages ends with 'return $extcode' and therefore terminates with error when trying to bootstrap a cluster. Instead the last line should read 'exit $extcode'. |