summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-cl build on WindowsVladislav Vaintroub2019-10-301-1/+1
* MDEV-20917 InnoDB is passing NULL to nonnull function parametersMarko Mäkelä2019-10-296-22/+31
* Follow up fix for MDEV-16871Varun Gupta2019-10-281-1/+0
* compilation failure on ppc with -DCMAKE_BUILD_TYPE=DebugSergei Golubchik2019-10-221-1/+1
* Remove \n from DBUG_PRINT statementsMichael Widenius2019-10-218-9/+9
* read-only slave using statement replication should replicate tmp tablesMichael Widenius2019-10-218-7/+135
* Write error message if aria_log.??????? files are missingMonty2019-10-208-10/+52
* Simplify TABLE::decide_logging_format()Monty2019-10-204-36/+47
* Fixes for binary logging --read-only modeMonty2019-10-2018-62/+425
* MDEV-20855 Crash with PARTITION BY LIST and extended charactersAlexander Barkov2019-10-185-1/+71
* Merge 10.2 into 10.3Marko Mäkelä2019-10-1811-86/+173
|\
| * Simplify row_undo_ins_remove_sec_low()Marko Mäkelä2019-10-171-30/+22
| * MDEV-20850 Merge new release of InnoDB 5.7.28 to 10.2Marko Mäkelä2019-10-174-31/+30
| |\
| | * MDEV-20852 BtrBulk is unnecessarily holding dict_index_t::lockMarko Mäkelä2019-10-172-25/+29
| |/
| * Fixed bug in lock tables + alter table with Aria tables.Monty2019-10-165-13/+66
| * MDEV-10748 Server crashes in ha_maria::implicit_commitMonty2019-10-153-3/+40
| * MDEV-20778 UBSAN: call to function free_rpl_filter() through pointer to incor...Eugene Kosov2019-10-143-11/+9
| * MDEV-20813: Do not rotate keys for unallocated pagesMarko Mäkelä2019-10-141-8/+17
| * Merge 10.1 into 10.2Marko Mäkelä2019-10-141-1/+0
| |\
| | * MDEV-20813: Remove the buf_flush_init_for_writing() assertionMarko Mäkelä2019-10-142-2/+0
| | * MDEV-19740: Fix C++11 violations caught by GCC 9.2.1Marko Mäkelä2019-10-142-8/+19
* | | MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-1710-17/+305
* | | MDEV-20836 : Galera test failure on wsrep.variablesJan Lindström2019-10-162-18/+22
* | | MDEV-20812 Unexpected ER_ROW_IS_REFERENCED_2 upon DELETE from versioned table...Aleksey Midenkov2019-10-155-17/+71
* | | MDEV-20814 Assertion index->is_instant() failed on trivial upgrade from 10.1Marko Mäkelä2019-10-121-1/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2019-10-122-3/+12
|\ \ \ | |/ /
| * | MDEV-20813 Assertion failure in buf_flush_init_for_writing() for innodb_immed...Marko Mäkelä2019-10-122-3/+12
* | | Merge 10.2 into 10.3Marko Mäkelä2019-10-1246-640/+757
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-10-120-0/+0
| |\ \ | | |/
| | * MDEV-20728: /usr/sbin/mysqld: unknown variable 'defaults-group-suffix=mysqld1Julius Goryavsky2019-10-121-1/+1
| * | MDEV-20728: /usr/sbin/mysqld: unknown variable 'defaults-group-suffix=mysqld1Julius Goryavsky2019-10-121-1/+1
| * | Fix -std=c++98 -Wzero-length-arrayMarko Mäkelä2019-10-114-12/+10
| * | After-merge fix: Correct an assertionMarko Mäkelä2019-10-111-1/+1
| * | Merge 10.1 into 10.2Marko Mäkelä2019-10-1138-631/+485
| |\ \ | | |/
| | * MDEV-20805 follow-up: Catch writes of bogus pagesMarko Mäkelä2019-10-114-4/+22
| | * Merge 5.5 into 10.1Marko Mäkelä2019-10-1127-366/+382
| | |\
| | | * MDEV-20805 ibuf_add_free_page() is not initializing FIL_PAGE_TYPE firstMarko Mäkelä2019-10-112-6/+8
| | | * MDEV-19455: Avoid SET DEBUG_DBUG='-d,...' constructMarko Mäkelä2019-10-1121-224/+233
| | * | MDEV-20804 Speed up main.index_merge_innodbMarko Mäkelä2019-10-119-272/+83
| * | | Fix CMAKE_BUILD_TYPE=DebugMarko Mäkelä2019-10-115-25/+32
| * | | MDEV-18546 ASAN heap-use-after-free in innobase_get_computed_value / row_purgeNikita Malyavin2019-10-113-0/+110
| * | | add innodb_debug_sync var to support DEBUG_SYNC from purge threadsNikita Malyavin2019-10-118-13/+174
* | | | MDEV-20728: /usr/sbin/mysqld: unknown variable 'defaults-group-suffix=mysqld1Julius Goryavsky2019-10-121-1/+1
* | | | MDEV-19783: Relax an assertionMarko Mäkelä2019-10-101-4/+10
* | | | MDEV-19783: Add more assertionsMarko Mäkelä2019-10-103-3/+15
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-10-1014-189/+162
|\ \ \ \ | |/ / /
| * | | MDEV-20788: Bogus assertion failure for PAGE_FREE listMarko Mäkelä2019-10-104-168/+141
| * | | Fixed feedback_plugin_load to work with staticly loaded pluginMichael Widenius2019-10-101-1/+5
| * | | Rename log_make_checkpoint_at() to log_make_checkpoint()Marko Mäkelä2019-10-099-21/+17
* | | | Fix compilation 2 (GCC 9)Aleksey Midenkov2019-10-102-0/+10