Skip to content

Commit 7e2bc14

Browse files
author
Jan Lindström
committed
Remove unnecessary debug output causing unnecessary warnings.
1 parent 595bcb7 commit 7e2bc14

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

storage/innobase/os/os0file.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,11 +2365,6 @@ os_file_set_size(
23652365

23662366
current_size = 0;
23672367

2368-
#ifdef UNIV_DEBUG
2369-
fprintf(stderr, "InnoDB: Note: File %s current_size %lu extended_size %lu\n",
2370-
name, os_file_get_size(file), size);
2371-
#endif
2372-
23732368
#ifdef HAVE_POSIX_FALLOCATE
23742369
if (srv_use_posix_fallocate) {
23752370

storage/xtradb/os/os0file.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,12 +2486,6 @@ os_file_set_size(
24862486

24872487
current_size = 0;
24882488

2489-
#ifdef UNIV_DEBUG
2490-
fprintf(stderr, "InnoDB: Note: File %s current_size %lu extended_size %lu\n",
2491-
name, os_file_get_size(file), size);
2492-
#endif
2493-
2494-
24952489
#ifdef HAVE_POSIX_FALLOCATE
24962490
if (srv_use_posix_fallocate) {
24972491

0 commit comments

Comments
 (0)