diff options
author | Justin Clarke Casey | 2008-09-29 15:22:48 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-29 15:22:48 +0000 |
commit | 4daaac662ff5e952cf13ac093688f56045821250 (patch) | |
tree | 466f08a3acbb7514659f4fa2a267fbe75c56ab16 /OpenSim/Grid | |
parent | * reactor: move inventory archive classes into separate Inventory/Archiver di... (diff) | |
download | opensim-SC_OLD-4daaac662ff5e952cf13ac093688f56045821250.zip opensim-SC_OLD-4daaac662ff5e952cf13ac093688f56045821250.tar.gz opensim-SC_OLD-4daaac662ff5e952cf13ac093688f56045821250.tar.bz2 opensim-SC_OLD-4daaac662ff5e952cf13ac093688f56045821250.tar.xz |
* Apply http://opensimulator.org/mantis/view.php?id=2295
* Updated MSSQL to reflect resend changes
* Added the new columns in prims table.
* Created a implementation for getting gestures.
* Remove configurable table names for user.
* Thanks Ruud Lathorp
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index f2440ff..ed474c5 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs | |||
@@ -802,7 +802,7 @@ namespace OpenSim.Grid.GridServer | |||
802 | response.Value = responseData; | 802 | response.Value = responseData; |
803 | IList simProfileList = new ArrayList(); | 803 | IList simProfileList = new ArrayList(); |
804 | 804 | ||
805 | bool fastMode = (Config.DatabaseProvider == "OpenSim.Data.MySQL.dll"); | 805 | bool fastMode = (Config.DatabaseProvider == "OpenSim.Data.MySQL.dll" || Config.DatabaseProvider == "OpenSim.Data.MSSQL.dll"); |
806 | 806 | ||
807 | if (fastMode) | 807 | if (fastMode) |
808 | { | 808 | { |