Below is the list of changes that have just been committed into a local
6.0 repository of jas. When jas 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@stripped, 2007-10-04 10:38:14-04:00, jas@stripped +1 -0
Commented out some diagnostic, debugging code.
storage/falcon/Database.cpp@stripped, 2007-10-04 10:38:11-04:00, jas@stripped +2 -2
Commented out some diagnostic, debugging code.
diff -Nrup a/storage/falcon/Database.cpp b/storage/falcon/Database.cpp
--- a/storage/falcon/Database.cpp 2007-10-03 13:02:47 -04:00
+++ b/storage/falcon/Database.cpp 2007-10-04 10:38:11 -04:00
@@ -1642,8 +1642,8 @@ void Database::retireRecords(bool forced
if (forced || total > recordScavengeThreshold)
{
- LogStream stream;
- recordDataPool->analyze(0, &stream, NULL, NULL);
+ //LogStream stream;
+ //recordDataPool->analyze(0, &stream, NULL, NULL);
Sync syncTbl (&syncTables, "Database::retireRecords");
syncTbl.lock (Shared);
Table *table;
| Thread |
|---|
| • bk commit into 6.0 tree (jas:1.2614) | Jim Starkey | 4 Oct |