summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2002-09-10 13:06:14 +0300
committerunknown <heikki@hundin.mysql.fi>2002-09-10 13:06:14 +0300
commit01733af0310974989a266995881452f351f3cf07 (patch)
tree2030444e809c4b66365763ea88c9adda3cd3dd00
parentd65c763c0a728ee47783dd3036be6b6a546148a3 (diff)
downloadmariadb-git-01733af0310974989a266995881452f351f3cf07.tar.gz
os0file.c:
Fix a typo: should be buf_page_print innobase/os/os0file.c: Fix a typo: should be buf_page_print
-rw-r--r--innobase/os/os0file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/os/os0file.c b/innobase/os/os0file.c
index c37b0585dd3..2a17c554dc1 100644
--- a/innobase/os/os0file.c
+++ b/innobase/os/os0file.c
@@ -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");
}