mariadb/storage/xtradb
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
..
api Merge branch 'merge-xtradb-5.6' into 10.0 2015-08-03 14:03:46 +02:00
btr Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
buf Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
data move to storage/xtradb 2015-05-04 19:15:28 +02:00
dict Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
dyn move to storage/xtradb 2015-05-04 19:15:28 +02:00
eval move to storage/xtradb 2015-05-04 19:15:28 +02:00
fil Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
fsp Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
fts MDEV-8589: Non-default ENCRYPTION_KEY_ID is ignored upon reading a table 2015-08-14 16:25:18 +03:00
fut move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha move to storage/xtradb 2015-05-04 19:15:28 +02:00
handler Merge branch '10.0-galera' into 10.1 2015-09-03 16:32:00 +02:00
ibuf Merge branch 'merge-xtradb-5.6' into 10.0 2015-06-16 12:46:14 +02:00
include Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
lock Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
log New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
mach move to storage/xtradb 2015-05-04 19:15:28 +02:00
mem move to storage/xtradb 2015-05-04 19:15:28 +02:00
mtr Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +02:00
mysql-test/storage_engine Changes in storage_engine test suite: 2014-09-15 20:33:11 +04:00
os Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
page Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
pars MDEV-8589: Non-default ENCRYPTION_KEY_ID is ignored upon reading a table 2015-08-14 16:25:18 +03:00
que 5.6.24-72.2 2015-06-16 11:04:40 +02:00
read move to storage/xtradb 2015-05-04 19:15:28 +02:00
rem Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
row Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
srv Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
sync Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
trx Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
usr move to storage/xtradb 2015-05-04 19:15:28 +02:00
ut Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
CMakeLists.txt cmake: always use the same function to test for compiler flags 2015-09-04 10:32:02 +02:00
COPYING.Google move to storage/xtradb 2015-05-04 19:15:28 +02:00
COPYING.Percona move to storage/xtradb 2015-05-04 19:15:28 +02:00
Doxyfile move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha_innodb.def move to storage/xtradb 2015-05-04 19:15:28 +02:00