From: Stewart Smith Date: December 23 2005 5:55am Subject: bk commit into 5.1 tree (stewart:1.1982) List-Archive: http://lists.mysql.com/commits/380 Message-Id: <20051223055524.7F68E1412930@localhost.localdomain> Below is the list of changes that have just been committed into a local 5.1 repository of stewart. When stewart does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.1982 05/12/23 16:55:05 stewart@stripped +1 -0 build fix for non-debug builds storage/ndb/src/kernel/blocks/pgman.cpp 1.3 05/12/23 16:54:59 stewart@stripped +5 -0 build fix for non-debug builds # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: stewart # Host: willster.(none) # Root: /home/stewart/Documents/MySQL/5.1/dd-new-merge --- 1.2/storage/ndb/src/kernel/blocks/pgman.cpp 2005-11-15 02:11:23 +11:00 +++ 1.3/storage/ndb/src/kernel/blocks/pgman.cpp 2005-12-23 16:54:59 +11:00 @@ -2196,10 +2196,15 @@ } } + if (signal->theData[0] == 11003) { +#ifdef VM_TRACE verify_page_lists(); dump_page_lists(); +#else + ndbout << "Only in VM_TRACE builds" << endl; +#endif } }