aboutsummaryrefslogtreecommitdiff
path: root/test/fts3snippet.test
diff options
context:
space:
mode:
authordan <dan@noemail.net>2010-01-20 14:25:37 +0000
committerdan <dan@noemail.net>2010-01-20 14:25:37 +0000
commit14d4cc4356955751d9848f0364f2fef2c9196ccc (patch)
tree8673ae4dadf1c169864bfd668bc928d1f562af25 /test/fts3snippet.test
parent7ed97b9de9bd406de2f8c998228a27ea668d540c (diff)
downloadsqlite-14d4cc4356955751d9848f0364f2fef2c9196ccc.tar.gz
sqlite-14d4cc4356955751d9848f0364f2fef2c9196ccc.zip
Fix a problem with handling OOM errors in fts3.
FossilOrigin-Name: f9c54e95ecf1c36c4750bb151e91d81c1d1bd596
Diffstat (limited to 'test/fts3snippet.test')
-rw-r--r--test/fts3snippet.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fts3snippet.test b/test/fts3snippet.test
index f2750fc2f..d112c5e09 100644
--- a/test/fts3snippet.test
+++ b/test/fts3snippet.test
@@ -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.