mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +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:
@@ -52,12 +52,8 @@ namespace OpenSim.DataStore.MSSQL
|
||||
private SqlDataAdapter shapeDa;
|
||||
private SqlDataAdapter terrainDa;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="dbfile"></param>
|
||||
/// <param name="dbname"></param>
|
||||
public void Initialise(string dbfile)
|
||||
// see IRegionDataStore
|
||||
public void Initialise(string dbfile, bool persistPrimInventories)
|
||||
{
|
||||
IniFile GridDataMySqlFile = new IniFile("mssql_connection.ini");
|
||||
string settingDataSource = GridDataMySqlFile.ParseFileReadValue("data_source");
|
||||
|
||||
Reference in New Issue
Block a user