summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fil0fil.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18867 Long Time to Stop and StartThirunarayanan Balathandayuthapani2020-09-101-12/+0
* Merge 10.1 into 10.2Marko Mäkelä2020-08-101-46/+9
|\
| * MDEV-16115 Hang after reducing innodb_encryption_threadsMarko Mäkelä2020-08-101-28/+0
* | Merge 10.1 into 10.2Marko Mäkelä2020-07-201-9/+11
|\ \ | |/
| * MDEV-23190 InnoDB data file extension is not crash-safeMarko Mäkelä2020-07-201-0/+11
| * Cleanup: Remove fil_check_adress_in_tablespace()Marko Mäkelä2020-07-201-11/+1
* | intrusive::list fixesEugene Kosov2020-05-271-11/+11
* | MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACEMarko Mäkelä2020-03-191-8/+3
* | Lets add another intrusive double linked list!Eugene Kosov2020-01-041-10/+16
* | MDEV-19509 InnoDB skips the tablespace in rotation listThirunarayanan Balathandayuthapani2019-05-281-3/+24
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ | |/
| * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-101-2/+1
|\ \ | |/
| * MDEV-18220: Remove some redundant data structuresMarko Mäkelä2019-05-101-1/+13
* | MDEV-14398 innodb_encryption_rotate_key_age=0 causes innodb_encrypt_tables to...bb-10.2-MDEV-14398-alternativeThirunarayanan Balathandayuthapani2019-05-021-0/+6
* | MDEV-12699 Improve crash recovery of corrupted data pagesbb-10.2-MDEV-12699Marko Mäkelä2019-04-171-0/+3
* | MDEV-8139: Clean up the freeing of B-tree pagesMarko Mäkelä2019-04-081-1/+7
* | MDEV-18309: Remove unused codeMarko Mäkelä2019-04-071-2/+0
* | MDEV-18309: InnoDB reports bogus errors about missing #sql-*.ibd on startupMarko Mäkelä2019-04-071-4/+0
* | recv_recovery_is_on(): Add UNIV_UNLIKELYMarko Mäkelä2019-04-061-11/+4
* | MDEV-18235: Changes related to fsync()Eugene Kosov2019-01-251-16/+9
* | Merge 10.1 into 10.2Marko Mäkelä2019-01-171-3/+3
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2019-01-171-2/+2
| |\
| | * MDEV-18233 Moving the hash_node_t to improve locality of referenceEugene Kosov2019-01-141-2/+2
| * | MDEV-13103 Deal with page_compressed page corruptionMarko Mäkelä2018-06-141-3/+0
| * | Remove traces of the non-working MDEV-6354Marko Mäkelä2018-06-131-2/+1
* | | Remove some unnecessary InnoDB #includeMarko Mäkelä2018-11-291-3/+2
* | | MDEV-17849 Undo tablespace truncation recovery fails to shrink fileMarko Mäkelä2018-11-271-21/+19
* | | Remove the redundant variable fil_n_file_openedMarko Mäkelä2018-11-271-3/+0
* | | Minor cleanupMarko Mäkelä2018-10-291-39/+0
* | | MDEV-17491 micro optimize page_id_tEugene Kosov2018-10-251-26/+6
* | | MDEV-13564: Implement innodb_unsafe_truncate=ON for compatibilityMarko Mäkelä2018-10-111-0/+31
* | | MDEV-17158 TRUNCATE is not atomic after MDEV-13564Marko Mäkelä2018-09-101-1/+3
* | | MDEV-14717 RENAME TABLE in InnoDB is not crash-safeMarko Mäkelä2018-09-071-17/+23
* | | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-39/+13
* | | MDEV-13103 Deal with page_compressed page corruptionMarko Mäkelä2018-06-141-3/+0
* | | Merge 10.1 into 10.2Marko Mäkelä2018-06-061-4/+0
|\ \ \ | |/ /
| * | Merge 10.0 to 10.1Marko Mäkelä2018-06-061-4/+0
| |\ \ | | |/
| | * MDEV-16124 fil_rename_tablespace() times out and crashes server during table-...Marko Mäkelä2018-06-051-4/+0
* | | Merge 10.1 into 10.2Marko Mäkelä2018-03-211-84/+0
|\ \ \ | |/ /
| * | MDEV-12396 IMPORT TABLESPACE cleanupMarko Mäkelä2018-03-201-101/+0
| * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| |\ \ | | |/
| | * MDEV-12173 "Error: trying to do an operation on a dropped tablespace"Marko Mäkelä2018-01-221-3/+2
* | | MDEV-15529 IMPORT TABLESPACE unnecessarily uses the doublewrite bufferMarko Mäkelä2018-03-101-1/+9
* | | MDEV-12121 follow-up: Unbreak the WITH_INNODB_AHI=OFF buildMarko Mäkelä2018-01-151-3/+7
* | | Merge 10.1 into 10.2Marko Mäkelä2017-11-071-10/+5
|\ \ \ | |/ /
| * | MDEV-13328 ALTER TABLE…DISCARD TABLESPACE takes a lot of timeMarko Mäkelä2017-11-061-10/+5
| * | MDEV-13591: InnoDB: Database page corruption on disk or a failed file read an...Jan Lindström2017-08-281-1/+4
| * | MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-031-4/+4
* | | Return uint16_t instead of ulintMarko Mäkelä2017-09-131-3/+2