summaryrefslogtreecommitdiff
path: root/storage/xtradb/fil/fil0crypt.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove XtraDBMarko Mäkelä2017-06-211-2662/+0
* Merge 10.1 into 10.2Marko Mäkelä2017-06-121-6/+39
|\
| * 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-30/+4
|\ \ | |/
| * 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
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-121-8/+8
|\ \ | |/
| * MDEV-12253 post-fix: Do not leak memory in crash recoveryMarko Mäkelä2017-05-091-8/+8
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-10/+8
|\ \ | |/
| * MDEV-12624: encryption.innodb_encryption_tables fails in buildbot with timeoutmariadb-10.1.23Jan Lindström2017-05-021-2/+8
| * MDEV-12623: InnoDB: Failing assertion: kv == 0Jan Lindström2017-04-291-8/+0
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-061-2/+2
|\ \ | |/
| * MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-281-2/+2
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-051-50/+50
|\ \ | |/
| * MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-261-50/+50
* | Merge 10.1 into 10.2Marko Mäkelä2017-04-281-31/+30
|\ \ | |/
| * 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
* | Merge 10.1 into 10.2Marko Mäkelä2017-04-061-1/+1
|\ \ | |/
| * xtradb: fil_crypt_rotate_page, space_id should be compared to TRX_SYS_SPACE n...Daniel Black2017-04-051-1/+1
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-672/+651
|\ \ | |/
| * MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothingJan Lindström2017-03-141-612/+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/+26
| * MDEV-11759: Encryption code in MariaDB 10.1/10.2 causesJan Lindström2017-02-061-64/+105
* | Merge 10.1 to 10.2Marko Mäkelä2017-01-051-18/+17
|\ \ | |/
| * MDEV-11638 Encryption causes race conditions in InnoDB shutdownMarko Mäkelä2017-01-051-18/+17
| * Post-fix for MDEV-11688 fil_crypt_threads_end() tries to create threadsMarko Mäkelä2017-01-031-2/+6
* | Post-fix for MDEV-11688 fil_crypt_threads_end() tries to create threadsMarko Mäkelä2017-01-031-2/+6
* | Merge 10.1 into 10.2Marko Mäkelä2016-12-301-16/+12
|\ \ | |/
| * Remove an unnecessary comparison.Marko Mäkelä2016-12-221-5/+0
| * MDEV-11630 Call mutex_free() before freeing the mutex listMarko Mäkelä2016-12-221-11/+12
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-92/+163
|\ \ | |/
| * MDEV-10368: get_latest_version() called too oftenJan Lindström2016-12-131-77/+98
| * MDEV-11004: Unable to start (Segfault or os error 2) when encryption key missingJan Lindström2016-10-291-0/+6
| * MDEV-9931: InnoDB reads first page of every .ibd file at startupJan Lindström2016-09-221-16/+60
* | Fixed compiler warningsMonty2016-06-221-6/+6
|/
* MDEV-9640: Add used key_id to INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTIONJan Lindström2016-03-181-1/+2
* Add check to avoid NULL-pointer access if encryption informationJan Lindström2016-03-131-3/+3
* MDEV-9549: Trying to decrypt a not encrypted pageJan Lindström2016-03-121-8/+24
* MDEV-9559: Server without encryption configs crashes if selecting from an imp...Jan Lindström2016-02-171-5/+10
* MDEV-9359: encryption.create_or_replace fails sporadically in buildbot: faili...Jan Lindström2016-01-051-9/+17
* MDEV-8817: Failing assertion: new_state->key_version != ENCRYPTION_KEY_VERSIO...Jan Lindström2015-09-221-9/+23
* MDEV-8770: Incorrect error message when importing page compressed tablespaceJan Lindström2015-09-221-0/+3
* MDEV-8773: InnoDB innochecksum does not work with encrypted or page compresse...Jan Lindström2015-09-191-11/+0