diff options
author | Charles Krinke | 2008-10-27 00:46:17 +0000 |
---|---|---|
committer | Charles Krinke | 2008-10-27 00:46:17 +0000 |
commit | 8cb889cb0e1a09bee80745b6a6d81641d1c62202 (patch) | |
tree | 3872f75b8201bce8c2c13a200b08e8b24350b5fd /OpenSim/Data/MSSQL/MSSQLGridData.cs | |
parent | Update CONTRIBUTORS (diff) | |
download | opensim-SC_OLD-8cb889cb0e1a09bee80745b6a6d81641d1c62202.zip opensim-SC_OLD-8cb889cb0e1a09bee80745b6a6d81641d1c62202.tar.gz opensim-SC_OLD-8cb889cb0e1a09bee80745b6a6d81641d1c62202.tar.bz2 opensim-SC_OLD-8cb889cb0e1a09bee80745b6a6d81641d1c62202.tar.xz |
Thank you kindly, Ruud Lathrop for a patch that solves:
Primary Key violation when just linked a lot of prims using MSSQL.
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLGridData.cs')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLGridData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLGridData.cs b/OpenSim/Data/MSSQL/MSSQLGridData.cs index 6f94980..ace3b27 100644 --- a/OpenSim/Data/MSSQL/MSSQLGridData.cs +++ b/OpenSim/Data/MSSQL/MSSQLGridData.cs | |||
@@ -220,7 +220,7 @@ namespace OpenSim.Data.MSSQL | |||
220 | /// <summary> | 220 | /// <summary> |
221 | /// Returns up to maxNum profiles of regions that have a name starting with namePrefix | 221 | /// Returns up to maxNum profiles of regions that have a name starting with namePrefix |
222 | /// </summary> | 222 | /// </summary> |
223 | /// <param name="name">The name to match against</param> | 223 | /// <param name="namePrefix">The name to match against</param> |
224 | /// <param name="maxNum">Maximum number of profiles to return</param> | 224 | /// <param name="maxNum">Maximum number of profiles to return</param> |
225 | /// <returns>A list of sim profiles</returns> | 225 | /// <returns>A list of sim profiles</returns> |
226 | override public List<RegionProfileData> GetRegionsByName (string namePrefix, uint maxNum) | 226 | override public List<RegionProfileData> GetRegionsByName (string namePrefix, uint maxNum) |