aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorSean Dague2008-06-19 15:44:33 +0000
committerSean Dague2008-06-19 15:44:33 +0000
commit40f32a9271d70675798e6ab820cbc5cec2fe0d12 (patch)
tree993442394ee39fa090002910a42b00e86371dc84 /OpenSim/Data
parentadd migrations support for mysql log store. This should complete (diff)
downloadopensim-SC_OLD-40f32a9271d70675798e6ab820cbc5cec2fe0d12.zip
opensim-SC_OLD-40f32a9271d70675798e6ab820cbc5cec2fe0d12.tar.gz
opensim-SC_OLD-40f32a9271d70675798e6ab820cbc5cec2fe0d12.tar.bz2
opensim-SC_OLD-40f32a9271d70675798e6ab820cbc5cec2fe0d12.tar.xz
oops, build break. needed to include another reference.
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/MySQL/MySQLLogData.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLLogData.cs b/OpenSim/Data/MySQL/MySQLLogData.cs
index 2e6de7c..2ca5bb2 100644
--- a/OpenSim/Data/MySQL/MySQLLogData.cs
+++ b/OpenSim/Data/MySQL/MySQLLogData.cs
@@ -26,6 +26,7 @@
26 */ 26 */
27using System; 27using System;
28using System.Reflection; 28using System.Reflection;
29using System.Collections.Generic;
29using log4net; 30using log4net;
30 31
31namespace OpenSim.Data.MySQL 32namespace OpenSim.Data.MySQL