mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.9 into 10.10
This commit is contained in:
@@ -68,7 +68,7 @@ parse_arguments() {
|
||||
|
||||
wsrep_recover_position() {
|
||||
# Redirect server's error log to the log file.
|
||||
eval @sbindir@/mysqld $cmdline_args --user=$user --wsrep_recover \
|
||||
eval @sbindir@/mariadbd $cmdline_args --user=$user --wsrep_recover \
|
||||
--disable-log-error 2> "$log_file"
|
||||
ret=$?
|
||||
if [ $ret -ne 0 ]; then
|
||||
|
@@ -25,7 +25,7 @@
|
||||
|
||||
tz_old=$TZ
|
||||
|
||||
. /usr/bin/mysqld_safe --dry-run
|
||||
. /usr/bin/mariadbd-safe --dry-run
|
||||
|
||||
echo "# converted using $0"
|
||||
echo "#"
|
||||
|
@@ -151,7 +151,9 @@ parse_arguments()
|
||||
--builddir=*) builddir=`parse_arg "$arg"` ;;
|
||||
--srcdir=*) srcdir=`parse_arg "$arg"` ;;
|
||||
--ldata=*|--datadir=*|--data=*) ldata=`parse_arg "$arg"` ;;
|
||||
--log-error=*)
|
||||
--log[-_]error=*)
|
||||
# Keep in the arguments passed to the server
|
||||
args="$args $arg"
|
||||
log_error=`parse_arg "$arg"` ;;
|
||||
# Note that the user will be passed to mysqld so that it runs
|
||||
# as 'user' (crucial e.g. if log-bin=/some_other_path/
|
||||
|
Reference in New Issue
Block a user