MySQL client programs and shared libraries
Go to file
Michal Schorm c9a1954897 Implement running of the minimal testsuite
Once the full testsuite has been run for the particular MySQL release; execute just the "main" suite on subsequent runs for that release.

The implementation default to running of the whole testsuite, as until now, if the maintainer won't set the flag that running of the minimal testsuite is enough for this release.

This feature aims to help with faster and more stable package builds when adding small fixes on top of already tested release;
and to ease the life of Fedora Linux Release Engineers during (mass) rebuilds.

Related: #1969430
2022-01-27 06:27:00 +01:00
.gitignore Update to MySQL 5.7.14 - sources 2016-08-10 08:47:41 +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
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_config_multilib.sh Spec rewrite to be more similar to oterh MySQL implementations 2014-07-25 11:00:06 +02:00
mysql-arm32-timer.patch Rebase to 8.0.24 2022-01-27 06:26:11 +01:00
mysql-chain-certs.patch Rename from community-mysql to mysql 2021-01-29 16:29:55 +01: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-fix-includes-robin-hood.patch Rebase to 8.0.23 2022-01-27 06:25:42 +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-openssl3.patch Make MySQL compile with openssl 3.x without FIPS properly implemented 2021-05-20 15:29:28 +02: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-s390-tsc.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 Implement running of the minimal testsuite 2022-01-27 06:27:00 +01: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
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
rh-skipped-tests-list-arm.list Move the disabled tests lists to the standalone files per architecture families 2022-01-27 06:26:31 +01:00
rh-skipped-tests-list-base.list Implement running of the minimal testsuite 2022-01-27 06:27:00 +01:00
rh-skipped-tests-list-ppc.list Move the disabled tests lists to the standalone files per architecture families 2022-01-27 06:26:31 +01:00
rh-skipped-tests-list-s390.list Move the disabled tests lists to the standalone files per architecture families 2022-01-27 06:26:31 +01:00
server.cnf.in Update cnf and service files with MySQL 8.0 features and clean up patches. 2018-05-14 14:38:52 +02:00
sources Rebase to 8.0.24 2022-01-27 06:26:11 +01:00

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.