1. 09 Apr, 2015 17 commits
  2. 08 Apr, 2015 19 commits
  3. 07 Apr, 2015 4 commits
    • Jan Lindström's avatar
      Fix test failure on these scrub tests. · d2b87801
      Jan Lindström authored
      d2b87801
    • Jan Lindström's avatar
      InnoDB/XtraDB Encryption cleanup · 4865fd10
      Jan Lindström authored
      Step 5:
      -- Rename encryption_key -> encryption_key_id
      -- Remove unnecessary code
      -- Fix few bugs found
      -- Fix test cases and results files
      4865fd10
    • Jan Lindström's avatar
      InnoDB/XtraDB Encryption code cleanup · af768c2f
      Jan Lindström authored
      Step 4:
      -- Review fixes
      -- Rename pages_page_* to pages_*
      -- Remove unnecessary code
      af768c2f
    • Jan Lindström's avatar
      Encryption cleanup · 71ec0463
      Jan Lindström authored
      Step 3:
      
      -- Make encrytion_algorithm changeable by SUPER
      -- Remove AES_ECB method from encryption_algorithms
      -- Support AES method change by storing used method on InnoDB/XtraDB objects
      -- Store used AES method to crypt_data as different crypt types
      -- Store used AES method to redo/undo logs and checkpoint
      -- Store used AES method on every encrypted page after key_version
      -- Add test
      71ec0463