]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When loading stat4 data, make a single large allocation for all Index.aSample[] array...
authordan <Dan Kennedy>
Fri, 20 Dec 2024 19:37:41 +0000 (19:37 +0000)
committerdan <Dan Kennedy>
Fri, 20 Dec 2024 19:37:41 +0000 (19:37 +0000)
commitf46f925962925eac7981203210201aea2f84ada8
treefe392e164c3e6492214dc0d4d6f113864f40e3a9
parent943ed39d7ebb858c3bf6a95a9edb956fada21aa5
When loading stat4 data, make a single large allocation for all Index.aSample[] arrays, instead of a separate allocation for each.

FossilOrigin-Name: b40cd7395c44b1f2d019d8e809e03de0e083c93693322a72ddb250a85640528f
manifest
manifest.uuid
src/analyze.c
src/callback.c
src/sqliteInt.h
src/vdbeaux.c