[webkit-reviews] review requested: [Bug 39688] We should check if a DB needs to be auto-vacuumed only after transactions that delete something : [Attachment 57601] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 15:47:51 PDT 2010


Dumitru Daniliuc <dumi at chromium.org> has asked	for review:
Bug 39688: We should check if a DB needs to be auto-vacuumed only after
transactions that delete something
https://bugs.webkit.org/show_bug.cgi?id=39688

Attachment 57601: patch
https://bugs.webkit.org/attachment.cgi?id=57601&action=review

------- Additional Comments from Dumitru Daniliuc <dumi at chromium.org>
Same patch merged with other changes that were submitted; also, changed
"m_hadDeletes = m_hadDeletes || allow" to "m_hadDeletes |= allow".


More information about the webkit-reviews mailing list