mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
Prim inventory persistence phase 1: Creation of preliminary table in sqlite.
No user functionality yet. This code is not turned on, so there is no possibility of disruption to existing databases.
This commit is contained in:
@@ -70,7 +70,8 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
public void Initialise(string connectionstring)
|
||||
// see IRegionDataStore
|
||||
public void Initialise(string connectionstring, bool persistPrimInventories)
|
||||
{
|
||||
m_dataSet = new DataSet();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user