diff options
author | Diva Canto | 2009-09-26 07:49:04 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-26 07:49:04 -0700 |
commit | 7253a9453e25560396e4f8c25402012b840ed0c4 (patch) | |
tree | 0291b369787f1dd136e75b1eedf752bfa19686cc /OpenSim/Data/MySQL/MySQLRegionData.cs | |
parent | First pass at the heart surgery for grid services. Compiles and runs minimall... (diff) | |
parent | Merge branch 'master' of ssh://MyConnection/var/git/opensim (diff) | |
download | opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.zip opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.tar.gz opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.tar.bz2 opensim-SC_OLD-7253a9453e25560396e4f8c25402012b840ed0c4.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLRegionData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLRegionData.cs b/OpenSim/Data/MySQL/MySQLRegionData.cs index e13e12c..e8cab4d 100644 --- a/OpenSim/Data/MySQL/MySQLRegionData.cs +++ b/OpenSim/Data/MySQL/MySQLRegionData.cs | |||
@@ -39,7 +39,7 @@ namespace OpenSim.Data.MySQL | |||
39 | { | 39 | { |
40 | private string m_Realm; | 40 | private string m_Realm; |
41 | private List<string> m_ColumnNames = null; | 41 | private List<string> m_ColumnNames = null; |
42 | private int m_LastExpire = 0; | 42 | // private int m_LastExpire = 0; |
43 | 43 | ||
44 | public MySqlRegionData(string connectionString, string realm) | 44 | public MySqlRegionData(string connectionString, string realm) |
45 | : base(connectionString) | 45 | : base(connectionString) |