diff options
author | Jeff Ames | 2008-06-13 00:21:53 +0000 |
---|---|---|
committer | Jeff Ames | 2008-06-13 00:21:53 +0000 |
commit | 64f01ade04863dbe7b392ea8f0fc4dcc8e32bd94 (patch) | |
tree | 74c4e8fdc25dc28da7c63cbc9d97141c0f344938 /OpenSim/Data/MySQL/MySQLUserData.cs | |
parent | look mom, migrations in action. This adds a couple of indexes (diff) | |
download | opensim-SC_OLD-64f01ade04863dbe7b392ea8f0fc4dcc8e32bd94.zip opensim-SC_OLD-64f01ade04863dbe7b392ea8f0fc4dcc8e32bd94.tar.gz opensim-SC_OLD-64f01ade04863dbe7b392ea8f0fc4dcc8e32bd94.tar.bz2 opensim-SC_OLD-64f01ade04863dbe7b392ea8f0fc4dcc8e32bd94.tar.xz |
Update svn properties, clean up formatting, refactor out duplicate hard-coded port numbers.
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLUserData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLUserData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs index 279ff71..05874f8 100644 --- a/OpenSim/Data/MySQL/MySQLUserData.cs +++ b/OpenSim/Data/MySQL/MySQLUserData.cs | |||
@@ -138,7 +138,7 @@ namespace OpenSim.Data.MySQL | |||
138 | 138 | ||
139 | // if there are no tables, get out of here and let | 139 | // if there are no tables, get out of here and let |
140 | // migrations do their job | 140 | // migrations do their job |
141 | if( | 141 | if ( |
142 | tableList[m_agentsTableName] == null && | 142 | tableList[m_agentsTableName] == null && |
143 | tableList[m_usersTableName] == null && | 143 | tableList[m_usersTableName] == null && |
144 | tableList[m_userFriendsTableName] == null && | 144 | tableList[m_userFriendsTableName] == null && |