X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fdaemons%2Fwhelp%2FsearchEngine.ml;h=533e9df120a5261252d0503c3bb18fec3a8fdb34;hb=b8e6c1f8d04e9da1161a959bbd9ca2b945f5cab2;hp=f2ec31ac1c5a3ee9b0cbac78af774857680755dc;hpb=4eb929cc3290f574fc290433c12553acefd8f714;p=helm.git diff --git a/helm/software/daemons/whelp/searchEngine.ml b/helm/software/daemons/whelp/searchEngine.ml index f2ec31ac1..533e9df12 100644 --- a/helm/software/daemons/whelp/searchEngine.ml +++ b/helm/software/daemons/whelp/searchEngine.ml @@ -507,8 +507,10 @@ let _ = flush stdout; Unix.putenv "http_proxy" ""; let dbd () = - let dbspec = LibraryDb.parse_dbd_conf () in - HSql.quick_connect dbspec + let dbd = LibraryDb.instance () in + MetadataTypes.ownerize_tables "searchEngine"; + LibraryDb.create_owner_environment (); + dbd in restore_environment (); read_notation ();