summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
...
* | | MDEV-19241 InnoDB fails to write MLOG_INDEX_LOAD upon completing ALTER TABLEMarko Mäkelä2019-04-171-18/+23
* | | MDEV-14239 Missing space: "innodb_open_files ... greaterthan"Marko Mäkelä2019-04-151-1/+1
* | | FSP_FLAGS_MEM_MASK: Remove traces of ATOMIC_WRITESMarko Mäkelä2019-04-101-5/+4
* | | 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-084-30/+16
* | | MDEV-8139: Clean up the freeing of B-tree pagesMarko Mäkelä2019-04-087-218/+98
* | | MDEV-18309: Remove unused codeMarko Mäkelä2019-04-074-26/+4
* | | MDEV-18309: InnoDB reports bogus errors about missing #sql-*.ibd on startupMarko Mäkelä2019-04-075-66/+16
* | | MDEV-12699 preparation: Clean up recv_sysMarko Mäkelä2019-04-063-220/+173
* | | 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
* | | Do not pass table_name_t to printf-like functionsMarko Mäkelä2019-04-046-12/+12
* | | Fix the non-debug buildMarko Mäkelä2019-04-031-2/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-1/+0
|\ \ \ | |/ /
| * | Fix more -Wnonnull-compareMarko Mäkelä2019-04-031-1/+0
* | | MDEV-18733 MariaDB slow start after crash recoveryMarko Mäkelä2019-04-034-35/+50
* | | 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
* | | 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-0317-171/+20
|\ \ \ | |/ /
| * | Fix -Wnonnull-compareMarko Mäkelä2019-04-0317-162/+24
* | | MDEV-19085: Remove a bogus debug assertionMarko Mäkelä2019-04-021-1/+0
* | | Fix integer type mismatchMarko Mäkelä2019-04-023-8/+8
* | | MDEV-19128 fil_name_parse() for MLOG_FILE_ is not portableMarko Mäkelä2019-04-021-6/+37
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-0211-1289/+2397
|\ \ \ | |/ /
| * | Omit the definition of unused function yyset_extra()Marko Mäkelä2019-04-022-3/+3
| * | Rebuild the InnoDB lexical analyzers with flex 2.6.4Marko Mäkelä2019-04-019-1134/+2270
| * | MDEV-19111 Unused field INFORMATION_SCHEMA.INNODB_TABLESPACES_SCRUBBING.ROTAT...Marko Mäkelä2019-04-011-9/+0
| * | Revert MDEV-18464 and MDEV-12009Marko Mäkelä2019-03-286-50/+72
| * | MDEV-18464: Port kill_one_trx fixes from 10.4 to 10.1Jan Lindström2019-03-286-72/+50
| * | cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-277-13/+11
* | | MDEV-19085: Fix a typo that was caught by GCC 5.4Marko Mäkelä2019-04-011-2/+1
* | | MDEV-19085 Assertion failures due to virtual columns after upgrading from 10.1Marko Mäkelä2019-04-011-5/+17
* | | remove unneeded codeEugene Kosov2019-03-291-4/+1
* | | remove dead codeEugene Kosov2019-03-296-514/+0
* | | post-merge: -Werror fixes in 10.2Sergei Golubchik2019-03-291-1/+1
* | | MDEV-19051 Avoid unnecessary writing MLOG_INDEX_LOADThirunarayanan Balathandayuthapani2019-03-285-79/+84
* | | Merge 10.1 into 10.2Marko Mäkelä2019-03-272-9/+11
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2019-03-271-0/+6
| |\ \
| | * | MDEV-18417/MDEV-18656/MDEV-18417: Work around compiler ASAN bugMarko Mäkelä2019-03-271-0/+7
* | | | Merge 10.1 into 10.2Marko Mäkelä2019-03-261-18/+24
|\ \ \ \ | |/ / /
| * | | MDEV-12711 mariabackup --backup is refused for multi-file system tablespaceMarko Mäkelä2019-03-261-10/+23
* | | | Fix the Windows buildMarko Mäkelä2019-03-251-1/+2
* | | | MDEV-19022: InnoDB fails to cleanup useless B-tree pagesMarko Mäkelä2019-03-255-69/+60
* | | | Avoid sign mismatch in comparisonsMarko Mäkelä2019-03-251-3/+3