diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-01-25 10:04:14 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-01-25 10:04:14 +0200 |
commit | 4b28798f950ccba16378720393277788792b4b2f (patch) | |
tree | eee5f56dcf6713e4507ec8ffc398160dbc59f9b3 /storage/innobase/include/os0file.h | |
parent | 17430a802b4867c60e7185807c0e2ae14c878475 (diff) | |
download | mariadb-git-4b28798f950ccba16378720393277788792b4b2f.tar.gz |
Fix compiler error on x86.
Diffstat (limited to 'storage/innobase/include/os0file.h')
-rw-r--r-- | storage/innobase/include/os0file.h | 2 |
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. */ |