piz24

Results 1 issues of piz24

### Describe the bug ` public void addSuccessStat(long updateCount, long insertId, boolean containOnDuplicateKey, String serverInfo) { if (containOnDuplicateKey && updateCount == 0) { updateCount = 1; } addSuccessStat(updateCount, insertId); this.serverInfo...