mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/zip: dtuple_print(): Dump each field in a separate line,
so that the dumps can be read and compared more easily. This is related to the change to rec_print_old() and rec_print_comp() in r3148.
This commit is contained in:
parent
ed2321931c
commit
c8fd3a51ff
1 changed files with 1 additions and 1 deletions
|
@ -534,9 +534,9 @@ dtuple_print(
|
|||
dfield_print_raw(f, dtuple_get_nth_field(tuple, i));
|
||||
|
||||
putc(';', f);
|
||||
putc('\n', f);
|
||||
}
|
||||
|
||||
putc('\n', f);
|
||||
ut_ad(dtuple_validate(tuple));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue