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:
committed by
Sergey Vojtovich
parent
156cf86def
commit
d04d835f64
@ -30,7 +30,8 @@
|
|||||||
if test -x @bindir@/mysqladmin && \
|
if test -x @bindir@/mysqladmin && \
|
||||||
@bindir@/mysqladmin ping &>/dev/null
|
@bindir@/mysqladmin ping &>/dev/null
|
||||||
then
|
then
|
||||||
@bindir@/mysqladmin flush-logs
|
@bindir@/mysqladmin --local flush-error-log \
|
||||||
|
flush-engine-log flush-general-log flush-slow-log
|
||||||
fi
|
fi
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user