#At file:///C:/Work/bzr/Merge/mysql-6.0-falcon-team/
2868 Kevin Lewis 2008-10-15
This call to poke() is not needed when a RecordVersion
is committed. It only delays the ability of the scavenger
to reclaim the memory for this record.
No bug. No testcase. Most likely, not measurable.
modified:
storage/falcon/RecordVersion.cpp
per-file messages:
storage/falcon/RecordVersion.cpp
This call to poke() is not needed when a RecordVersion
is committed. It only delays the ability of the scavenger
to reclaim the memory for this record.
=== modified file 'storage/falcon/RecordVersion.cpp'
--- a/storage/falcon/RecordVersion.cpp 2008-08-27 12:55:46 +0000
+++ b/storage/falcon/RecordVersion.cpp 2008-10-16 02:57:10 +0000
@@ -175,7 +175,6 @@ bool RecordVersion::isVersion()
void RecordVersion::commit()
{
transaction = NULL;
- poke();
}
// Scavenge record versions by the scavenger thread. Return true if the
| Thread |
|---|
| • bzr commit into mysql-6.0-falcon-team branch (klewis:2868) | Kevin Lewis | 16 Oct |