#At file:///home/marko/innobase/dev/mysql2a/5.5-innodb/ based on revid:jimmy.yang@strippedxlvui2ey0i
3194 Marko Mäkelä 2010-10-21
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.
modified:
storage/innobase/lock/lock0lock.c
=== modified file 'storage/innobase/lock/lock0lock.c'
--- a/storage/innobase/lock/lock0lock.c revid:jimmy.yang@strippedvui2ey0i
+++ b/storage/innobase/lock/lock0lock.c revid:marko.makela@stripped
@@ -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
Attachment: [text/bzr-bundle] bzr/marko.makela@oracle.com-20101021073241-utf04lcju53ss871.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-innodb branch (marko.makela:3194) | marko.makela | 21 Oct |