5692c7a1f4
The sources contains two versions of the logrotate file: * mysql-8.0.30/support-files/mysql-log-rotate.in * mysql-8.0.30/packaging/rpm-common/mysql.logrotate.in Until now, the first one was used. However logfile location specified in that logrotate configuration file was wrong. ( /var/lib/mysql/mysqld.log ) From now on, we will use the second one, which is meant to be used in RPM packages, and which respects their FSH layout. ( /var/log/mysql/mysqld.log ) -- As a side-effect, the whole configuration is now commented out. So users now need to touch the file before they can start using it. However once the configuration is un-commented, it will work out-of-the-box (unlike until now). -- Resolves: #2073434 |
||
---|---|---|
.gitignore | ||
boost-1.57.0-mpl-print.patch | ||
boost-1.58.0-pool.patch | ||
boost-1.76.0-fix_multiprecision_issue_419-ppc64le.patch | ||
community-mysql-arm32-timer.patch | ||
community-mysql-file-contents.patch | ||
community-mysql-install-test.patch | ||
community-mysql-mtr.patch | ||
community-mysql-paths.patch | ||
community-mysql-rpath.patch | ||
community-mysql-scripts.patch | ||
community-mysql-sharedir.patch | ||
community-mysql.rpmlintrc | ||
community-mysql.spec | ||
my.cnf.in | ||
mysql_config_multilib.sh | ||
mysql-check-socket.sh | ||
mysql-prepare-db-dir.sh | ||
mysql-scripts-common.sh | ||
mysql-wait-stop.sh | ||
mysql.service.in | ||
mysql.tmpfiles.d.in | ||
mysql@.service.in | ||
README.mysql-docs | ||
README.mysql-license | ||
rh-skipped-tests-list-arm.list | ||
rh-skipped-tests-list-base.list | ||
rh-skipped-tests-list-ppc.list | ||
rh-skipped-tests-list-s390.list | ||
rpminspect.yaml | ||
server.cnf.in | ||
sources |
MySQL is distributed under GPL v2, but there are some licensing exceptions that allow the client libraries to be linked with a non-GPL application, so long as the application is under a license approved by Oracle. For details see http://www.mysql.com/about/legal/licensing/foss-exception/ Some innobase code from Percona and Google is under BSD license. Some code related to test-suite is under LGPLv2.