diff options
Diffstat (limited to 'storage/xtradb/page/page0cur.cc')
-rw-r--r-- | storage/xtradb/page/page0cur.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/page/page0cur.cc b/storage/xtradb/page/page0cur.cc index 76e4c2aed9b..692cb393afd 100644 --- a/storage/xtradb/page/page0cur.cc +++ b/storage/xtradb/page/page0cur.cc @@ -903,7 +903,7 @@ page_cur_parse_insert_rec( ut_print_buf(stderr, ptr2, 300); putc('\n', stderr); - buf_page_print(page, 0, 0); + buf_page_print(page, 0); ut_error; } |