mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Major ass commit
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
This commit is contained in:
@@ -56,6 +56,11 @@ namespace OpenSim.Storage.LocalStorageBDB
|
||||
//vendorDb = (DbBTree)db.Open(null, VendorDbName, null, DbType.BTree, Db.OpenFlags.Create, 0);
|
||||
}
|
||||
|
||||
public void Initialise(string file)
|
||||
{
|
||||
// Blank
|
||||
}
|
||||
|
||||
public void StorePrim(PrimData prim)
|
||||
{
|
||||
DbEntry key = new DbEntry();
|
||||
|
||||
Reference in New Issue
Block a user