You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sergei Golubchik f6e91552f0 MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4Gb 5 years ago
BUILD Updated BUILD/SETUP from MariaDB 10.5 6 years ago
Docs MDEV-19563 Removed references to deprecated option innodb_locks_unsafe_for_binlog 7 years ago
client MDEV-22387: Do not violate __attribute__((nonnull)) 5 years ago
cmake Fix RPM packaging on cmake 3.18+ 5 years ago
dbug Merge 10.1 into 10.2 5 years ago
debian travis: 10.2 only - make faster 5 years ago
extra MDEV-24340 Unique final message of InnoDB during shutdown 5 years ago
include document that a fulltext parser plugin can replace mysql_add_word callback 5 years ago
libmariadb@e382442206 MDEV-22387: Do not violate __attribute__((nonnull)) 5 years ago
libmysqld MDEV-19838: followup, fix for PS & embedded 5 years ago
libservices Merge branch '5.5' into 10.1 7 years ago
man MDEV-23630: mysqldump logically dump system table information 5 years ago
mysql-test MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4Gb 5 years ago
mysys MDEV-22387: Do not violate __attribute__((nonnull)) 5 years ago
mysys_ssl MDEV-23925: Fixed warnings generated during compilation of mysys_ssl/openssl.c on MacOS 5 years ago
pcre Merge branch '10.1' into 10.2 6 years ago
plugin MDEV-24318 server_audit doesn't respect filters for PROXY_CONNECT 5 years ago
randgen/conf Group commit for maria engine. 16 years ago
scripts MDEV-21367: mysqld_safe log don't log to err.log 5 years ago
sql MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4Gb 5 years ago
sql-bench Merge 10.1 into 10.2 5 years ago
sql-common UBSAN: Fix a bit shift overflow 5 years ago
storage MDEV-17573 Assertion in federatedx on multi-update 5 years ago
strings MDEV-22387: Do not violate __attribute__((nonnull)) 5 years ago
support-files Merge 10.1 into 10.2 5 years ago
tests MDEV-19838: followup to make happy following protocol implementations: 5 years ago
unittest Fix to make it compiling on new ubuntu. 5 years ago
vio Merge branch '10.1' into 10.2 6 years ago
win Fix appveyor build. 6 years ago
wsrep Merge 10.1 into 10.2 7 years ago
zlib Merge remote-tracking branch 'connect/10.2' into 10.2 6 years ago
.clang-format .clang-format - do not sort include files. 6 years ago
.gitattributes Merge branch '10.0' into 10.1 8 years ago
.gitignore .gitignore 5 years ago
.gitmodules Use https instead of ssh(git@) for rocksdb submodule. 9 years ago
.travis.compiler.sh travis: add clang-5.0 8 years ago
.travis.yml Travis-CI: Remove builds that always fail to make CI useful again 6 years ago
BUILD-CMAKE various documentation updates 14 years ago
CMakeLists.txt Merge 10.1 into 10.2 5 years ago
COPYING Update FSF Address 7 years ago
CREDITS Update contributors 7 years ago
EXCEPTIONS-CLIENT MDEV-5262: Missing retry after temp error in parallel replication 12 years ago
INSTALL-SOURCE Update AskMonty and Atlassian references to MariaDB 10 years ago
INSTALL-WIN-SOURCE Update AskMonty and Atlassian references to MariaDB 10 years ago
KNOWN_BUGS.txt various documentation updates 14 years ago
README.md Appveyor configuration and addition of badge 7 years ago
THIRDPARTY Merge 10.1 into 10.2 7 years ago
VERSION bump the VERSION 5 years ago
appveyor.yml Appveyor configuration and addition of badge 7 years ago
config.h.cmake Merge branch '10.1' into 10.2 5 years ago
configure.cmake Merge branch '10.1' into 10.2 5 years ago

README.md

Code status:

  • Travis CI status travis-ci.org (10.2 branch)
  • Appveyor CI status ci.appveyor.com

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.

Licensing:


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 file. Third party license information can be found in the THIRDPARTY file.


Bug Reports:

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

For reporting security vulnerabilities see: https://mariadb.org/about/security-policy/

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)