# | Line 1219 | Line 1219 | begin | |
---|---|---|
1219 | FBOF := false; | |
1220 | result := true; | |
1221 | end; | |
1222 | + | if FCollectStatistics then |
1223 | + | begin |
1224 | + | GetPerfCounters(FAfterStats); |
1225 | + | FStatisticsAvailable := true; |
1226 | + | end; |
1227 | end; | |
1228 | FSQLRecord.RowChange; | |
1229 | if FEOF then |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |