Skip to content

Commit

Permalink
post push fix for Bug#28663404
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank Prasad authored and bjornmu committed Oct 1, 2018
1 parent 6112217 commit c28ae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/fil/fil0fil.cc
Expand Up @@ -8828,7 +8828,7 @@ static void fil_tablespace_encryption_init(const fil_space_t *space) {
is found on REDO Log.
*/
if (fsp_is_file_per_table(space->id, space->flags) ||
(space->encryption_key == nullptr && space->encryption_iv == nullptr)) {
space->encryption_klen == 0) {
err = fil_set_encryption(space->id, Encryption::AES, key.ptr, key.iv);
}

Expand Down

0 comments on commit c28ae9a

Please sign in to comment.