Below is the list of changes that have just been committed into a local
6.0 repository of . When 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-11-05 15:00:51-05:00, jas@rowvwade. +1 -0
Turn off automatic logging of page consolidation data.
storage/falcon/Cache.cpp@stripped, 2007-11-05 15:00:44-05:00, jas@rowvwade. +1 -1
Turn off automatic logging of page consolidation data.
diff -Nrup a/storage/falcon/Cache.cpp b/storage/falcon/Cache.cpp
--- a/storage/falcon/Cache.cpp 2007-11-05 14:48:14 -05:00
+++ b/storage/falcon/Cache.cpp 2007-11-05 15:00:44 -05:00
@@ -61,7 +61,7 @@ static const char THIS_FILE[]=__FILE__;
Cache::Cache(Database *db, int pageSz, int hashSz, int numBuffers)
{
- openTraceFile();
+ //openTraceFile();
database = db;
panicShutdown = false;
pageSize = pageSz;
| Thread |
|---|
| • bk commit into 6.0 tree (jas:1.2694) | U-ROWVWADEjas | 5 Nov |