Change the exception on update ad_process to set statistics - sometimes seconds are updated before count

This commit is contained in:
Carlos Ruiz 2007-12-18 16:53:48 +00:00
parent 3ca8cdd94a
commit 3c6fa7fe13
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ public abstract class Convert
if (uppStmt.startsWith("SELECT "))
return true;
// don't log update to statistic process
if (uppStmt.startsWith("UPDATE AD_PROCESS SET STATISTIC_COUNT="))
if (uppStmt.startsWith("UPDATE AD_PROCESS SET STATISTIC_"))
return true;
for (int i = 0; i < exceptionTables.length; i++) {
if (uppStmt.startsWith("INSERT INTO " + exceptionTables[i] + " "))