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 25ad623d64 MDEV-13240 Wrong warning with MAX(datetime_field) OVER (...)
The problem resided in Item_window_func implementation,
and it was revealed by bb-10.2-ext specific changes:

Item_window_func::save_in_field() works differently in bb-10.2-ext vs 10.2:

- 10.2 goes through val_str()
- bb-10.2-ext goes through get_date(), due to Type_handler related changes.
  get_date() tries to convert empty string to DATETIME, hence the warning.

During a discussion with Vicentiu, it was decided to fix
Item_window_func::val_xxx() to return NULL
(instead of an "empty" value, such as 0 for numbers and '' for strings)
when force_return_blank is set.
2017-07-04 14:14:30 +04:00
BUILD Add automatic updating of sub modules to BUILD scripts 2017-05-29 16:40:24 +03:00
client Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext 2017-06-15 15:27:11 +04:00
cmake Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext 2017-06-15 15:27:11 +04:00
dbug Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
debian MDEV-12449: Debian Packaging AWS key management plugin 2017-05-08 21:42:41 +03:00
Docs
extra Merge 10.2 into bb-10.2-ext 2017-06-19 16:56:13 +03:00
include Merge 10.2 into bb-10.2-ext; also, fix MDEV-13015 After restart, InnoDB wrongly thinks that a SEQUENCE is a TABLE 2017-06-15 18:06:55 +03:00
libmariadb@ff4bfdf1ca new connector version which correspond BULK command 2017-06-14 14:39:51 +02:00
libmysqld Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext 2017-06-15 15:27:11 +04:00
libservices MDEV-11663 Create services for functionality used by plugins 2017-04-27 19:12:38 +02:00
man Merge branch '10.1' into 10.2 2017-05-09 13:24:52 +02:00
mysql-test MDEV-13240 Wrong warning with MAX(datetime_field) OVER (...) 2017-07-04 14:14:30 +04:00
mysys Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext 2017-06-15 15:27:11 +04:00
mysys_ssl fix crashes with openssl fips builds 2017-05-10 01:33:03 +02:00
pcre
plugin Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext 2017-06-15 15:27:11 +04:00
randgen/conf
scripts Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext 2017-06-15 15:27:11 +04:00
sql MDEV-13240 Wrong warning with MAX(datetime_field) OVER (...) 2017-07-04 14:14:30 +04:00
sql-bench
sql-common Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00
storage Merge 10.2 into bb-10.2-ext 2017-06-27 08:13:59 +03:00
strings Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00
support-files Merge tag 'mariadb-10.2.6' into bb-10.2-ext 2017-05-26 19:32:28 +04:00
tests Merge 10.2 into bb-10.2-ext 2017-06-27 08:13:59 +03:00
unittest Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00
vio MDEV-10332 support for OpenSSL 1.1 and LibreSSL 2017-05-09 18:53:10 +02:00
win Merge 10.1 into 10.2 2017-05-06 14:36:46 +03:00
wsrep Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
zlib
.gitattributes
.gitignore Merge tag 'mariadb-10.2.6' into bb-10.2-ext 2017-05-26 19:32:28 +04:00
.gitmodules
.travis.compiler.sh travis: enable (main,archive).mysqlhotcopy_\1 test 2017-06-08 10:51:52 +04:00
.travis.yml travis: allowed_failures MYSQL_TEST_SUITES=plugins (MDEV-13002) 2017-06-08 10:53:12 +04:00
BUILD-CMAKE
CMakeLists.txt Merge branch '10.1' into 10.2 2017-05-09 13:24:52 +02:00
config.h.cmake Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00
configure.cmake
COPYING
COPYING.thirdparty Correct FSF address 2017-03-10 18:21:29 +01:00
CREDITS
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
KNOWN_BUGS.txt
README.md
VERSION bump the VERSION 2017-05-31 11:39:21 -04:00

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: 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.

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 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


Code status:

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