• Jan Lindström's avatar
    InnoDB/XtraDB Encryption cleanup · 0ba9fa35
    Jan Lindström authored
    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
    0ba9fa35
buf0rea.cc 29 KB