summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2019-09-24 19:19:25 +0400
committerAlexander Barkov <bar@mariadb.com>2019-09-24 19:19:25 +0400
commit0a359d76272bdf74dfbc1bd3bf9e38140cfaa7a1 (patch)
treecb6af5b82c6628a47c4ea8be9597346f4a5fb88f /support-files
parentfa9e012a3412ad93159b69e4c7eb7a2eb5bde37f (diff)
parent5f118b26c83960c8fa98bfd544f57ffd76b55304 (diff)
downloadmariadb-git-0a359d76272bdf74dfbc1bd3bf9e38140cfaa7a1.tar.gz
Merge remote-tracking branch 'origin/10.1' into 10.2
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql-log-rotate.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/support-files/mysql-log-rotate.sh b/support-files/mysql-log-rotate.sh
index 5d1b30b208e..293229d8482 100644
--- a/support-files/mysql-log-rotate.sh
+++ b/support-files/mysql-log-rotate.sh
@@ -1,9 +1,9 @@
# This logname can be set in /etc/my.cnf
-# by setting the variable "err-log"
-# in the [safe_mysqld] section as follows:
+# by setting the variable "log-error"
+# in the [mysqld] section as follows:
#
-# [safe_mysqld]
-# err-log=@localstatedir@/mysqld.log
+# [mysqld]
+# log-error=@localstatedir@/mysqld.log
#
# If the root user has a password you have to create a
# /root/.my.cnf configuration file with the following
@@ -21,7 +21,7 @@
@localstatedir@/mysqld.log {
# create 600 mysql mysql
notifempty
- daily
+ daily
rotate 3
missingok
compress