1: 2023-08-15 (火) 19:05:40 iseki  |
現: 2023-08-15 (火) 19:15:16 iseki  |
| | at OpenSim.Services.SimulationService.SimulationDataService.StoreObject (OpenSim.Region.Framework.Scenes.SceneObjectGroup obj, OpenMetaverse.UUID regionUUID) [0x00000] in <e4c21485e2f94459bf60ab3b6739a1cb>:0 | | at OpenSim.Services.SimulationService.SimulationDataService.StoreObject (OpenSim.Region.Framework.Scenes.SceneObjectGroup obj, OpenMetaverse.UUID regionUUID) [0x00000] in <e4c21485e2f94459bf60ab3b6739a1cb>:0 |
| | at OpenSim.Region.Framework.Scenes.SceneObjectGroup.ProcessBackup (OpenSim.Region.Framework.Interfaces.ISimulationDataService datastore, System.Boolean forcedBackup) [0x00341] in <8777cf221e4544bf893c42f6ef87e7f4>:0 | | at OpenSim.Region.Framework.Scenes.SceneObjectGroup.ProcessBackup (OpenSim.Region.Framework.Interfaces.ISimulationDataService datastore, System.Boolean forcedBackup) [0x00341] in <8777cf221e4544bf893c42f6ef87e7f4>:0 |
| | + | #br |
| | + | *** 書き込み場所 [#jc102f0e] |
| | + | - Data/MySQL/MySQLSimulationData.cs |
| | + | private void ExecuteNonQuery(MySqlCommand c) |
| | + | { |
| | + | try |
| | + | { |
| | + | c.ExecuteNonQuery(); |
| | + | } |
| | + | catch (Exception e) |
| | + | { |
| | + | m_log.Error("[REGION DB]: MySQL error in ExecuteNonQuery: " + e.Message); |
| | + | throw; |
| | + | } |
| | + | } |
| | + | |
| | + | *** データ設定場所 [#f46aaeb0] |
| | + | - /Data/MySQL/MySQLSimulationData.cs: L142辺り |
| | + | cmd.CommandText = "replace into prims (" + |
| | + | |
| | + | *** データ読み込み場所 [#k5e28b23] |
| | + | - /Data/MySQL/MySQLSimulationData.cs: L350辺り |
| | + | SceneObjectPart prim = BuildPrim(reader); |
| | + | #br |
|
|
| |