Commit 3bfc4ef8 authored by marko's avatar marko

branches/zip: buf_LRU_get_free_block(): Add missing spaces to and

correct the grammar of the warning message.
parent 2323c4d2
...@@ -712,7 +712,7 @@ loop: ...@@ -712,7 +712,7 @@ loop:
if (n_iterations > 30) { if (n_iterations > 30) {
ut_print_timestamp(stderr); ut_print_timestamp(stderr);
fprintf(stderr, fprintf(stderr,
"InnoDB: Warning: difficult to find free blocks from\n" " InnoDB: Warning: difficult to find free blocks in\n"
"InnoDB: the buffer pool (%lu search iterations)!" "InnoDB: the buffer pool (%lu search iterations)!"
" Consider\n" " Consider\n"
"InnoDB: increasing the buffer pool size.\n" "InnoDB: increasing the buffer pool size.\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment