[Commits] 781f1a765b3: MDEV-17379: galera_new_cluster throws error in 10.3.10
9 Nov
2018
9 Nov
'18
6:41 a.m.
revision-id: 781f1a765b322d3d2a26c56e13d542403702a771 (mariadb-10.3.10-63-g781f1a765b3) parent(s): 3074beaad6bf259c6427d77783ea821d0b16b424 author: Jan Lindström committer: Jan Lindström timestamp: 2018-11-09 08:41:05 +0200 message: MDEV-17379: galera_new_cluster throws error in 10.3.10 Use exit instead of return. --- scripts/galera_new_cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/galera_new_cluster.sh b/scripts/galera_new_cluster.sh index 5a8ca6958a7..e0763ed516a 100755 --- a/scripts/galera_new_cluster.sh +++ b/scripts/galera_new_cluster.sh @@ -28,4 +28,4 @@ extcode=$? systemctl set-environment _WSREP_NEW_CLUSTER='' -return $extcode +exit $extcode
2263
Age (days ago)
2263
Last active (days ago)
0 comments
1 participants
participants (1)
-
jan