Commit b0cfb168 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix a warning.

parent 19733efa
......@@ -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);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment