mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix a problem with handling OOM errors in fts3.
FossilOrigin-Name: f9c54e95ecf1c36c4750bb151e91d81c1d1bd596
This commit is contained in:
@ -134,6 +134,7 @@ foreach {DO_MALLOC_TEST enc} {
|
||||
db close
|
||||
file delete -force test.db
|
||||
sqlite3 db test.db
|
||||
sqlite3_db_config_lookaside db 0 0 0
|
||||
db eval "PRAGMA encoding = \"$enc\""
|
||||
|
||||
# Set variable $T to the test name prefix for this iteration of the loop.
|
||||
|
Reference in New Issue
Block a user