a few issues with mysql dbs

This commit is contained in:
UbitUmarov
2024-04-22 12:37:17 +01:00
parent 70f6b0b5da
commit d35b33b279
7 changed files with 39 additions and 51 deletions

View File

@@ -40,9 +40,7 @@ namespace OpenSim.Data.MySQL
/// </summary>
public class MySqlFramework
{
private static readonly log4net.ILog m_log =
log4net.LogManager.GetLogger(
System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
protected string m_connectionString = String.Empty;
protected MySqlTransaction m_trans = null;