summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4bb-10.4-supermergejanMarko Mäkelä2019-04-1215-129/+129
|\
| * 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-18993 The keep-alive connection (set spider_conn_recycle_mode = 1) in sp...Kentoku SHIBA2019-04-122-0/+4
* | | Fix InnoDB dynamic plugin compile errors on wsrep patch.Jan Lindström2019-04-103-2/+9
* | | MDEV-15528 preparation: Write MLOG_INIT_FREE_PAGEMarko Mäkelä2019-04-085-18/+39
* | | Merge 10.3 into 10.4Marko Mäkelä2019-04-0823-377/+244
|\ \ \ | |/ /
| * | 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
* | | MDEV-15584: Do not invoke open(dir=NULL)Marko Mäkelä2019-04-081-3/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2019-04-0829-376/+320
|\ \ \ | |/ /
| * | 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
* | | bump the VERSIONDaniel Bartholomew2019-04-071-1/+1
* | | Fixed wsrep replaying for stored procedures (#1256)mariadb-10.4.4Teemu Ollakka2019-04-0610-73/+578
* | | MDEV-18265: Replace deprecated variable debug to debug_dbug on Galera testsJan Lindström2019-04-0610-115/+20
* | | update test resultsSergei Golubchik2019-04-061-0/+1
* | | MDEV-19197 Move ASSERT_COLUMN_MARKED_FOR_XXX as methods to FieldAlexander Barkov2019-04-062-142/+151
* | | MDEV-18956 Assertion `sel->quick' failed in JOIN::make_range_rowid_filtersIgor Babaev2019-04-054-3/+88
* | | MDEV-19186: Assertion `field->table == table' failed in create_tmp_tableGalina Shalygina2019-04-063-0/+39
* | | MDEV-19185: Pushdown constant function defined with subqueryGalina Shalygina2019-04-054-4/+36
* | | MDEV-19184 Crash in IS_IPV6(_ucs2 0x0031)Alexander Barkov2019-04-053-35/+107
* | | Merge 10.3 into 10.4Marko Mäkelä2019-04-0535-218/+159
|\ \ \ | |/ /
| * | 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