Chromium Code Reviews| Index: third_party/sqlite/README.chromium |
| diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium |
| index d53d8ba2c653b70aee20c36e68ae83fa138d7a84..622072793131fdff6b11e38015b5a24c5695ea0a 100644 |
| --- a/third_party/sqlite/README.chromium |
| +++ b/third_party/sqlite/README.chromium |
| @@ -189,3 +189,5 @@ Changes from Chrome: |
| conflict with an Apple library after amalgamation it was also necessary to |
| rename fts3_porter.c's 'cType' to 'vOrCType'. |
| - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized. |
| + - src/recover.c file implements a virtual table which can read |
| + through corruption. |