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
This page is licensed: CC BY-SA / Gnu FDL