summaryrefslogtreecommitdiff
path: root/storage/innobase/fil/fil0crypt.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2017-09-061-3/+4
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-09-061-3/+4
* | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-1/+2
|\ \ | |/
| * MDEV-13684 InnoDB race condition between fil_crypt_thread and btr_scrub_initMarko Mäkelä2017-08-311-1/+2
* | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-3/+2
|\ \ | |/
| * MDEV-13557: Startup failure, unable to decrypt ibdata1Jan Lindström2017-08-291-5/+12
* | MDEV-13557: Startup failure, unable to decrypt ibdata1Jan Lindström2017-08-311-8/+15
* | Merge 10.1 into 10.2Marko Mäkelä2017-08-291-1/+6
|\ \ | |/
| * MDEV-13591: InnoDB: Database page corruption on disk or a failed file read an...Jan Lindström2017-08-281-1/+6
| * MDEV-13167 InnoDB key rotation is not skipping unused pagesMarko Mäkelä2017-08-231-39/+35
* | MDEV-13167 InnoDB key rotation is not skipping unused pagesMarko Mäkelä2017-08-231-43/+41
* | Code clean-up related to MDEV-13167Marko Mäkelä2017-08-231-1/+1
* | MDEV-13485 MTR tests fail massively with --innodb-sync-debugMarko Mäkelä2017-08-231-4/+11
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-6/+16
|\ \ | |/
| * MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-031-140/+178
* | MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-081-0/+1
* | Merge 10.1 into 10.2Marko Mäkelä2017-06-121-2/+48
|\ \ | |/
| * Post-push fix for MDEV-12610 MariaDB start is slowMarko Mäkelä2017-06-121-42/+22
| * MDEV-12610: MariaDB start is slowJan Lindström2017-06-091-4/+57
* | Merge 10.1 into 10.2Marko Mäkelä2017-06-081-37/+7
|\ \ | |/
| * MDEV-12114: install_db shows corruption for rest encryption and innodb_checks...Jan Lindström2017-06-011-30/+4
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-2/+2
|\ \ | |/
| * After-merge fix for MDEV-11638Marko Mäkelä2017-05-201-2/+2
| * MDEV-12253 post-fix: Do not leak memory in crash recoveryMarko Mäkelä2017-05-091-8/+8
* | Fix some integer type mismatch.Marko Mäkelä2017-05-101-15/+16
* | MDEV-12750 Fix crash recovery of key rotationMarko Mäkelä2017-05-091-10/+12
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-8/+5
|\ \ | |/
| * MDEV-12624: encryption.innodb_encryption_tables fails in buildbot with timeoutmariadb-10.1.23Jan Lindström2017-05-021-0/+5
| * MDEV-12623: InnoDB: Failing assertion: kv == 0Jan Lindström2017-04-291-8/+0
| * MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-281-2/+2
* | MDEV-12253 post-fix: Do not leak memory in crash recoveryMarko Mäkelä2017-05-091-8/+8
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-051-61/+58
|\ \ | |/
| * MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-261-50/+50
| * MDEV-12467 encryption.create_or_replace hangs during DROP TABLEMarko Mäkelä2017-04-211-22/+18
| * Fix some InnoDB type mismatch introduced in 10.1Marko Mäkelä2017-04-211-9/+12
* | InnoDB cleanup: remove a bunch of #ifdef UNIV_INNOCHECKSUMSergei Golubchik2017-04-301-22/+3
* | MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-281-2/+2
* | MDEV-12467 encryption.create_or_replace hangs during DROP TABLEMarko Mäkelä2017-04-211-22/+18
* | Fix some InnoDB type mismatchMarko Mäkelä2017-04-211-9/+12
* | MDEV-12488 Remove type mismatch in InnoDB printf-like callsMarko Mäkelä2017-04-211-3/+5
* | Merge 10.1 into 10.2Marko Mäkelä2017-04-061-1/+1
|\ \ | |/
| * fil_crypt_rotate_page - space_id should be compared to TRX_SYS_SPACE not spaceDaniel Black2017-04-041-1/+1
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-765/+704
|\ \ | |/
| * MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothingJan Lindström2017-03-141-613/+526
| * Merge 10.0 into 10.1Marko Mäkelä2017-03-131-0/+3
| * Fix an error introduced in the previous commit.Marko Mäkelä2017-03-091-2/+2
| * Fix InnoDB/XtraDB compilation warnings on 32-bit builds.Marko Mäkelä2017-03-091-4/+7
| * After review fixes.Jan Lindström2017-02-101-2/+5
| * After review fixes for MDEV-11759.Jan Lindström2017-02-091-11/+27
| * MDEV-11759: Encryption code in MariaDB 10.1/10.2 causesJan Lindström2017-02-061-64/+105