A community developed branch of MySQL
Go to file
Jakub Dorňák d34bef2a31 Revert "Update to 10.2.0"
This reverts commit 782ee21209.

It is possible that MariaDB 10.2.0 won't be stable till f25 GA.
2016-07-01 19:48:49 +02: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-admincrash.patch Fix mysqladmin crash if run with -u root -p 2015-05-07 22:39:11 +02:00
mariadb-basedir.patch Rebase to version 10.0.13 2014-08-14 09:54:25 +02:00
mariadb-covscan-stroverflow.patch Update to 10.0.21 2015-08-10 17:34:16 +02:00
mariadb-errno.patch Update to 10.1.8 2015-10-29 18:31:23 +01:00
mariadb-file-contents.patch Update to 10.1.8 2015-10-29 18:31:23 +01:00
mariadb-galera-new-cluster-help.patch Add selinux policy 2016-05-12 20:29:28 +02:00
mariadb-galera.cnf.patch wsrep_on in galera.cnf 2016-04-07 14:54:39 +02:00
mariadb-install-db-sharedir.patch Fix paths in mysql_install_db script 2014-09-04 15:36:04 +02:00
mariadb-install-test.patch Update to 10.1.13 2016-03-29 10:29:29 +02:00
mariadb-logrotate.patch Hardcoded paths removed to work fine in chroot 2014-07-25 09:15:58 +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-scripts.patch Add subpackage mariadb-server-galera 2016-03-22 15:30:08 +01:00
mariadb-server-galera.te Add selinux policy 2016-05-12 20:29:28 +02:00
mariadb-ssltest.patch Update to 10.0.20 2015-06-23 22:42:54 -04:00
mariadb-string-overflow.patch mariadb-10.0.10 - sources and patches 2014-04-07 21:07:33 +02:00
mariadb-strmov.patch Update to 10.0.15 2014-12-01 02:43:34 +01:00
mariadb.spec Revert "Update to 10.2.0" 2016-07-01 19:48:49 +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 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-embedded-check.c Initial commit 2013-01-10 18:35:12 +01:00
mysql-prepare-db-dir.sh Fix mysql-prepare-db-dir 2016-05-26 16:16:11 +02:00
mysql-scripts-common.sh use uname -n instead of hostname 2016-03-18 16:23:14 +01:00
mysql-wait-ready.sh Spec rewrite to be more similar to oterh MySQL implementations 2014-07-24 13:59:25 +02:00
mysql-wait-stop.sh Wait for daemon ends 2015-03-06 21:18:26 +01:00
mysql.init.in Check permissions when starting service on RHEL-6 2015-05-07 22:34:54 +02:00
mysql.service.in Remove mariadb-wait-ready call from systemd unit, we have now systemd notify support 2016-02-11 13:52:17 +01:00
mysql.tmpfiles.d.in add warning to tmpfiles.d/mariadb.conf 2015-08-17 09:42:45 +02:00
mysql@.service.in Remove mariadb-wait-ready call from systemd unit, we have now systemd notify support 2016-02-11 13:52:17 +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
rh-skipped-tests-arm.list Update to 10.1.8 2015-10-29 18:31:23 +01:00
rh-skipped-tests-base.list Update to 10.1.8 2015-10-29 18:31:23 +01:00
rh-skipped-tests-ppc-s390.list another bunch of tests failing on s390 2015-12-01 09:12:19 +01:00
sources Revert "Update to 10.2.0" 2016-07-01 19:48:49 +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.