mariadb/storage/xtradb/log
Sergei Golubchik 66b9a9409c New encryption API. Piece-wise encryption.
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.
2015-09-04 10:33:50 +02:00
..
log0crypt.cc New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
log0log.cc MDEV-8390: innodb.innodb-flush-changed-page-bitmaps crashes 2015-06-29 12:48:42 +03:00
log0online.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
log0recv.cc MDEV-8410: Changing file-key-management to example-key-management causes crash and no real error 2015-08-08 09:56:07 +03:00