For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub
you can view more details of the revision and view diffs of the code modified
in that revision.
These changed were made after pulling 10.2.30 from origin
Temporarily fix by commenting out LIKE_FUNC in CondFilter
2019-11-21 20:12:06 +0100
Fix compile error (missing declaration) in tabrest.cpp
2019-11-21 19:38:17 +0100
Fix compile error (missing declaration) in tabrest.cpp
2019-11-21 18:33:52 +0100
Fix compile error (imcomplete switch) in ha_connect.cc
Merge 2019-11-21 16:27:50 +0100 - These changed were made after pulling 10.2.30 from origin, Temporarily fix by commenting out LIKE_FUNC i, CondFilter
2019-11-16 15:59:16 +0100
Fix missing declaration in tabrest.cpp causing compiling failure on Linux
2019-11-16 14:59:54 +0100
This new CONNECT version 1.07 fully implements NOSQL support. It allows working on JSON or XML data retrieved as REST query results from all binary distributions of MariaDB when cpprestsdk is installed and the GetRest library is available.
Make Rest available for MariaDB binary distributed versions.
Merge 2019-12-03 14:45:06 +0100 - Merge branch '10.1' into 10.2
Merge 2019-12-03 09:39:53 +0100 - Merge branch '5.5' into 10.1
2019-11-28 15:08:29 +0100
Using variables instead of values in mysqld --help documentation would be more accurate
2019-11-29 15:50:40 +0100
Update stracer description in mtr. strace-client is not used
2018-02-11 14:42:11 +1100
: mtr fix --strace
2019-10-23 17:40:24 +0500
Fixed some typos in mysql.cc
2019-11-29 13:21:23 +0100
Fix the line break warning (groff/lintian).
2019-11-30 18:19:20 +0700
cleanup: replace exit(1) with abort()
2019-11-30 12:14:00 +0700
InnoDB: log unsuccessful calls to pthread_attr_init() and pthread_create() before crash
2019-11-23 23:26:35 +0700
try to fix data races in DBUG
2019-11-26 21:48:22 +0200
cracklib-runtime needs a comma after to parse properly
2019-11-26 19:52:37 +0200
: Proper fix for cracklib-runtime
2019-11-25 11:08:13 +0200
: Upstream debian patch
2019-11-21 10:34:36 -0500
Fix incorrect DBUG_ENTER message for join_read_last
2019-11-26 08:49:50 +0200
async slave node fails to apply MyISAM only writes (#1418)
2019-11-21 00:32:27 +0700
cleanup DBUG
2019-11-19 17:09:43 +0700
cleanup: remove always true condition to fix clang warning
2019-11-18 15:22:01 +0200
Remove excessive sleep from test.
2019-11-18 15:18:00 +0200
CTAS async replication from mariadb master crashes galera nodes (#1410)
2019-11-18 11:50:58 +0530
: Wrong result when using a smaller size for sort buffer
2019-01-18 13:45:06 +1100
systemd: mariadb@bootstrap doesn't bootstrap, galera_new_cluster does
2019-11-27 11:58:20 +0700
check parameters of io_submit() and LinuxAIOHandler::reserve_slot()
wsrep_sst_mariadb-backup fails silently when mariadb-backup is not installed (#1406)
2019-11-07 15:24:21 +0530
: Query plan regression with optimizer_use_condition_selectivity > 1
2019-11-11 14:18:50 +0200
: Cleanup XDES_CLEAN_BIT
2019-11-11 14:07:01 +0200
: Clean up dict_hdr_create()
2019-11-11 14:02:38 +0200
: Clean up IMPORT TABLESPACE
2019-11-11 13:56:55 +0200
: Clean up btr_root_raise_and_insert()
2019-11-11 13:43:24 +0200
: Clean up page allocation
2019-11-08 11:04:26 +0200
: Optimize writing BTR_EXTERN_LEN
2019-11-11 13:26:19 +0200
: Clean up rtr_adjust_upper_level()
2019-11-11 13:36:21 +0200
Cleanup btr_page_get_prev(), btr_page_get_next()
2019-11-11 13:26:19 +0200
: Clean up rtr_adjust_upper_level()
2019-11-08 09:51:11 -0500
bump the VERSION
Be notified of new MariaDB Server releases automatically by to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.
MariaDB may already be included in your favorite OS distribution. More information can be found on the page.
This page is licensed: CC BY-SA / Gnu FDL
Change RestGet function so it can be called from a library.