diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLLogData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLLogData.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLLogData.cs b/OpenSim/Data/MySQL/MySQLLogData.cs index 2ca5bb2..fee7f2f 100644 --- a/OpenSim/Data/MySQL/MySQLLogData.cs +++ b/OpenSim/Data/MySQL/MySQLLogData.cs | |||
@@ -44,7 +44,9 @@ namespace OpenSim.Data.MySQL | |||
44 | 44 | ||
45 | /// <summary> | 45 | /// <summary> |
46 | /// Artificial constructor called when the plugin is loaded | 46 | /// Artificial constructor called when the plugin is loaded |
47 | /// Uses the obsolete mysql_connection.ini if connect string is empty. | ||
47 | /// </summary> | 48 | /// </summary> |
49 | /// <param name="connect">connect string</param> | ||
48 | public void Initialise(string connect) | 50 | public void Initialise(string connect) |
49 | { | 51 | { |
50 | if (connect != String.Empty) | 52 | if (connect != String.Empty) |
@@ -79,6 +81,8 @@ namespace OpenSim.Data.MySQL | |||
79 | 81 | ||
80 | } | 82 | } |
81 | 83 | ||
84 | /// <summary></summary> | ||
85 | /// <param name="m"></param> | ||
82 | private void TestTables(Migration m) | 86 | private void TestTables(Migration m) |
83 | { | 87 | { |
84 | // under migrations, bail | 88 | // under migrations, bail |
@@ -132,6 +136,7 @@ namespace OpenSim.Data.MySQL | |||
132 | /// <summary> | 136 | /// <summary> |
133 | /// Closes the database provider | 137 | /// Closes the database provider |
134 | /// </summary> | 138 | /// </summary> |
139 | /// <remarks>do nothing</remarks> | ||
135 | public void Close() | 140 | public void Close() |
136 | { | 141 | { |
137 | // Do nothing. | 142 | // Do nothing. |