On Oct 5, 2010, at 23:50, Michele Pradella wrote: > I check in the sqlite3.c code for the SQLITE_THREADSAFE. I can't found > any difference between SQLITE_THREADSAFE=1 and SQLITE_THREADSAFE=2. I > found only differences if SQLITE_THREADSAFE=0 or SQLITE_THREADSAFE>0 > Have I miss something?
Look for bCoreMutex and bFullMutex. bFullMutex is in use when SQLITE_THREADSAFE=1 and bCoreMutex is in use for 1 or 2. -- Dustin Sallings _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users