summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A cleanup for MDEV-17088 Provide tools to encode/decode mysql-encoded file sy...bb-10.5-mdev-17088Alexander Barkov2019-12-0410-87/+381
* A cleanup for MDEV-17088 Provide tools to encode/decode mysql-encoded file sy...Alexander Barkov2019-12-046-13/+64
* 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
* | | | A cleanup for MDEV-17088: disabling mariadb-conv-*.test for embeddedAlexander Barkov2019-11-302-0/+4
* | | | MDEV-21133: Alignment hints for ROW_FORMAT=COMPRESSEDMarko Mäkelä2019-11-291-26/+32
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-294-17/+12
|\ \ \ \ | |/ / /
| * | | Cleanup: Remove a constant template parameterMarko Mäkelä2019-11-292-13/+5
| * | | Disable failing Galera test cases.Jan Lindström2019-11-291-0/+3
| * | | MDEV-19510 Issue with: sql/wsrep_mysqld.cc : ip_lenTony Reix2019-11-291-4/+4
| |/ /
* | | MDEV-21133: Introduce memmove_aligned()Marko Mäkelä2019-11-293-9/+17
* | | Merge 10.4 into 10.5Marko Mäkelä2019-11-281-2/+1
|\ \ \ | |/ /
| * | Fix the Windows non-debug buildMarko Mäkelä2019-11-281-2/+1
* | | MDEV-21132: Add debug assertionsMarko Mäkelä2019-11-281-5/+8
* | | Merge 10.4 into 10.5Marko Mäkelä2019-11-284-56/+62
|\ \ \ | |/ /
| * | MDEV-21171 InnoDB is unnecessarily resetting FIL_PAGE_TYPE for full_crc32 filesMarko Mäkelä2019-11-283-32/+39
| * | fix ssl_crl test failures on newer OpenSSLSergei Golubchik2019-11-281-2/+2
* | | MDEV-17088 - fix overlinkingVladislav Vaintroub2019-11-281-1/+1