Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup the alloca.h header handling to further reduce hardcoded OS lists ↵ | Brad Smith | 2022-10-16 | 1 | -2/+3 |
| | | | | (#2289) | ||||
* | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | |||||
* | MDEV-8973 Build failure on missing alloca.h | Sergei Golubchik | 2015-11-16 | 1 | -0/+2 |
| | | | | in *BSD family alloca() is in stdlib.h | ||||
* | compilation failure on windows | Sergei Golubchik | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | New encryption API. Piece-wise encryption. | Sergei Golubchik | 2015-09-04 | 1 | -21/+63 |
| | | | | | | | | | | | | | Instead of encrypt(src, dst, key, iv) that encrypts all data in one go, now we have encrypt_init(key,iv), encrypt_update(src,dst), and encrypt_finish(dst). This also causes collateral changes in the internal my_crypt.cc encryption functions and in the encryption service. There are wrappers to provide the old all-at-once encryption functionality. But binlog events are often written piecewise, they'll need the new api. | ||||
* | just like tempfiles: use key id 2 for temp Aria tables | Sergei Golubchik | 2015-06-02 | 1 | -0/+3 |
| | | | | | introduce ENCRYPTION_KEY_SYSTEM_DATA and ENCRYPTION_KEY_TEMPORARY_DATA constants; use them everywhere. | ||||
* | Add encryption key id to the API as a distinct concept | Sergei Golubchik | 2015-04-09 | 1 | -15/+19 |
| | | | | which is separate from the encryption key version | ||||
* | renames to follow single consistent naming style | Sergei Golubchik | 2015-04-09 | 1 | -0/+78 |
with namespace prefixes |