| Index: third_party/sqlite/patches/0014-fts2-Detect-and-handle-certain-corruption-cases.patch
|
| diff --git a/third_party/sqlite/patches/0021-fts2-Detect-and-handle-certain-corruption-cases.patch b/third_party/sqlite/patches/0014-fts2-Detect-and-handle-certain-corruption-cases.patch
|
| similarity index 98%
|
| rename from third_party/sqlite/patches/0021-fts2-Detect-and-handle-certain-corruption-cases.patch
|
| rename to third_party/sqlite/patches/0014-fts2-Detect-and-handle-certain-corruption-cases.patch
|
| index 01cf10c7f3a48f792d1a5e177836180cb780af40..8fe03bc38bfc699a3d5023662ab37197d1b424bc 100644
|
| --- a/third_party/sqlite/patches/0021-fts2-Detect-and-handle-certain-corruption-cases.patch
|
| +++ b/third_party/sqlite/patches/0014-fts2-Detect-and-handle-certain-corruption-cases.patch
|
| @@ -1,7 +1,7 @@
|
| -From 4d085cef75bf930afac74457600ddea785b6ac9d Mon Sep 17 00:00:00 2001
|
| +From c0a3343f2b446088f8f721baf8f53e20e8ce4fb5 Mon Sep 17 00:00:00 2001
|
| From: Scott Hess <shess@chromium.org>
|
| Date: Thu, 18 Sep 2008 17:00:30 -0700
|
| -Subject: [PATCH 21/23] [fts2] Detect and handle certain corruption cases.
|
| +Subject: [PATCH 14/16] [fts2] Detect and handle certain corruption cases.
|
|
|
| Detect and handle certain corruption cases for fts2,
|
| concentrating on high-level structural issues not trying to
|
| @@ -33,7 +33,7 @@ https://code.google.com/p/gears/source/detail?r=2855&path=/trunk/third_party/sql
|
| 1 file changed, 132 insertions(+), 20 deletions(-)
|
|
|
| diff --git a/third_party/sqlite/src/ext/fts2/fts2.c b/third_party/sqlite/src/ext/fts2/fts2.c
|
| -index 7d07137..bdbd747 100644
|
| +index 1c68af5..5cb3fc6 100644
|
| --- a/third_party/sqlite/src/ext/fts2/fts2.c
|
| +++ b/third_party/sqlite/src/ext/fts2/fts2.c
|
| @@ -349,6 +349,16 @@
|
|
|