summaryrefslogtreecommitdiff
path: root/storage/innobase/fsp/fsp0file.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.7 into 10.8Marko Mäkelä2022-12-131-4/+18
|\
| * Merge 10.6 into 10.7Marko Mäkelä2022-12-131-4/+18
| |\
| | * Merge 10.5 into 10.6Marko Mäkelä2022-12-131-4/+18
| | |\
| | | * Merge 10.4 into 10.5Marko Mäkelä2022-12-131-4/+18
| | | |\
| | | | * Merge 10.3 into 10.4Marko Mäkelä2022-12-131-4/+18
| | | | |\
| | | | | * MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific erro...Daniel Black2022-11-111-4/+18
* | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-11-301-3/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.6 into 10.7Marko Mäkelä2022-11-301-4/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-30132 Crash after recovery, with InnoDB: Tried to read ...Marko Mäkelä2022-11-301-4/+3
* | | | | | MDEV-14425 Improve the redo log for concurrencyMarko Mäkelä2022-01-211-14/+5
* | | | | | MDEV-27158: humanize the bytes in innodb info/error messagesDaniel Black2022-01-181-1/+1
|/ / / / /
* | | | | Merge 10.6 into 10.7Marko Mäkelä2021-12-141-24/+8
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferThirunarayanan Balathandayuthapani2021-12-121-4/+1
| * | | | MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferThirunarayanan Balathandayuthapani2021-12-121-24/+9
* | | | | Merge 10.6 into 10.7Marko Mäkelä2021-12-021-9/+21
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferbb-10.6-MDEV-27014Thirunarayanan Balathandayuthapani2021-12-011-2/+2
| * | | | MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferThirunarayanan Balathandayuthapani2021-11-291-9/+23
* | | | | Merge 10.6 into 10.7Marko Mäkelä2021-09-301-8/+24
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26631 InnoDB fails to fetch page from doublewrite bufferbb-10.6-MDEV-26631Thirunarayanan Balathandayuthapani2021-09-241-8/+24
* | | | | MDEV-26195 fixup: Inconsistent types for template instantiationMarko Mäkelä2021-07-301-2/+2
* | | | | MDEV-26195: Use a 32-bit data type for some tablespace fieldsMarko Mäkelä2021-07-221-14/+13
|/ / / /
* | | | MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-091-8/+8
* | | | MDEV-25312 fixup: Fix .isl file parsingMarko Mäkelä2021-05-271-3/+5
* | | | MDEV-25743: Unnecessary copying of table names in InnoDB dictionaryMarko Mäkelä2021-05-211-1/+1
* | | | MDEV-24626 Remove synchronous write of page0 file during file creationMarko Mäkelä2021-05-171-7/+31
* | | | MDEV-25312 Replace fil_space_t::name with fil_space_t::name()bb-10.6-MDEV-25312Marko Mäkelä2021-04-071-195/+100
|/ / /
* | | MDEV-23855: Remove fil_system.LRU and reduce fil_system.mutex contentionMarko Mäkelä2020-10-261-3/+2
* | | MDEV-23399: Performance regression with write workloadsMarko Mäkelä2020-10-151-6/+3
* | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-11/+6
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-11/+6
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-07-311-11/+6
| | |\
| | | * MDEV-11799 Doublewrite recovery can corrupt data pagesMarko Mäkelä2020-07-311-11/+6
| * | | Revert MDEV-20453 (string_view)Marko Mäkelä2020-07-151-24/+1
| * | | fix header includesEugene Kosov2020-07-141-0/+1
| * | | MDEV-20453 add class similar to std::string_view (non owning string reference)Eugene Kosov2020-07-141-1/+23
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-051-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-06-051-2/+2
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-051-2/+2
| | |\ \ | | | |/
| | | * MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-041-2/+2
* | | | fix aligned memcpy()-like functions usageEugene Kosov2020-01-231-1/+1
* | | | MDEV-18115 Remove dummy tablespace for the redo logEugene Kosov2020-01-011-1/+1
* | | | MDEV-21225: Fix warningsMarko Mäkelä2019-12-051-3/+2
* | | | MDEV-21225 Remove ut_align() and use aligned_malloc()Marko Mäkelä2019-12-051-28/+9
* | | | MDEV-21216: Remove fsp_header_get_space_id()Marko Mäkelä2019-12-041-1/+11
* | | | MDEV-16264 Use threadpool for Innodb background work.Vladislav Vaintroub2019-11-151-1/+1
|/ / /
* | | MDEV-13564 follow-up: Remove dead codeMarko Mäkelä2019-09-261-2/+3
* | | MDEV-20383 Use of uninitialized value in Datafile::find_space_id() for ROW_FO...Marko Mäkelä2019-08-191-2/+3
* | | MDEV-19584 Allocate recv_sys staticallyMarko Mäkelä2019-05-241-1/+1
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/