MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
2017-02-06 10:19:19 +04:00
BUILD Cleanups 2017-01-11 09:19:45 +02:00
client mysqlbinlog memory leaks 2017-01-28 18:04:51 +01:00
cmake MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
dbug MDEV-11611 fix Ninja build 2017-01-29 23:05:10 +01:00
debian Fixes for running with gcov 2017-01-11 09:18:35 +02:00
Docs
extra MDEV-10942: innodb_zip.innochecksum_3, innodb_zip.innochecksum_2 2017-01-25 08:54:02 +02:00
include Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-02-06 10:19:19 +04:00
libmariadb@cae391f7bf update libmariadb, and fix debian packaging for client libs 2016-12-22 10:17:26 +01:00
libmysqld bugfix: mutex order violation in embedded 2017-01-15 07:41:13 +01:00
libservices
man Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
mysql-test Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-02-06 10:19:19 +04:00
mysys Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-02-06 10:19:19 +04:00
mysys_ssl Fix for MDEV-11174: 2017-02-01 12:14:37 +01:00
pcre
plugin Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2016-12-30 15:43:08 +04:00
randgen/conf
scripts Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
sql Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-02-06 10:19:19 +04:00
sql-bench
sql-common fix the ABI and stop slave hang problem 2016-10-21 13:37:48 +02:00
storage Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-02-06 10:19:19 +04:00
strings MDEV-11557 port MySQL-5.7 JSON tests to MariaDB. 2017-01-26 16:35:05 +04:00
support-files Make atomic writes general 2017-01-11 09:18:35 +02:00
tests Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext 2016-12-30 13:55:47 +04:00
unittest Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2016-12-17 22:06:55 +04:00
vio Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
win Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
wsrep MDEV-8791 - AIX: Unresolved Symbols during linking 2016-10-31 12:18:23 +04:00
zlib
.gitattributes
.gitignore dgcov: import, rewrite to work with cmake and git 2017-01-11 09:18:36 +02:00
.gitmodules really add a submodule 2016-09-12 17:51:52 +02:00
.travis.yml Travis: parallel_jobs=3 2016-12-17 09:56:21 +04:00
BUILD-CMAKE
CMakeLists.txt MDEV-11708 cmake -DWITH_ASAN no longer works 2017-01-29 23:04:54 +01:00
config.h.cmake MDEV-11212 - Clean-up MariaDB atomic operations 2016-12-13 16:38:20 +04:00
configure.cmake Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2016-12-30 15:43:08 +04:00
COPYING
COPYING.LESSER
COPYING.thirdparty
CREDITS Update contributors 2016-09-19 12:31:19 +04:00
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
KNOWN_BUGS.txt
README.md Markdown README for a prettier github representation 2016-08-24 15:00:59 +10:00
VERSION bump the VERSION 2016-12-24 09:54:23 -05:00

MariaDB: drop-in replacement for MySQL

MariaDB is designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance.

MariaDB is brought to you by the MariaDB Foundation. Please read the CREDITS file for details about the MariaDB Foundation, and who is developing MariaDB.

MariaDB is developed by many of the original developers of MySQL who now work for the MariadB Foundation and the MariaDB Corporation, and by many people in the community.

MySQL, which is the base of MariaDB, is a product and trademark of Oracle Corporation, Inc. For a list of developers and other contributors, see the Credits appendix. You can also run 'SHOW authors' to get a list of active contributors.

A description of the MariaDB project and a manual can be found at: http://mariadb.org/ https://mariadb.com/kb/en/ https://mariadb.com/kb/en/mariadb-vs-mysql-features/ https://mariadb.com/kb/en/mariadb-versus-mysql-features/ https://mariadb.com/kb/en/mariadb-versus-mysql-compatibility/

As MariaDB is a full replacement of MySQL, the MySQL manual at http://dev.mysql.com/doc is generally applicable.

Help:

More help is available from the Maria Discuss mailing list https://launchpad.net/~maria-discuss and the #maria IRC channel on Freenode.

License:


NOTE:

MariaDB is specifically available only under version 2 of the GNU General Public License (GPLv2). (I.e. Without the "any later version" clause.) This is inherited from MySQL. Please see the README file in the MySQL distribution for more information.

License information can be found in the COPYING, COPYING.LESSER, and COPYING.thirdparty files.


Bug Reports:

Bug and/or error reports regarding MariaDB should be submitted at http://mariadb.org/jira

Bugs in the MySQL code can also be submitted at http://bugs.mysql.com

The code for MariaDB, including all revision history, can be found at: https://github.com/MariaDB/server


Code status:

  • tests status travis-ci.org (10.2 branch)