1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Yet another change to FTS5 trying to get it to merge successfully into sessions.

FossilOrigin-Name: 8dedff3b9ac3e6bf9c131fee19f7d26dc1ebd61f
This commit is contained in:
drh
2016-01-14 14:33:36 +00:00
parent d625adb8db
commit 0ea94db612
3 changed files with 8 additions and 9 deletions

View File

@ -4856,7 +4856,7 @@ int sqlite3Fts5IndexClose(Fts5Index *p){
** size. Return the number of bytes in the nChar character prefix of the
** buffer, or 0 if there are less than nChar characters in total.
*/
static int sqlite3Fts5IndexCharlenToBytelen(
int sqlite3Fts5IndexCharlenToBytelen(
const char *p,
int nByte,
int nChar
@ -6092,4 +6092,3 @@ int sqlite3Fts5IndexInit(sqlite3 *db){
}
return rc;
}