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
Sergei Golubchik f4c39f7bc9 cleanup: mysqltest
* remove redundant casts
* fix fix_win_paths() not to pretend that it takes const char* string
  because it changes it. Fix its callers not to pass const strings
  into it.
* use _WIN32 not __WIN__
2017-03-29 00:40:21 +02:00
BUILD Cleanups 2017-01-11 09:19:45 +02:00
client cleanup: mysqltest 2017-03-29 00:40:21 +02:00
cmake MDEV-12328, attempt to fix windows packaging 2017-03-26 23:03:25 +00:00
dbug Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
debian MDEV-12096: Fix ln syntax in debian/rules for libmariadb3 symlink creation 2017-03-11 10:54:51 +02:00
Docs
extra MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 2017-03-17 12:42:07 +02:00
include MDEV-11720 main.signal_demo3 fails in buildbot on labrador 2017-03-29 00:40:21 +02: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 2017-02-10 17:01:45 +01:00
mysql-test MDEV-11720 main.signal_demo3 fails in buildbot on labrador 2017-03-29 00:40:21 +02:00
mysys Fix several compile warnings on Windows 2017-03-17 08:56:57 +00:00
mysys_ssl Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
pcre
plugin MDEV-12328, attempt to fix windows packaging 2017-03-26 23:03:25 +00:00
randgen/conf
scripts MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadir: 2017-02-14 07:46:58 +02:00
sql MDEV-9255 Add generation_expression to information_schema.columns. 2017-03-28 23:36:33 +04:00
sql-bench fix sql-bench test-table-elimination view leak. see MDEV-10310 for details 2016-07-12 22:21:49 +02:00
sql-common Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
storage Fix connect engine crashes in buildbot tests on Win64. 2017-03-27 16:46:38 +00:00
strings MDEV-11856 json_search doesn't search for values with double quotes 2017-03-14 15:25:02 +04:00
support-files Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
tests fix test for windows 64 2017-03-10 22:44:52 +01:00
unittest MDEV-11469 JSON_SEARCH returns incorrect results. 2016-12-09 12:26:32 +04:00
vio Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
win MDEV-12328, attempt to fix windows packaging 2017-03-26 23:03:25 +00:00
wsrep MDEV-8791 - AIX: Unresolved Symbols during linking 2016-10-31 12:18:23 +04:00
zlib
.gitattributes
.gitignore Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
.gitmodules really add a submodule 2016-09-12 17:51:52 +02:00
.travis.yml travis: add gcc-4.8 2017-03-07 20:51:08 +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-11195: Correct enablement of NUMA in innodb/xtradb 2016-11-01 11:09:47 +11:00
configure.cmake Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01: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 2017-02-17 16:23:17 -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)