diff options
author | unknown <heikki@hundin.mysql.fi> | 2003-05-05 10:54:56 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2003-05-05 10:54:56 +0300 |
commit | 00fd88c9451008237395d93a73d2d78152ea369c (patch) | |
tree | 3f84b92924e027dfbc255787af473b900f57c0f8 /innobase/buf/buf0flu.c | |
parent | d27355fbe8eeaa50b0045ba59724f9f125a2e3bd (diff) | |
download | mariadb-git-00fd88c9451008237395d93a73d2d78152ea369c.tar.gz |
buf0lru.c, buf0flu.c:
Better warning message if more than 4 / 5 of the buffer pool is consumed by locks of adaptive hash index
innobase/buf/buf0flu.c:
Better warning message if more than 4 / 5 of the buffer pool is consumed by locks of adaptive hash index
innobase/buf/buf0lru.c:
Better warning message if more than 4 / 5 of the buffer pool is consumed by locks of adaptive hash index
Diffstat (limited to 'innobase/buf/buf0flu.c')
-rw-r--r-- | innobase/buf/buf0flu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/buf/buf0flu.c b/innobase/buf/buf0flu.c index 4d998f8306f..d732bf40b57 100644 --- a/innobase/buf/buf0flu.c +++ b/innobase/buf/buf0flu.c @@ -531,7 +531,8 @@ buf_flush_try_page( rw_lock_s_lock_gen(&(block->lock), BUF_IO_WRITE); if (buf_debug_prints) { - printf("Flushing single page space %lu, page no %lu \n", + printf( + "Flushing single page space %lu, page no %lu \n", block->space, block->offset); } |