mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Remove a test made obsolete by the ONEPASS DELETE optimization.
FossilOrigin-Name: c88b62c28cc7ac31b93f7df0c732e0bb6ca24f65
This commit is contained in:
@ -189,7 +189,11 @@ do_test corruptC-2.7 {
|
||||
catchsql {BEGIN; UPDATE t2 SET y='abcdef-uvwxyz'; ROLLBACK;}
|
||||
} {1 {database disk image is malformed}}
|
||||
|
||||
|
||||
# corruption (seed 179069)
|
||||
# Obsolete. With single-pass DELETE the corruption in the
|
||||
# main database is not detected.
|
||||
if 0 {
|
||||
do_test corruptC-2.8 {
|
||||
db close
|
||||
forcecopy test.bu test.db
|
||||
@ -204,6 +208,7 @@ do_test corruptC-2.8 {
|
||||
sqlite3 db test.db
|
||||
catchsql {BEGIN; DELETE FROM t1 WHERE x>13; ROLLBACK;}
|
||||
} {1 {database disk image is malformed}}
|
||||
}
|
||||
|
||||
# corruption (seed 170434)
|
||||
#
|
||||
|
Reference in New Issue
Block a user