Library that implements an embeddable SQL database engine
1a12e88f50
Related: #801981 Removing as the bug is no longer reproducible in rawhide even without this patch. Also disabling malloc_usable_size() is not optimal[1]: "If the HAVE_MALLOC_USABLE_SIZE option is omitted or is false, then SQLite uses a wrapper around system malloc() and realloc() that enlarges each allocation by 8 bytes and writes the size of the allocation in the initial 8 bytes, and then SQLite also implements its own home-grown version of malloc_usable_size() that consults that 8-byte prefix to find the allocation size. This approach works but it is suboptimal. Applications are encouraged to use HAVE_MALLOC_USABLE_SIZE whenever possible. " Reproducing steps: \# export MALLOC_CHECK_=3 \# createrepo -d . Directory walk started Directory walk done - 15 packages Temporary output repo path: ./.repodata/ Preparing sqlite DBs Pool started (with 5 workers) Pool finished [1] https://www.sqlite.org/compile.html |
||
---|---|---|
.fmf | ||
.gitignore | ||
ci.fmf | ||
gating.yaml | ||
sources | ||
sqlite-3.6.23-lemon-system-template.patch | ||
sqlite-3.8.0-percentile-test.patch | ||
sqlite-3.16-datetest-2.2c.patch | ||
sqlite-3.18.0-sync2-dirsync.patch | ||
sqlite.spec | ||
STAGE2-sqlite |