summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fil0crypt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-1/+1
|\
| * MDEV-27494 Rename .ic files to .inlVladislav Vaintroub2022-01-171-1/+1
* | Merge 10.2 into 10.3Marko Mäkelä2021-11-171-5/+3
|\ \ | |/
| * MDEV-26747 improve corruption check for encrypted tables on ALTER IMPORTbb-10.2-MDEV-26747-corruption-checkEugene Kosov2021-11-171-5/+3
* | Merge 10.2 into 10.3Marko Mäkelä2021-06-211-0/+6
|\ \ | |/
| * MDEV-14180 Automatically disable key rotation checks for file_key_managment p...Thirunarayanan Balathandayuthapani2021-06-151-0/+6
* | Merge 10.2 into 10.3Marko Mäkelä2019-10-091-3/+1
|\ \ | |/
| * MDEV-19335 Remove buf_page_t::encryptedThirunarayanan Balathandayuthapani2019-10-091-3/+1
* | Merge 10.2 into 10.3Marko Mäkelä2019-08-211-0/+6
|\ \ | |/
| * Problem:Thirunarayanan Balathandayuthapani2019-08-161-0/+6
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2018-12-181-9/+2
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-12-171-9/+2
| |\ \ | | |/
| | * Follow-up to MDEV-12112: corruption in encrypted table may be overlookedMarko Mäkelä2018-12-171-14/+3
| | * MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-031-0/+13
* | | Fix many -Wunused-parameterMarko Mäkelä2018-05-011-2/+0
* | | MDEV-12218 Clean up InnoDB parameter validationMarko Mäkelä2018-04-291-1/+1
|/ /
* | MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-081-0/+3
* | Fix some integer type mismatch.Marko Mäkelä2017-05-101-2/+2
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-051-5/+8
|\ \ | |/
| * MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-261-5/+8
* | InnoDB cleanup: remove a bunch of #ifdef UNIV_INNOCHECKSUMSergei Golubchik2017-04-301-4/+0
* | Merge 10.1 into 10.2Marko Mäkelä2017-04-281-2/+2
|\ \ | |/
| * Follow-up to MDEV-12488: Fix some type mismatch in header filesMarko Mäkelä2017-04-211-3/+3
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-270/+235
|\ \ | |/
| * MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothingJan Lindström2017-03-141-250/+204
| * MDEV-11759: Encryption code in MariaDB 10.1/10.2 causesJan Lindström2017-02-061-16/+32
* | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-2/+0
* | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-1/+1
* | MDEV-11782: Redefine the innodb_encrypt_log formatMarko Mäkelä2017-02-151-0/+1
* | Merge 10.1 to 10.2Marko Mäkelä2017-01-051-7/+5
|\ \ | |/
| * MDEV-11638 Encryption causes race conditions in InnoDB shutdownMarko Mäkelä2017-01-051-7/+5
* | Merge 10.1 into 10.2Marko Mäkelä2016-12-301-3/+0
|\ \ | |/
| * Remove an unnecessary comparison.Marko Mäkelä2016-12-221-3/+0
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-2/+110
|\ \ | |/
| * MDEV-10368: get_latest_version() called too oftenJan Lindström2016-12-131-1/+113
| * MDEV-9931: InnoDB reads first page of every .ibd file at startupJan Lindström2016-09-221-1/+2
* | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-17/+23
|/
* MDEV-9640: Add used key_id to INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTIONJan Lindström2016-03-181-0/+1
* MDEV-9559: Server without encryption configs crashes if selecting from an imp...Jan Lindström2016-02-171-3/+4
* MDEV-8773: InnoDB innochecksum does not work with encrypted or page compresse...Jan Lindström2015-09-191-0/+11
* MDEV-8772: Assertion failure in file ha_innodb.cc line 20027 when importing p...Jan Lindström2015-09-141-1/+4
* MDEV-8708: InnoDB temp file encryptionJan Lindström2015-09-081-0/+14
* MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least o...Jan Lindström2015-09-041-0/+11
* MDEV-8589: Non-default ENCRYPTION_KEY_ID is ignored upon reading a tableJan Lindström2015-08-141-10/+13
* MDEV-8393: InnoDB: Assertion failure in file fil0crypt.cc line 2109Jan Lindström2015-06-291-0/+1
* MDEV-8272: Encryption performance: Reduce the number of unused memcpy'sJan Lindström2015-06-091-26/+28
* just like tempfiles: use key id 2 for temp Aria tablesSergei Golubchik2015-06-021-1/+1