]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove accidental global variable "doclist" from fts3Int.h.
authordan <dan@noemail.net>
Thu, 7 Jul 2011 07:37:53 +0000 (07:37 +0000)
committerdan <dan@noemail.net>
Thu, 7 Jul 2011 07:37:53 +0000 (07:37 +0000)
FossilOrigin-Name: f244b2f3959e86fac555b91438cfe90528ab1648

ext/fts3/fts3Int.h
manifest
manifest.uuid

index 13434953e55ab6e7744e74f97df7825b9f758e3d..c85ef5b78946158a6623ef92437493ad1d4fc74d 100644 (file)
@@ -297,7 +297,7 @@ struct Fts3Doclist {
   int bFreeList;                 /* True if pList should be sqlite3_free()d */
   char *pList;                   /* Pointer to position list following iDocid */
   int nList;                     /* Length of position list */
-} doclist;
+};
 
 /*
 ** A "phrase" is a sequence of one or more tokens that must match in
index d689a8f657556240fd4c95bc7e0e0520adb4e6de..89d2fa15b5d0fa292259a229cb983321f06bd952 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Expose\sthe\svalue\sof\scompile\stime\ssymbol\sSQLITE_MAX_DEFAULT_PAGE_SIZE\sto\stest\sscripts.
-D 2011-07-06T09:36:59.031
+C Remove\saccidental\sglobal\svariable\s"doclist"\sfrom\sfts3Int.h.
+D 2011-07-07T07:37:53.958
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in c1d7a7f4fd8da6b1815032efca950e3d5125407e
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -64,7 +64,7 @@ F ext/fts3/README.tokenizers 998756696647400de63d5ba60e9655036cb966e9
 F ext/fts3/README.txt 8c18f41574404623b76917b9da66fcb0ab38328d
 F ext/fts3/fts3.c f45ad45053a587ad1c005459b704b7ade8bd504e
 F ext/fts3/fts3.h 3a10a0af180d502cecc50df77b1b22df142817fe
-F ext/fts3/fts3Int.h e670e2c58b3dca76e44f7e7d35e61113d079db58
+F ext/fts3/fts3Int.h d18022edfa82fd33d8fee35c1b1990f3cf937a1e
 F ext/fts3/fts3_aux.c 0ebfa7b86cf8ff6a0861605fcc63b83ec1b70691
 F ext/fts3/fts3_expr.c 23791de01b3a5d313d76e02befd2601d4096bc2b
 F ext/fts3/fts3_hash.c 8dd2d06b66c72c628c2732555a32bc0943114914
@@ -950,7 +950,7 @@ F tool/symbols.sh bc2a3709940d47c8ac8e0a1fdf17ec801f015a00
 F tool/tostr.awk 11760e1b94a5d3dcd42378f3cc18544c06cfa576
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
 F tool/warnings.sh 2ebae31e1eb352696f3c2f7706a34c084b28c262
-P 6c51bad0a306558d2725463b5675c3799fabcb9d
-R d622adfd2b101711a0c600209c82490a
+P 335736637c4ac3fe56a44fe01d4c037aaefa916a
+R b695993b25d82559c7810189a37bcfab
 U dan
-Z ba49e9f4aa222a31146e61a57307661a
+Z 2063226294bddc8bcb5afad858fcd8e0
index 64b88f77b8ee5d662118ff821f7f4361120d79ce..a846e9ae62aa9dadf9d1cd0fd7341f1806764f6a 100644 (file)
@@ -1 +1 @@
-335736637c4ac3fe56a44fe01d4c037aaefa916a
\ No newline at end of file
+f244b2f3959e86fac555b91438cfe90528ab1648
\ No newline at end of file