summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27336 Crash on DROP DATABASE due to out-of-bounds result from InnoDB SUB...st-10.6-markoMarko Mäkelä2021-12-211-2/+13
* MDEV-27322 Test innodb.doublewrite crashes when using innodb_flush_method=O_...bb-10.6-MDEV-27322Thirunarayanan Balathandayuthapani2021-12-211-3/+6
* MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferThirunarayanan Balathandayuthapani2021-12-122-7/+7
* MDEV-27111 atomic.rename_table test case failsThirunarayanan Balathandayuthapani2021-12-121-0/+12
* MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferThirunarayanan Balathandayuthapani2021-12-124-28/+65
* MDEV-27219 Some error messages might report table names incorrectly on LLP64Marko Mäkelä2021-12-101-3/+3
* Merge branch '10.5' into 10.6Sergei Golubchik2021-12-074-73/+76
|\
| * MDEV-27190 InnoDB upgrade from 10.2, 10.3, 10.4 is not crash-safeMarko Mäkelä2021-12-071-1/+3
| * MDEV-27183 optimize std::map lookup in during crash recoverybb-10.5-MDEV-27183-map-lookup-recoveryEugene Kosov2021-12-072-11/+13
| * cleanup: reduce code bloatbb-10.5-kevgsEugene Kosov2021-12-062-61/+60
* | MDEV-27058 fixup: GCC 11 -march=i686 -Warray-boundsMarko Mäkelä2021-12-041-3/+4
* | Merge 10.5 into 10.6Marko Mäkelä2021-12-043-6/+3
|\ \ | |/
| * Correct some commentsMarko Mäkelä2021-12-032-5/+4
| * MDEV-27139 32-bit systems fail to use big innodb-log-file-sizeEugene Kosov2021-12-031-3/+1
| * MDEV-12353 fixup: Correct a commentMarko Mäkelä2021-12-011-2/+2
| * MDEV-26682 fixup: GCC -Wunused-variableMarko Mäkelä2021-11-241-1/+1
* | MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferbb-10.6-MDEV-27014Thirunarayanan Balathandayuthapani2021-12-013-4/+5
* | MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferThirunarayanan Balathandayuthapani2021-11-293-11/+26
* | Fix MSVC warning C4819 when system codepage is set to UTF-8.Vladislav Vaintroub2021-11-281-3/+3
* | Windows : fix clang-cl build.Vladislav Vaintroub2021-11-281-1/+1
* | MDEV-26674 follow-up: Bless Linux 5.15.3bb-10.6-MDEV-26674Marko Mäkelä2021-11-251-1/+8
* | Fix build failure on mac due to invalid access on private member from rw_lockbb-10.6-robertRobert Bindar2021-11-241-0/+1
* | MDEV-27058 fixup: Fix MemorySanitizer, and GCC 4.8.5 ICE on ARMv8Marko Mäkelä2021-11-203-49/+54
* | MDEV-27058 fixup: Avoid a hang with ROW_FORMAT=COMPRESSEDMarko Mäkelä2021-11-191-24/+25
* | MDEV-27058: Reduce the size of buf_block_t and buf_page_tMarko Mäkelä2021-11-1879-3296/+2818
* | MDEV-27058: Move buf_page_t::slot to IORequest::slotMarko Mäkelä2021-11-186-67/+51
* | MDEV-26769 follow-up: Remove unnecessary page lockingMarko Mäkelä2021-11-182-28/+38
* | MDEV-27069: heap-use-after-free in dict_stats_recalc_pool_del()Marko Mäkelä2021-11-181-1/+9
* | MDEV-26769 fixup: Fix the SUX_LOCK_GENERIC buildMarko Mäkelä2021-11-182-2/+1
* | Merge 10.5 into 10.6Marko Mäkelä2021-11-173-72/+46
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-11-173-72/+46
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-11-173-73/+47
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-11-173-45/+26
| | | |\
| | | | * MDEV-26747 improve corruption check for encrypted tables on ALTER IMPORTbb-10.2-MDEV-26747-corruption-checkEugene Kosov2021-11-173-45/+26
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-161-4/+15
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-27059 page_zip_dir_insert() may corrupt ROW_FORMAT=COMPRESSED tablesMarko Mäkelä2021-11-161-4/+15
* | | | | MDEV-27028 [ERROR] [FATAL] InnoDB: SYS_VIRTUAL.TABLE_ID mismatchMarko Mäkelä2021-11-161-52/+59
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-162-6/+34
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-11-161-5/+31
| |\ \ \ \ | | |/ / /
| | * | | MDEV-23805 Make Online DDL to Instant DDL when table is emptybb-10.4-MDEV-23805Thirunarayanan Balathandayuthapani2021-11-121-5/+31
| * | | | MDEV-27016: Assertion 'id.page_no() < space.size' failedMarko Mäkelä2021-11-161-1/+3
* | | | | MDEV-26121 [Note] InnoDB: Resetting invalid pagebb-10.6-MDEV-27006Thirunarayanan Balathandayuthapani2021-11-101-12/+1
* | | | | MDEV-27006 Assertion `!lock_trx_has_sys_table_locks(trx)' failed in dberr_t r...Thirunarayanan Balathandayuthapani2021-11-091-3/+1
* | | | | MDEV-26826 fixup for Valgrind and MemorySanitizerMarko Mäkelä2021-11-091-0/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-093-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-11-092-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-11-092-2/+2
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-11-092-2/+2
| | | |\ \ | | | | |/
| | | | * Remove a warning for clang 11 or earlierMarko Mäkelä2021-11-092-2/+2
| | | | * MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-293-150/+196