summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2015-02-27 12:28:58 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2015-02-27 12:28:58 +0200
commit9465548e4bd5fa0a73f3a9f4460690fc003996d0 (patch)
tree08207373df1b5d532b1e89977c50fb4cddab4756
parent94e39a680ec5afea0da5c2a5964671a1a2578a9a (diff)
downloadmariadb-git-bb-10.1-logf.tar.gz
More fixes.bb-10.1-logf
-rw-r--r--storage/innobase/buf/buf0mtflu.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/innobase/buf/buf0mtflu.cc b/storage/innobase/buf/buf0mtflu.cc
index e990ba785e7..2132e5de6bb 100644
--- a/storage/innobase/buf/buf0mtflu.cc
+++ b/storage/innobase/buf/buf0mtflu.cc
@@ -49,6 +49,7 @@ Modified 06/02/2014 Jan Lindström jan.lindstrom@skysql.com
#include "mysql/plugin.h"
#include "mysql/service_thd_wait.h"
#include "fil0pagecompress.h"
+#include "ha_prototypes.h"
#define MT_COMP_WATER_MARK 50
/** Time to wait for a message. */
@@ -197,7 +198,7 @@ buf_mtflu_flush_pool_instance(
help in the retry which will follow the
failure. */
#ifdef UNIV_MTFLUSH_DEBUG
- fprintf(stderr, "InnoDB: Note: buf flush start failed there is already active flush for this buffer pool.\n");
+ ib_logff(IB_LOG_LEVEL_INFO, "Buf flush start failed there is already active flush for this buffer pool.");
#endif
return 0;
}