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
Aleksey Midenkov e83b54cb34 Tests: disabled tests failing in 10.3 [#302]
main.tc_heuristic_recover
main.func_regexp_pcre
main.mysql_client_test
main.mysql_client_test_comp
main.mysql_client_test_nonblock
encryption.innodb_encrypt_log_corruption
innodb.group_commit_binlog_pos
innodb.group_commit_binlog_pos_no_optimize_thread
innodb.innodb-alter-tempfile
innodb.log_file
innodb.log_file_name
innodb.log_file_name_debug
innodb.log_file_size
innodb.log_corruption
innodb_gis.rtree_compress
innodb_gis.rtree_compress2
innodb_gis.rtree_purge
innodb_gis.rtree_split
mariabackup.huge_lsn
rpl.rpl_semi_sync_event_after_sync
rpl.rpl_semi_sync_after_sync_row
rpl.rpl_semi_sync_after_sync
2017-11-21 21:54:11 +03:00
BUILD System Versioning pre0.12 2017-11-07 00:37:49 +03:00
client SQL,Client: mysqldump for TRT fix [#302] 2017-11-17 11:50:40 +03:00
cmake Scripts: WARN_MODE off by default 2017-11-13 19:11:03 +03:00
dbug
debian Misc: Debian patches update 2017-11-13 19:11:03 +03:00
Docs
extra Merge bb-10.2-ext into 10.3 2017-11-10 16:12:45 +02:00
include Revert "SQL: 1-row partition rotation fix [fixes #260]" 2017-11-17 11:25:52 +03:00
libmariadb@7e53ab3698
libmysqld System Versioning pre1.0 2017-11-13 19:09:46 +03:00
libservices
man
mysql-test Tests: disabled tests failing in 10.3 [#302] 2017-11-21 21:54:11 +03:00
mysys System Versioning pre1.0 2017-11-13 19:09:46 +03:00
mysys_ssl
pcre
plugin IB, SQL: removed VTQ, added TRT on SQL layer [closes #305] 2017-11-15 00:22:10 +03:00
randgen/conf
scripts IB, SQL: removed VTQ, added TRT on SQL layer [closes #305] 2017-11-15 00:22:10 +03:00
sql SQL: don't update TRT when altered [#305, #302] 2017-11-17 14:28:45 +03:00
sql-bench
sql-common Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-10-30 20:47:39 +04:00
storage Tests: TRT-related results [#305] 2017-11-21 21:54:10 +03:00
strings Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-10-30 20:47:39 +04:00
support-files
tests Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-10-30 20:47:39 +04:00
unittest Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-10-30 20:47:39 +04:00
vio
win Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-10-30 20:47:39 +04:00
wsrep
zlib
.gitattributes
.gitignore Revert changes to .gitignore 2017-11-13 19:11:04 +03:00
.gitmodules
.travis.compiler.sh
.travis.yml Merge bb-10.2-ext into 10.3 2017-11-02 12:08:37 +02:00
BUILD-CMAKE
CMakeLists.txt System Versioning pre0.12 2017-11-07 00:37:49 +03:00
config.h.cmake
configure.cmake
COPYING
COPYING.thirdparty
CREDITS
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
KNOWN_BUGS.txt
README.md Misc: original README.md 2017-11-13 19:11:03 +03:00
sysvars_aria,32bit.rdiff
sysvars_debug,32bit.rdiff
sysvars_innodb,32bit.rdiff
sysvars_server_embedded,32bit.rdiff
sysvars_server_notembedded,32bit.rdiff
sysvars_wsrep,32bit.rdiff
VERSION bump the VERSION 2017-10-31 19:56:44 -04: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: 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)