A community developed branch of MySQL
Go to file
Michal Schorm 53d9ba46f0 Make conflicts between corresponding mariadb and mysql packages explicit
Get rid of the Conflicts macro, it was intended to mark conflicts with *upstream* packages
2020-07-14 15:04:03 +02:00
tests Add the first test for the Fedora CI 2018-03-01 15:41:44 +01:00
.gitignore Update to 10.1.12 2016-03-01 12:39:43 +01:00
clustercheck.sh Add subpackage mariadb-server-galera 2016-03-22 15:30:08 +01:00
LICENSE.clustercheck Add subpackage mariadb-server-galera 2016-03-22 15:30:08 +01:00
mariadb-auth_pam_tool_dir.patch Rebase to 10.4.12 2020-02-07 14:34:26 +01:00
mariadb-groonga.patch Fix conflicting files with groonga package 2019-11-18 15:17:26 +01:00
mariadb-logrotate.patch Rebase to 10.3.19 2019-11-06 15:15:54 +01:00
mariadb-ownsetup.patch Remove PCDIR patch, upstreamed (in a way) 2020-06-09 13:12:19 +02:00
mariadb-scripts.patch Rebase to 10.3.8 2018-07-10 19:49:34 +02:00
mariadb-server-galera.te Add selinux policy 2016-05-12 20:29:28 +02:00
mariadb-spider_on_armv7hl.patch Rebase to 10.3.18 2019-10-31 15:47:00 -05:00
mariadb-ssl-cipher-tests.patch Rebase to 10.3.15 2019-06-12 12:27:35 +02:00
mariadb-ssl-cypher.patch JdbcMariaDB.jar test removed 2016-11-28 01:09:55 +01:00
mariadb.rpmlintrc Update RPMLint blacklist 2018-10-22 15:37:32 +02:00
mariadb.spec Make conflicts between corresponding mariadb and mysql packages explicit 2020-07-14 15:04:03 +02:00
my.cnf.in Move server settings to config file under my.cnf.d dir 2015-01-25 00:00:50 +01:00
mysql_config_multilib.sh Expand paths in helper scripts using cmake 2014-07-21 14:57:46 +02:00
mysql-check-socket.sh Fix typo 2018-09-19 14:22:19 +00:00
mysql-check-upgrade.sh Do not create log file in post script 2015-01-25 20:00:05 +01:00
mysql-prepare-db-dir.sh new version 10.3.7 2018-06-14 13:04:33 +02:00
mysql-scripts-common.sh Support --defaults-group-suffix option in all starting scripts 2017-08-28 20:38:32 +02:00
mysql.service.in Merge changes from 'master' into 'private-10.3-COPR' 2018-06-14 13:02:55 +02:00
mysql.tmpfiles.d.in add warning to tmpfiles.d/mariadb.conf 2015-08-17 09:42:45 +02:00
mysql@.service.in Merge changes from 'master' into 'private-10.3-COPR' 2018-06-14 13:02:55 +02:00
README.mysql-cnf Fix several path issues. 2014-08-05 07:29:44 +02:00
README.mysql-docs Initial commit 2013-01-10 18:35:12 +01:00
README.mysql-license Adopt changes from mysql, thanks Bjorn Munch <bjorn.munch@oracle.com> 2014-08-05 17:22:35 +02:00
rh-skipped-tests-arm.list Rebase to 10.4.11 - Update lists of failing tests 2020-01-19 14:08:44 +01:00
rh-skipped-tests-base.list Rebase to 10.4.11 - Update lists of failing tests 2020-01-19 14:08:44 +01:00
rh-skipped-tests-ppc.list Rebase to 10.4.12 2020-02-07 14:34:26 +01:00
rh-skipped-tests-s390.list Rebase to 10.4.11 - Update lists of failing tests 2020-01-19 14:08:44 +01:00
sources Rebase to 10.4.13 2020-06-08 10:25:56 +02: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.