Made tp ignore sum

This commit is contained in:
Robin Kupper
2011-08-16 16:17:46 +02:00
parent ed88c98108
commit b622406cbd

View File

@@ -556,6 +556,7 @@ public class CommandsHandler implements CommandExecutor
try {
params.needCoords = true;
params.limit = 1;
params.sum = SummarizationMode.NONE;
conn = logblock.getConnection();
state = conn.createStatement();
rs = state.executeQuery(params.getQuery());