Strip includes

This commit is contained in:
Vinnie Falco
2013-06-18 09:04:51 -07:00
parent 2abec05b5b
commit d9f222fa83
54 changed files with 80 additions and 287 deletions

View File

@@ -303,6 +303,10 @@ void HashedObjectStore::bulkWriteSQLite (Job&)
{
Database* db = theApp->getHashNodeDB ()->getDB ();
// VFALCO TODO Get rid of the last parameter "aux", which is set to !theConfig.RUN_STANDALONE
//
static SqliteStatement pStB (db->getSqliteDB (), "BEGIN TRANSACTION;", !theConfig.RUN_STANDALONE);
static SqliteStatement pStE (db->getSqliteDB (), "END TRANSACTION;", !theConfig.RUN_STANDALONE);
static SqliteStatement pSt (db->getSqliteDB (),