summaryrefslogtreecommitdiff
path: root/mysql-test/suite/encryption
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20688 Recovery crashes after unnecessarily reading a corrupted pageThirunarayanan Balathandayuthapani2019-09-272-6/+8
* MDEV-13893/MDEV-12699: Enable encryption.innodb-redo-badkeyMarko Mäkelä2019-09-131-1/+0
* Updated mtr files to support different compiled in optionsMonty2019-09-0110-2/+17
* Problem:Thirunarayanan Balathandayuthapani2019-08-163-0/+68
* 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-286-0/+49
* MDEV-19781 Add page id matching check in innochecksum toolThirunarayanan Balathandayuthapani2019-06-282-2/+3
* Merge 10.1 into 10.2Marko Mäkelä2019-06-123-1455/+0
|\
| * MDEV-16111 encryption.innodb_lotoftables failed in buildbot with wrong resultMarko Mäkelä2019-06-123-1478/+0
* | MDEV-19695 Import tablespace doesn't work with ROW_FORMAT=COMPRESSED encrypte...Thirunarayanan Balathandayuthapani2019-06-063-0/+86
* | MDEV-19541: Suppress an error also on WindowsMarko Mäkelä2019-05-292-2/+2
* | MDEV-19541: Avoid infinite loop of reading a corrupted pageMarko Mäkelä2019-05-292-4/+8
* | 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-282-6/+8
* | MDEV-14398 innodb_encryption_rotate_key_age=0 causes innodb_encrypt_tables to...bb-10.2-MDEV-14398-alternativeThirunarayanan Balathandayuthapani2019-05-025-9/+159
* | MDEV-12699 Improve crash recovery of corrupted data pagesbb-10.2-MDEV-12699Marko Mäkelä2019-04-172-0/+82
* | MDEV-18733 MariaDB slow start after crash recoveryMarko Mäkelä2019-04-0314-85/+90
* | Merge 10.1 into 10.2Marko Mäkelä2019-03-046-39/+63
|\ \ | |/
| * MDEV-18601 Can't create table with ENCRYPTED=DEFAULT when innodb_default_encr...Marko Mäkelä2019-02-286-42/+63
* | cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/Sergei Golubchik2019-02-054-7/+3
* | Merge 10.1 into 10.2Marko Mäkelä2019-01-172-10/+56
|\ \ | |/
* | Merge 10.1 into 10.2Marko Mäkelä2018-12-212-2/+2
|\ \ | |/
| * Relax a too tight suppressionMarko Mäkelä2018-12-212-2/+2
* | Merge 10.1 into 10.2Marko Mäkelä2018-12-186-0/+6
|\ \ | |/
| * MDEV-18025: Apply the fix to XtraDB and adjust testsMarko Mäkelä2018-12-186-0/+6
* | Merge 10.1 into 10.2Marko Mäkelä2018-12-172-7/+5
|\ \ | |/
| * Follow-up to MDEV-12112: corruption in encrypted table may be overlookedMarko Mäkelä2018-12-172-7/+5
* | Merge 10.1 into 10.2Marko Mäkelä2018-12-132-231/+3
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2018-12-132-231/+3
* | Disable a frequently failing testMarko Mäkelä2018-12-041-0/+1
* | Merge 10.1 into 10.2Marko Mäkelä2018-11-072-0/+61
|\ \ | |/
| * MDEV-17230: encryption_key_id from alter is ignored by encryption threadsJan Lindström2018-11-062-0/+61
* | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-215-13/+8
|\ \ | |/
| * MDEV-13103: Improve 'cannot be decrypted' error messageMarko Mäkelä2018-06-1318-78/+49
| * MDEV-16416 Crash on IMPORT TABLESPACE of a ROW_FORMAT=COMPRESSED tableMarko Mäkelä2018-06-072-21/+17
* | Merge 10.1 into 10.2Marko Mäkelä2018-04-211-0/+1
|\ \ | |/
| * MDEV-15672: encryption.innodb_encryption_filekeys - typo in I_S column name: ...Jan Lindström2018-04-131-3/+3
| * MDEV-12903: encryption.innodb_encryption_discard_import fails in buildbot wit...Jan Lindström2018-04-122-5/+24
* | MDEV-15672: encryption.innodb_encryption_filekeys - typo in I_S column name: ...Jan Lindström2018-04-131-3/+3
* | MDEV-12903: encryption.innodb_encryption_discard_import fails in buildbot wit...Jan Lindström2018-04-122-5/+24
* | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-102-0/+100
|\ \ | |/
| * MDEV-15566: System tablespace does not easily key rotate to unencryptedJan Lindström2018-04-062-0/+100
* | MDEV-11531: encryption.innodb_lotoftables failed in buildbotJan Lindström2018-03-282-48/+34
* | Fix result after commit e27535093d1670fde6034c92366e8128b683b903Marko Mäkelä2018-03-261-1/+0
* | - Follow-up fix to MDEV-15229Thirunarayanan Balathandayuthapani2018-03-262-2/+2
* | MDEV-11984 Avoid accessing SYS_TABLESPACES unnecessarilyMarko Mäkelä2018-03-226-38/+66
* | Correct a wait condition in a disabled testMarko Mäkelä2018-03-221-1/+1
* | MDEV-15529 IMPORT TABLESPACE unnecessarily uses the doublewrite bufferMarko Mäkelä2018-03-102-2/+3
* | MDEV-14814: encryption.innodb_encryption-page-compression failed in buildbot ...Jan Lindström2018-02-243-5/+15
* | Merge branch '10.1' into 10.2Sergei Golubchik2018-02-222-6/+35
|\ \ | |/