Closed Bug 1122717 (SQLite3.8.8.1) Opened 9 years ago Closed 9 years ago

Upgrade to SQLite 3.8.8.1

Categories

(Toolkit :: Storage, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla38

People

(Reporter: RyanVM, Assigned: RyanVM)

References

()

Details

Attachments

(1 file, 1 obsolete file)

+++ This bug was initially created as a clone of Bug #1108328 +++



    SQLite version 3.8.8 is a regularly schedule maintenance release of SQLite.

    There are no dramatic new features or performance enhancements in this release, merely incremental improvements. Most of the performance gain in this release comes from refactoring the B-Tree rebalancing logic to avoid unnecessary memcpy() operations. New features include the PRAGMA data_version statement and the ability to accept a VALUES clause with no arbitrary limit on the number of rows. Several obscure bugs have been fixed, including some multithreading races and a work-around for a compiler bug on some Macs.

    See the change log for a longer list of enhancements and bug fixes.
Try run to see what if anything it does for our Windows test crashes:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=73ce05ab3ae0
(In reply to Ryan VanderMeulen [:RyanVM UTC-5] from comment #1)

Doesn't appear to help with the Windows bc2 crashes :(

Full Try run for the sake of rubberstamping a landing anyway:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ebf1339b7b46
Attached patch Upgrade to SQLite 3.8.8 (obsolete) — Splinter Review
Attachment #8550715 - Flags: review?(mak77)
Blocks: 1120444
Blocks: 1123334
Blocks: 1092898
even if it doesn't contain a bug that affects us, 3.8.8.1 should be out today-ish, let's just take that.
http://sqlite.org/releaselog/3_8_8_1.html

Within hours of releasing version 3.8.8, a bug was reported against the 10-month-old 3.8.4 release. As that bug exists in all subsequent releases, the decision was made to issue a small patch to the 3.8.8 before it came into widespread use.

SQLite Release 3.8.8.1 On 2015-01-20 (3.8.8.1)
* Fix a bug in the sorting logic, present since version 3.8.4, that can cause output to appear in the wrong order on queries that contains an ORDER BY clause, a LIMIT clause, and that have approximately 60 or more columns in the result set. Ticket f97c4637102a3ae72b79.
Alias: SQLite3.8.8 → SQLite3.8.8.1
Summary: Upgrade to SQLite 3.8.8 → Upgrade to SQLite 3.8.8.1
Attachment #8550715 - Attachment is obsolete: true
Attachment #8550715 - Flags: review?(mak77)
Attachment #8552131 - Flags: review?(mak77)
Attachment #8552131 - Flags: review?(mak77) → review+
https://hg.mozilla.org/mozilla-central/rev/b115b01adfb2
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: