Index: dbmod.scm ================================================================== --- dbmod.scm +++ dbmod.scm @@ -227,11 +227,11 @@ (begin (mutex-lock! *db-with-db-mutex*) ;; this mutex is used when overloaded or during a query that modifies the db (set! *sync-in-progress* #t) #;(dbmod:sync-gasket tables last-update inmem db dbfullname syncdir) - (system (conc "megatest -db2db -from "tmpdb" -to "dbfname"&")) + (system (conc "megatest -db2db -from "tmpdb" -to "dbfullname"&")) (mutex-unlock! *db-with-db-mutex*) (thread-sleep! 0.5) ;; ensure at least 1/2 second down time between sync calls (set! *sync-in-progress* #f))))) ;; (dbmod:sync-tables tables #f db inmem) ;; (if db