A community developed branch of MySQL
Go to file
Honza Horak f130bf6899 Install mysql-wait-ready on RHEL-6 for the SysV init 2017-08-28 21:08:52 +02:00
.gitignore Update to 10.1.12 2016-03-01 12:39:43 +01:00
LICENSE.clustercheck Add subpackage mariadb-server-galera 2016-03-22 15:30:08 +01: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
clustercheck.sh Add subpackage mariadb-server-galera 2016-03-22 15:30:08 +01:00
mariadb-galera.cnf.patch wsrep_on in galera.cnf 2016-04-07 14:54:39 +02:00
mariadb-install-db-sharedir.patch Update to 10.1.18 2016-10-04 19:10:57 +02:00
mariadb-install-test.patch Plugin oqgraph enabled 2017-06-03 02:16:39 +02:00
mariadb-logrotate.patch Rebase to 10.1.24 2017-06-03 02:17:41 +02:00
mariadb-notestdb.patch Use correct name for the patch 2015-03-05 08:07:09 +01:00
mariadb-ownsetup.patch Expand variables in server.cnf 2015-11-03 13:05:53 +01:00
mariadb-recovery.patch Fix paths in galera_recovery and galera_new_cluster 2017-08-28 20:35:59 +02:00
mariadb-scripts.patch Install mysql-wait-ready on RHEL-6 for the SysV init 2017-08-28 21:08:52 +02:00
mariadb-server-galera.te Add selinux policy 2016-05-12 20:29:28 +02:00
mariadb-ssl-cypher.patch JdbcMariaDB.jar test removed 2016-11-28 01:09:55 +01:00
mariadb.spec Install mysql-wait-ready on RHEL-6 for the SysV init 2017-08-28 21:08:52 +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-check-socket.sh Spec rewrite to be more similar to oterh MySQL implementations 2014-07-24 13:59:25 +02: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 Fix checking whether we can initialize the datadir 2017-06-09 07:58:19 +02:00
mysql-scripts-common.sh Support --defaults-group-suffix option in all starting scripts 2017-08-28 20:38:32 +02:00
mysql-wait-ready.sh Install mysql-wait-ready on RHEL-6 for the SysV init 2017-08-28 21:08:52 +02:00
mysql.init.in Remove mysql-wait-* scripts. They aren't needed when using systemd "Type=notify" 2017-07-13 16:30:08 +02:00
mysql.service.in Remove mysql-wait-* scripts. They aren't needed when using systemd "Type=notify" 2017-07-13 16:30:08 +02:00
mysql.tmpfiles.d.in add warning to tmpfiles.d/mariadb.conf 2015-08-17 09:42:45 +02:00
mysql@.service.in Support --defaults-group-suffix option in all starting scripts 2017-08-28 20:38:32 +02:00
mysql_config_multilib.sh Expand paths in helper scripts using cmake 2014-07-21 14:57:46 +02:00
rh-skipped-tests-arm.list Rebase to 10.1.24 2017-06-03 02:17:41 +02:00
rh-skipped-tests-base.list Add tests that made the test-suite fail because of warnings in logs 2017-08-22 17:17:15 +02:00
rh-skipped-tests-ppc.list Add more tests that made the test-suite fail because of warnings in logs 2017-08-28 15:07:39 +02:00
rh-skipped-tests-s390.list Add tests that made the test-suite fail because of warnings in logs 2017-08-22 17:17:15 +02:00
sources Rebase to 10.1.25 2017-08-21 00:34:47 +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.