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, 2008-01-02 15:12:53-05:00, jas@rowvwade. +1 -0
Release data BDB before returning to avoid perpetual lock
on BDB. This is a fix for Falcon bug 33517.
storage/falcon/Section.cpp@stripped, 2008-01-02 15:12:45-05:00, jas@rowvwade. +2 -0
Release data BDB before returning to avoid perpetual lock
on BDB. This is a fix for Falcon bug 33517.
diff -Nrup a/storage/falcon/Section.cpp b/storage/falcon/Section.cpp
--- a/storage/falcon/Section.cpp 2007-12-14 14:42:09 -05:00
+++ b/storage/falcon/Section.cpp 2008-01-02 15:12:45 -05:00
@@ -554,6 +554,8 @@ void Section::updateRecord(int32 recordN
ASSERT(index->page == 0 && index->line == 0);
VALIDATE_SPACE_SLOTS(locatorPage);
}
+ else
+ dataBdb->release(REL_HISTORY);
bdb->release(REL_HISTORY);
| Thread |
|---|
| • bk commit into 6.0 tree (jas:1.2767) | U-ROWVWADEjas | 2 Jan |