• Monty's avatar
    MDEV-26258 Various crashes/asserts/corruptions when Aria encryption is... · 1ef22e28
    Monty authored
    MDEV-26258 Various crashes/asserts/corruptions when Aria encryption is enabled/used, but the encryption plugin is not loaded
    
    The reason for the MDEV reported failures is that the tests are enabling
    encryption for Aria but not providing any encryption keys.
    
    Fixed by checking if encryption keys exists before creating the table.
    
    Other things:
    - maria.encrypt_wrong-key changed as we now get the error on CREATE
      instead during insert.
    1ef22e28
handler_ername.h 4.39 KB