1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Clean up the locking in the btree logic. (CVS 4316)

FossilOrigin-Name: 967ab229af462a8ae663090ea36b4cc10e351653
This commit is contained in:
drh
2007-08-28 22:24:34 +00:00
parent 27a770e044
commit d0679edc7a
12 changed files with 165 additions and 108 deletions

View File

@ -13,7 +13,7 @@
# cache context. What happens to connection B if one connection A encounters
# an IO-error whilst reading or writing the file-system?
#
# $Id: shared_err.test,v 1.12 2007/08/25 13:37:49 danielk1977 Exp $
# $Id: shared_err.test,v 1.13 2007/08/28 22:24:35 drh Exp $
proc skip {args} {}
@ -156,6 +156,7 @@ do_ioerr_test shared_ioerr-3 -tclprep {
sqlite3_step $::STMT ;# Cursor points at 001.001.001.001
} -tclbody {
btree_breakpoint
execsql {
BEGIN;
INSERT INTO t1 VALUES('201.201.201.201.201', NULL);