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

afrisby
MW 2007-12-01 21:03:10 +00:00
parent 4dee53c7fb
commit 5c866bc6ff
1 changed files with 1 additions and 1 deletions

View File

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