| Index: third_party/sqlite/src/test/lock.test
|
| diff --git a/third_party/sqlite/src/test/lock.test b/third_party/sqlite/src/test/lock.test
|
| index f785c4bb2384ecedaa37c2b184b48f660f908c53..534aa3b9a44aa420cc12a855a3febc93c899f671 100644
|
| --- a/third_party/sqlite/src/test/lock.test
|
| +++ b/third_party/sqlite/src/test/lock.test
|
| @@ -423,8 +423,9 @@ do_test lock-6.5 {
|
| # * there exists one or more active read-only statements, and
|
| # * a transaction that modified zero database pages is committed.
|
| #
|
| -set temp_status unlocked
|
| -if {$TEMP_STORE>=2} {set temp_status unknown}
|
| +#set temp_status unlocked
|
| +#if {$TEMP_STORE>=2} {set temp_status unknown}
|
| +set temp_status unknown
|
| do_test lock-7.1 {
|
| set STMT [sqlite3_prepare $DB "SELECT * FROM sqlite_master" -1 TAIL]
|
| sqlite3_step $STMT
|
|
|