summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a race conditionbb-10.5-MDEV-16678-rebase2Marko Mäkelä2019-12-054-51/+68
* Cleanup: more inline functions; formattingMarko Mäkelä2019-12-0510-92/+83
* Do not add dead codeMarko Mäkelä2019-12-051-9/+0
* Cleanup: Revert some sql/ changesMarko Mäkelä2019-12-054-32/+55
* Cleanup: Remove release_mdl() and acquire_mdl()Marko Mäkelä2019-12-051-72/+49
* Do not add MDL changes to sql_class.hMarko Mäkelä2019-12-0511-96/+149
* Merge 10.5Marko Mäkelä2019-12-05163-24550/+7345
|\
| * MDEV-21174: Fix undefined behaviourMarko Mäkelä2019-12-051-1/+1
| * MDEV-21225: Fix warningsMarko Mäkelä2019-12-052-4/+3
| * A cleanup for MDEV-17088 Provide tools to encode/decode mysql-encoded file sy...Alexander Barkov2019-12-0513-66/+411
| * MDEV-21225 Remove ut_align() and use aligned_malloc()Marko Mäkelä2019-12-0521-236/+97
| * MDEV-21216: Remove fsp_header_get_space_id()Marko Mäkelä2019-12-047-86/+62
| * MDEV-21174: Fix GaleraMarko Mäkelä2019-12-041-9/+12
| * MDEV-19514: Update stale commentsMarko Mäkelä2019-12-042-21/+7
| * MDEV-21216 InnoDB does dirty read of TRX_SYS page before recoveryMarko Mäkelä2019-12-048-346/+291
| * Cleanup: use constexpr for SRV_UNDO_TABLESPACE_SIZE_IN_PAGESMarko Mäkelä2019-12-042-6/+3
| * Part2: MDEV-12518 Unify sql_yacc.yy and sql_yacc_ora.yyVladislav Vaintroub2019-12-045-19058/+40
| * Part1: MDEV-12518 Unify sql_yacc.yy and sql_yacc_ora.yyAlexander Barkov2019-12-042-54/+1533
| * MDEV-21205 Assertion failure in btr_sec_min_rec_markMarko Mäkelä2019-12-042-30/+22
| * bump the VERSIONDaniel Bartholomew2019-12-031-1/+1
| * MDEV-21174: Fix the 32-bit buildMarko Mäkelä2019-12-031-3/+6
| * MDEV-21174: Replace mlog_write_string() with mtr_t::memcpy()Marko Mäkelä2019-12-0313-155/+130
| * MDEV-21174: Replace mlog_memset() with mtr_t::memset()Marko Mäkelä2019-12-0318-219/+187
| * Cleanup: Remove some page_get_page_no() callsMarko Mäkelä2019-12-0310-115/+81
| * MDEV-21174: Replace mlog_write_ulint() with mtr_t::write()Marko Mäkelä2019-12-0353-3554/+2758
| * MDEV-21174: Cleanup MLOG_PAGE_CREATEMarko Mäkelä2019-12-033-69/+18
| * MDEV-16264: Minor cleanupMarko Mäkelä2019-12-033-11/+12
| * MDEV-12353 preparation: Do not write MLOG_REC_MIN_MARKMarko Mäkelä2019-12-035-56/+34
| * MDEV-12353 preparation: Do not write MLOG_FILE_WRITE_CRYPT_DATAMarko Mäkelä2019-12-035-59/+79
| * MDEV-21133: Remove buf_frame_copy()Marko Mäkelä2019-12-034-29/+4
| * MDEV-17554 versioning partition tests reorganizeAleksey Midenkov2019-12-036-607/+613
| * MDEV-17554 history partitioning cleanupsAleksey Midenkov2019-12-0310-230/+283
| * Merge 10.4 into 10.5Aleksey Midenkov2019-12-0247-108/+1240
| |\
| | * Merge 10.3 into 10.4Aleksey Midenkov2019-12-0218-38/+278
| | |\
| | | * MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-027-14/+71
| | | * MDEV-21011 Table corruption reported for versioned partitioned table after DE...Aleksey Midenkov2019-12-023-2/+42
| | | * MDEV-21155 Assertion with versioned table upon DELETE from view of view after...Aleksey Midenkov2019-12-024-6/+143
| | | * MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via viewAleksey Midenkov2019-12-023-6/+38
| | | * MDEV-20441 ER_CRASHED_ON_USAGE upon update on versioned Aria tableAleksey Midenkov2019-12-027-9/+43
| | | * fix ssl_crl test failures on newer OpenSSLSergei Golubchik2019-11-291-2/+2
| | | * Revert "Fix upgrade errors on eoan"Sergei Golubchik2019-11-291-10/+0
| | | * Fix upgrade errors on eoanSergei Golubchik2019-11-281-0/+10
| | | * RPM packaging fixes for FC31Sergei Golubchik2019-11-281-3/+5
| | | * MDEV-21167 LF_PINS::stack_ends_here inaccurate, leading to alloca() larger th...Vladislav Vaintroub2019-11-282-10/+5
| | | * MDEV-19669 - fix matching CIDR address for proxy protocol.Vladislav Vaintroub2019-11-271-1/+1
| | | * MDEV-21158 trx_undo_seg_free() is never redo-loggedMarko Mäkelä2019-11-271-2/+2
| | | * MDEV-18727 cleanupAleksey Midenkov2019-11-252-20/+0
| | * | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONED (10.4)Aleksey Midenkov2019-12-029-28/+118
| | * | MDEV-18973 CLIENT_FOUND_ROWS wrong in spiderKentoku2019-11-2927-43/+846
| | |\ \
| | | * | MDEV-18973 CLIENT_FOUND_ROWS wrong in spiderbb-10.4-MDEV-18973_2Kentoku2019-11-2927-43/+846