summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3bb-10.3-MDEV-12699Marko Mäkelä2019-04-1214-32/+473
|\
| * MDEV-12699 Improve crash recovery of corrupted data pagesMarko Mäkelä2019-04-1211-25/+467
| * FSP_FLAGS_MEM_MASK: Remove traces of ATOMIC_WRITESMarko Mäkelä2019-04-101-5/+4
| * 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-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_...Eugene Kosov2019-04-129-10/+10
* | 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
| * MDEV-8139: Clean up the freeing of B-tree pagesMarko Mäkelä2019-04-087-218/+98
| * cmake: force Boost dependency as neededSergei Golubchik2019-04-081-0/+5
| * copy-paste error fixedSergei Golubchik2019-04-071-1/+1
| * cmake: don't use generated files to detect a submoduleSergei Golubchik2019-04-071-2/+2
| * MDEV-18309: Remove unused codeMarko Mäkelä2019-04-074-26/+4
* | Merge 10.2 into 10.3Marko Mäkelä2019-04-0729-434/+374
|\ \ | |/
| * MDEV-18309: InnoDB reports bogus errors about missing #sql-*.ibd on startupMarko Mäkelä2019-04-076-67/+21
| * Re-record results for MTR_FEEDBACK_PLUGIN=1Marko Mäkelä2019-04-072-2/+2
| * MDEV-12699 preparation: Clean up recv_sysMarko Mäkelä2019-04-064-222/+180
| * MDEV-12699 preparation: Write MLOG_INDEX_LOAD for FTS_ tablesMarko Mäkelä2019-04-064-17/+31
| * MDEV-12699 preparation: Initialize the entire page on MLOG_ZIP_PAGE_COMPRESSMarko Mäkelä2019-04-063-27/+30
| * buf_page_get_gen(): Allow BUF_GET_IF_IN_POOL with a dummy page_sizeMarko Mäkelä2019-04-063-29/+20
| * Fix a crash in CHECK TABLE for corrupted encrypted root pageMarko Mäkelä2019-04-061-7/+2
| * MDEV-15528 preparation: Do not modify a freed pageMarko Mäkelä2019-04-061-34/+17
| * Clean up the parsing of MLOG_INIT_FILE_PAGE2Marko Mäkelä2019-04-063-46/+13
| * recv_recovery_is_on(): Add UNIV_UNLIKELYMarko Mäkelä2019-04-066-31/+19
| * Re-record plugins.feedback_plugin_loadMarko Mäkelä2019-04-061-1/+1
| * MDEV-19112 WITH clause does not work with information_schema as default databaseIgor Babaev2019-04-055-14/+52
* | Merge 10.2 into 10.3Marko Mäkelä2019-04-0443-212/+192
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-04-0411-5/+34
| |\
| | * index_merge_innodb did sometimes give wrong resultsMonty2019-04-048-2/+34
| | * Fix clang -Wunused-private-fieldMarko Mäkelä2019-04-033-5/+1
| * | Do not pass table_name_t to printf-like functionsMarko Mäkelä2019-04-046-12/+12
| * | MDEV-18836: Adjust a suppressionMarko Mäkelä2019-04-031-1/+1
| * | Fix the non-debug buildMarko Mäkelä2019-04-031-2/+2
| * | Merge 10.1 into 10.2Marko Mäkelä2019-04-034-4/+0
| |\ \ | | |/
| | * Remove unused declarationsMarko Mäkelä2019-04-039-63/+1
| | * Fix more -Wnonnull-compareMarko Mäkelä2019-04-032-2/+0
| * | MDEV-18733 MariaDB slow start after crash recoveryMarko Mäkelä2019-04-0320-181/+177
| * | Remove a useless CHECK TABLE printout for debug buildsMarko Mäkelä2019-04-031-7/+0
| * | Clean up table_name_tMarko Mäkelä2019-04-037-81/+46
* | | Fix the non-debug buildMarko Mäkelä2019-04-031-2/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2019-04-0325-170/+78
|\ \ \ | |/ /
| * | MDEV-11487: Remove dict_table_get_n_sys_cols()Marko Mäkelä2019-04-036-23/+13
| * | Merge 10.1 into 10.2Marko Mäkelä2019-04-0340-334/+102
| |\ \ | | |/
| | * Fix -Wnonnull-compareMarko Mäkelä2019-04-0334-321/+48