Skip to content
Permalink
Browse files
Fix a warning.
  • Loading branch information
vaintroub committed Nov 2, 2017
1 parent 19733ef commit b0cfb16
Showing 1 changed file with 1 addition and 1 deletion.
@@ -4523,7 +4523,7 @@ prepare_inplace_alter_table_dict(
if (alt_opt.encryption != opt.encryption
|| alt_opt.encryption_key_id
!= opt.encryption_key_id) {
key_id = alt_opt.encryption_key_id;
key_id = uint32_t(alt_opt.encryption_key_id);
mode = fil_encryption_t(alt_opt.encryption);
}
}

0 comments on commit b0cfb16

Please sign in to comment.