Re: [sqlite] Please test on a non-linux unix box

2003-12-19 Thread Doug Currie
I had to change test4.c line 18, adding "OS_UNIX==1"... #if defined(OS_UNIX) && OS_UNIX==1 && defined(THREADSAFE) && THREADSAFE==1 After that change, it built and the test ran (although it didn't run any thread test cases, just skipped them). This is on Windows with mingw/msys. e Friday, Decem

[sqlite] Please test on a non-linux unix box

2003-12-19 Thread D. Richard Hipp
Can somebody with a non-linux unix box please test the changes to multi-thread locking implemented for ticket #530. To do so, get the latest code from CVS and run the tests defined in the new "thread1.test" file. (If you run all tests, the thread1 tests will be included in the batch.) I feel conf