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
Alexander Barkov 40e5aceaff Removing Item_int_func::sargable. Adding virtual implementations of
count_sargable_conds() instead for Item_func_in, Item_func_null_predicate,
Item_bool_func2. There other Item_int_func descendants that used to set
"sargable" to true (Item_func_between, Item_equal) already have their
own implementation of count_sargable_conds(). There is no sense to
have two parallel coding models for the same thing.
2015-06-26 17:46:34 +04:00
BUILD MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
client Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
cmake my_aes_encrypt_gcm() and my_aes_decrypt_gcm() 2015-06-02 19:00:23 +02:00
dbug MDEV-6410 Cross-compile fixes 2014-07-08 19:34:53 +02:00
debian Update galera package name/version for debian 2015-04-15 10:21:46 -04:00
Docs MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
extra Merge branch '10.0' into 10.1 2015-03-07 13:21:02 +01:00
include MDEV-7956 - handler::rebind_psi() takes 0.07% in OLTP RO 2015-06-19 15:06:34 +04:00
libmysql MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
libmysqld MDEV-8126 encryption for temp files 2015-06-02 18:53:37 +02:00
libservices upate test results after 2300fe2e 2015-05-16 16:31:46 +02:00
man Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
mysql-test MDEV-8219: enforce_storage_engine cannot be set globally 2015-06-26 11:43:16 +03:00
mysys my_aes_get_size() 2015-06-02 19:00:23 +02:00
mysys_ssl my_aes_encrypt_gcm() and my_aes_decrypt_gcm() 2015-06-02 19:00:23 +02:00
packaging Merge branch '10.0' into 10.1 2015-03-07 13:21:02 +01:00
pcre Merge branch 'merge-pcre' into 10.0 2015-05-04 22:25:57 +02:00
plugin MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP RO 2015-06-19 15:06:34 +04:00
randgen/conf Group commit for maria engine. 2010-02-12 15:12:28 +02:00
scripts Do print SST log messages. 2015-06-24 23:38:04 -04:00
sql Removing Item_int_func::sargable. Adding virtual implementations of 2015-06-26 17:46:34 +04:00
sql-bench Merge branch '10.0' into merge-wip 2015-01-31 21:48:47 +01:00
sql-common Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
storage MDEV-7472: Implementation of user statements for handling the xtradb changed page bitmaps 2015-06-23 14:46:06 +03:00
strings MDEV-8214 Asian MB2 charsets: compare broken bytes as "greater than any non-broken character" 2015-06-26 13:40:28 +04:00
support-files Merge branch '10.0' into 10.1 2015-03-07 13:21:02 +01:00
tests remove a google specific script 2015-04-08 10:58:47 +02:00
unittest MDEV-8214 Asian MB2 charsets: compare broken bytes as "greater than any non-broken character" 2015-06-26 13:40:28 +04:00
vio MDEV-8096 vio timeouts are multiplied by 1000 for ssl 2015-05-05 21:56:46 +02:00
win Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
wsrep compiler warnings 2015-01-31 21:51:45 +01:00
zlib Backport from trunk: 2014-05-07 17:09:14 +02:00
.gitattributes Update .gitattributes 2015-05-08 17:27:41 +03:00
.gitignore perfschema 5.6.24 2015-05-05 15:23:47 +02:00
BUILD-CMAKE various documentation updates 2012-06-18 16:57:58 -04:00
CMakeLists.txt Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
config.h.cmake my_aes_encrypt_gcm() and my_aes_decrypt_gcm() 2015-06-02 19:00:23 +02:00
configure.cmake MDEV-6479 stack traces in 10.1 2015-02-28 19:48:22 +01:00
COPYING Use a new version of "COPYING", the GPL text. 2010-03-04 14:26:27 +01:00
COPYING.LESSER MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
COPYING.thirdparty split README into the actual README and third-party licenses 2014-05-24 18:23:46 +02:00
CREDITS Updated sponsors and authors 2014-03-28 09:31:43 +02:00
EXCEPTIONS-CLIENT MDEV-5645 MariaDB-5.5.35 - references are made to an "EXCEPTIONS-CLIENT" file but it does not exist 2014-05-31 13:18:56 +02:00
INSTALL-SOURCE Merging the changes for Bug 16633169 - MYSQL.INFO CONTAINS OUTDATED INFORMATION. 2013-04-16 12:17:18 +02:00
INSTALL-WIN-SOURCE Merging the changes for Bug 16633169 - MYSQL.INFO CONTAINS OUTDATED INFORMATION. 2013-04-16 12:17:18 +02:00
KNOWN_BUGS.txt various documentation updates 2012-06-18 16:57:58 -04:00
README split README into the actual README and third-party licenses 2014-05-24 18:23:46 +02:00
VERSION bump the VERSION 2015-05-08 11:48:02 +02:00

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 file CREDITS 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 MariadB foundation and SkySQL Ab, 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 do '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.

More help is available from the Maria Discuss mailing list
https://launchpad.net/~maria-discuss
and the #maria IRC channel on Freenode.

***************************************************************************

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.

***************************************************************************

IMPORTANT:

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

***************************************************************************