summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorJan Lindström <jplindst@mariadb.org>2013-09-26 17:51:01 +0300
committerJan Lindström <jplindst@mariadb.org>2013-09-26 17:51:01 +0300
commitac5d1d761adaae3200559f64b61d6ecd5b005f04 (patch)
tree4a99c1fe5b48fc264834a7d904f2eef52a7cf0ca /support-files
parentc72126e043c42ccbc3e0e138dc3aef3950959158 (diff)
downloadmariadb-git-ac5d1d761adaae3200559f64b61d6ecd5b005f04.tar.gz
Merged revisions 3916--3921 from lp:~codership/codership-mysql/5.5-23
------------------------------------------------------------ revno: 3921 fixes bug: https://launchpad.net/bugs/1228149 committer: Alexey Yurchenko <alexey.yurchenko@codership.com> branch nick: 5.5-23 timestamp: Mon 2013-09-23 18:29:42 +0300 message: References lp:1228149 - fixing typos. ------------------------------------------------------------ revno: 3920 committer: Vladislav Klyachin <vladislav.klyachin@codership.com> branch nick: 5.5-23 timestamp: Fri 2013-09-20 15:43:18 +0400 message: References lp:1201893 - remove setenv("WSREP_LOG_DIR") from ha_innodb.cc ------------------------------------------------------------ revno: 3919 tags: wsrep_23.7.6 fixes bug: https://launchpad.net/bugs/1087368 committer: Alexey Yurchenko <alexey.yurchenko@codership.com> branch nick: 5.5-23 timestamp: Thu 2013-09-19 06:00:43 +0300 message: References lp:1087368 - fix to preserve the order of options in case --wsrep-new-cluster is i n the middle of option list ------------------------------------------------------------ revno: 3918 committer: Alexey Yurchenko <alexey.yurchenko@codership.com> branch nick: 5.5-23\ timestamp: Wed 2013-09-18 23:22:55 +0300 message: bumped wsrep patch version number to 7.6 ------------------------------------------------------------ revno: 3917 committer: Vladislav Klyachin <vladislav.klyachin@codership.com> branch nick: 5.5-23 timestamp: Wed 2013-09-18 20:11:39 +0400 message: References lp:1218944 - wsrep_sst_rsync now recognizes log_group_home_dir ------------------------------------------------------------ revno: 3916 fixes bug: https://launchpad.net/bugs/1224775 committer: Alexey Yurchenko <alexey.yurchenko@codership.com> branch nick: 5.5-23 timestamp: Sun 2013-09-15 21:29:57 +0300 message: References lp:1224775 - reworked wsrep_recover to create temporary log file in $DATADIR. Plus cleaned up that function slightly.
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.server.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh
index 63c449b2228..911924c7ee2 100644
--- a/support-files/mysql.server.sh
+++ b/support-files/mysql.server.sh
@@ -424,10 +424,10 @@ case "$mode" in
fi
exit $r
;;
- 'boostrap')
+ 'bootstrap')
# Bootstrap the cluster, start the first node
# that initiate the cluster
- echo $echo_n "Bootstrapping cluster)"
+ echo $echo_n "Bootstrapping the cluster"
$0 start $other_args --wsrep-new-cluster
;;
*)