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.
 
 
 
 
 
 
Alexander Barkov 5c5034f9d4 Adding "const" qualifier to methods Field::eq_def() and 10 years ago
BUILD cmake: remove unused files 10 years ago
Docs Merged with lp:~codership/codership-mysql/5.5-23, up to revision 3903 12 years ago
client MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 10 years ago
cmake MDEV-7376 - Removal of the tool "mysql_zap" 10 years ago
dbug dbug: correct trace for DBUG_RETURN(func()); -- gcc only 10 years ago
debian Merge pull request #123 from ottok/ok-debpkg-10.2 10 years ago
extra Merge branch '10.0' into 10.1 10 years ago
include MDEV-8111 - remove "fast mutexes" 10 years ago
libmysql Merge branch '10.0' into 10.1 10 years ago
libmysqld MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() 10 years ago
libservices rename {sys_vars,sql_plugin_services}.h -> *.ic 11 years ago
man MDEV-7376 - Removal of the tool "mysql_zap" 10 years ago
mysql-test MDEV-7780 - Support for faking server version 10 years ago
mysys MDEV-8111 - remove "fast mutexes" 10 years ago
mysys_ssl New encryption API. Piece-wise encryption. 10 years ago
pcre Merge branch '10.0' into 10.1 10 years ago
plugin MDEV-8111 - remove "fast mutexes" 10 years ago
randgen/conf Group commit for maria engine. 16 years ago
scripts MDEV-7376 - Removal of the tool "mysql_zap" 10 years ago
sql Adding "const" qualifier to methods Field::eq_def() and 10 years ago
sql-bench Merge branch '10.0' into merge-wip 11 years ago
sql-common compilation warning 10 years ago
storage MDEV-8542 - The "aria_recover" variable should be renamed "aria_recover_options" 10 years ago
strings Merge branch '10.0' into 10.1 10 years ago
support-files Merge branch 'github/10.0-galera' into 10.1 10 years ago
tests add missing DBUG_RETURN-s 10 years ago
unittest make encrypt-binlog and encrypt-tmp-files to fail if no encryption 10 years ago
vio MDEV-8957 [PATCH] Useless ssl_ctx_set_tmp_dh call in libmysql 10 years ago
win Merge branch 'connect/10.1' into 10.1 10 years ago
wsrep fix build on sol10-64 10 years ago
zlib Backport from trunk: 12 years ago
.gitattributes .gitattributes: pcre/testdata/greppatN4 -text 10 years ago
.gitignore Ignore tokudb tool 10 years ago
BUILD-CMAKE various documentation updates 14 years ago
CMakeLists.txt MDEV-8111 - remove "fast mutexes" 10 years ago
COPYING Use a new version of "COPYING", the GPL text. 16 years ago
COPYING.LESSER MWL#192: non-blocking client API, after-review fixes. 14 years ago
COPYING.thirdparty split README into the actual README and third-party licenses 12 years ago
CREDITS Updated sponsors and authors 12 years ago
EXCEPTIONS-CLIENT MDEV-5262: Missing retry after temp error in parallel replication 12 years ago
INSTALL-SOURCE Removed the obsolete instructions from the MySQL 5.1 manual. Instead provide a link to https://kb.askmonty.org/en/compiling-mariadb-from-source/ 13 years ago
INSTALL-WIN-SOURCE various documentation updates 14 years ago
KNOWN_BUGS.txt various documentation updates 14 years ago
README split README into the actual README and third-party licenses 12 years ago
VERSION bump the VERSION 10 years ago
config.h.cmake cmake: remove unused checks, options, and symbols 10 years ago
configure.cmake restore the check for HAVE_CXX_NEW, it is actually used 10 years ago

README

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

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