summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2019-09-24 23:05:09 +0400
committerAlexander Barkov <bar@mariadb.com>2019-09-24 23:05:09 +0400
commitb6bb64e54a3e34a20cda34e25b6ec62a097955ef (patch)
tree70fc710317991ae4892c57f179759ed3147d3d47 /support-files
parent0e50ee6f28ca709c3ab8d143360faca182e74db4 (diff)
parent102bc7beb080e936ba70c0524a8759799f42458e (diff)
downloadmariadb-git-b6bb64e54a3e34a20cda34e25b6ec62a097955ef.tar.gz
Merge remote-tracking branch 'origin/10.2' into 10.3
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