Skip to content

Commit 414d3a3

Browse files
committed
Fix warning.
1 parent 4cc20c8 commit 414d3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/mariabackup/xtrabackup.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4417,7 +4417,7 @@ xtrabackup_apply_delta(
44174417
space->chain);
44184418
bool fail = !strcmp(n->name, dst_path)
44194419
&& !fil_space_extend(
4420-
space, n_pages);
4420+
space, (ulint)n_pages);
44214421
fil_space_release(space);
44224422
if (fail) goto error;
44234423
}

0 commit comments

Comments
 (0)