mirror of
https://github.com/opensim/opensim.git
synced 2026-07-04 09:47:23 +08:00
as a Test, attempted to disable mysql inventory table auto creation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user