mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
mem0pool.c Removed excessive out of mem warnings
innobase/mem/mem0pool.c: Removed excessive out of mem warnings
This commit is contained in:
parent
03fd9b0d1b
commit
c60c6f3a36
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue