summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2016-04-28 16:59:53 +0300
committerMonty <monty@mariadb.org>2016-04-28 16:59:53 +0300
commit32d3d9f7dffa8ef96e6268b53f35453da2f6484d (patch)
tree1f99ba20ce0910a5db091369be1f203ca771d69c
parent9c846373f02d6431d83add639e7560a69ba885a2 (diff)
downloadmariadb-git-32d3d9f7dffa8ef96e6268b53f35453da2f6484d.tar.gz
Fixed compiler warning
-rw-r--r--storage/xtradb/dict/dict0boot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/dict/dict0boot.cc b/storage/xtradb/dict/dict0boot.cc
index 59f210fcab9..138d3131e09 100644
--- a/storage/xtradb/dict/dict0boot.cc
+++ b/storage/xtradb/dict/dict0boot.cc
@@ -474,7 +474,7 @@ dict_boot(void)
} else {
ib_logf(IB_LOG_LEVEL_WARN,
"Change buffer not empty when --innodb-read-only "
- "is set! but srv_force_recovery = %d, ignoring.",
+ "is set! but srv_force_recovery = %lu, ignoring.",
srv_force_recovery);
}
}