Commit bd338ceb authored by osku's avatar osku

page_validate(): Add missing space to error print, for real this time,

following an error in r761.
parent 66241d5a
...@@ -1811,7 +1811,7 @@ page_validate( ...@@ -1811,7 +1811,7 @@ page_validate(
if (!(1 == cmp_rec_rec(rec, old_rec, if (!(1 == cmp_rec_rec(rec, old_rec,
offsets, old_offsets, index))) { offsets, old_offsets, index))) {
fprintf(stderr, fprintf(stderr,
"InnoDB: Records in wrong order on page %lu" , "InnoDB: Records in wrong order on page %lu ",
(ulong) buf_frame_get_page_no(page)); (ulong) buf_frame_get_page_no(page));
dict_index_name_print(stderr, NULL, index); dict_index_name_print(stderr, NULL, index);
fputs("\nInnoDB: previous record ", stderr); fputs("\nInnoDB: previous record ", stderr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment