1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Mark the rtreeUpdate function as static. (CVS 6961)

FossilOrigin-Name: b6bdfdc69df4fc6cad669fd8b2cbaa9ecb95cb78
This commit is contained in:
danielk1977
2009-08-06 18:36:47 +00:00
parent 3d5f74b275
commit 9af00021a1
3 changed files with 10 additions and 10 deletions

View 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.13 2009/07/17 16:54:48 danielk1977 Exp $
** $Id: rtree.c,v 1.14 2009/08/06 18:36:47 danielk1977 Exp $
*/
#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_RTREE)
@ -2342,7 +2342,7 @@ static int hashIsEmpty(Rtree *pRtree){
/*
** The xUpdate method for rtree module virtual tables.
*/
int rtreeUpdate(
static int rtreeUpdate(
sqlite3_vtab *pVtab,
int nData,
sqlite3_value **azData,

View File

@ -1,5 +1,5 @@
C Alternative\sfix\sfor\sticket\s#3810.\s\sThis\sis\sa\sreplacement\sfor\scheck-in\s(6956).\s(CVS\s6960)
D 2009-08-06T17:43:31
C Mark\sthe\srtreeUpdate\sfunction\sas\sstatic.\s(CVS\s6961)
D 2009-08-06T18:36:47
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
F Makefile.in df9359da7a726ccb67a45db905c5447d5c00c6ef
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@ -72,7 +72,7 @@ F ext/icu/README.txt 3b130aa66e7a681136f6add198b076a2f90d1e33
F ext/icu/icu.c 12e763d288d23b5a49de37caa30737b971a2f1e2
F ext/icu/sqliteicu.h 728867a802baa5a96de7495e9689a8e01715ef37
F ext/rtree/README 6315c0d73ebf0ec40dedb5aa0e942bc8b54e3761
F ext/rtree/rtree.c 95eca5dd01f836539723b16e66b4c7a7d3537f6c
F ext/rtree/rtree.c 833ab284f023ce449a1f21b8313f82be7cef1b7e
F ext/rtree/rtree.h 834dbcb82dc85b2481cde6a07cdadfddc99e9b9e
F ext/rtree/rtree1.test 207041aba07fdcdd93aa797a745839d305181857
F ext/rtree/rtree2.test 9ac9d28fa948779df66916c67a5dcf9704c3cb74
@ -741,7 +741,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
F tool/vdbe-compress.tcl 672f81d693a03f80f5ae60bfefacd8a349e76746
P 3d08ca0e54dd4c292b3db3a8364ab237713c5c43
R b16b828bf8d4073d3a6b41a86bf881b8
U drh
Z 2ac22dbeee3a31e054e7b5b1178ce1e8
P ba1afc040171810d0c996708d7b9cb11abcd99d8
R 3b335a2fc38730928fba613b88cf8cd7
U danielk1977
Z b8a4ca96eb527d32190a17ce0212dc96

View File

@ -1 +1 @@
ba1afc040171810d0c996708d7b9cb11abcd99d8
b6bdfdc69df4fc6cad669fd8b2cbaa9ecb95cb78