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
3193 Jimmy Yang 2010-10-20 [merge]
Null merge from mysql-5.1-innodb to mysql-5.5-innodb
=== modified file 'storage/innobase/lock/lock0lock.c'
--- a/storage/innobase/lock/lock0lock.c revid:jimmy.yang@oracle.com-20101021030742-qe6kmexlvui2ey0i
+++ b/storage/innobase/lock/lock0lock.c revid:marko.makela@stripped073241-utf04lcju53ss871
@@ -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 push into mysql-5.5-innodb branch (marko.makela:3193 to 3194) | marko.makela | 21 Oct |