as a Test, attempted to disable mysql inventory table auto creation.

This commit is contained in:
MW
2007-12-01 21:03:10 +00:00
parent 4dee53c7fb
commit 5c866bc6ff

View File

@@ -59,7 +59,7 @@ namespace OpenSim.Framework.Data.MySQL
database =
new MySQLManager(settingHostname, settingDatabase, settingUsername, settingPassword, settingPooling,
settingPort);
TestTables(database.Connection);
// TestTables(database.Connection);
}
#region Test and initialization code