Commit 414d3a3e authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix warning.

parent 4cc20c88
...@@ -4417,7 +4417,7 @@ xtrabackup_apply_delta( ...@@ -4417,7 +4417,7 @@ xtrabackup_apply_delta(
space->chain); space->chain);
bool fail = !strcmp(n->name, dst_path) bool fail = !strcmp(n->name, dst_path)
&& !fil_space_extend( && !fil_space_extend(
space, n_pages); space, (ulint)n_pages);
fil_space_release(space); fil_space_release(space);
if (fail) goto error; if (fail) goto error;
} }
......
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