diff options
author | Justin Clarke Casey | 2007-12-27 00:53:13 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-27 00:53:13 +0000 |
commit | 54d9fbc0fe419dfb19da587d7b27d9a152a42946 (patch) | |
tree | f04bbd9eafd2b563d5f24334320c173a3558d109 /OpenSim/Region/Storage/OpenSim.DataStore.MSSQL | |
parent | * Play the 'landing' animation when landing and minimize the collision protec... (diff) | |
download | opensim-SC-54d9fbc0fe419dfb19da587d7b27d9a152a42946.zip opensim-SC-54d9fbc0fe419dfb19da587d7b27d9a152a42946.tar.gz opensim-SC-54d9fbc0fe419dfb19da587d7b27d9a152a42946.tar.bz2 opensim-SC-54d9fbc0fe419dfb19da587d7b27d9a152a42946.tar.xz |
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.
Diffstat (limited to 'OpenSim/Region/Storage/OpenSim.DataStore.MSSQL')
-rw-r--r-- | OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs b/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs index 00b8924..c6210f7 100644 --- a/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs +++ b/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs | |||
@@ -52,12 +52,8 @@ namespace OpenSim.DataStore.MSSQL | |||
52 | private SqlDataAdapter shapeDa; | 52 | private SqlDataAdapter shapeDa; |
53 | private SqlDataAdapter terrainDa; | 53 | private SqlDataAdapter terrainDa; |
54 | 54 | ||
55 | /// <summary> | 55 | // see IRegionDataStore |
56 | /// | 56 | public void Initialise(string dbfile, bool persistPrimInventories) |
57 | /// </summary> | ||
58 | /// <param name="dbfile"></param> | ||
59 | /// <param name="dbname"></param> | ||
60 | public void Initialise(string dbfile) | ||
61 | { | 57 | { |
62 | IniFile GridDataMySqlFile = new IniFile("mssql_connection.ini"); | 58 | IniFile GridDataMySqlFile = new IniFile("mssql_connection.ini"); |
63 | string settingDataSource = GridDataMySqlFile.ParseFileReadValue("data_source"); | 59 | string settingDataSource = GridDataMySqlFile.ParseFileReadValue("data_source"); |