summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* One more compilation error fix for c++11 in runtime codebb-10.3-cpp11Vlad Lesin2019-04-271-0/+5
* Compilation error fixVlad Lesin2019-04-261-3/+2
* C++11 support in CMakeLists.txtVlad Lesin2019-04-261-0/+8
* Merge 10.2 into 10.3Marko Mäkelä2019-04-2560-287/+1130
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-04-2556-114/+1186
| |\
| | * Merge 5.5 into 10.1Marko Mäkelä2019-04-2420-38/+495
| | |\
| | | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-2415-71/+481
| | | * MDEV-17260: Memory leaks in mysqlbinlogSujatha Sivakumar2019-04-241-0/+2
| | | * MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus errorMarko Mäkelä2019-04-234-10/+78
| | | * Fix the linking of async_exampleMarko Mäkelä2019-04-231-2/+2
| | * | MDEV-9465 The constructor StringBuffer(const char *str, size_t length, const ...Alexander Barkov2019-04-231-5/+0
| | * | MDEV-17605 Statistics for InnoDB table is wrong if persistent statistics is usedIgor Babaev2019-04-226-1/+204
| | * | MDEV-18920 Prepared statements with st_convexhull hang and eat 100% cpu.Alexey Botchkov2019-04-223-0/+12
| | * | Fixing -Werror=format-overflow errors (found by gcc-8.3.1)Alexander Barkov2019-04-225-7/+7
| | * | MDEV-14041 Server crashes in String::length on queries with functions and ROLLUPAlexander Barkov2019-04-224-4/+108
| | * | MDEV-17299 Assertion `maybe_null' failed in make_sortkeyAlexander Barkov2019-04-193-0/+41
| | * | MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, w...Sergei Petrunia2019-04-184-17/+92
| | * | MDEV-17830 Server crashes in Item_null_result::field_type upon SELECT with CH...Alexander Barkov2019-04-173-0/+39
| | * | MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subqueryVarun Gupta2019-04-114-0/+57
| | * | MDEV-19172 Reorder fields in PFS_events and PFS_events_waits to speed up memc...Eugene Kosov2019-04-052-23/+23
| | * | Merge branch '5.5' into 10.1Vladislav Vaintroub2019-04-040-0/+0
| | |\ \ | | | |/
| | | * MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-043-7/+34
| | * | MDEV-17610 Unexpected connection abort after certain operations fromVladislav Vaintroub2019-04-044-8/+33
| | * | MDEV-19169: Add --defaults-group-suffix option to mysql_install_db man pageIan Gilfillan2019-04-041-2/+17
| * | | MDEV-15837: Assertion `item1->type() == Item::FIELD_ITEM && item2->type() == ...Varun Gupta2019-04-243-0/+38
| * | | MDEV-17796 WHERE filter is ignored by DISTINCT IFNULL(GROUP_CONCAT(X), Y)Igor Babaev2019-04-233-1/+29
| * | | Do fast exit with error code and FATAL ERROR message, if innodb cannot start ...Vladislav Vaintroub2019-04-231-3/+1
| * | | Remove IBUF_COUNT_DEBUGMarko Mäkelä2019-04-197-189/+7
* | | | MDEV-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDBAlexander Barkov2019-04-213-1/+162
* | | | Backporting from 10.4 to 10.3: MDEV-17325 NULL-ability problems with LEAST() ...Alexander Barkov2019-04-206-1/+309
* | | | MDEV-18096 The server would crash when has configs rpl_semi_sync_master_enabl...Andrei Elkin2019-04-195-19/+38
* | | | MDEV-18092 Query with the table I_S.PARAMETERS stop working after a package i...Alexander Barkov2019-04-183-1/+73
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-1716-57/+495
|\ \ \ \ | |/ / /
| * | | MDEV-12699 Improve crash recovery of corrupted data pagesbb-10.2-MDEV-12699Marko Mäkelä2019-04-1711-25/+459
| * | | MDEV-19241 InnoDB fails to write MLOG_INDEX_LOAD upon completing ALTER TABLEMarko Mäkelä2019-04-173-26/+31
| * | | MDEV-14239 Missing space: "innodb_open_files ... greaterthan"Marko Mäkelä2019-04-151-1/+1
| * | | FSP_FLAGS_MEM_MASK: Remove traces of ATOMIC_WRITESMarko Mäkelä2019-04-101-5/+4
* | | | Typo fix in sql_sequence.ccwayne2019-04-151-2/+2
* | | | MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_...Eugene Kosov2019-04-129-10/+10
* | | | Merge remote-tracking branch 'origin/10.2' into 10.3bb-10.3-janmergeJan Lindström2019-04-122-2/+2
|\ \ \ \ | |/ / /
| * | | Fix wsrep_thd_is_applier macro to point correct function name.Jan Lindström2019-04-101-1/+1
| * | | cmake: pass CMAKE_BUILD_TYPE into src.rpmSergei Golubchik2019-04-091-1/+1
* | | | MDEV-19212: After-merge fix for sizeof(ulong)!=sizeof(ulint)Marko Mäkelä2019-04-082-7/+7
* | | | MDEV-12266: Pass fil_space_t* to fseg_free_page()Marko Mäkelä2019-04-085-48/+51
* | | | MDEV-14192: Add debug assertionsVlad Lesin2019-04-083-18/+36
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-0819-308/+156
|\ \ \ \ | |/ / /
| * | | Require --big-test for innodb.undo_truncate_recoverMarko Mäkelä2019-04-081-6/+2
| * | | MDEV-19212: Replace macros with type-safe inline functionsMarko Mäkelä2019-04-085-28/+22
| * | | MDEV-19212 4GB Limit on large_pages - integer overflowMarko Mäkelä2019-04-085-35/+16
| * | | MDEV-14192 Mariabackup assertion failure: byte_offset % OS_FILE_LOG_BLOCK_SIZ...Vlad Lesin2019-04-081-20/+11