summaryrefslogtreecommitdiff
path: root/storage/innobase/include/os0file.h
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2017-01-25 10:04:14 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2017-01-25 10:04:14 +0200
commit4b28798f950ccba16378720393277788792b4b2f (patch)
treeeee5f56dcf6713e4507ec8ffc398160dbc59f9b3 /storage/innobase/include/os0file.h
parent17430a802b4867c60e7185807c0e2ae14c878475 (diff)
downloadmariadb-git-4b28798f950ccba16378720393277788792b4b2f.tar.gz
Fix compiler error on x86.
Diffstat (limited to 'storage/innobase/include/os0file.h')
-rw-r--r--storage/innobase/include/os0file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/os0file.h b/storage/innobase/include/os0file.h
index 0194a876cf3..68369a49c5f 100644
--- a/storage/innobase/include/os0file.h
+++ b/storage/innobase/include/os0file.h
@@ -434,7 +434,7 @@ public:
dberr_t punch_hole(
os_file_t fh,
os_offset_t offset,
- ulint len);
+ os_offset_t len);
private:
/** Page to be written on write operation. */