- Began serious TDB2 development by adding TDB2::dump, which shows
  all the file-related data in debug mode.
This commit is contained in:
Paul Beckingham
2011-07-11 23:19:21 -04:00
parent f059c27bf0
commit 5b4c46fe42
3 changed files with 107 additions and 38 deletions

View File

@@ -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.