summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorunknown <heikki@donna.mysql.fi>2001-03-07 20:10:50 +0200
committerunknown <heikki@donna.mysql.fi>2001-03-07 20:10:50 +0200
commitc654c92e82fb68d1007d7e47c6c6ee57dca4e8ee (patch)
tree8666a0ff2a71dcaa0b52e39dc1b856d9b0a32f99 /innobase
parent85038856292c39f88073e63065a23dd2f3b19ada (diff)
downloadmariadb-git-c654c92e82fb68d1007d7e47c6c6ee57dca4e8ee.tar.gz
mem0pool.c Removed excessive out of mem warnings
innobase/mem/mem0pool.c: Removed excessive out of mem warnings
Diffstat (limited to 'innobase')
-rw-r--r--innobase/mem/mem0pool.c2
1 files changed, 1 insertions, 1 deletions
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,