]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the new internal interface sqlite3DbNNFreeNN(db,ptr) where both the
authordrh <>
Mon, 22 Aug 2022 02:00:26 +0000 (02:00 +0000)
committerdrh <>
Mon, 22 Aug 2022 02:00:26 +0000 (02:00 +0000)
commit41ce47c4f4bcae3882fdccec18a6100a85f4bba5
treec756e648b83220679d2e330445822f0b5c25bce3
parent05cb948bf782cbcbd8e8ecffdddcd2fe807f5d08
Add the new internal interface sqlite3DbNNFreeNN(db,ptr) where both the
db and ptr parameters are guaranteed to be non-NULL.  Use this where
appropriate to save more than 2 million CPU cycles on the standard
performance test.

FossilOrigin-Name: e5eaa80e81fdf86f2875a912b880272b8d099b82b08e945a7988c5dd0fe9d6b5
18 files changed:
manifest
manifest.uuid
src/btmutex.c
src/build.c
src/callback.c
src/delete.c
src/expr.c
src/fkey.c
src/insert.c
src/malloc.c
src/prepare.c
src/select.c
src/sqliteInt.h
src/tokenize.c
src/vdbeaux.c
src/vtab.c
src/where.c
src/wherecode.c