summaryrefslogtreecommitdiff
path: root/storage/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23651: Fix the Windows buildMarko Mäkelä2020-09-041-8/+8
* MDEV-23651 InnoDB: Failing assertion: !space->referenced()Marko Mäkelä2020-09-031-55/+89
* Merge 10.2 into 10.3Marko Mäkelä2020-09-032-4/+46
|\
| * MDEV-20618 Assertion failed in row_upd_sec_index_entryNikita Malyavin2020-09-011-0/+6
| * MDEV-18366 Crash on SELECT on a table with indexed virtual columnsNikita Malyavin2020-09-012-4/+40
* | Merge 10.2 into 10.3Marko Mäkelä2020-08-261-18/+12
|\ \ | |/
| * MDEV-23547 InnoDB: Failing assertion: *len in row_upd_ext_fetchMarko Mäkelä2020-08-251-18/+12
* | Merge 10.2 into 10.3Marko Mäkelä2020-08-213-51/+10
|\ \ | |/
| * MDEV-22782 AddressSanitizer race condition in trx_free()Marko Mäkelä2020-08-212-37/+8
* | Merge 10.2 into 10.3Marko Mäkelä2020-08-204-50/+25
|\ \ | |/
| * MDEV-23475 InnoDB performance regression for write-heavy workloadsMarko Mäkelä2020-08-191-6/+19
| * MDEV-23474 InnoDB fails to restart after SET GLOBAL innodb_log_checksums=OFFMarko Mäkelä2020-08-182-47/+3
| * MDEV-23380 InnoDB reads a page from disk despite parsing MLOG_INIT_FILE_PAGE2...Thirunarayanan Balathandayuthapani2020-08-181-0/+3
* | Merge 10.2 into 10.3Marko Mäkelä2020-08-132-18/+6
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-08-131-14/+0
| |\
| | * MDEV-19526 heap number overflow on innodb_page_size=64kMarko Mäkelä2020-08-121-16/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-08-102-46/+9
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-08-102-47/+9
| |\ \ | | |/
| | * MDEV-16115 Hang after reducing innodb_encryption_threadsMarko Mäkelä2020-08-101-28/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-17/+29
|\ \ \ | |/ /
| * | MDEV-11799 Doublewrite recovery can corrupt data pagesMarko Mäkelä2020-07-311-17/+29
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-19/+6
|\ \ \ | |/ /
| * | MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_m...Thirunarayanan Balathandayuthapani2020-07-231-19/+6
* | | MDEV-23334 Crash in rec_get_nth_cfield()/rec_offs_validate()Marko Mäkelä2020-07-301-1/+5
* | | MDEV-20661 Virtual fields are not recalculated on system fields value assignmentAleksey Midenkov2020-07-202-1/+29
* | | MDEV-22061 InnoDB: Assertion of missing row in sec index row_start upon REPLA...Aleksey Midenkov2020-07-201-9/+9
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-204-15/+21
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-07-204-14/+25
| |\ \ | | |/
| | * MDEV-23190 InnoDB data file extension is not crash-safeMarko Mäkelä2020-07-203-2/+37
| | * Cleanup: Remove fil_check_adress_in_tablespace()Marko Mäkelä2020-07-201-11/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-162-4/+4
|\ \ \ | |/ /
| * | MDEV-21347 innodb_log_optimize_ddl=OFF is not crash safeMarko Mäkelä2020-07-162-4/+4
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-141-3/+5
|\ \ \ | |/ /
| * | MDEV-23163 Merge new release of InnoDB 5.7.31 to 10.2Marko Mäkelä2020-07-141-1/+1
| * | Merge 10.1 into 10.2Marko Mäkelä2020-07-141-3/+5
| |\ \ | | |/
| | * Update the InnoDB version number to 5.6.49Marko Mäkelä2020-07-141-1/+1
| | * MDEV-22890 DEADLOCK of threads detected: row0sel.cc S-LOCK / btr0cur.cc S-LOC...Thirunarayanan Balathandayuthapani2020-07-141-3/+5
* | | MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-022-9/+7
* | | Fixed bugs found by valgrindMonty2020-07-022-5/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-0212-121/+58
|\ \ \ | |/ /
| * | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-0110-112/+45
| * | MDEV-22811 DDL fails to drop and re-create FTS indexThirunarayanan Balathandayuthapani2020-06-181-0/+6
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-055-56/+48
|\ \ \ | |/ /
| * | MDEV-22769 Shutdown hang or crash due to XA breaking locksMarko Mäkelä2020-06-051-0/+2
| * | MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-043-43/+37
| * | MDEV-22646 Assertion `table2->cached' failed in dict_table_t::add_to_cacheThirunarayanan Balathandayuthapani2020-06-031-13/+6
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-023-35/+3
|\ \ \ | |/ /
| * | Cleanup: Remove thr_is_recv(), trx_is_recv()Marko Mäkelä2020-06-013-35/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-272-15/+15
|\ \ \ | |/ /
| * | intrusive::list fixesEugene Kosov2020-05-272-15/+15