Closed
Bug 403824
Opened 17 years ago
Closed 17 years ago
Replace table locks in most Bugzilla files with transactions
Categories
(Bugzilla :: Database, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: emmanuel, Assigned: emmanuel)
References
Details
Attachments
(1 file)
7.28 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
This replaces table locks in most Bugzilla files by transactions.
Assignee | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Severity: normal → enhancement
Priority: -- → P1
Summary: Replace table locks in most Bugzilla files → Replace table locks in most Bugzilla files with transactions
Comment 2•17 years ago
|
||
Comment on attachment 288745 [details] [diff] [review]
Replace locks by transactions
Yes, this all looks fine.
Attachment #288745 -
Flags: review?(mkanat) → review+
Updated•17 years ago
|
Flags: approval+
Target Milestone: --- → Bugzilla 3.2
Comment 3•17 years ago
|
||
Checking in attachment.cgi;
/cvsroot/mozilla/webtools/bugzilla/attachment.cgi,v <-- attachment.cgi
new revision: 1.136; previous revision: 1.135
done
Checking in query.cgi;
/cvsroot/mozilla/webtools/bugzilla/query.cgi,v <-- query.cgi
new revision: 1.178; previous revision: 1.177
done
Checking in userprefs.cgi;
/cvsroot/mozilla/webtools/bugzilla/userprefs.cgi,v <-- userprefs.cgi
new revision: 1.118; previous revision: 1.117
done
Checking in votes.cgi;
/cvsroot/mozilla/webtools/bugzilla/votes.cgi,v <-- votes.cgi
new revision: 1.53; previous revision: 1.52
done
Checking in contrib/merge-users.pl;
/cvsroot/mozilla/webtools/bugzilla/contrib/merge-users.pl,v <-- merge-users.pl
new revision: 1.7; previous revision: 1.6
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Blocks: bz-transactions
You need to log in
before you can comment on or make changes to this bug.
Description
•