Closed
Bug 1720227
Opened 3 years ago
Closed 3 years ago
NSS using a tempdir to measure sql performance not active
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.69
People
(Reporter: rrelyea, Assigned: rrelyea)
References
Details
Attachments
(1 file)
1.11 KB,
patch
|
Details | Diff | Splinter Review |
last rebase we submitted a patch that used a subdirectory to measure the performance for the SQLite patch. This code wasn't active by default on linux, however, because of a typo in the build system. This is a low priority issue since NSS does not default to measure, so the patch only affects older versions of RHEL or users that have explicitly asked for 'measure' semantics.
The fix is small enough, that the attached patch should be reviewable, I'm willing to submit it as a phabricator patch is the review requires it.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → rrelyea
Status: NEW → ASSIGNED
Comment 1•3 years ago
|
||
r+ from me Bob, thanks.
Assignee | ||
Comment 2•3 years ago
|
||
Thanks martin, checked in: https://hg.mozilla.org/projects/nss/rev/fc4056907596283ddfc487196f50f7189a398721
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Target Milestone: --- → 3.69
You need to log in
before you can comment on or make changes to this bug.
Description
•