aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/InventoryDataBase.cs
diff options
context:
space:
mode:
authorSean Dague2008-05-28 18:12:32 +0000
committerSean Dague2008-05-28 18:12:32 +0000
commit11d83cb737ebb12a3e6ae6c63551a0d010b90211 (patch)
treedf8ea9fc80ba896fb528a5fc2af5d94d97f361e6 /OpenSim/Data/InventoryDataBase.cs
parentlet Grid Servers specify a connect string in their configuration. (diff)
downloadopensim-SC_OLD-11d83cb737ebb12a3e6ae6c63551a0d010b90211.zip
opensim-SC_OLD-11d83cb737ebb12a3e6ae6c63551a0d010b90211.tar.gz
opensim-SC_OLD-11d83cb737ebb12a3e6ae6c63551a0d010b90211.tar.bz2
opensim-SC_OLD-11d83cb737ebb12a3e6ae6c63551a0d010b90211.tar.xz
actually user the database_connect string for mysql.
This means you can run all the OpenSim grid services without needing a mysql_connection.ini
Diffstat (limited to 'OpenSim/Data/InventoryDataBase.cs')
-rw-r--r--OpenSim/Data/InventoryDataBase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/InventoryDataBase.cs b/OpenSim/Data/InventoryDataBase.cs
index 0f4799e..af480b0 100644
--- a/OpenSim/Data/InventoryDataBase.cs
+++ b/OpenSim/Data/InventoryDataBase.cs
@@ -29,5 +29,6 @@ namespace OpenSim.Data
29{ 29{
30 public abstract class InventoryDataBase 30 public abstract class InventoryDataBase
31 { 31 {
32 public abstract void Initialise(string connect);
32 } 33 }
33} 34}