diff options
author | heikki@donna.mysql.fi <> | 2002-02-04 23:55:41 +0200 |
---|---|---|
committer | heikki@donna.mysql.fi <> | 2002-02-04 23:55:41 +0200 |
commit | aea3c07139ca98294ee847f11310963e9c16f861 (patch) | |
tree | 8afb00e0a5c01501d06fda6b055c26e219075b91 /innobase/buf | |
parent | 9c86441ef63023be60427f57184d466468994f73 (diff) | |
download | mariadb-git-aea3c07139ca98294ee847f11310963e9c16f861.tar.gz |
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
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 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", |