Applied patch 485, inventory patch from tleiades (thanks again).

This commit is contained in:
MW
2007-10-08 10:30:15 +00:00
parent f2f173a00e
commit 4c25008850
11 changed files with 409 additions and 254 deletions

View File

@@ -30,6 +30,7 @@ using System.Collections.Generic;
using System.Data;
using libsecondlife;
using OpenSim.Framework.Types;
using OpenSim.Framework.Console;
namespace OpenSim.Framework.Data.MySQL
{
@@ -101,7 +102,7 @@ namespace OpenSim.Framework.Data.MySQL
catch (Exception e)
{
database.Reconnect();
Console.WriteLine(e.ToString());
MainLog.Instance.Error(e.ToString());
return null;
}
}
@@ -134,7 +135,7 @@ namespace OpenSim.Framework.Data.MySQL
catch (Exception e)
{
database.Reconnect();
Console.WriteLine(e.ToString());
MainLog.Instance.Error(e.ToString());
return null;
}
}
@@ -189,7 +190,7 @@ namespace OpenSim.Framework.Data.MySQL
catch (Exception e)
{
database.Reconnect();
Console.WriteLine(e.ToString());
MainLog.Instance.Error(e.ToString());
return null;
}
}
@@ -212,7 +213,7 @@ namespace OpenSim.Framework.Data.MySQL
catch (Exception e)
{
database.Reconnect();
Console.WriteLine(e.ToString());
MainLog.Instance.Error(e.ToString());
}
}