Commit graph

3 commits

Author SHA1 Message Date
Bernhard Amann
bd02da8a0c change sqlite3 default threading mode to no-mutex, disable memory
statistics, finalize prepared statement before exitting logger.

This might fix the deadlock issue, at least it did not happen for
me on my tried on the test system where it happened quite regularly
before.
2013-05-17 13:38:26 -07:00
Robin Sommer
5ff7621328 Fix for 'fchmod undeclared here' on FreeBSD.
This is from http://www.sqlite.org/cgi/src/tktview/de87b8dc7b367965c13d16becfd6996bbcd4be80

Doesn't seem applied yet, and may not be the best solution anyways.
2013-05-15 19:13:51 -07:00
Robin Sommer
abb350b535 Renaming src/external -> src/3rdparty
We should eventually move more 3rdparty code in here.
2013-05-14 17:14:08 -07:00
Renamed from src/external/sqlite3.c (Browse further)