All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.1.41 Changelog

The most recent release of MariaDB 10.1 is:MariaDB 10.1.48 Stable (GA) Download Now

DownloadRelease NotesChangelogOverview of 10.1

Release date: 31 Jul 2019

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.

  • Includes all fixes from MariaDB 5.5.65

  • 2019-07-26 18:17:55 +0300

    • List of unstable tests for 10.1.41 release (updated)

  • Merge 2019-07-26 13:33:51 +0200 - Merge branch '5.5' into 10.1

  • 2019-07-26 13:15:44 +0200

    • Move the test not suitable for embedded.

  • Merge 2019-07-26 10:48:12 +0200 - Merge branch 'merge-tokudb-5.6' into 10.1

  • 2019-07-26 08:48:46 +0200

    • 5.6.44-86.0

  • Merge 2019-07-26 07:57:57 +0200 - Merge remote-tracking branch 'connect/10.1' into 10.1

  • Merge 2019-03-26 17:13:42 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2019-03-25 23:54:09 +0100

    • Fixed compiler warning in connect engine

  • 2019-03-25 17:36:35 +0100

    • Fix : Server crash in PlugCloseFile with sql_mode='' Fixed by replacing sprinf by snprintf in ShowValue to avoid buffer overflow. It nows always use a buffer and returns int.

  • Merge 2019-01-27 13:49:03 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2019-01-27 12:22:44 +0100

    • Fix : CONNECT Engine JDBC not able to issue simple UPDATE statement from trigger or stored procedure

  • Merge 2019-01-04 10:43:32 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2019-01-03 18:19:36 +0100

    • Fix a few bug mainly concerning discovery and call from OEM (and prepare new table types)

  • Merge 2018-12-04 23:39:59 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2018-12-04 23:37:58 +0100

    • Fix wrong version number

  • Merge 2018-12-02 10:39:52 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2018-12-01 23:45:58 +0100

    • Make PlugSubAlloc to be exportable Suppress unused parameter from PlugSubSet

  • Merge 2018-10-11 22:49:27 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2018-10-11 18:47:59 +0200

    • Implement the CHECK TABLE statement and accept REPAIR and ANALYZE

  • Merge 2018-08-08 12:27:22 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2018-08-08 12:16:56 +0200

    • Comment out failing Cyrillic test in xml2.test

  • 2018-08-07 19:42:54 +0200

    • Fix Connect: Warnings with 10.0 filamtxt.cpp: DOSFAM::RenameTempFile: Change sprintf to snprintf. filamvct.cpp: VECFAM::RenameTempFile: Change sprintf to snprintf. javaconn.cpp: Add JAVAConn::GetUTFString function. Use it instead of env->GetStringUTFChars. Fix wrong identation. javaconn.h: Add GetUTFString declaration. jdbconn.cpp: Use GetUTFString function instead of env->GetStringUTFChars. jmgoconn.cpp: Use GetUTFString function instead of env->GetStringUTFChars. Fix wrong identation. jsonudf.cpp: change 139 to BMX line 4631. tabjmg.cpp: Add ReleaseStringUTF. Fix wrong identation. tabpivot.cpp: Fix wrong identation. tabutil.cpp: TDBPRX::GetSubTable: Change sprintf to snprintf.

  • Merge 2018-06-28 19:28:44 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2018-06-28 19:26:54 +0200

    • Fix Cannot insert unsigned values into a VEC table

  • Merge 2018-05-07 22:41:34 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2018-05-07 18:39:02 +0200

    • Fix CONNECT [filamtxt.cpp:429]: Suspicious condition

  • Merge 2018-03-27 23:17:24 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2018-03-27 23:16:14 +0200

    • Fix CONNECT engine JDBC remote index prevents UPDATE Fixed in TDBJDBC::OpenDB because query can be null for updates

  • Merge 2018-03-14 11:31:28 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2018-03-14 01:00:59 +0100

    • Fix CONNECT engine JDBC handling Postgresql UUID type Also handle Postgresql sending type VARCHAR for TEXT column and setting length to b x7FFFFFF when the length is unknown.

  • Merge 2018-02-26 11:58:50 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2018-02-26 00:40:02 +0100

    • Remove warning on not used tabtyp variable in connect_assisted_discovery

  • Merge 2018-02-16 15:43:33 +0100 - Commit merge of new MariaDB version

  • 2018-02-16 15:16:11 +0100

    • Make Json_Array_Add to accept a non JSON item as 1st parameter This is a test that will extended to some other UDF functions.

  • Merge 2018-02-14 11:32:58 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2018-02-13 15:11:08 +0100

    • Fix a bug causing CONNECT to loop when expanding a JSON column when the expanded column value is null or void array. - Adding the FullArray option to JSON tables. - Skipping expanded JSON lines when the expanded column value is null.

  • Merge 2018-02-02 18:14:55 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2018-02-02 15:39:38 +0100

    • Remove warning on not used tabtyp variable in connect_assisted_discovery

  • Merge 2018-02-01 01:19:58 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2018-01-31 12:36:46 +0100

    • Use delayed load for the MongoDB C Drive on Windows

  • Merge 2018-01-04 17:21:46 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2018-01-04 13:49:31 +0100

    • Fix , , This is done by removing the tbl table type THREAD option that causes a multiple of sporadic bugs. This may be temporary depending on whether a real fix is found.

  • Merge 2017-11-03 21:04:26 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2017-11-03 15:24:48 +0100

    • Fix : Actually this fixes SELECT queries when the WHERE clause have single quote.

  • Merge 2017-10-17 19:42:05 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-10-17 12:11:53 +0200

    • Update version number

  • Merge 2017-10-11 12:19:40 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-10-11 12:18:15 +0200

    • Fix modified: storage/connect/jdbconn.cpp

  • Merge 2017-09-11 18:16:35 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-09-11 16:30:45 +0200

    • Enable MONGO for the C driver. Modified: modified: storage/connect/CMakeLists.txt

  • Merge 2017-09-05 22:41:06 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-09-05 15:58:46 +0200

    • Update version number

  • Merge 2017-09-02 19:06:45 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-09-02 16:07:46 +0200

    • Fix MongoDB C Driver adding for CMAKE. Requires MongoDB C Driver version 1.7 now available

  • Merge 2017-08-31 10:00:48 +0200 - Merge branch 'ob-10.1' into 10.1

  • Merge 2017-08-31 01:26:45 +0200 - Merging from MariaDB repository

  • Merge 2017-08-30 11:50:52 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-08-29 18:20:01 +0200

    • New distribution enabling or disabling the MONGO table type

  • Merge 2017-08-27 23:12:37 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-08-27 17:23:27 +0200

    • Fix JDBC UPDATE containing single or double quote chars produces wrong result in ha_connect::GetStringOption

  • Merge 2017-08-20 13:14:55 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-08-20 13:13:52 +0200

    • Fix by implementing a fake virtual "check" function.

  • Merge 2017-08-18 12:46:57 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-08-18 12:45:31 +0200

    • Fix failing test tbl_thread on linux (and mask another fail until is fixed)

  • Merge 2017-08-13 18:59:11 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-08-13 16:11:09 +0200

    • Fix Modified: storage/connect/jdbconn.cpp

  • Merge 2017-08-11 21:50:47 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-08-11 19:06:33 +0200

    • Restore tabs. Modified: storage/connect/mysql-test/connect/r/xml2_grant.result and storage/connect/mysql-test/connect/r/xml2_mdev5261.result

  • 2017-08-11 16:44:44 +0200

    • Fix failing tests. Modified: storage/connect/mysql-test/connect/r/xml2_grant.result and storage/connect/mysql-test/connect/r/xml2_mdev5261.result

  • 2017-08-10 16:16:25 +0200

    • Make source from 10.2 source

  • 2017-08-06 22:04:14 +0200

    • Fix Linux compile error by #define NODW. Modified: plgdbutl.cpp; typo Modified: odbconn.h

  • 2017-08-06 21:33:52 +0200

    • Make source the same as branch 10.2

  • 2017-06-10 10:42:38 +0200

    • Last 3 commits of 10.2

  • 2017-06-08 18:17:17 +0200

    • Fix : Blank columns querying SQL Server Added support of NCHAR, NVARCHAR an ROWID JDBC types.

  • 2017-06-06 17:32:30 +0200

    • commit git 167, 168 and 169 msg

  • Merge 2017-05-28 12:29:40 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-05-28 12:28:12 +0200

    • Add CHECK TABLE to the list of accepted commands. This is to avoid an error to be reported when executing this command on a CONNECT table.

  • 2017-05-23 22:59:44 +0200

    • Fix bug: Discovery of JSON table fails in DEBUG mode when NO MONGO support. (tdb->Uri is uninitialized)

  • 2017-05-23 14:48:49 +0200

    • Fix gcc compiler warnings reported by Sergei

  • Merge 2017-05-12 11:52:43 +0200 - Merge branch 'develop' into 10.1

  • 2017-05-12 11:52:03 +0200

    • Fix column types wrongly set to TYPE_STRING in JSONColumns when the column contains NULL values.

  • Merge 2017-05-11 17:30:04 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-05-11 17:23:02 +0200

    • Fix wrong value of JSON column When null and the column is NOT NULL the value was not reset.

  • 2017-05-11 10:35:14 +0200

    • Fix converting bstr_t string to set error message

  • Merge 2017-05-08 16:51:23 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-05-08 14:46:15 +0200

    • Null_terminated not recognized by gcc

  • 2017-05-08 12:42:12 +0200

    • Fixing : compile errors on Windows with /Zc:strictStrings Introduce typedef PCSZ and replace PSZ by it where it matters All done on CONNECT but compile still fails because of an included system file

  • 2017-05-06 23:43:02 +0200

    • Prepare fixing compile errors on Windows with /Zc:strictStrings Introduce typedef PCSZ and replace PSZ by it where it matters

  • 2017-05-05 23:56:16 +0200

    • Fix Insert replaces values in ZIP file

  • 2017-05-04 18:49:00 +0200

    • Fix Cannot add index for ZIP CONNECT table

  • Merge 2017-05-03 10:40:29 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-05-03 10:39:32 +0200

    • Handle error return from SetPath

  • 2017-05-03 09:10:26 +0200

    • Fix gcc compile error. modified: storage/connect/tabmul.cpp

  • 2017-05-03 01:06:00 +0200

    • Fix MariaDB CONNECT DIR Type - Subfolder Option: SELECT Query Never Ends

  • Merge 2017-04-29 23:35:13 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-04-29 23:33:10 +0200

    • Fix valgrind warning for zipped tables

  • Merge 2017-04-26 23:07:30 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-04-26 18:38:32 +0200

    • Continue working on MONGO tables

  • 2017-04-25 10:58:34 +0200

    • Work on new MONGO table type Handle discovery, insert, update and delete Add support for Pipeline

  • 2017-04-17 10:44:51 +0200

    • Add MONGO table type new file: storage/connect/tabmgo.cpp new file: storage/connect/tabmgo.h

  • 2017-04-14 12:58:47 +0200

    • Comment out in CMakeLists.txt

  • 2017-04-13 23:52:39 +0200

    • Add mongoDB access to json tables. Finalize replacement of longjmp by throw.

  • 2017-04-13 21:30:33 +0200

    • Add mongoDB access to json tables. Filalize replacement oflongjmp by throw.

  • 2017-04-06 19:45:19 +0200

    • Fix bug. Date value was null when retrieved from a json expanded array.

  • Merge 2017-04-06 00:44:53 +0200 - Commit resolved files

  • 2017-04-05 10:22:58 +0200

    • Export TDBJSN class so it can be used by EOM tables

  • Merge 2017-03-28 10:02:28 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2017-03-27 15:51:39 +0200

    • Return to original version of jdbc.test

  • 2017-03-27 15:40:07 +0200

    • Fix crash when a line is not ended by \n.

  • Merge 2017-03-18 12:43:23 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2017-03-18 12:42:46 +0100

    • Typo

  • 2017-03-18 10:40:51 +0100

    • Fix : add MODE_READX to permissible index read

  • 2017-03-17 19:00:30 +0100

    • Fix : Crash when doing UPDATE or DELETE on an external table (ODBC, JDBC, MYSQL) with a WHERE clause on an indexed column. Also fix a bugs in TDBEXT::MakeCommand (use of uninitialised Quote) Add in this function the eventual Schema (database) prefixing.

  • Merge 2017-03-11 17:14:30 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2017-03-11 14:10:34 +0100

    • Also order the result of multiple=1 table, otherwise being different on Linux and Windows causing the test to fail.

  • 2017-03-10 17:53:36 +0100

    • CONNECT Storage Engine: Support of ENUM and SET column types for MYSQL tables.

  • 2017-03-10 00:28:26 +0100

    • CONNECT Storage Engine: The last commited changes have brought important additions to CONNECT. 1 - Replacement of setjmp/longjump's by try/catch/throw 2 - Support of multiple tables in subdirectories 3 - Support translating ENUM to VARCHAR for MYSQL tables. 4 - Tables based on ZIP files

  • 2017-03-09 16:28:11 +0100

    • CONNECT DIR tables: fix retrieving file date values under Windows.

  • 2017-03-08 23:30:24 +0100

    • Fix errors in function TDBSDR::FindInDir. Comment out PSYSTEMTIME stp not used in DIRCOL::ReadColumn causing a compile error won Linux?

  • 2017-03-08 11:12:36 +0100

    • Implement sub-directory search for multiple tables. This is specifies by MULTIPLE=3 when creating the table.

  • Merge 2017-03-06 15:08:37 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2017-03-05 23:54:54 +0100

    • Fix crash when creating CSV table Was an unprepared longjmp (now throw) Also fix a wrong calculation of To_Line sometimes causing a crash because of buffer overflow.

  • 2017-03-05 19:43:17 +0100

    • Replace setjmp-longjmp's by try_catch-throw

  • Merge 2017-03-02 00:24:36 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2017-03-01 12:17:25 +0100

    • Update version number and date

  • Merge 2017-02-24 23:18:22 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2017-02-24 23:15:28 +0100

    • Fix crashing when joining two JDBC tables.. Was in close (the virtual machine could have been detached.

  • Merge 2017-02-16 12:05:46 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2017-02-15 00:30:00 +0100

    • Fix gcc compile error on friend declaration. "friend TDBEXT" must specified as "friend class TDBEXT"

  • 2017-02-14 21:15:26 +0100

    • Fix gcc compile error on strlwr.

  • 2017-02-14 15:38:07 +0100

    • Add the tabext.cpp and tabext.h files in the source list.

  • 2017-02-14 12:20:20 +0100

    • This is a major update concerning many source files.

  • Merge 2017-01-17 19:24:48 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2017-01-17 10:42:41 +0100

    • Replace bios.json CRLF by LF to avoid test failing on Linux.

  • 2017-01-16 22:42:56 +0100

    • Fix gcc errors and warnings.

  • 2017-01-16 18:57:35 +0100

    • Add #include <fnmatch.h> #include <dirent.h> to avoid compile error on Linux.

  • 2017-01-16 18:03:09 +0100

    • Add #include <fnmatch.h> #include <stdlib.h> #include <stdio.h> #include <string.h> to avoid compile error on Linux.

  • 2017-01-16 17:18:54 +0100

    • Add #include <fnmatch.h> to avoid compile error on Linux.

  • 2017-01-16 15:13:40 +0100

    • Fix info cardinality for catalog tables. Was returning 0, which caused an assert error when retreiving records.

  • Merge 2016-12-25 12:19:11 +0100 - Merge branch 'ob-10.1' into 10.1

  • Merge 2016-12-24 17:48:21 +0100 - Merge branch '10.1' of into ob-10.1

  • 2016-12-24 17:48:10 +0100

    • Changing version number in ha_connect.cc

  • Merge 2016-12-23 16:42:01 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2016-12-23 14:23:46 +0100

    • Fix some XML table type bugs

  • Merge 2016-12-14 14:40:26 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2016-12-14 14:37:31 +0100

    • : developing handling files contained in ZIP file. Fix bug using multiple zip files

  • Merge 2016-12-14 11:16:52 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2016-12-14 11:11:22 +0100

    • : developing handling files contained in ZIP file. Enable using multiple zip files

  • Merge 2016-12-12 10:35:30 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2016-12-12 00:49:31 +0100

    • : developing handling files contained in ZIP file. A first experimental and limited implementation. Add NOCRYPT preprocessor definition to avoid compiling error

  • 2016-12-11 23:47:15 +0100

    • : developing handling files contained in ZIP file. A first experimental and limited implementation.

  • Merge 2016-12-02 22:46:46 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2016-12-02 11:29:14 +0100

    • SIGBUS errors in Connect Storage Engine for ArmHF and MIPS. Fix includes launchpad fix plus more to cover writing BIN tables.

  • Merge 2016-11-27 14:37:43 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2016-11-27 14:35:01 +0100

    • Fix null pointer java error when connecting to jdbc:drill driver. By setting the context class loader.

  • 2016-11-27 14:22:04 +0100

    • Fix null pointer java error when connecting to jdbc:drill driver. By setting the context class loader.

  • Merge 2016-11-14 18:49:09 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2016-11-14 15:22:22 +0100

    • place Java classes ApacheInterface and JdbcInterface into single jar file. Try to fix the INSTALL command.

  • 2016-11-14 11:41:46 +0100

    • suggested to add configuration support to the Apache wrapper. Try to fix the INSTALL command.

  • 2016-11-14 00:46:45 +0100

    • suggested to add configuration support to the Apache wrapper. Suppress / from the INSTALL command.

  • 2016-11-13 23:41:58 +0100

    • suggested to add configuration support to the Apache wrapper. Directly install a precompiled JavaWrappers.jar file.

  • 2016-11-13 18:39:35 +0100

    • Fix . Insert NULL into JDBC table does not work. Fixed in JDBConn::SetParam and adding java function SetNullParm.

  • Merge 2016-11-06 14:45:11 +0100 - Merge branch 'ob-10.1' into 10.1

  • 2016-11-06 10:23:18 +0100

    • Fix . Escape quoting character. Should be doubled. Now it is also possible to escape it by a backslash.

  • Merge 2016-10-14 17:57:43 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2016-10-14 17:32:21 +0200

    • Fix . Null values not retrieved for numeric types. Now the null is tested using the result set getObject method.

  • Merge 2016-10-05 18:02:57 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2016-10-05 16:03:50 +0200

    • Fix . Syntax error on quoted JDBC tables. Was because the quoting character was always '"' instead of being retrieve from the JDBC source.

  • Merge 2016-09-16 22:00:51 +0200 - Merge branch 'ob-10.1' into 10.1

  • 2016-09-16 17:30:46 +0200

    • Woking on . Lrecl mismatch on DBF files

  • Merge 2016-09-05 13:04:55 +0200 - Fix merge conflict

  • 2016-09-05 12:47:52 +0200

    • Fix . Memory leak in discovery

  • Merge 2016-09-05 12:49:39 +0200 - Merge branch '10.1' of into 10.1

  • 2016-08-10 17:57:58 +0200

    • JdbcInterface: change return type of ...Field function

  • 2016-07-15 00:43:37 +0200

    • jdbc.test: change data file girls.txt CRLF to LF

  • 2016-07-14 19:47:40 +0200

    • Disable JDBC tests that fail on Linux

  • 2016-07-12 11:56:38 +0200

    • Adding DESTINATION to install_jar in CMakeLists.txt

  • 2016-07-11 19:14:19 +0200

    • Change CONNECT to connect-engine in CMakeLists.txt

  • 2016-07-11 18:45:37 +0200

    • Add CONNECT_WITH_JDBC to CMakeLists.txt

  • 2016-07-11 15:22:30 +0200

    • Try distributing the JdbcInterface.jar ${INSTALL_PLUGIN_DIR} --> ${INSTALL_PLUGINDIR}

  • 2016-07-09 12:15:30 +0200

    • remove jdrv.test

  • 2016-07-09 12:08:31 +0200

    • JAVA DEBUG now depends on connect_xtrace MySQL and MariaDB drivers use catalog for schema

  • 2016-07-02 18:08:40 +0200

    • New version of java wrappers as the "wrappers" package

  • 2016-06-30 11:28:24 +0200

    • New version of java wrappers as the "wrappers" package

  • 2016-06-25 14:26:36 +0200

    • Define MAX_CONNECT_LEN as 1024 following MSDN recommendation

  • 2016-06-22 19:52:40 +0200

    • Fix warning "invalid conversion from const char * to char *"

  • Merge 2019-07-25 17:42:20 +0200 - Merge branch '5.5' into 10.1

  • Merge 2019-07-25 13:27:11 +0200 - Merge branch '5.5' into 10.1

  • 2019-07-25 14:23:47 +0530

    • DROP TEMPORARY table is logged despite no CREATE was logged

  • 2019-07-25 10:30:28 +0300

    • Replace ut_timer() with my_interval_timer()

  • 2019-07-23 15:46:51 +0530

    • DROP TEMPORARY table is logged despite no CREATE was logged

  • 2019-07-24 21:43:19 +0300

    • Remove the wrappers ut_time(), ut_difftime(), ib_time_t

  • 2019-07-24 21:07:48 +0300

    • : Failing assertion: slot->last_run <= current_time in fts0opt.cc

  • 2019-07-24 20:50:59 +0300

    • Reduce the amount of time(NULL) calls for lock processing

  • 2019-07-24 13:55:59 +0300

    • : Document some time_t fields better

  • 2019-07-24 20:43:24 +0300

    • Always initialize trx_t::start_time_micro

  • 2019-07-24 20:02:07 +0300

    • Remove ut_usectime(), ut_gettimeofday()

  • 2019-07-24 19:48:38 +0300

    • Correct the type of a parameter

  • 2019-07-24 19:43:37 +0300

    • : Remove ut_time_us()

  • 2019-07-24 19:41:59 +0300

    • Remove unused ut_get_year_month_day()

  • 2019-07-24 00:43:21 +0300

    • List of unstable tests for 10.1.41 release

  • Merge 2019-07-23 15:47:22 +0300 - 5.6.44-86.0

  • 2019-01-30 10:16:55 +0200

    • Fix PS-5388 (Enable hardware CRC32 under Valgrind)

  • 2019-07-23 14:40:22 +0300

    • : Make ut_time_ms(), ut_time_us() monotonic

  • 2019-07-23 15:15:00 +0300

    • Merge new release of InnoDB 5.6.45 to 10.1

  • 2019-07-23 14:51:48 +0300

    • gen_lex_hash: Omit deprecated register keywords

  • 2019-07-22 14:55:46 +0300

    • Phantom InnoDB table remains after interrupted CREATE...SELECT

  • 2019-07-19 09:48:17 +0300

    • Fix innodb-system-table-view for --embedded

  • 2019-07-18 23:26:52 +0300

    • : Disable innodb.check_ibd_filesize

  • 2019-07-18 23:24:13 +0300

    • : Also fix XtraDB

  • 2019-07-18 22:28:11 +0300

    • potential use-after-free

  • 2019-07-18 16:51:16 +0300

    • : Add innodb.check_ibd_filesize

  • 2019-07-18 15:01:13 +0300

    • : Adapt the test innodb-system-table-view

  • 2019-07-18 14:30:34 +0300

    • : Add the test innodb.trx_id_future

  • 2019-06-26 12:07:17 +0300

    • : Add the test innodb.innodb-wl5980-debug

  • 2019-07-15 13:30:10 +0530

    • : Write_on_release_cache(log_event.cc) function will not write "COMMIT", if use "mysqlbinlog ... | mysql ..."

  • 2019-07-11 18:24:27 +0530

    • Page read from tablespace is corrupted

  • 2019-07-11 02:55:04 -0700

    • Fix typo open_table_def()

  • 2019-07-08 18:15:47 +0200

    • workaround

  • 2019-07-08 12:08:00 +0200

    • restore RESTRICT_SYMBOL_EXPORTS(zlib)

  • 2019-07-05 08:37:44 +0200

    • MariaDB server or backup RPM install assumes mysql user exists

  • 2019-07-10 11:51:43 +0530

    • replicate-do filters cause errors when creating filtered-out tables on master with syntax unsupported on slave

  • 2019-07-08 11:37:34 +0530

    • : Assertion field_pos < field_count' failed in Protocol_text::store, Assertion field_handlers == 0 || field_pos < field_count'

  • 2019-07-08 17:04:18 +0300

    • fix Galera memory leak

  • 2019-07-06 12:22:45 +0100

    • Make Win compiler happy about the SERVER_AUDIT code.

  • 2019-07-05 12:22:04 +0100

    • Make Win compiler happy.

  • 2019-07-05 12:06:34 +0400

    • Adding tests for Assertion `tmp != ((long long) 0x8000000000000000LL)' failed in TIME_from_longlong_datetime_packed upon SELECT with GROUP BY

  • 2019-07-05 09:15:40 +0400

    • Assertion `tmp != ((long long) 0x8000000000000000LL)' failed in TIME_from_longlong_datetime_packed upon SELECT with GROUP BY

  • 2019-06-30 11:16:33 +0200

    • MariaDB server or backup RPM install assumes mysql user exists

  • 2019-06-30 11:17:55 +0200

    • fix incorrect shell usage

  • 2019-06-18 14:19:49 +0200

    • mariadb-10.3.15-linux-systemd-x86_64/bin/mysqld: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' and 'GLIBCXX_3.4.21' not found

  • 2019-07-03 16:41:01 +0400

    • server_audit plugin should not allow server_audit_output_type=SYSLOG on Windows.

  • 2019-06-10 09:07:49 -0700

    • Usage message for plugin activation - add FORCE_PLUS_PERMANENT

  • 2019-07-02 10:06:13 +0300

    • : wsrep_rec_get_foreign_key() is dereferencing a stale pointer to a page that was previously latched

  • 2019-07-01 13:15:20 +0300

    • Update test case

  • 2019-06-18 13:24:57 +0800

    • repair_symlink-5543 fails: ELOOP is 90

  • 2019-06-29 01:03:56 +0530

    • Fix galera_log_bin

  • 2019-06-28 21:50:56 +0530

    • : rpl.kill_race_condition failed in buildbot with Wrong value for slave parameter

  • 2019-06-28 17:46:43 +0300

    • poradic buildbot failures in rpl.rpl_semi_sync_uninstall_plugin

  • 2019-06-27 12:43:51 +0530

    • Fix galera_as_slave_gtid.test galera_var_gtid_domain_id galera.mdev_10518.test

  • 2019-06-27 11:15:00 +0530

    • Fix galera_sync_wait_show.test

  • 2019-06-12 15:58:44 +0530

    • Replication filters configured in my.cnf are ignored if slave reset and reconfigured

  • 2019-06-26 14:49:23 +0530

    • Fix galera_log_output_csv.test

  • 2019-06-24 19:38:00 +0300

    • imporve clang build

  • 2019-06-13 20:42:13 +0300

    • Fixed Aria recovery progress printing

  • 2019-06-13 17:54:28 +0300

    • Give a readable error if aria_log page numbers doesn't match

  • 2019-06-13 20:31:41 +0300

    • Backport aria usage if LSN_FMT from 10.3

  • Merge 2019-06-20 12:26:01 +0300 - Merge 5.5 into 10.1

  • 2019-06-08 17:36:52 +0200

    • : Make DISKS plugin check some privilege to access information_schema.DISKS table

  • 2019-06-15 01:02:55 +0400

    • loading the audit plugin causes performance regression.

  • Merge 2019-06-12 22:54:46 +0200 - Merge branch '5.5' into 10.1

  • 2019-06-12 19:02:08 +0300

    • encryption.innodb_lotoftables failed in buildbot with wrong result

  • 2019-06-12 12:50:19 +0300

    • Removed references to deprecated option innodb_locks_unsafe_for_binlog

  • 2019-06-12 13:09:41 +0400

    • - MariaDB crashes because of "long semaphore wait"after migrating from 10.1 to 10.3

  • 2019-06-12 12:25:00 +0530

    • InnoDB fails to start upon crash recovery with "[ERROR] InnoDB: Redo log crypto: failed to decrypt log block"

  • 2019-06-12 12:17:13 +0530

    • InnoDB fails to start upon crash recovery with "[ERROR] InnoDB: Redo log crypto: failed to decrypt log block"

  • 2019-06-07 12:24:27 +0400

    • - Disable _FORTIFY_SOURCE for ASAN builds

  • 2019-06-05 19:42:21 +0200

    • MY_CHECK_{C,CXX}_COMPILER_FLAG do not work on with localized gcc messages

  • 2019-06-03 12:42:36 +0400

    • Wrong charset is chosen when opening a pre-4.1 table

  • 2019-05-31 15:24:40 +0400

    • Add class Sql_cmd_create_table

  • 2019-05-30 19:34:08 +0400

    • - calculation inside sizeof() warning

  • 2019-05-30 12:11:57 +0530

    • : typo in error log

  • 2019-05-29 17:35:29 +0530

    • : Blackhole table updates on slave fail when row annotation is enabled

  • 2019-05-28 14:20:39 +0530

    • : Blackhole table updates on slave fail when row annotation is enabled

  • 2019-05-28 15:24:32 +0300

    • : Fix innodb_plugin on Windows

  • Merge 2019-05-28 11:25:45 +0300 - Merge 5.5 into 10.1

  • 2019-05-28 10:50:17 +0300

    • SET GLOBAL innodb_ deadlock due to LOCK_global_system_variables

  • 2019-05-28 08:07:45 +0300

    • : Remove the wrapper my_log2f()

  • 2019-05-21 09:20:49 +0300

    • Mention the sample IPv4 address 10.0.0.1

  • 2019-05-23 21:12:14 +0300

    • Assertion `thd_killed(thd) || !m_active_tranxs ..

  • 2019-05-14 23:58:56 -0700

    • RIGHT JOIN hangs in MariaDB

  • 2019-05-22 12:20:02 +0300

    • Stale files cause intermittent failure when ordering is unfortunate

  • 2019-05-20 17:44:55 +0530

    • : Plan changes from hash_index_merge to index_merge with new optimizer defaults

  • 2019-05-21 14:54:03 +0200

    • : Document mysqlimport option ignore-foreign-keys

  • 2019-05-17 19:17:19 +0300

    • Better comment from Monty for code in make_join_select

  • 2019-05-14 10:50:49 +0300

    • : galera mtr test galera_evs_suspect_timeout crashed

  • 2019-05-13 13:23:52 +0300

    • : Timeout in wait_condition.inc for PROCESSLIST

  • 2019-05-13 11:31:01 +0300

    • : Test failure on galera.galera_gcs_fc_limit

  • 2019-05-16 13:49:47 +0530

    • Fixed the case when statistics were not getting read because we had the statistics tables in the FROM list of the select. The statistics for tables are not read in such cases, so we need to check this case separately.

  • 2019-05-15 01:38:28 +0530

    • : Assertion `field->table->stats_is_read' failed in is_eits_usable

  • 2019-05-13 12:30:35 +0300

    • mysqlimport should support the ability to disable foreign keys

  • 2019-05-14 13:03:06 +0530

    • : rpl.rpl_row_mysqlbinlog test fails if row annotation enabled

  • 2019-05-13 17:16:42 +0300

    • heap-use-after-free related to innodb_ft_aux_table

  • 2019-05-13 17:07:13 +0300

    • fts_optimize_words(): Remove stray output

  • 2019-05-13 11:32:20 +0300

    • fts_doc_ids_free(): Define inline

  • 2019-05-13 08:48:22 +0300

    • Typo in error message "InnoDB: FTS Doc ID must be large than"

  • Merge 2019-05-11 22:19:05 +0300 - Merge branch '5.5' into 10.1

  • 2019-05-11 19:25:02 +0300

    • Update FSF address

  • Merge 2019-05-11 19:15:57 +0300 - Merge branch '5.5' into 10.1

  • 2019-05-07 12:53:50 +0530

    • encryption.innodb-redo-badkey failed in buildbot with page cannot be decrypted

  • 2019-05-09 10:41:10 +0300

    • : race condition in fts_get_table_name()

  • 2019-05-09 09:31:30 +0300

    • : Backport some code from

  • 2019-05-08 12:18:52 +0300

    • : heap-use-after-free in fts_get_table_name_prefix()

  • 2019-05-09 14:08:49 +0300

    • : Remove some redundant data structures

  • 2019-05-06 22:30:35 +0300

    • do not call slow my_timer_init() several times

  • 2019-05-09 16:55:08 +0200

    • mysql_upgrade_service throws exception upgrading from 10.0 to 10.3

  • 2019-05-01 15:22:22 +0400

    • Removed dead code

  • 2019-03-29 19:08:22 +0400

    • - InnoDB: Failing assertion: ut_strcmp(index->name, key->name)

  • 2019-05-08 09:54:26 -0400

    • bump the VERSION

  • Merge 2019-05-08 16:46:38 +0300 - Null merge mariadb-10.1.40 into 10.1

  • 2019-05-07 15:21:41 +0530

    • innodb_ft_result_cache_limit_32 fails on s390x

  • 2019-05-07 12:51:59 +0300

    • : Galera test failure on galera_parallel_autoinc_largetrx

  • 2019-05-06 17:15:32 +0300

    • Revert " do not call slow my_timer_init() several times"

  • 2019-05-06 12:12:10 +0200

    • UMASK_DIR configuration for mysql_install_db is not applied to mysql database

  • 2019-04-26 14:54:44 +0300

    • remove some duplicated MONITOR counters

  • 2019-05-06 15:38:02 +0300

    • do not call slow my_timer_init() several times

  • 2019-05-02 14:07:24 +0300

    • : CREATE TABLE IF NOT EXISTS locking changes in 10.3.10

  • Merge 2019-05-02 17:23:36 +0200 - Merge branch '5.5' into 10.1

  • 2019-05-02 10:17:05 -0400

    • bump the VERSION

  • 2019-05-01 01:44:45 +0530

    • : Server crash in alloc_histograms_for_table_share upon query from information schema

  • 2019-05-01 01:19:30 +0530

    • Adjusting sql_command to align with higher version, this is an adjustment to the patch for

Revision #403e6615fd
Revision #2382cd14a8
Revision #f8a1a262e2
Revision #4177181e16
Revision #24a0d7c507
Revision #25d216dcd5
Revision #fe71854157
Revision #6b1e133874
Revision #48d2141ba5
MDEV-15793
Revision #6b0fc1ee0e
Revision #e0c147c2da
MDEV-18192
Revision #e3b3e225df
Revision #261e9a8a53
Revision #faa1d149a7
Revision #f25aab0ecf
Revision #d6c7189f05
Revision #0fb92dddf9
Revision #ddff78ab18
Revision #5d6daa6f15
Revision #cce151f010
Revision #31dda7e9fd
Revision #040e7de6de
MDEV-16672
Revision #01536189ca
Revision #3d9d447614
MDEV-16167
Revision #546773fb78
Revision #762111ea3a
MDEV-15735
Revision #3bd6e68a42
Revision #494fb254e7
MDEV-15577
Revision #a0f47c39b7
Revision #46defc4373
MDEV-15429
Revision #c195e05132
Revision #ed5e84eddb
Revision #34e141180b
Revision #18e6a81bab
Revision #a88bdbdc63
Revision #46f3e320da
Revision #c6e13e3bc2
Revision #d8436c9f24
Revision #27fef1e62a
Revision #942d727751
Revision #dc303220e6
Revision #834559720c
MDEV-9844
MDEV-10179
MDEV-14214
Revision #3c6ba5b905
Revision #341a36021d
MDEV-13925
Revision #bcc39742b9
Revision #b7f352b278
Revision #2c41314eab
Revision #5aec754011
MDEV-13924
Revision #57c14acac8
Revision #791e5fd488
Revision #2b25447f1e
Revision #0f4b540780
Revision #92c8864f7b
Revision #c23b832556
Revision #6884f5628c
Revision #f6103105c0
Revision #b1b6b503b4
Revision #5c42d86aff
Revision #af727451cc
Revision #5b998bf953
MDEV-13621
Revision #c499f33b10
Revision #5f83a9b751
MDEV-12422
Revision #22a675b5d1
Revision #b6afeacd33
MDEV-10179
Revision #5b6906cf5b
Revision #4d5844d9da
MDEV-13503
Revision #b94cde2138
Revision #11ce35ea63
Revision #3979f130db
Revision #0b9ea65dc1
Revision #9e5ca80afe
Revision #d66d149f0a
Revision #bae30c93da
Revision #96f229460f
MDEV-12973
Revision #b781d29083
Revision #a6114421a7
Revision #24f5bbac50
Revision #e720e50213
Revision #37235293b0
Revision #630d70352c
Revision #8f66819611
Revision #b9dfbc154b
Revision #ea7081bfa2
Revision #2195f5dc02
Revision #9c887014ef
Revision #9d6677b5ea
Revision #40a56581b0
MDEV-12149
Revision #e7d91cd783
MDEV-12149
Revision #d75d61cd6f
MDEV-12603
Revision #fd166e0377
MDEV-12653
Revision #3f444827d9
Revision #ce3c7cd972
Revision #2d85b10060
Revision #cd337a3730
MDEV-12587
Revision #040ccce879
Revision #2f9db4ef70
MDEV-12631
Revision #e6da89bad7
Revision #b6135bb51e
Revision #36206acc2f
Revision #0149f9c2a1
Revision #95af77b1f7
Revision #ff704368c0
Revision #9262ae65fc
Revision #2c16792995
Revision #fcfcd99e64
Revision #332c617690
Revision #ffa7790d91
Revision #8bd1f06c5a
Revision #efe9982873
Revision #0518081c6d
Revision #cf1ca74736
Revision #d9b7433c98
MDEV-12220
Revision #932a4401f0
MDEV-12220
Revision #9e233c1ac0
Revision #e5f5457b6f
Revision #2d573a6c5a
Revision #bf6cadf923
Revision #cdc7a69ea2
Revision #95667ae294
Revision #fc8cf00429
Revision #e1c271067e
Revision #c4471352db
MDEV-12142
Revision #e52bf14714
Revision #5c8ef4953d
Revision #180fe61c1a
Revision #a8dacd03c3
Revision #62cd105689
Revision #c4ae3fcc68
Revision #403ef9918f
Revision #6aa144f8d6
Revision #41b4ef4348
Revision #5c2c68d454
Revision #de4fcf1e33
Revision #9fa0d2fe98
Revision #286819aef2
Revision #b1bd990e45
Revision #c7446daeb6
Revision #0cb9369b37
Revision #707cd98592
Revision #0b527dd36b
Revision #df21d45fdd
server
Revision #00e0acd814
Revision #970c90e8bd
Revision #5c0c623577
Revision #2b415eac08
Revision #b3d2ac3492
MDEV-11295
Revision #a411f0133c
Revision #8a3fc7c041
MDEV-11295
Revision #87261eeba9
Revision #0e06a8357b
MDEV-11295
Revision #9afa90090a
MDEV-11295
Revision #751abafb01
Revision #c6a72d2c9c
MDEV-11366
Revision #f292666c5e
Revision #c82462c054
Revision #c2f93a3354
Revision #9759d90ba0
Revision #558245d540
MDEV-11051
Revision #163629f32b
MDEV-11067
Revision #0bec832fea
MDEV-11067
Revision #db926c385e
MDEV-11067
Revision #bc65996b82
MDEV-11267
Revision #6bd527fc96
Revision #cde0746135
MDEV-11234
Revision #c8edba368c
Revision #cb8e5ecbce
MDEV-10950
Revision #1548d7f3f3
Revision #e6c678c8a9
MDEV-10948
Revision #3d208649e0
Revision #98cc0913f0
MDEV-10525
Revision #0799cf0804
Revision #a4623b5160
MDEV-10496
Revision #72f262ce6e
server
Revision #55fb72d869
Revision #e4b1846c60
Revision #543cba96c6
Revision #72844d88f6
Revision #11a1332b87
Revision #11f0eb0f1d
Revision #8388ae6c00
Revision #fca92ced73
Revision #b6209dc519
Revision #fc905f15d1
Revision #b0c90e8186
Revision #92dbe32ddb
Revision #d50acf9f88
Revision #584d213235
Revision #ae476868a5
Revision #8d0dabc56b
MDEV-20091
Revision #f6ea0389a4
Revision #e32f29b7f3
MDEV-20091
Revision #0c7c61019d
Revision #c663a9414b
MDEV-14154
Revision #9e5df96751
Revision #2b5bc761d3
MDEV-14154
Revision #10727b6953
Revision #10ee1b95b8
Revision #e764d5bc01
Revision #ab6dd77408
MDEV-14154
Revision #86767f4ac1
Revision #c83663e574
Revision #1f498f901b
Revision #c385d80abd
Revision #d653db32f2
MDEV-14154
Revision #61b5e244d6
MDEV-20127
Revision #e6c1e588f0
Revision #a5e268a293
MDEV-20102
Revision #4aa97ba594
Revision #864f0005f9
MDEV-20094
Revision #a24e824cc4
MDEV-20097
Revision #5b205458d9
MDEV-20097
Revision #f616e2b97f
MDEV-13625
Revision #eb14806e6c
MDEV-13625
Revision #5a22c45604
MDEV-13626
Revision #adbab0d4cd
MDEV-13625
Revision #10ebdb7f1d
MDEV-11154
Revision #aba2b41e9e
MDEV-19978
Revision #e52fea3fe9
Revision #d91dd2878a
MDEV-9409
Revision #a43edf73f3
Revision #5d04391f58
MDEV-19726
Revision #bdc961acc7
MDEV-17588
Revision #fd08f95322
MDEV-17963
Revision #838bb9fad4
Revision #02a0ebc613
Revision #d04961cdb3
Revision #be22d1ff39
MDEV-17857
Revision #11f13bff21
MDEV-17857
Revision #bee24fe181
MDEV-19726
Revision #1003c76eb4
Revision #971bef89ab
MDEV-19481
Revision #a099284b71
MDEV-19851
Revision #bf37b9fce9
MDEV-19636
Revision #b105427745
MDEV-19660
Revision #82bb108ea9
Revision #3816c411bf
Revision #85f1022410
Revision #49ec78ab70
MDEV-19370
Revision #5c1f51835a
MDEV-19904
Revision #354b14e718
Revision #6bc782a233
Revision #7f2cfa8f47
MDEV-8874
Revision #aa55d93cde
Revision #d36c107a6b
Revision #d78145459f
Revision #793e5be770
Revision #204434f2d0
Revision #cf40393471
Revision #d1fa6ba845
MDEV-18328
Revision #65e0c9b91b
MDEV-18661
Revision #5b65d61d93
Revision #56c60b2fc5
MDEV-16111
Revision #efc3cb9322
MDEV-19563
Revision #9d886de499
MDEV-16467
Revision #b2f76bac03
MDEV-16866
Revision #c5fe1b8fc1
MDEV-16866
Revision #e7695f95ae
MDEV-19360
Revision #c97c8c28b5
MDEV-17103
Revision #b003b0c934
MDEV-19675
Revision #5a19908b95
MDEV-19653
Revision #dd939d6f7e
MDEV-15734
Revision #78c1be8b6b
MDEV-18913
Revision #a47464d1c1
MDEV-11094
Revision #b347396181
MDEV-11094
Revision #8358c6f03e
MDEV-19614
Revision #bf8fe324d2
Revision #626f2a1c17
MDEV-19614
Revision #242a28c320
MDEV-6812
Revision #661289f462
Revision #aaf53ea0b6
MDEV-17948
Revision #e57bb1f76c
MDEV-19258
Revision #aad4e5637d
Revision #6dbc2ab8b3
MDEV-17752
Revision #aaa920dad3
MDEV-19537
Revision #91efcc6392
Revision #c84f390df2
MDEV-16021
Revision #61469b3a3b
MDEV-13549
Revision #579c1a8c20
MDEV-17061
Revision #70a5fb49a7
Revision #6ab9d1627a
MDEV-19407
Revision #a941e58fb8
MDEV-788
Revision #47637a3dd1
MDEV-11095
Revision #2647fd101d
MDEV-19445
Revision #1c97e07f8f
Revision #c7c54ce606
Revision #7f7211073c
MDEV-19441
Revision #cb248f8806
Revision #c0ac0b8860
Revision #f177f125d4
Revision #3e8cab51cb
MDEV-13893
Revision #542f32649b
MDEV-18220
Revision #f3718a112a
MDEV-18220
MariaDB 10.2
Revision #f92749ed36
MDEV-18220
Revision #5b3f7c0c33
MDEV-18220
Revision #06442e3e9f
MDEV-19399
Revision #d0ee3b5500
MDEV-19427
Revision #410585ca63
Revision #d0b73fb8d3
MDEV-16060
Revision #3e5526b0df
Revision #4ad720282d
Revision #7b93d71a4b
MDEV-19387
Revision #db9622f1f5
MDEV-19405
Revision #0573744a83
MDEV-19399
Revision #147c1239f1
MDEV-17640
Revision #c83f837053
MDEV-18214
Revision #8dc670a5e8
MDEV-19399
Revision #15f065599e
MDEV-17883
Revision #b85aa20065
Revision #8cda7ab6a2
Revision #ca94ce2a58
MDEV-19352
Revision #57c37e6c3f
MDEV-17605

Be notified of new MariaDB Server releases automatically by subscribing 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.

Distributions which Include MariaDB

This page is licensed: CC BY-SA / Gnu FDL