1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-06-25 09:02:03 +03:00

Get the SQLITE_SECURE_DELETE compile-time option working again.

Ticket #3050. (CVS 4999)

FossilOrigin-Name: 40ba51fd4c621e29e7ff85495b1212c92f06ab31
This commit is contained in:
drh
2008-04-14 01:00:57 +00:00
parent ede2627695
commit c5d0bd907b
6 changed files with 36 additions and 33 deletions

View File

@ -12,12 +12,12 @@
# The focus of the tests in this file are to verify that the
# pager optimizations implemented in version 3.3.14 work.
#
# $Id: pageropt.test,v 1.3 2007/08/12 20:07:59 drh Exp $
# $Id: pageropt.test,v 1.4 2008/04/14 01:00:58 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
ifcapable {!pager_pragmas} {
ifcapable {!pager_pragmas||secure_delete} {
finish_test
return
}
@ -188,7 +188,7 @@ do_test pageropt-4.1 {
# reads total. But only page1, the t1 root, and the trunk of the
# freelist need to be journalled and written back.
#
do_test pageroot-4.2 {
do_test pageropt-4.2 {
db close
sqlite3 db test.db
pagercount_sql {