mirror of
https://github.com/MariaDB/server.git
synced 2025-12-07 17:42:39 +03:00
page_validate(): Add missing space to error print, for real this time,
following an error in r761.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user