diff options
author | unknown <heikki@hundin.mysql.fi> | 2002-09-10 13:06:14 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2002-09-10 13:06:14 +0300 |
commit | 040c16301291540e6b55b16066f0616acfa19164 (patch) | |
tree | 2030444e809c4b66365763ea88c9adda3cd3dd00 /innobase | |
parent | f83da86bd2cb5cc3b0d7398bca195bd72a519128 (diff) | |
download | mariadb-git-040c16301291540e6b55b16066f0616acfa19164.tar.gz |
os0file.c:
Fix a typo: should be buf_page_print
innobase/os/os0file.c:
Fix a typo: should be buf_page_print
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/os/os0file.c | 2 |
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"); } |