summaryrefslogtreecommitdiff
path: root/mysql-test/suite/encryption/t
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20907 Set innodb_log_files_in_group=1 by defaultMarko Mäkelä2019-10-281-1/+0
* Merge 10.4 into 10.5Marko Mäkelä2019-10-119-0/+33
|\
| * Add encryption.innodb-redo-badkey,strict_full_crc32Marko Mäkelä2019-10-116-16/+27
| * MDEV-19335 adjustment for innodb_checksum_algorithm=full_crc32Marko Mäkelä2019-10-107-0/+22
* | Merge 10.4 into 10.5Marko Mäkelä2019-09-271-3/+4
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2019-09-271-3/+4
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-09-271-3/+4
| | |\
| | | * MDEV-20688 Recovery crashes after unnecessarily reading a corrupted pageThirunarayanan Balathandayuthapani2019-09-271-3/+4
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-241-4/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-09-231-4/+0
| |\ \ \ | | |/ /
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-062-1/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-062-1/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Monty2019-09-032-1/+3
| | |\ \ | | | |/
| | | * Updated mtr files to support different compiled in optionsMonty2019-09-012-1/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-062-0/+42
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4, except for MDEV-20265Marko Mäkelä2019-08-232-0/+42
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-08-212-0/+42
| | |\ \ | | | |/
| | | * Problem:Thirunarayanan Balathandayuthapani2019-08-162-0/+42
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-142-1/+5
|\ \ \ \ | |/ / /
| * | | MDEV-20340 Encrypted temporary tables cannot be read with full_crc32Thirunarayanan Balathandayuthapani2019-08-141-0/+5
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-134-3/+29
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-07-024-3/+28
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-07-024-1/+28
| | |\ \ | | | |/
| | | * MDEV-19914 Server startup fails while dropping garbage encrypted tablespace i...Thirunarayanan Balathandayuthapani2019-07-011-0/+1
| | | * MDEV-17228 Encrypted temporary tables are not encryptedThirunarayanan Balathandayuthapani2019-06-282-0/+25
| | | * MDEV-19781 Add page id matching check in innochecksum toolThirunarayanan Balathandayuthapani2019-06-281-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-182-210/+0
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-142-210/+0
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-142-234/+0
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-06-122-234/+0
| | | |\
| | | | * MDEV-16111 encryption.innodb_lotoftables failed in buildbot with wrong resultMarko Mäkelä2019-06-122-243/+0
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-132-0/+48
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-06-122-0/+48
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-06-112-0/+49
| | |\ \ \ | | | |/ /
| | | * | MDEV-19695 Import tablespace doesn't work with ROW_FORMAT=COMPRESSED encrypte...Thirunarayanan Balathandayuthapani2019-06-062-0/+49
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-293-5/+18
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-293-5/+18
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-19541: Suppress an error also on WindowsMarko Mäkelä2019-05-291-1/+1
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-292-4/+10
| | |\ \ \ | | | |/ /
| | | * | MDEV-19541: Avoid infinite loop of reading a corrupted pageMarko Mäkelä2019-05-291-2/+4
| | | * | MDEV-19541: Add a forgotten test caseMarko Mäkelä2019-05-291-1/+1
| | | * | MDEV-19541 InnoDB crashes when trying to recover a corrupted pageThirunarayanan Balathandayuthapani2019-05-281-1/+6
* | | | | MDEV-19534 Make innodb_checksum_algorithm=full_crc32 by default, and remove i...Marko Mäkelä2019-05-221-0/+2
|/ / / /
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-053-5/+85
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-023-5/+84
| |\ \ \ | | |/ /
| | * | MDEV-14398 innodb_encryption_rotate_key_age=0 causes innodb_encrypt_tables to...bb-10.2-MDEV-14398-alternativeThirunarayanan Balathandayuthapani2019-05-023-5/+84
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-171-0/+61
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-04-171-0/+60
| |\ \ \ | | |/ /
| | * | MDEV-12699 Improve crash recovery of corrupted data pagesbb-10.2-MDEV-12699Marko Mäkelä2019-04-171-0/+60