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-12-03 08:02:22-05:00, jas@stripped +1 -0
Avoid a possible internal deadlock.
storage/falcon/Table.cpp@stripped, 2007-12-03 08:02:19-05:00, jas@stripped +1 -1
Avoid a possible internal deadlock.
diff -Nrup a/storage/falcon/Table.cpp b/storage/falcon/Table.cpp
--- a/storage/falcon/Table.cpp 2007-11-30 17:46:36 -05:00
+++ b/storage/falcon/Table.cpp 2007-12-03 08:02:19 -05:00
@@ -1506,7 +1506,7 @@ void Table::truncate(Transaction *transa
debugThawedRecords = 0;
debugThawedBytes = 0;
alterIsActive = false;
- database->commitSystemTransaction();
+ //database->commitSystemTransaction();
}
void Table::checkNullable(Record * record)
| Thread |
|---|
| • bk commit into 6.0 tree (jas:1.2727) | Jim Starkey | 3 Dec |