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 c57bbb2596 MDEV-17400 The result of TIME('42949672965959-01') depends on architecture
- Fixing portabibily problems in sql-common/my_time.c
  (and additionally in sql/sql_time.cc)

- Re-enabling func_time.test
  Now all new chunks added in MDEV-17351 work fine on all platforms.
2018-10-09 07:50:24 +04:00
BUILD Renamed compile-pentium scripts to compile-pentium32 2018-04-16 20:16:43 +03:00
client Merge 10.3 into 10.4 2018-09-11 21:31:03 +03:00
cmake Merge branch '10.2' into 10.3 2018-09-28 16:37:06 +02:00
dbug Misc. typos 2018-04-05 15:26:57 +04:00
debian Merge 10.3 into 10.4 2018-09-11 21:31:03 +03:00
Docs Misc. typos 2018-04-05 15:26:57 +04:00
extra Merge 10.3 into 10.4 2018-10-05 08:09:49 +03:00
include MDEV-17351 Wrong results for GREATEST,TIMESTAMP,ADDTIME with an out-of-range TIME-alike argument 2018-10-08 13:38:01 +04:00
libmariadb@17d0e53176 update libmariadb 2018-09-24 15:34:23 +02:00
libmysqld MDEV-16662 CMake warnings: CMP0026 2018-08-12 11:37:42 +02:00
libservices Remove compiler warnings 2018-01-30 21:33:56 +02:00
man Merge 10.2 into 10.3 2018-09-06 22:35:45 +03:00
mysql-test MDEV-17400 The result of TIME('42949672965959-01') depends on architecture 2018-10-09 07:50:24 +04:00
mysys Merge 10.3 into 10.4 2018-10-05 08:09:49 +03:00
mysys_ssl Windows : fix broken build with OpenSSL 2018-09-08 20:36:31 +01:00
pcre fix bundled pcre unit tests 2018-08-13 12:14:56 +02:00
plugin Merge 10.3 into 10.4 2018-09-11 21:31:03 +03:00
randgen/conf
scripts Merge 10.3 into 10.4 2018-10-05 08:09:49 +03:00
sql MDEV-17400 The result of TIME('42949672965959-01') depends on architecture 2018-10-09 07:50:24 +04:00
sql-bench Added more test to sql-bench 2018-04-30 14:05:27 +03:00
sql-common MDEV-17400 The result of TIME('42949672965959-01') depends on architecture 2018-10-09 07:50:24 +04:00
storage MDEV-17351 Wrong results for GREATEST,TIMESTAMP,ADDTIME with an out-of-range TIME-alike argument 2018-10-08 13:38:01 +04:00
strings Merge branch '10.2' into 10.3 2018-09-28 16:37:06 +02:00
support-files Merge 10.3 into 10.4 2018-10-05 08:09:49 +03:00
tests MDEV-16536 Remove shared memory transport 2018-08-20 14:11:36 +01:00
unittest Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
vio Small refactoring in vio. 2018-10-05 09:36:02 +01:00
win Merge branch '10.2' into 10.3 2018-09-28 16:37:06 +02:00
wsrep Prevent building WSREP without INNODB 2018-02-15 15:00:46 +00:00
zlib Build improvements and cleanups. 2017-09-08 18:22:15 +00:00
.gitattributes Merge branch '10.0' into 10.1 2018-05-05 14:01:59 +02:00
.gitignore Merge 10.3 into 10.4 2018-08-16 10:08:30 +03:00
.gitmodules Use https instead of ssh(git@) for rocksdb submodule. 2016-11-15 10:00:19 -05:00
.travis.compiler.sh MDEV-16213: Travis whitespace fix and remove comment 2018-06-29 13:57:36 +03:00
.travis.yml travis: llvm repo gpg key missing - use travis defination 2018-08-21 10:47:39 +03:00
appveyor.yml Add some hints for finding bison on its usual locations on Windows. 2018-02-14 17:01:07 +00:00
BUILD-CMAKE Minor spelling fixes in code comments, docs and output 2018-01-12 16:49:02 +02:00
CMakeLists.txt Enable C++11 2018-09-09 10:05:56 +04:00
config.h.cmake Merge branch '10.2' into 10.3 2018-09-28 16:37:06 +02:00
configure.cmake Cleanup log2() portability checks 2018-05-26 13:30:13 +04:00
COPYING
COPYING.thirdparty Correct FSF address 2017-03-10 18:21:29 +01:00
CREDITS Update contributors 2018-09-10 16:47:44 +04: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 Update AskMonty and Atlassian references to MariaDB 2016-03-08 15:24:01 +02:00
INSTALL-WIN-SOURCE Update AskMonty and Atlassian references to MariaDB 2016-03-08 15:24:01 +02:00
KNOWN_BUGS.txt
README.md README.md: Break off long line 2018-09-10 22:41:27 +04:00
VERSION bump the VERSION 2018-09-08 11:34:22 -04:00

Code status:

  • tests status travis-ci.org (10.4 branch)

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.

License:


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.


Bug Reports:

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

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