Closed
Bug 764573
Opened 14 years ago
Closed 9 years ago
Remove MAX_SCHEMA_RETRY define now that we have SQLite 3.7.13
Categories
(Core :: SQLite and Embedded Database Bindings, defect, P3)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: bent.mozilla, Assigned: mak)
References
Details
Attachments
(1 file)
IndexedDB needed a larger MAX_SCHEMA_RETRY in order to work before SQLite 3.7.13, but now it shouldn't be needed.
Updated•13 years ago
|
Depends on: SQLite3.7.14
| Assignee | ||
Comment 1•9 years ago
|
||
I don't think it's worth it.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Comment 3•9 years ago
|
||
oops, we can indeed remove it cause 3.7.17 set the default to 50 and we use 25.
Status: RESOLVED → REOPENED
Priority: -- → P3
Resolution: WONTFIX → ---
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mak77
| Comment hidden (mozreview-request) |
Comment 5•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8807879 [details]
Bug 764573 - Remove MAX_SCHEMA_RETRY since now the default value is larger.
https://reviewboard.mozilla.org/r/90866/#review90594
Attachment #8807879 -
Flags: review?(bugmail) → review+
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/d7f727af4b9f
Remove MAX_SCHEMA_RETRY since now the default value is larger. r=asuth
Comment 7•9 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•2 years ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•