Skip to content
Permalink
Browse files
Fix warning.
  • Loading branch information
vaintroub committed Nov 24, 2017
1 parent 4cc20c8 commit 414d3a3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -4417,7 +4417,7 @@ xtrabackup_apply_delta(
space->chain);
bool fail = !strcmp(n->name, dst_path)
&& !fil_space_extend(
space, n_pages);
space, (ulint)n_pages);
fil_space_release(space);
if (fail) goto error;
}

0 comments on commit 414d3a3

Please sign in to comment.