TDB2
- Began serious TDB2 development by adding TDB2::dump, which shows all the file-related data in debug mode.
This commit is contained in:
@@ -143,6 +143,7 @@ int Context::initialize (int argc, const char** argv)
|
||||
tdb.clear (); // TODO Obsolete
|
||||
tdb.location (data_dir); // TODO Obsolete
|
||||
tdb2.set_location (data_dir);
|
||||
tdb2.dump ();
|
||||
|
||||
// Hook system init, plus post-start event occurring at the first possible
|
||||
// moment after hook initialization.
|
||||
|
||||
Reference in New Issue
Block a user