summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Store the key id in the tablespace and read it backSergei Golubchik2015-04-0910-32/+52
* Add encryption key id to the API as a distinct conceptSergei Golubchik2015-04-0916-76/+99
* Merge branch 'bb-10.1-jan-encryption' into bb-10.1-sergSergei Golubchik2015-04-0977-4559/+2992
|\
| * InnoDB/XtraDB Encryption cleanupJan Lindström2015-04-0714-136/+110
| * InnoDB/XtraDB Encryption code cleanupJan Lindström2015-04-0713-213/+128
| * Encryption cleanupJan Lindström2015-04-0720-167/+297
| * InnoDB/XtraDB Encryption cleanupJan Lindström2015-04-0731-570/+824
| * InnoDB/XtraDB Encryption cleanup.Jan Lindström2015-04-0763-3956/+2449
* | fix log_blocks_crypt() to actually decrypt the encrypted logSergei Golubchik2015-04-092-34/+38
* | update XtraDB/InnoDB plugin maturity to match the serverSergei Golubchik2015-04-095-70/+70
* | clarify/simplify new innodb sysvars: help textsSergei Golubchik2015-04-092-8/+12
* | clarify/simplify new innodb sysvars: innodb-scrub-force-testingSergei Golubchik2015-04-092-4/+4
* | clarify/simplify new innodb sysvars: innodb-scrub-log-intervalSergei Golubchik2015-04-096-38/+28
* | small cleanups as per reviewSergei Golubchik2015-04-098-78/+11
* | remove now-empty my_aes.{h,cc}Sergei Golubchik2015-04-099-36/+36
* | renames to follow single consistent naming styleSergei Golubchik2015-04-0914-51/+51
* | remove wrappers in encryption_keys.ccSergei Golubchik2015-04-091-28/+4
* | encryption plugin controls the encryptionSergei Golubchik2015-04-098-57/+75
* | rename "encryption key management plugin" to "encryption plugin"Sergei Golubchik2015-04-092-2/+2
* | use key derivation procedure for all encryption algorithmsSergei Golubchik2015-04-082-126/+76
* | optimize encryption apiSergei Golubchik2015-04-084-29/+14
* | pass the correct key length to encryption routinesSergei Golubchik2015-04-081-4/+2
* | Don't crash the server if en-/decryption fails in AriaSergei Golubchik2015-04-082-37/+40
* | remove Aria-only handler flagSergei Golubchik2015-04-082-6/+1
* | unify my_{en|de}crypt_{cbc|ecb|ctr}. no yassl support yet.Sergei Golubchik2015-04-052-0/+2
* | encryption cleanup: small changesSergei Golubchik2015-04-055-17/+43
|/
* MDEV-7878: innodb_scrub_background fails sporadically in buildbot (Failing as...Jan Lindström2015-03-312-0/+6
* Fix BigEndian buildDinar Valeev2015-03-251-1/+1
* MDEV-7797: file_key_management_plugin uses static IV for a keyJan Lindström2015-03-202-296/+282
* MDEV-7803: Encryption metadata (crypt_data) is written to InnoDB file space p...Jan Lindström2015-03-194-14/+60
* Introduce two debug crash points while writing crypt data to testJan Lindström2015-03-192-0/+12
* MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-162-2/+19
* MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-1622-64/+22
* InnoDB cleanup. Remove empty statements i.e. extra ; characters.Jan Lindström2015-03-168-8/+8
* MDEV-7770: Online DDL progress output contains incorrectly printed index namesJan Lindström2015-03-132-8/+26
* MDEV-7619: Improve long semaphore wait outputJan Lindström2015-03-112-12/+17
* Add more information if page state is not correct.Jan Lindström2015-03-102-0/+13
* fix a crash of innodb.innodb_mutexes,innodb_pluginSergei Golubchik2015-03-071-0/+1
* Merge branch '10.0' into 10.1Sergei Golubchik2015-03-07572-8972/+50858
|\
| * fix connect.json_udf test for static buildsSergei Golubchik2015-03-061-0/+3
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-03-063-13/+25
| |\
| | * after innodb/xtradb merge: use the correct visibility for internal functionsSergei Golubchik2015-03-062-2/+2
| | * MDEV-7672: Crash creating an InnoDB table with foreign keysJan Lindström2015-03-062-12/+24
| | * MDEV-7578 :Slave is ~10x slower to execute set of statements compared to mast...Jan Lindström2015-03-052-12/+22
| | * update tokudb version after mergeSergei Golubchik2015-02-271-1/+1
| * | MDEV-7148 - Recurring: InnoDB: Failing assertion: !lock->recursiveSergey Vojtovich2015-03-054-14/+28
| * | Merge remote-tracking branch 'origin/10.0' into 10.0Sergei Golubchik2015-03-0222-143/+711
| |\ \
| | * \ 10.0-connect mergeSergei Golubchik2015-03-0222-143/+711
| | |\ \
| | | * | - Make json_udf test work on WindowsOlivier Bertrand2015-03-021-24/+33
| | | * | - Making json_udf test working on linuxOlivier Bertrand2015-03-013-15/+26