summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22090 Change buffer is not freed after dropping or rebuilding tableMarko Mäkelä2020-03-311-2/+3
* MDEV-19514: Correct a few outdated commentsMarko Mäkelä2020-03-319-45/+43
* Merge 10.4 into 10.5Marko Mäkelä2020-03-3023-322/+333
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-03-3022-399/+402
| |\
| | * MDEV-20590 Introduce a file format constraint to ALTER TABLEMarko Mäkelä2020-03-302-3/+48
| | * MDEV-21832 FORCE all partition to rebuild if any one of theThirunarayanan Balathandayuthapani2020-03-301-0/+1
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-3017-385/+326
| | |\
| | | * MDEV-21572 buf_page_get_gen() should apply buffered page initializedThirunarayanan Balathandayuthapani2020-03-234-104/+217
| | | * blind fix for Windows buildingEugene Kosov2020-03-211-1/+0
| | | * MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-213-16/+6
| | | * MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-211-2/+4
| | | * InnoDB: reduce size of dtuple_tEugene Kosov2020-03-205-31/+34
| | | * correct comment in buf_page_is_corrupted()Eugene Kosov2020-03-201-1/+1
| | | * st_::span fixesEugene Kosov2020-03-201-145/+0
| | | * remove fishy reinterpret_cast from buf_page_is_zeroes()Eugene Kosov2020-03-207-39/+43
* | | | Cleanup recv_sys: Move things to membersMarko Mäkelä2020-03-306-214/+187
* | | | MDEV-12353: Remove a trace of pre-MDEV-13564 crash-upgradeMarko Mäkelä2020-03-301-11/+0
* | | | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-03-283-9/+16
* | | | MDEV-22060 MSAN use-of-uninitialized-value in main.query_cache_innodbMarko Mäkelä2020-03-271-5/+4
* | | | MDEV-21899 INSERT into a secondary index with zero-data-length key is not cra...Marko Mäkelä2020-03-271-2/+5
* | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-275-34/+64
* | | | MDEV-21850: ASAN use-after-poison in page_cur_insert_rec_low()Marko Mäkelä2020-03-261-6/+3
* | | | MDEV-22031 Assertion bpage->in_page_hash failed in buf_pool_watch_setMarko Mäkelä2020-03-252-6/+11
* | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-242-9/+0
* | | | cleanup: group deprecated:: code togetherEugene Kosov2020-03-231-48/+48
* | | | MDEV-21990 Issue a message on changing deprecated innodb_log_files_in_groupEugene Kosov2020-03-231-0/+7
* | | | fix formatting and remove outdated commentEugene Kosov2020-03-231-6/+8
* | | | Minor buffer pool cleanupMarko Mäkelä2020-03-232-94/+55
* | | | MDEV-21962: Minor cleanupMarko Mäkelä2020-03-232-18/+7
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-233-2/+5
|\ \ \ \ | |/ / /
| * | | MDEV-21792 Server aborts upon attempt to create foreign key on spatial fieldThirunarayanan Balathandayuthapani2020-03-232-2/+6
| * | | Cleanup my_atomic.h includesSergey Vojtovich2020-03-211-1/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-2114-77/+36
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-03-2013-82/+51
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-03-2013-84/+52
| | |\ \ | | | |/
| | | * MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace ID in root pagesMarko Mäkelä2020-03-201-0/+17
| | | * MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACEMarko Mäkelä2020-03-196-40/+21
| | | * MDEV-13626: Clean up the buffer pool resizing tests from MySQL 5.7Marko Mäkelä2020-03-191-19/+3
| | | * MDEV-21826 Recovery failure : loop of Read redo log up to LSNThirunarayanan Balathandayuthapani2020-03-183-24/+10
| | | * MDEV-20370 Crash after OPTIMIZE TABLE on TEMPORARY TABLEMarko Mäkelä2020-03-171-2/+1
| | | * innodb: fix typo in function descriptionPetr Vaněk2020-03-161-2/+2
| * | | Merge branch '10.4-MDEV-19966' of https://github.com/codership/mariadb-server...Jan Lindström2020-03-192-3/+5
| |\ \ \
| | * | | MDEV-20616: MariaDB-Galera 10.4.8 | Transaction aborted | Sig 6 Shutdownmkaruza2020-03-032-3/+5
* | | | | move my_assume_aligned() to a separate headerEugene Kosov2020-03-204-0/+4
* | | | | MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace IDMarko Mäkelä2020-03-201-0/+17
* | | | | MDEV-13626: Import and adjust buffer pool resizing tests from MySQL 5.7Marko Mäkelä2020-03-191-7/+4
* | | | | MDEV-21962: Fix a bug in buf_pool_t::clear_hash_index()Marko Mäkelä2020-03-192-6/+3
* | | | | MDEV-21962 Allocate buf_pool staticallyMarko Mäkelä2020-03-1829-2168/+1873
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-176-78/+38
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-167-81/+41
| |\ \ \ \ | | | |/ / | | |/| |