Closed
Bug 2042088
Opened 2 months ago
Closed 29 days ago
Migrate removeFoldersContents DELETE to array binding
Categories
(Toolkit :: Places, task, P3)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: mak, Assigned: cachan)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sng])
Attachments
(1 file)
removeFoldersContents in Bookmarks.sys.mjs collects descendant ids from a recursive CTE and currently chunks them through DELETE FROM moz_bookmarks WHERE id IN (...). Replace the chunked loop with a single bound-array DELETE.
Updated•2 months ago
|
Pushed by cachan@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/6f8ff72f2b0a
https://hg.mozilla.org/integration/autoland/rev/03fac68a442b
Migrated removeFolderContents to array binding. r=mak,places-reviewers
Comment 3•29 days ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 29 days ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Updated•3 days ago
|
QA Whiteboard: [qa-triage-done-c155/b154]
You need to log in
before you can comment on or make changes to this bug.
Description
•