]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typos in compile and run-time tests of the sqlite library version number in ...
authordan <dan@noemail.net>
Mon, 11 Nov 2013 19:56:35 +0000 (19:56 +0000)
committerdan <dan@noemail.net>
Mon, 11 Nov 2013 19:56:35 +0000 (19:56 +0000)
FossilOrigin-Name: f58d57017199421167dae8ebc67db2f19be45082

ext/rtree/rtree.c
manifest
manifest.uuid

index e700389b6c23dddd2925442d295c9971a0779194..577e19d4c6170a48d495852d2aeb285b271f5e67 100644 (file)
@@ -1360,8 +1360,8 @@ static int rtreeFilter(
 ** support estimatedRows. In that case this function is a no-op.
 */
 static void setEstimatedRows(sqlite3_index_info *pIdxInfo, i64 nRow){
-#if SQLITE_VERSION_NUMBER>=308002
-  if( sqlite3_libversion_number()>=300802 ){
+#if SQLITE_VERSION_NUMBER>=3008002
+  if( sqlite3_libversion_number()>=3008002 ){
     pIdxInfo->estimatedRows = nRow;
   }
 #endif
index 4d0644314bfd507ad0b9fd57c1ed37c6300b5830..450f12a232eec086afe18be34af8890d246c3228 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sa\sway\sfor\svirtual\stables\sto\sreturn\sthe\sexpected\snumber\sof\srows\sfor\sa\sscan\s(not\sjust\sthe\soverall\scost)\sto\sSQLite.\sHave\sthe\srtree\smodule\smake\suse\sof\sthis.
-D 2013-11-11T19:01:33.120
+C Fix\stypos\sin\scompile\sand\srun-time\stests\sof\sthe\ssqlite\slibrary\sversion\snumber\sin\s\srtree.c.
+D 2013-11-11T19:56:35.910
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in d12e4455cf7a36e42d3949876c1c3b88ff70867a
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -120,7 +120,7 @@ F ext/misc/vfslog.c fe40fab5c077a40477f7e5eba994309ecac6cc95
 F ext/misc/vtshim.c babb0dc2bf116029e3e7c9a618b8a1377045303e
 F ext/misc/wholenumber.c 784b12543d60702ebdd47da936e278aa03076212
 F ext/rtree/README 6315c0d73ebf0ec40dedb5aa0e942bc8b54e3761
-F ext/rtree/rtree.c 1ec67e64ab28acd72d6a39416b24cb6b33a8bd9e
+F ext/rtree/rtree.c a4e18b2c150adad20aecbeb3408cd235a0a57441
 F ext/rtree/rtree.h 834dbcb82dc85b2481cde6a07cdadfddc99e9b9e
 F ext/rtree/rtree1.test cf679265ecafff494a768ac9c2f43a70915a6290
 F ext/rtree/rtree2.test acbb3a4ce0f4fbc2c304d2b4b784cfa161856bba
@@ -1136,7 +1136,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh d1a6de74685f360ab718efda6265994b99bbea01
 F tool/win/sqlite.vsix 030f3eeaf2cb811a3692ab9c14d021a75ce41fff
-P 924d63b283a3d059838114c95d42c6feaf913529
-R d1d8a68221f9b1872aa5651bda60ad81
+P 5a3cfd747a85480d215784817c3821d87ecfa2f7
+R 00f65730572bcf193db652ccbf41d1b0
 U dan
-Z 4d69165a9eae811b48725d315a514f08
+Z 9077fdf4fd98897af8a921df2b0a84da
index a19bc65e5ac2494834aee01ef6cf8a42d86254c1..289b909258692b8e4e8c996696d5ec988f841b2c 100644 (file)
@@ -1 +1 @@
-5a3cfd747a85480d215784817c3821d87ecfa2f7
\ No newline at end of file
+f58d57017199421167dae8ebc67db2f19be45082
\ No newline at end of file