Closed
Bug 389492
Opened 18 years ago
Closed 18 years ago
create an index over moz_places title
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 alpha7
People
(Reporter: moco, Assigned: dietrich)
References
Details
(Keywords: perf)
create an index over moz_places title
needed by bug #389491.
dietrich, can you add this to your ride-along schema changes for bug #319455?
| Reporter | ||
Comment 1•18 years ago
|
||
dietrich has this fix as part of bug #319455, which is targeted for m7.
thanks again, dietrich!
Assignee: nobody → dietrich
Flags: blocking-firefox3?
Keywords: perf
Target Milestone: --- → Firefox 3 M7
| Assignee | ||
Comment 2•18 years ago
|
||
fixed as a ride-along schema change in bug 319455.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Comment 3•18 years ago
|
||
How do we verify this fix or can it be easily verified?
| Reporter | ||
Comment 4•18 years ago
|
||
> How do we verify this fix or can it be easily verified?
verify using SQLite Database Browser.
After this fix, both an existing profile (from before this fix) and a new profile (after this fix) should create the moz_places_titleindex on the title column of the moz_places table.
Comment 5•18 years ago
|
||
I see "title" for the column in moz_places table. The DB structure shows:
Name: moz_places_titleindex
Object: index
Type: <blank>
Schema: CREATE INDEX moz_places_titleindex ON moz_places (title)
so I think this is verified.
Status: RESOLVED → VERIFIED
Comment 6•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•