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.
C++ C Perl Yacc Shell HTML Other
Switch branches/tags
Permalink
Failed to load latest commit information.
BUILD Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext Jul 4, 2017
Docs Typo Errors Fixed like essensially->essentially Dec 25, 2017
client Merge bb-10.2-ext into 10.3 Jan 4, 2018
cmake Merge bb-10.2-ext into 10.3 Jan 4, 2018
dbug Re-enable 'S' for --debug (sf_sanity checking for each call) Dec 22, 2017
debian Merge bb-10.2-ext into 10.3 Jan 4, 2018
extra Merge bb-10.2-ext into 10.3 Jan 4, 2018
include Merge bb-10.2-ext into 10.3 Jan 4, 2018
libmariadb @ fe129ed Update Connector/C Dec 28, 2017
libmysqld Merge bb-10.2-ext into 10.3 Jan 4, 2018
libservices MDEV-11663 Create services for functionality used by plugins Apr 27, 2017
man Merge bb-10.2-ext into 10.3 Jan 4, 2018
mysql-test Merge bb-10.2-ext into 10.3 Jan 5, 2018
mysys Merge bb-10.2-ext into 10.3 Jan 4, 2018
mysys_ssl MDEV-13384 - misc Windows warnings fixed Sep 28, 2017
pcre Merge branch '10.1' into 10.2 Oct 24, 2017
plugin Moved semisync from a plugin to normal server Dec 18, 2017
randgen/conf Group commit for maria engine. Feb 12, 2010
scripts Merge bb-10.2-ext into 10.3 Jan 4, 2018
sql-bench don't install same files twice Aug 14, 2017
sql-common Merge bb-10.2-ext into 10.3 Jan 4, 2018
sql Merge bb-10.2-ext into 10.3 Jan 5, 2018
storage Merge bb-10.2-ext into 10.3 Jan 5, 2018
strings Merge bb-10.2-ext into 10.3 Jan 4, 2018
support-files Merge bb-10.2-ext into 10.3 Jan 4, 2018
tests Merge bb-10.2-ext into 10.3 Nov 30, 2017
unittest MDEV-13728 - Import MySQL 5.7 atomic operations for MSVC and Solaris Nov 27, 2017
vio MDEV-14113 Use abortive TCP close, in case server closes the connection Dec 11, 2017
win Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 Oct 30, 2017
wsrep Merge branch '10.1' into 10.2 Mar 30, 2017
zlib Build improvements and cleanups. Sep 8, 2017
.gitattributes Merge branch 'connect/10.1' into 10.1 Jun 28, 2016
.gitignore Merge bb-10.2-ext into 10.3 Jan 4, 2018
.gitmodules Use https instead of ssh(git@) for rocksdb submodule. Nov 15, 2016
.travis.compiler.sh Lean down compilation when running travis with rpl Dec 29, 2017
.travis.yml Travis-CI: clean up cruft and add more in-line commments Nov 21, 2017
BUILD-CMAKE various documentation updates Jun 18, 2012
CMakeLists.txt Merge bb-10.2-ext into 10.3 Sep 25, 2017
COPYING Import GPLv2,tokudb License Apr 17, 2013
COPYING.thirdparty Correct FSF address Mar 10, 2017
CREDITS Update MariaDB Foundation sponsors Jun 15, 2017
EXCEPTIONS-CLIENT MDEV-5645 MariaDB-5.5.35 - references are made to an "EXCEPTIONS-CLIE… May 31, 2014
INSTALL-SOURCE Update AskMonty and Atlassian references to MariaDB Mar 8, 2016
INSTALL-WIN-SOURCE Update AskMonty and Atlassian references to MariaDB Mar 8, 2016
KNOWN_BUGS.txt various documentation updates Jun 18, 2012
README.md README.md - Secure (HTTPS) Links Sep 25, 2017
VERSION bump the VERSION Dec 23, 2017
appveyor.yml Appveyor: apply feedback from wlad, timeout=4 Dec 25, 2017
config.h.cmake Cleanup UT_LOW_PRIORITY_CPU/UT_RESUME_PRIORITY_CPU Nov 28, 2017
configure.cmake Cleanup UT_LOW_PRIORITY_CPU/UT_RESUME_PRIORITY_CPU Nov 28, 2017

README.md

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: https://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 https://mariadb.org/jira

Bugs in the MySQL code can also be submitted at https://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)