diff options
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 | ||