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-12-03 10:22:09-05:00, jas@rowvwade. +1 -0
Turn off post-recovery validation.
storage/falcon/Database.cpp@stripped, 2007-12-03 10:22:00-05:00, jas@rowvwade. +1 -1
Turn off post-recovery validation.
diff -Nrup a/storage/falcon/Database.cpp b/storage/falcon/Database.cpp
--- a/storage/falcon/Database.cpp 2007-12-02 17:06:19 -05:00
+++ b/storage/falcon/Database.cpp 2007-12-03 10:22:00 -05:00
@@ -761,7 +761,7 @@ void Database::openDatabase(const char *
upgradeSystemTables();
Trigger::initialize (this);
serialLog->checkpoint(true);
- validate(validateOrBreak);
+ //validate(validateOrBreak);
#ifndef STORAGE_ENGINE
| Thread |
|---|
| • bk commit into 6.0 tree (jas:1.2729) | U-ROWVWADEjas | 3 Dec |