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