diff options
author | Alex Naidis <alex.naidis@linux.com> | 2017-06-08 18:11:59 +0200 |
---|---|---|
committer | Alex Naidis <alex.naidis@linux.com> | 2017-06-08 16:22:22 +0000 |
commit | 1ea291d14f0cf30fd85f00307dbcb9991912ed2c (patch) | |
tree | 06037d5576ca6163344b408d41abfaa34220b467 /dist/Android.patch | |
parent | e30db8f4dd47ab92b8400ea6a5147bf4d3e49f27 (diff) |
sqlite: Upgrade to SQLite 3.19.3
Downloaded from https://sqlite.org/2017/sqlite-amalgamation-3190300.zip
$ sha256sum sqlite-amalgamation-3190300.zip
130185efe772a7392c5cecb4613156aba12f37b335ef91e171c345e197eabdc1 sqlite-amalgamation-3190300.zip
dist/orig contains the stock sqlite3 code, as packaged in the ZIP file above.
dist contains a copy of dist/orig, but with the Android.patch file applied.
Please see Android.patch for a list of differences between stock and
Android.
The Android specific patch applied cleanly and was regenerated.
This bugfix release contains a fix for a bug which can lead to
data corruption.
More details about the release are available here: https://sqlite.org/releaselog/3_19_3.html
Change-Id: I13cede802129bef64a183915827d422e1d609464
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Diffstat (limited to 'dist/Android.patch')
-rw-r--r-- | dist/Android.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/Android.patch b/dist/Android.patch index 98b9f1f..095b973 100644 --- a/dist/Android.patch +++ b/dist/Android.patch @@ -1,6 +1,6 @@ diff -r -u -d orig/shell.c ./shell.c ---- orig/shell.c 2017-05-24 17:13:50.000000000 +0200 -+++ ./shell.c 2017-05-24 19:24:05.290434785 +0200 +--- orig/shell.c 2017-06-08 17:09:50.000000000 +0200 ++++ ./shell.c 2017-06-08 18:08:52.586798733 +0200 @@ -52,6 +52,12 @@ #endif #include <ctype.h> @@ -38,8 +38,8 @@ diff -r -u -d orig/shell.c ./shell.c } diff -r -u -d orig/sqlite3.c ./sqlite3.c ---- orig/sqlite3.c 2017-05-24 17:13:50.000000000 +0200 -+++ ./sqlite3.c 2017-05-24 19:24:05.339433935 +0200 +--- orig/sqlite3.c 2017-06-08 17:09:50.000000000 +0200 ++++ ./sqlite3.c 2017-06-08 18:08:52.641797754 +0200 @@ -33542,7 +33542,7 @@ SimulateIOError( rc=1 ); if( rc!=0 ){ @@ -67,7 +67,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c goto shm_open_err; } -@@ -115926,7 +115926,7 @@ +@@ -115934,7 +115934,7 @@ } if( pDb->pSchema->file_format>SQLITE_MAX_FILE_FORMAT ){ sqlite3SetString(pzErrMsg, db, "unsupported file format"); @@ -76,7 +76,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c goto initone_error_out; } -@@ -149753,13 +149753,25 @@ +@@ -149769,13 +149769,25 @@ ** module with sqlite. */ if( SQLITE_OK==rc |