1. 15 Nov, 2018 4 commits
  2. 14 Nov, 2018 2 commits
  3. 07 Nov, 2018 3 commits
  4. 06 Nov, 2018 2 commits
    • Anel Husakovic's avatar
    • Jan Lindström's avatar
      MDEV-17230: encryption_key_id from alter is ignored by encryption threads · ef400185
      Jan Lindström authored
      Background: Used encryption key_id is stored to encryption metadata
      i.e. crypt_data that is stored on page 0 of the tablespace of the
      table. crypt_data is created only if implicit encryption/not encryption
      is requested i.e. ENCRYPTED=[YES|NO] table option is used
      fil_create_new_single_table_tablespace on fil0fil.cc.
      
      Later if encryption is enabled all tables that use default encryption
      mode (i.e. no encryption table option is set) are encrypted with
      default encryption key_id that is 1. See fil_crypt_start_encrypting_space on
      fil0crypt.cc.
      
      ha_innobase::check_table_options()
      	If default encryption is used and encryption is disabled, you may
              not use nondefault encryption_key_id as it is not stored anywhere.
      ef400185
  5. 05 Nov, 2018 4 commits
  6. 03 Nov, 2018 1 commit
  7. 02 Nov, 2018 3 commits
  8. 01 Nov, 2018 7 commits
  9. 31 Oct, 2018 8 commits
  10. 30 Oct, 2018 6 commits