MDEV-11610: support-files/mysql-log-rotate.sh not binlog either
For the same reason as removing binlog rotation on Debian.
This commit is contained in:
parent
156cf86def
commit
d04d835f64
@ -30,7 +30,8 @@
|
||||
if test -x @bindir@/mysqladmin && \
|
||||
@bindir@/mysqladmin ping &>/dev/null
|
||||
then
|
||||
@bindir@/mysqladmin flush-logs
|
||||
@bindir@/mysqladmin --local flush-error-log \
|
||||
flush-engine-log flush-general-log flush-slow-log
|
||||
fi
|
||||
endscript
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user