aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL
diff options
context:
space:
mode:
authorSean Dague2008-05-16 18:43:53 +0000
committerSean Dague2008-05-16 18:43:53 +0000
commit8a7ae313bedf316e42d88b4cc65e5ddf5a589d26 (patch)
tree4aafbdaff604188ea31b9647a7e4b9ecf59e83d0 /OpenSim/Data/MySQL
parentsome more wrapping of errors in user service on appearance for (diff)
downloadopensim-SC_OLD-8a7ae313bedf316e42d88b4cc65e5ddf5a589d26.zip
opensim-SC_OLD-8a7ae313bedf316e42d88b4cc65e5ddf5a589d26.tar.gz
opensim-SC_OLD-8a7ae313bedf316e42d88b4cc65e5ddf5a589d26.tar.bz2
opensim-SC_OLD-8a7ae313bedf316e42d88b4cc65e5ddf5a589d26.tar.xz
it helps to actually create the database if the connect
string is provided. My bad.
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r--OpenSim/Data/MySQL/MySQLUserData.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs
index cab1608..a1c989b 100644
--- a/OpenSim/Data/MySQL/MySQLUserData.cs
+++ b/OpenSim/Data/MySQL/MySQLUserData.cs
@@ -103,6 +103,7 @@ namespace OpenSim.Data.MySQL
103 m_agentsTableName = "agents"; 103 m_agentsTableName = "agents";
104 m_usersTableName = "users"; 104 m_usersTableName = "users";
105 m_userFriendsTableName = "userfriends"; 105 m_userFriendsTableName = "userfriends";
106 database = new MySQLManager(m_connectString);
106 } 107 }
107 108
108 string mapperTypeStr = "MySQL"; 109 string mapperTypeStr = "MySQL";