Commit 7e2bc140 authored by Jan Lindström's avatar Jan Lindström

Remove unnecessary debug output causing unnecessary warnings.

parent 595bcb79
......@@ -2365,11 +2365,6 @@ os_file_set_size(
current_size = 0;
#ifdef UNIV_DEBUG
fprintf(stderr, "InnoDB: Note: File %s current_size %lu extended_size %lu\n",
name, os_file_get_size(file), size);
#endif
#ifdef HAVE_POSIX_FALLOCATE
if (srv_use_posix_fallocate) {
......
......@@ -2486,12 +2486,6 @@ os_file_set_size(
current_size = 0;
#ifdef UNIV_DEBUG
fprintf(stderr, "InnoDB: Note: File %s current_size %lu extended_size %lu\n",
name, os_file_get_size(file), size);
#endif
#ifdef HAVE_POSIX_FALLOCATE
if (srv_use_posix_fallocate) {
......
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