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?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to