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
Marko Mäkelä 2c9e75ccfe MDEV-15326 after-merge fixes
trx_t::is_recovered: Revert most of the changes that were made by the
merge of MDEV-15326 from 10.2. The trx_sys.rw_trx_hash and the recovery
of transactions at startup is quite different in 10.3.

trx_free_at_shutdown(): Avoid excessive mutex protection. Reading fields
that can only be modified by the current thread (owning the transaction)
can be done outside mutex.

trx_t::commit_state(): Restore a tighter assertion.

trx_rollback_recovered(): Clarify why there is no potential race condition
with other transactions.

lock_trx_release_locks(): Merge with trx_t::release_locks(),
and avoid holding lock_sys.mutex unnecessarily long.

rw_trx_hash_t::find(): Remove redundant code, and avoid starving the
committer by checking trx_t::state before trx_t::reference().
2019-09-05 15:58:31 +03:00
BUILD Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
client Merge 10.2 into 10.3 2019-08-21 15:23:45 +03:00
cmake Merge 10.2 into 10.3 2019-08-29 12:00:12 +03:00
dbug Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
debian Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
Docs Merge branch '10.2' into 10.3 2019-06-14 07:36:47 +02:00
extra Merge 10.2 into 10.3 2019-08-15 15:59:32 +03:00
include MDEV-20425 Implement Boolean debug build option debug_assert 2019-08-29 13:13:17 +03:00
libmariadb@544b6f1d12 C/C 2019-09-03 20:34:30 +02:00
libmysqld Merge 10.2 (up to commit ef00ac4c86) into 10.3 2019-09-04 10:19:58 +04:00
libservices Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
man Merge 10.2 into 10.3 2019-05-29 11:32:46 +03:00
mysql-test Merge 10.2 into 10.3 2019-09-04 17:52:04 +03:00
mysys MDEV-20079 When setting back the system time while mysqld is running, NOW() and UNIX_TIMESTAMP() results get stuck 2019-09-04 09:30:43 +02:00
mysys_ssl Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
pcre Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
plugin Merge branch '10.2' into 10.3 2019-07-26 22:42:35 +02:00
randgen/conf
scripts Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
sql Merge 10.2 into 10.3 2019-09-04 17:52:04 +03:00
sql-bench Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
sql-common Merge 10.2 into 10.3 2019-08-21 15:23:45 +03:00
storage MDEV-15326 after-merge fixes 2019-09-05 15:58:31 +03:00
strings Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
support-files Merge branch '10.2' into 10.3 2019-07-26 22:42:35 +02:00
tests Merge 10.2 into 10.3 2019-06-11 13:00:18 +03:00
unittest Merge 10.2 to 10.3 2019-08-13 19:28:51 +03:00
vio Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
win Fix Windows packaging. 2019-07-27 13:53:56 +02:00
wsrep
zlib Merge remote-tracking branch 'connect/10.2' into 10.2 2019-08-30 16:52:43 +02:00
.clang-format MDEV-13631 Make use of clang-format 2019-06-12 22:36:43 +03:00
.gitattributes
.gitignore wsrep_check_version binary is added to .gitignore 2019-07-18 15:11:32 +02:00
.gitmodules
.travis.compiler.sh
.travis.yml
appveyor.yml
BUILD-CMAKE
CMakeLists.txt Merge 10.2 into 10.3 2019-08-21 15:23:45 +03:00
config.h.cmake MDEV-19845: Adaptive spin loops 2019-06-27 10:53:18 +03:00
configure.cmake MDEV-19845: Adaptive spin loops 2019-06-27 10:53:18 +03:00
COPYING
CREDITS
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
KNOWN_BUGS.txt
README.md
THIRDPARTY
VERSION bump the VERSION 2019-07-31 09:58:59 -04:00

Code status:

  • Travis CI status travis-ci.org (10.3 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