mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
lock_rec_validate_page(): Disable the debug printout.
It is filling the error log when testing the debug version of the server. The printout only seems to be useful when debugging a crash, not when testing an instrumented version of the server.
This commit is contained in:
parent
b921762779
commit
ea6b469df3
1 changed files with 2 additions and 2 deletions
|
|
@ -4859,11 +4859,11 @@ loop:
|
|||
ut_a(rec);
|
||||
offsets = rec_get_offsets(rec, index, offsets,
|
||||
ULINT_UNDEFINED, &heap);
|
||||
|
||||
#if 0
|
||||
fprintf(stderr,
|
||||
"Validating %lu %lu\n",
|
||||
(ulong) space, (ulong) page_no);
|
||||
|
||||
#endif
|
||||
lock_mutex_exit_kernel();
|
||||
|
||||
/* If this thread is holding the file space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue