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
Julius Goryavsky 3eecb8db22 MDEV-25356: SST scripts should use the new mariabackup interface
SST scripts for Galera should use the new mariabackup interface
instead of the innobackupex interface, which is currently only
supported for compatibility reasons.

This commit converts the SST script for mariabackup to use the
new interface. It does not need separate tests, as any problems
will be seen as failures when running multiple tests for the
mariabackup-based SST.
2021-04-11 17:07:36 +02:00
BUILD
client
cmake CMake - when searching bison, look also for win_bison 2021-03-31 14:26:10 +02:00
dbug
debian Fix postinst trigger when systemd is not running (Closes: #983563) 2021-04-06 17:20:43 +02:00
Docs
extra MDEV-25356: SST scripts should use the new mariabackup interface 2021-04-11 17:07:36 +02:00
include
libmariadb@fc431a035a
libmysqld
libservices
man
mysql-test Clarified abbreviated option names in some tests, to avoid 2021-04-11 02:26:59 +02:00
mysys
mysys_ssl
pcre
plugin MDEV-25242 Server crashes in check_grant upon invoking function with userstat enabled 2021-04-03 12:12:46 +02:00
randgen/conf
scripts MDEV-25356: SST scripts should use the new mariabackup interface 2021-04-11 17:07:36 +02:00
sql MDEV-13467 fixup: Improve error handling 2021-04-08 09:46:56 +03:00
sql-bench
sql-common
storage BtrBulk::table_name(): Return the table name while displaying 2021-04-09 17:38:21 +05:30
strings
support-files MDEV-25240 minor upgrade does not perform server restart 2021-03-29 12:19:57 +07:00
tests remove broken tests/grant.pl 2021-03-30 16:18:30 +11:00
unittest
vio
win
wsrep
zlib
.clang-format
.gitattributes
.gitignore MDEV-13467: Feature request: Support for ST_Distance_Sphere() 2021-03-27 10:42:39 +01:00
.gitmodules
.travis.compiler.sh
.travis.yml
appveyor.yml
BUILD-CMAKE
CMakeLists.txt cmake cleanup: drop support for ancient clang in WITH_ASAN option 2021-03-26 16:29:58 +03:00
config.h.cmake Replace mallinfo with mallinfo2 on supported systems 2021-03-27 08:40:04 +11:00
configure.cmake Replace mallinfo with mallinfo2 on supported systems 2021-03-27 08:40:04 +11:00
COPYING
CREDITS
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
KNOWN_BUGS.txt
README.md
THIRDPARTY
VERSION

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)