diff options
author | monty@hundin.mysql.fi <> | 2002-02-11 13:48:59 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-11 13:48:59 +0200 |
commit | 4abd402b87def3f292f77b4091493675d9a37589 (patch) | |
tree | ada172b5dc5dccd546e301548aac618812e19814 /innobase/buf | |
parent | 28670e4757fd33f8dead2902154e486cfc67fd27 (diff) | |
parent | 1efcc3e35ea8323f592b7b752f0822293650eeb1 (diff) | |
download | mariadb-git-4abd402b87def3f292f77b4091493675d9a37589.tar.gz |
merge with 3.23.48
Diffstat (limited to 'innobase/buf')
-rw-r--r-- | innobase/buf/buf0lru.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/innobase/buf/buf0lru.c b/innobase/buf/buf0lru.c index a3bb673dfc8..5ab045212c2 100644 --- a/innobase/buf/buf0lru.c +++ b/innobase/buf/buf0lru.c @@ -243,7 +243,6 @@ loop: if (n_iterations > 30) { ut_print_timestamp(stderr); fprintf(stderr, - " ***********************************************\n" "InnoDB: Warning: difficult to find free blocks from\n" "InnoDB: the buffer pool (%lu search iterations)! Consider\n" "InnoDB: increasing the buffer pool size.\n", |