diff options
author | unknown <monty@mashka.mysql.fi> | 2003-01-08 11:27:07 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-01-08 11:27:07 +0200 |
commit | a3f4a46bf29761fe73760a74ceb86491861dcbf4 (patch) | |
tree | bac7d856ac67eac72eab6b32eada91247bf0fcf4 /innobase | |
parent | 1543bad3e7db362981ba89987878f60e7d70cca9 (diff) | |
parent | 02b7a30774400c65b21d27d87f5b2f2b26804150 (diff) | |
download | mariadb-git-a3f4a46bf29761fe73760a74ceb86491861dcbf4.tar.gz |
merge
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/mem/mem0pool.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/innobase/mem/mem0pool.c b/innobase/mem/mem0pool.c index 1c32a4d02a6..382e505b63f 100644 --- a/innobase/mem/mem0pool.c +++ b/innobase/mem/mem0pool.c @@ -259,19 +259,6 @@ 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 % 1000000000 == 0) { - /* We do not print the message every time: */ - - ut_print_timestamp(stderr); - - fprintf(stderr, - " InnoDB: Out of memory in additional memory pool.\n" - "InnoDB: InnoDB will start allocating memory from the OS.\n" - "InnoDB: You may get better performance if you configure a bigger\n" - "InnoDB: value in the MySQL my.cnf file for\n" - "InnoDB: innodb_additional_mem_pool_size.\n"); - } - mem_out_of_mem_err_msg_count++; return(FALSE); |