From c60c6f3a369b54d77aa4622197bef1da6b805b97 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Mar 2001 20:10:50 +0200 Subject: [PATCH] mem0pool.c Removed excessive out of mem warnings innobase/mem/mem0pool.c: Removed excessive out of mem warnings --- innobase/mem/mem0pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/innobase/mem/mem0pool.c b/innobase/mem/mem0pool.c index 2a871b00373..e8c02d812c4 100644 --- a/innobase/mem/mem0pool.c +++ b/innobase/mem/mem0pool.c @@ -234,7 +234,7 @@ mem_pool_fill_free_list( /* We come here when we have run out of space in the memory pool: */ - if (mem_out_of_mem_err_msg_count % 1000 == 0) { + if (mem_out_of_mem_err_msg_count % 1000000000 == 0) { /* We do not print the message every time: */ fprintf(stderr,