Skip to content

Commit dd07cfc

Browse files
committed
MDEV-15756: Remove some garbage output
os_aio_print(): Remove output that should have been removed in commit 5e62b6a (MDEV-16264).
1 parent 4725792 commit dd07cfc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

storage/innobase/os/os0file.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4160,10 +4160,6 @@ os_aio_print(FILE* file)
41604160
time_t current_time;
41614161
double time_elapsed;
41624162

4163-
fputs("Pending normal aio reads:", file);
4164-
4165-
4166-
putc('\n', file);
41674163
current_time = time(NULL);
41684164
time_elapsed = 0.001 + difftime(current_time, os_last_printout);
41694165

0 commit comments

Comments
 (0)