Diff
Not logged in

Differences From:

File src/construct.c part of check-in [d5cd3251fa] - Change a couple of instances of "file" to the more correct "artifact". Make it clear that the build time is expressed in UTC. by drh on 2008-10-31 13:36:33. [view]

To:

File src/construct.c part of check-in [7a2c37063a] - merge trunk into creole branch by bob on 2009-09-22 07:49:39. Also file src/construct.c part of check-in [00ac7945a9] - Disconnect the global configuration database in ~/.fossil from the respository database in most cases. This allows multiple "sync" or "commit" operations to be running on different repositories at the same time. by drh on 2009-08-13 14:27:24. [view]

@@ -138,9 +138,9 @@
 
   /* Create the foundation */
   db_create_repository(zRepository);
   db_open_repository(zRepository);
-  db_open_config();
+  db_open_config(0);
   db_begin_transaction();
 
   db_initial_setup(0, 1);