From aea3c07139ca98294ee847f11310963e9c16f861 Mon Sep 17 00:00:00 2001 From: "heikki@donna.mysql.fi" <> Date: Mon, 4 Feb 2002 23:55:41 +0200 Subject: Many files: Small improvements row0mysql.c: Small improvements + fix the ALTER TABLE problem by introducing a lazy drop table it can use ha_innobase.cc: Some fine-tuning of optimization --- innobase/buf/buf0lru.c | 1 - 1 file changed, 1 deletion(-) (limited to 'innobase/buf') diff --git a/innobase/buf/buf0lru.c b/innobase/buf/buf0lru.c index c3118544492..a2996eefca9 100644 --- a/innobase/buf/buf0lru.c +++ b/innobase/buf/buf0lru.c @@ -242,7 +242,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", -- cgit v1.2.1