MDEV-8803: Debian jessie 8.2 + MariaDB 10.1.7 + GaleraCluster

* Merge fix for issue #127 from mysql-wsrep (commit : a0ba0d7)
* Also, cherry-picked a similar fix for OpenSUSE (commit : 7790cb1)
This commit is contained in:
Nirbhay Choubey 2015-09-15 17:07:41 -04:00
parent 653aadcd59
commit fd1b2e486a
2 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,9 @@ set -e
set -u
${DEBIAN_SCRIPT_DEBUG:+ set -v -x}
# Prevent Debian's init scripts from calling systemctl
_SYSTEMCTL_SKIP_REDIRECT=true
test -x /usr/sbin/mysqld || exit 0
. /lib/lsb/init-functions

View File

@ -25,6 +25,14 @@
# Description: MySQL is a very fast and reliable SQL database engine.
### END INIT INFO
# Prevent OpenSUSE's init scripts from calling systemd, so that
# both 'bootstrap' and 'start' are handled entirely within this
# script
SYSTEMD_NO_WRAP=1
# Prevent Debian's init scripts from calling systemctl
_SYSTEMCTL_SKIP_REDIRECT=true
# If you install MySQL on some other places than @prefix@, then you
# have to do one of the following things for this script to work:
#