Commit d04d835f authored by Daniel Black's avatar Daniel Black Committed by Sergey Vojtovich

MDEV-11610: support-files/mysql-log-rotate.sh not binlog either

For the same reason as removing binlog rotation on Debian.
parent 156cf86d
......@@ -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
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment