aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/GridServer/GridManager.cs')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs
index 541e06e..c956a01 100644
--- a/OpenSim/Grid/GridServer/GridManager.cs
+++ b/OpenSim/Grid/GridServer/GridManager.cs
@@ -544,6 +544,7 @@ namespace OpenSim.Grid.GridServer
544 IList simProfileList = new ArrayList(); 544 IList simProfileList = new ArrayList();
545 545
546 bool fastMode = false; // MySQL Only 546 bool fastMode = false; // MySQL Only
547 fastMode = (config.DatabaseProvider == "OpenSim.Framework.Data.MySQL.dll");
547 548
548 if (fastMode) 549 if (fastMode)
549 { 550 {