This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11530 - No transaction should start until after all others that were created first and whose scope overlaps
Summary: No transaction should start until after all others that were created first an...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Jeremy Orlow
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-10 16:15 UTC by Jeremy Orlow
Modified: 2010-12-10 17:43 UTC (History)
2 users (show)

See Also:


Attachments

Description Jeremy Orlow 2010-12-10 16:15:56 UTC
No transaction should start until after all others that were created first and whose scope overlaps have first completed.  We agreed upon this at TPAC.
Comment 1 Jeremy Orlow 2010-12-10 17:43:28 UTC
I had Andrei take a look at the change, but more eyes would be great!

changeset:   102:e97db12d0949
tag:         tip
user:        Jeremy Orlow <jorlow@google.com>
date:        Fri Dec 10 17:37:48 2010 +0000
summary:     Tighten up the semantics of how transactions can be run simultaneously.