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
Sergey Vojtovich a0dfefb0f8 Fixed c++11 narrowing error
sql/table.cc:8561:42: error: non-constant-expression cannot be narrowed
                             from type 'uint' (aka 'unsigned int') to
                             '__darwin_suseconds_t' (aka 'int') in
                             initializer list [-Wc++11-narrowing]
  timeval end_time= {thd->query_start(), uint(thd->query_start_sec_part())};
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sql/table.cc:8561:42: note: insert an explicit cast to silence this issue
  timeval end_time= {thd->query_start(), uint(thd->query_start_sec_part())};
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                         static_cast<__darwin_suseconds_t>( )
2018-09-09 12:37:04 +04:00
BUILD
client MDEV-16536 Remove shared memory transport 2018-08-20 14:11:36 +01:00
cmake less re-cmake messages 2018-08-12 11:37:43 +02:00
dbug
debian Merge 10.3 into 10.4 2018-08-16 10:08:30 +03:00
Docs
extra Merge 10.3 into 10.4 2018-08-16 10:08:30 +03:00
include Enable C++11 2018-09-09 10:05:56 +04:00
libmariadb@b948553b34 fix C/C packaging on debian 2018-08-12 14:52:37 +02:00
libmysqld MDEV-16662 CMake warnings: CMP0026 2018-08-12 11:37:42 +02:00
libservices
man
mysql-test EV-16992 Assertion `table_ref->table || table_ref->view' failed in 2018-09-06 20:19:37 -07:00
mysys MDEV-16536 Remove shared memory transport 2018-08-20 14:11:36 +01:00
mysys_ssl
pcre fix bundled pcre unit tests 2018-08-13 12:14:56 +02:00
plugin Merge 10.3 into 10.4 2018-08-16 10:08:30 +03:00
randgen/conf
scripts MDEV-15851 Stop creating mysql.host table 2018-08-16 18:12:13 +01:00
sql Fixed c++11 narrowing error 2018-09-09 12:37:04 +04:00
sql-bench
sql-common MDEV-16536 Remove shared memory transport 2018-08-20 14:11:36 +01:00
storage Enable C++11 2018-09-09 10:05:56 +04:00
strings Merge 10.2 into 10.3 2018-08-03 15:57:23 +03:00
support-files Merge 10.3 into 10.4 2018-08-16 10:08:30 +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 MDEV-16536 Remove shared memory transport 2018-08-20 14:11:36 +01:00
win fix third-party tool packaging on Win 2018-08-13 13:30:32 +02:00
wsrep
zlib
.gitattributes
.gitignore Merge 10.3 into 10.4 2018-08-16 10:08:30 +03:00
.gitmodules
.travis.compiler.sh
.travis.yml
appveyor.yml
BUILD-CMAKE
CMakeLists.txt Enable C++11 2018-09-09 10:05:56 +04:00
config.h.cmake
configure.cmake
COPYING
COPYING.thirdparty
CREDITS
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
KNOWN_BUGS.txt
README.md
VERSION bump the VERSION 2018-08-15 10:32:52 -04:00

Code status:

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