1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Add tests for some lock-contention cases.

FossilOrigin-Name: f0fcb9c9a67e2bf7bbedbedbc27791b605a21dd1
This commit is contained in:
dan
2010-05-06 12:15:48 +00:00
parent e404de05c0
commit ff6dfc73fe
5 changed files with 83 additions and 20 deletions

View File

@@ -387,6 +387,7 @@ static int tvfsResultCode(Testvfs *p, int *pRc){
{ SQLITE_ERROR, "SQLITE_ERROR" },
{ SQLITE_IOERR, "SQLITE_IOERR" },
{ SQLITE_LOCKED, "SQLITE_LOCKED" },
{ SQLITE_BUSY, "SQLITE_BUSY" },
};
const char *z;