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:
Justin Clarke Casey
2007-12-27 00:53:13 +00:00
parent 9f2fb5ba70
commit 54d9fbc0fe
7 changed files with 103 additions and 30 deletions

View File

@@ -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();