mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
Backout of bug 445042, upgrade to SQLite 3.6.0, due to performance regressions
This commit is contained in:
parent
0b6e62d9c2
commit
540a206265
@ -133,7 +133,7 @@ LIBGNOME_VERSION=2.0
|
||||
STARTUP_NOTIFICATION_VERSION=0.8
|
||||
DBUS_VERSION=0.60
|
||||
LCMS_VERSION=1.17
|
||||
SQLITE_VERSION=3.6.0
|
||||
SQLITE_VERSION=3.5.4
|
||||
|
||||
MSMANIFEST_TOOL=
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
This is sqlite 3.6.0
|
||||
This is sqlite 3.5.4.2
|
||||
|
||||
-- Shawn Wilsher <me@shawnwilsher.com>, 07/2008
|
||||
|
||||
-- Peter Weilbacher <mozilla@weilbacher.org>, 04/2008
|
||||
|
||||
See http://www.sqlite.org/ for more info.
|
||||
|
||||
|
@ -111,7 +111,9 @@ EXPORTS
|
||||
sqlite3_mutex_alloc
|
||||
sqlite3_mutex_enter
|
||||
sqlite3_mutex_free
|
||||
sqlite3_mutex_held
|
||||
sqlite3_mutex_leave
|
||||
sqlite3_mutex_notheld
|
||||
sqlite3_mutex_try
|
||||
sqlite3_mprintf
|
||||
sqlite3_open
|
||||
|
68999
db/sqlite3/src/sqlite3.c
68999
db/sqlite3/src/sqlite3.c
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user