]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Initialize the global built-in function table at start-time
authordrh <drh@noemail.net>
Thu, 21 Aug 2008 18:49:27 +0000 (18:49 +0000)
committerdrh <drh@noemail.net>
Thu, 21 Aug 2008 18:49:27 +0000 (18:49 +0000)
commit70a8ca3c1e3ceb0446908fea3e15ef06587b570a
tree6ac4d0650241f6a99c12e9fd17d169af84d89940
parent801880f66cc3de3a30b36d6a2d38c49c08da3a75
Initialize the global built-in function table at start-time
instead of at compile-time.  This is less prone to malfunction when
compile-time parameters very. (CVS 5583)

FossilOrigin-Name: ef6936e50adb9ebea39c890167403fff01bbb5ed
Makefile.in
main.mk
manifest
manifest.uuid
src/callback.c
src/func.c
src/global.c
src/main.c
src/sqliteInt.h
tool/mkfunction.c [deleted file]
tool/mksqlite3c.tcl