Skip to content

Commit 84895c3

Browse files
author
Jan Lindström
committed
Fix compiler error on x86.
1 parent 423b7da commit 84895c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/innobase/include/os0file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class IORequest {
433433

434434
dberr_t punch_hole(
435435
os_file_t fh,
436-
ulint offset,
436+
os_offset_t offset,
437437
ulint len);
438438

439439
private:

0 commit comments

Comments
 (0)