mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Revert "MDEV-24248: my_print_defaults is not taking all the values when using -e"
This reverts commit f88d130e71.
This commit is contained in:
parent
f88d130e71
commit
826eab3f9b
3 changed files with 2 additions and 49 deletions
|
|
@ -200,11 +200,11 @@ su_kill() {
|
|||
extra_args=""
|
||||
if test -r "$basedir/my.cnf"
|
||||
then
|
||||
extra_args="--defaults-extra-file=$basedir/my.cnf"
|
||||
extra_args="-e $basedir/my.cnf"
|
||||
else
|
||||
if test -r "$datadir/my.cnf"
|
||||
then
|
||||
extra_args="--defaults-extra-file=$datadir/my.cnf"
|
||||
extra_args="-e $datadir/my.cnf"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue