317 |
|
published |
318 |
|
end; |
319 |
|
|
320 |
< |
TStatOption = (DataPages, DbLog, HeaderPages, IndexPages, SystemRelations); |
320 |
> |
TStatOption = (DataPages, {DbLog,} HeaderPages, IndexPages, SystemRelations); |
321 |
|
TStatOptions = set of TStatOption; |
322 |
|
|
323 |
|
TIBStatisticalService = class(TIBControlAndQueryService) |
1415 |
|
param := 0; |
1416 |
|
if (DataPages in Options) then |
1417 |
|
param := param or isc_spb_sts_data_pages; |
1418 |
< |
if (DbLog in Options) then |
1419 |
< |
param := param or isc_spb_sts_db_log; |
1418 |
> |
{ if (DbLog in Options) then |
1419 |
> |
param := param or isc_spb_sts_db_log; -- removed from Firebird 2} |
1420 |
|
if (HeaderPages in Options) then |
1421 |
|
param := param or isc_spb_sts_hdr_pages; |
1422 |
|
if (IndexPages in Options) then |