1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Add internal locking to the test_async.c backend. So that more than one connection may be used from within a single process. (CVS 4396)

FossilOrigin-Name: 17ca684c124445f17d1e36c37e169056c5fd4569
This commit is contained in:
danielk1977
2007-09-04 14:31:47 +00:00
parent c0b3abb276
commit 7c836f06d3
6 changed files with 208 additions and 59 deletions

View File

@@ -6,7 +6,7 @@
#***********************************************************************
# This file runs all tests.
#
# $Id: async.test,v 1.7 2006/03/19 13:00:25 drh Exp $
# $Id: async.test,v 1.8 2007/09/04 14:31:47 danielk1977 Exp $
if {[catch {sqlite3async_enable}]} {
@@ -30,8 +30,9 @@ set INCLUDE {
insert2.test
insert3.test
trans.test
lock.test
lock3.test
}
# set INCLUDE {select4.test}
# Enable asynchronous IO.
sqlite3async_enable 1