Turn on fastMode for map block queries to grid server if and only if grid is running MYSQL as the data source.

This commit is contained in:
Brian McBee
2008-02-02 18:25:17 +00:00
parent bd32563c4c
commit e2680342d1

View File

@@ -544,6 +544,7 @@ namespace OpenSim.Grid.GridServer
IList simProfileList = new ArrayList();
bool fastMode = false; // MySQL Only
fastMode = (config.DatabaseProvider == "OpenSim.Framework.Data.MySQL.dll");
if (fastMode)
{