1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge remote-tracking branch 'origin/5.5' into 10.1

This commit is contained in:
Alexander Barkov
2019-09-24 11:16:36 +04:00
33 changed files with 257 additions and 44 deletions

View File

@ -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