mariadb/storage/xtradb/log
Jan Lindström b4a4d82396 InnoDB/XtraDB Encryption cleanup.
Step 1:
-- Remove page encryption from dictionary (per table
encryption will be handled by storing crypt_data to page 0)
-- Remove encryption/compression from os0file and all functions
before that (compression will be added to buf0buf.cc)
-- Use same CRYPT_SCHEME_1 for all encryption methods
-- Do some code cleanups to confort InnoDB coding style
2015-04-07 23:44:56 +02:00
..
log0crypt.cc
log0log.cc InnoDB/XtraDB Encryption cleanup. 2015-04-07 23:44:56 +02:00
log0online.cc InnoDB/XtraDB Encryption cleanup. 2015-04-07 23:44:56 +02:00
log0recv.cc InnoDB/XtraDB Encryption cleanup. 2015-04-07 23:44:56 +02:00