summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Loos <cloos@netcologne.de>2015-10-20 09:41:44 +0200
committerSergey Vojtovich <svoj@mariadb.org>2015-12-07 13:10:43 +0400
commitee2fce5e88b3ea4a3193422105c83dc1582de29f (patch)
tree932cd3c406fd57245c824093b6dbe8bb44c674c7 /debian
parent0df22a539e046a9090a99f10260cf6d80f0c4e26 (diff)
downloadmariadb-git-ee2fce5e88b3ea4a3193422105c83dc1582de29f.tar.gz
fix debian logrotate slow log filename
debian/additions/my.cnf sets slow_query_log_file to /var/log/mysql/mariadb-slow.log. Update the filename to rotate the slow log file.
Diffstat (limited to 'debian')
-rw-r--r--debian/mariadb-server-5.5.mysql-server.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mariadb-server-5.5.mysql-server.logrotate b/debian/mariadb-server-5.5.mysql-server.logrotate
index 0f0de516b13..789ad353e43 100644
--- a/debian/mariadb-server-5.5.mysql-server.logrotate
+++ b/debian/mariadb-server-5.5.mysql-server.logrotate
@@ -2,7 +2,7 @@
# flush-logs'd only once.
# Else the binary logs would automatically increase by n times every day.
# - The error log is obsolete, messages go to syslog now.
-/var/log/mysql.log /var/log/mysql/mysql.log /var/log/mysql/mysql-slow.log {
+/var/log/mysql.log /var/log/mysql/mysql.log /var/log/mysql/mariadb-slow.log {
daily
rotate 7
missingok