summaryrefslogtreecommitdiff
path: root/storage/innobase/dict/dict0boot.cc
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2016-06-19 15:06:10 +0300
committerMonty <monty@mariadb.org>2016-06-22 22:04:55 +0300
commit838205f0bb3a818e05e34c25d55053a9a2a1487e (patch)
tree0c3f99c569a33b926aa10f855791a646817e5ad8 /storage/innobase/dict/dict0boot.cc
parent34eb10e4064a7f38fc7d41016a6bcc5443ebe0c3 (diff)
downloadmariadb-git-838205f0bb3a818e05e34c25d55053a9a2a1487e.tar.gz
Fixed compiler warnings and test failures found by buildbot
Diffstat (limited to 'storage/innobase/dict/dict0boot.cc')
-rw-r--r--storage/innobase/dict/dict0boot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/dict/dict0boot.cc b/storage/innobase/dict/dict0boot.cc
index 0dff05567d7..80724372f27 100644
--- a/storage/innobase/dict/dict0boot.cc
+++ b/storage/innobase/dict/dict0boot.cc
@@ -468,7 +468,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);
}
}