Re: [sqlite] "wrong # of entries in index " occur in MultiThread insert operation

2008-04-18 Thread Luca Olivetti
En/na 彭卫 ha escrit: > I use sqlite in multithread, connect db in each thread(often two thread); > After several times insert, I run PRAGMA integrity_check, display this > message: > "wrong # of entries in index sqlite_autoindex_msglog_1" Did you compile sqlite with "--enable-threadsafe"

[sqlite] "wrong # of entries in index " occur in MultiThread insert operation

2008-04-18 Thread 彭卫
I use sqlite in multithread, connect db in each thread(often two thread); After several times insert, I run PRAGMA integrity_check, display this message: "wrong # of entries in index sqlite_autoindex_msglog_1" Is index not threadsafe? ___