mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
os0file.c:
Fix a typo: should be buf_page_print
This commit is contained in:
parent
44a43fce68
commit
a9391f3cb5
1 changed files with 1 additions and 1 deletions
|
@ -2281,7 +2281,7 @@ consecutive_loop:
|
|||
ut_print_timestamp(stderr);
|
||||
fprintf(stderr,
|
||||
" InnoDB: ERROR: The page to be written seems corrupt!\n");
|
||||
page_print(combined_buf + len2);
|
||||
buf_page_print(combined_buf + len2);
|
||||
fprintf(stderr,
|
||||
"InnoDB: ERROR: The page to be written seems corrupt!\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue