diff options
author | Sean Dague | 2008-05-16 18:43:53 +0000 |
---|---|---|
committer | Sean Dague | 2008-05-16 18:43:53 +0000 |
commit | 8a7ae313bedf316e42d88b4cc65e5ddf5a589d26 (patch) | |
tree | 4aafbdaff604188ea31b9647a7e4b9ecf59e83d0 /OpenSim/Data/MySQL/MySQLUserData.cs | |
parent | some more wrapping of errors in user service on appearance for (diff) | |
download | opensim-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/MySQLUserData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLUserData.cs | 1 |
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"; |