mariadb/storage/xtradb/srv
Jan Lindström 0ba9fa35bc InnoDB/XtraDB Encryption cleanup
Step 2:

-- Introduce temporal memory array to buffer pool where to allocate
temporary memory for encryption/compression
-- Rename PAGE_ENCRYPTION -> ENCRYPTION
-- Rename PAGE_ENCRYPTION_KEY -> ENCRYPTION_KEY
-- Rename innodb_default_page_encryption_key -> innodb_default_encryption_key
-- Allow enable/disable encryption for tables by changing
 ENCRYPTION to enum having values DEFAULT, ON, OFF
-- In create table store crypt_data if ENCRYPTION is ON or OFF
-- Do not crypt tablespaces having ENCRYPTION=OFF
-- Store encryption mode to crypt_data and redo-log
2015-04-07 23:44:56 +02:00
..
srv0conc.cc fixing embedded: WaaS. Wsrep as a Service. 2014-10-01 23:48:34 +02:00
srv0mon.cc Push for testing of encryption 2015-02-10 10:21:17 +01:00
srv0srv.cc InnoDB/XtraDB Encryption cleanup 2015-04-07 23:44:56 +02:00
srv0start.cc InnoDB/XtraDB Encryption cleanup. 2015-04-07 23:44:56 +02:00