| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
|\ |
|
| * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -1/+0 |
|/ |
|
* | Fixed warnings and one memory loss found by valgrind | Monty | 2016-02-02 | 1 | -0/+3 |
* | MDEV-8724 Assertion `rc == 0' failed in ma_decrypt on reading an Aria tablemariadb-10.1.11 | Monty | 2016-01-28 | 1 | -28/+38 |
* | Cleanups, fixed warnings from valgrind, fixed failing tests (because on chang... | Monty | 2015-07-10 | 1 | -0/+4 |
* | just like tempfiles: use key id 2 for temp Aria tables | Sergei Golubchik | 2015-06-02 | 1 | -5/+21 |
* | Identical key derivation code in XtraDB/InnoDB/Aria | Sergei Golubchik | 2015-05-15 | 1 | -166/+55 |
* | cleanup, use encryption_key_id_exists() where appropriate | Sergei Golubchik | 2015-05-13 | 1 | -2/+1 |
* | MDEV-8040 make aria encryption use real keys | Sergei Golubchik | 2015-05-13 | 1 | -12/+132 |
* | Add encryption key id to the API as a distinct concept | Sergei Golubchik | 2015-04-09 | 1 | -4/+13 |
* | remove now-empty my_aes.{h,cc} | Sergei Golubchik | 2015-04-09 | 1 | -4/+4 |
* | renames to follow single consistent naming style | Sergei Golubchik | 2015-04-09 | 1 | -7/+7 |
* | encryption plugin controls the encryption | Sergei Golubchik | 2015-04-09 | 1 | -13/+8 |
* | pass the correct key length to encryption routines | Sergei Golubchik | 2015-04-08 | 1 | -4/+2 |
* | Don't crash the server if en-/decryption fails in Aria | Sergei Golubchik | 2015-04-08 | 1 | -36/+38 |
* | encryption cleanup: small changes | Sergei Golubchik | 2015-04-05 | 1 | -11/+22 |
* | Push for testing of encryption | Monty | 2015-02-10 | 1 | -0/+461 |