1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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:
Daniel Black
2017-02-28 22:26:53 +11:00
committed by Sergey Vojtovich
parent 156cf86def
commit d04d835f64

View File

@ -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
}