]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Allow the r-tree extension to be compiled as part of the amalgamation. (CVS 5424)
authordrh <drh@noemail.net>
Wed, 16 Jul 2008 14:43:34 +0000 (14:43 +0000)
committerdrh <drh@noemail.net>
Wed, 16 Jul 2008 14:43:34 +0000 (14:43 +0000)
FossilOrigin-Name: 5c26f63e476be3e18b2acdec5dd459da3bfceefa

ext/rtree/rtree.c
manifest
manifest.uuid

index 94deaa9610def1535bc056a7c6a147eb4c0dcb77..39116ceb4b328a11d0ca45613799b7839f7fd6fb 100644 (file)
@@ -12,7 +12,7 @@
 ** This file contains code for implementations of the r-tree and r*-tree
 ** algorithms packaged as an SQLite virtual table module.
 **
-** $Id: rtree.c,v 1.6 2008/07/14 15:37:01 danielk1977 Exp $
+** $Id: rtree.c,v 1.7 2008/07/16 14:43:35 drh Exp $
 */
 
 #if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_RTREE)
 #include <string.h>
 #include <assert.h>
 
+#ifndef SQLITE_AMALGAMATION
 typedef sqlite3_int64 i64;
 typedef unsigned char u8;
 typedef unsigned int u32;
+#endif
 
 typedef struct Rtree Rtree;
 typedef struct RtreeCursor RtreeCursor;
index 3a37ef8dfb3524a789dbd3c012717086edb56715..ede10bc3fe1e81825b113960118f6c5ebab3f483 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\sbug\sin\sthe\serror\sreporting\sof\ssqlite3_table_column_metadata().\s(CVS\s5422)
-D 2008-07-16T14:02:33
+C Allow\sthe\sr-tree\sextension\sto\sbe\scompiled\sas\spart\sof\sthe\samalgamation.\s(CVS\s5424)
+D 2008-07-16T14:43:35
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in a03f7cb4f7ad50bc53a788c6c544430e81f95de4
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -64,7 +64,7 @@ F ext/fts3/mkfts3amal.tcl 252ecb7fe6467854f2aa237bf2c390b74e71f100
 F ext/icu/README.txt 3b130aa66e7a681136f6add198b076a2f90d1e33
 F ext/icu/icu.c 12e763d288d23b5a49de37caa30737b971a2f1e2
 F ext/rtree/README 6315c0d73ebf0ec40dedb5aa0e942bc8b54e3761
-F ext/rtree/rtree.c f00cabbe00326c9138155c497b1d9b5621ac5089
+F ext/rtree/rtree.c d60b28f466cdf4267b237160d75f44365412f3c6
 F ext/rtree/rtree.h 834dbcb82dc85b2481cde6a07cdadfddc99e9b9e
 F ext/rtree/rtree1.test 620223886bf1a319317e63235aac20790375c544
 F ext/rtree/rtree2.test 9ac9d28fa948779df66916c67a5dcf9704c3cb74
@@ -608,7 +608,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 96e95aa5e6c237bb9330900c2e1ac446158eca46
-R a3428b4a9a082bda0809452f0fe743db
+P 7eba18c3a5c91be2ca2b6cf9e4e04a2791e1f7b2
+R 5c550f7e6607b94cb19c3002126beb0b
 U drh
-Z b7c6fbe15a46c85549ae8c362cfda56c
+Z d2d580a158a4e5fe69a5f708cfcc7232
index 53c3379f091541f0f82d852584d4342a4bd91d27..497568342adc9f7f64f92542bae308c0b8ac4b35 100644 (file)
@@ -1 +1 @@
-7eba18c3a5c91be2ca2b6cf9e4e04a2791e1f7b2
\ No newline at end of file
+5c26f63e476be3e18b2acdec5dd459da3bfceefa
\ No newline at end of file