ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/client/3.0/FB30Statement.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/3.0/FB30Statement.pas (file contents):
Revision 208 by tony, Thu Jan 18 14:37:53 2018 UTC vs.
Revision 209 by tony, Wed Mar 14 12:48:51 2018 UTC

# Line 1307 | Line 1307 | begin
1307        FBOF := false;
1308        result := true;
1309      end;
1310 +    if FCollectStatistics then
1311 +    begin
1312 +      UtilIntf.getPerfCounters(StatusIntf,
1313 +                              (GetAttachment as TFB30Attachment).AttachmentIntf,
1314 +                              ISQL_COUNTERS,@FAfterStats);
1315 +      Check4DataBaseError;
1316 +      FStatisticsAvailable := true;
1317 +    end;
1318    end;
1319    FSQLRecord.RowChange;
1320    SignalActivity;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines