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/Framework/Data.MySQL/MySQLDataStore.cs | |
parent | * Play the 'landing' animation when landing and minimize the collision protec... (diff) | |
download | opensim-SC_OLD-54d9fbc0fe419dfb19da587d7b27d9a152a42946.zip opensim-SC_OLD-54d9fbc0fe419dfb19da587d7b27d9a152a42946.tar.gz opensim-SC_OLD-54d9fbc0fe419dfb19da587d7b27d9a152a42946.tar.bz2 opensim-SC_OLD-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/Framework/Data.MySQL/MySQLDataStore.cs')
-rw-r--r-- | OpenSim/Framework/Data.MySQL/MySQLDataStore.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs index e74643d..962d573 100644 --- a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs +++ b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs | |||
@@ -70,7 +70,8 @@ namespace OpenSim.Framework.Data.MySQL | |||
70 | * | 70 | * |
71 | **********************************************************************/ | 71 | **********************************************************************/ |
72 | 72 | ||
73 | public void Initialise(string connectionstring) | 73 | // see IRegionDataStore |
74 | public void Initialise(string connectionstring, bool persistPrimInventories) | ||
74 | { | 75 | { |
75 | m_dataSet = new DataSet(); | 76 | m_dataSet = new DataSet(); |
76 | 77 | ||