1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Avoid unnecessary calls to pager_unwritelock() when in exclusive-access mode.

Add the speed2.test script to the test suite. (CVS 3718)

FossilOrigin-Name: ab53f5086334ea2f6c20c8f9d043baff39fae8d7
This commit is contained in:
drh
2007-03-26 13:48:12 +00:00
parent c5859718af
commit e4dd73b4fa
6 changed files with 293 additions and 16 deletions

View File

@ -6,7 +6,7 @@
#***********************************************************************
# This file runs all tests.
#
# $Id: quick.test,v 1.49 2007/03/26 12:26:27 danielk1977 Exp $
# $Id: quick.test,v 1.50 2007/03/26 13:48:14 drh Exp $
proc lshift {lvar} {
upvar $lvar l
@ -53,6 +53,7 @@ set EXCLUDE {
misuse.test
quick.test
speed1.test
speed2.test
autovacuum_crash.test
btree8.test