MySQL client programs and shared libraries
Go to file
Michal Schorm a4b2b6b9c9 Fix the logrotate file [2]
In one of the previous commits, I've started to pack a different logrotate file
as it contains the correct path to the logfile of the mysql server.

It has been found, that I've overlooked that the filepath to the mysql server
was still set wrongly.
It was set to a:     '/var/log/mysqld.log'
Instead of expected: '/var/log/mysql/mysql.log'

This path is added to the mysql logrotate configuration file via CMAKE variable
substitution.
However since we haven't specify the variable value,
a default value has been used instead.

The fix to this issue was simple - specify the variable value as the CMAKE
command argument.

--

At the same time, we were using a custom (downstream) variable meant to hold
the same information. We used this variable for generating the correct filepath
to the mysql server logfile in the mysql server configuration file.

Instead of using two different CMAKE variables with the same meaning,
I've changed it so we get rid of the downstream specified variable
and use the upstream specified variable instead.

--

The positive effect is the de-duplication of code and assurance that when we
set the value, it is used everywhere - both in the upstream code and in the
downstream patches.

The tiny negative effect is that at this moment, the names of the variables
differ to the we use in 'mariadb' package.

--

Resolves: #2073434
2022-09-13 10:50:01 +02:00
.gitignore Update to MySQL 5.7.14 - sources 2016-08-10 08:47:41 +02:00
README.mysql-docs Initial commit 2013-03-22 15:09:46 +01:00
README.mysql-license Adopt changes from mariadb to sync spec files 2014-08-05 18:19:58 +02:00
boost-1.57.0-mpl-print.patch Update to 5.7.10 2016-01-19 15:50:03 +01:00
boost-1.58.0-pool.patch Update to 5.7.10 2016-01-19 15:50:03 +01:00
boost-1.76.0-fix_multiprecision_issue_419-ppc64le.patch [2/2] Update to MySQL 8.0.29 - fix of Boost on ppc64le 2022-08-26 15:37:44 +02:00
gating.yaml Add gating.yaml 2022-01-27 21:01:32 +01:00
my.cnf.in Update cnf and service files with MySQL 8.0 features and clean up patches. 2018-05-14 14:38:52 +02:00
mysql-arm32-timer.patch Update to MySQL 8.0.28 2022-02-07 09:08:29 +00:00
mysql-check-socket.sh Spec rewrite to be more similar to oterh MySQL implementations 2014-07-25 11:00:06 +02:00
mysql-file-contents.patch Rename from community-mysql to mysql 2021-01-29 16:29:55 +01:00
mysql-install-test.patch Rename from community-mysql to mysql 2021-01-29 16:29:55 +01:00
mysql-mtr.patch Implement running of the minimal testsuite 2022-01-27 06:27:00 +01:00
mysql-paths.patch Rename from community-mysql to mysql 2021-01-29 16:29:55 +01:00
mysql-prepare-db-dir.sh Fix scripts after moving mysqld back to /usr/libexec 2018-07-18 00:03:18 +02:00
mysql-rpath.patch Rename from community-mysql to mysql 2021-01-29 16:29:55 +01:00
mysql-scripts-common.sh Support --defaults-group-suffix option in systemd unit file 2017-08-28 23:14:26 +02:00
mysql-scripts.patch Rename from community-mysql to mysql 2021-01-29 16:29:55 +01:00
mysql-sharedir.patch Rename from community-mysql to mysql 2021-01-29 16:29:55 +01:00
mysql-wait-stop.sh Wait for daemon ends 2015-03-06 22:29:02 +01:00
mysql.rpmlintrc Rename from community-mysql to mysql 2021-01-29 16:29:55 +01:00
mysql.service.in Remove SysVInit stuff 2019-05-28 13:08:45 +00:00
mysql.spec Fix the logrotate file [2] 2022-09-13 10:50:01 +02:00
mysql.tmpfiles.d.in Hardcoded paths removed to work fine in chroot 2014-07-25 16:51:11 +02:00
mysql@.service.in Remove SysVInit stuff 2019-05-28 13:08:45 +00:00
mysql_config_multilib.sh Spec rewrite to be more similar to oterh MySQL implementations 2014-07-25 11:00:06 +02:00
rh-skipped-tests-list-arm.list Update skipped tests lists for MySQL 8.0.28 release 2022-02-07 09:08:29 +00:00
rh-skipped-tests-list-base.list [2/3] Update to MySQL 8.0.30 - update skipped-tests-list 2022-08-26 15:38:15 +02:00
rh-skipped-tests-list-ppc.list Update failing & unstable tests lists 2022-01-27 15:35:30 +01:00
rh-skipped-tests-list-s390.list Update failing & unstable tests lists 2022-01-27 15:35:30 +01:00
rpminspect.yaml rpminspect - introduce a global ignore list 2022-08-26 15:39:10 +02:00
server.cnf.in Fix the logrotate file [2] 2022-09-13 10:50:01 +02:00
sources [1/3] Update to MySQL 8.0.30 2022-08-26 15:37:53 +02:00

README.mysql-license

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.