mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
remove limit stanza, see if this helps.
This commit is contained in:
@@ -269,7 +269,7 @@ namespace OpenSim.DataStore.MonoSqlite
|
||||
double[,] terret = new double[256,256];
|
||||
terret.Initialize();
|
||||
String sql = "select RegionUUID, Revision, Heightfield from terrain" +
|
||||
" where RegionUUID='" + regionID.ToString() + "' order by Revision desc limit 1";
|
||||
" where RegionUUID='" + regionID.ToString() + "' order by Revision desc";
|
||||
|
||||
using (IDbCommand cmd = conn.CreateCommand())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user