summaryrefslogtreecommitdiff
path: root/storage/xtradb/os
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-03-10 16:25:01 +0100
committerSergei Golubchik <serg@mariadb.org>2017-03-10 18:21:22 +0100
commitb6a1d6538b4d2001be20fe0d8f470874c744f0a2 (patch)
treeab30243474522bc64cbdb8c19dd10ab10e21c782 /storage/xtradb/os
parent0094b6581df1530821608327df50b8479e1dc0f8 (diff)
downloadmariadb-git-b6a1d6538b4d2001be20fe0d8f470874c744f0a2.tar.gz
compiler warnings
Diffstat (limited to 'storage/xtradb/os')
-rw-r--r--storage/xtradb/os/os0file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/os/os0file.cc b/storage/xtradb/os/os0file.cc
index 7b3b8800407..ed84834e6ea 100644
--- a/storage/xtradb/os/os0file.cc
+++ b/storage/xtradb/os/os0file.cc
@@ -6394,7 +6394,7 @@ os_file_trim(
srv_use_trim = FALSE;
ib_logf(IB_LOG_LEVEL_WARN,
"fallocate() failed with error %d."
- " start: %llu len: " ULINTPF " payload: " ULINTPF "."
+ " start: " UINT64PF " len: " ULINTPF " payload: " ULINTPF "."
" Disabling fallocate for now.",
errno, off, ulint(trim_len), ulint(len));