File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4081,6 +4081,8 @@ IProfilerStatsImpl = class(IProfilerStats)
40814081 isc_dpb_parallel_workers = byte(100);
40824082 isc_dpb_worker_attach = byte(101);
40834083 isc_dpb_owner = byte(102);
4084+ isc_dpb_max_blob_cache_size = byte(103);
4085+ isc_dpb_max_inline_blob_size = byte(104);
40844086 isc_dpb_address = byte(1);
40854087 isc_dpb_addr_protocol = byte(1);
40864088 isc_dpb_addr_endpoint = byte(2);
@@ -4540,6 +4542,8 @@ IProfilerStatsImpl = class(IProfilerStats)
45404542 fb_info_wire_snd_bytes = byte(156);
45414543 fb_info_wire_rcv_bytes = byte(157);
45424544 fb_info_wire_roundtrips = byte(158);
4545+ fb_info_max_blob_cache_size = byte(159);
4546+ fb_info_max_inline_blob_size = byte(160);
45434547 fb_info_crypt_encrypted = $01;
45444548 fb_info_crypt_process = $02;
45454549 fb_feature_multi_statements = byte(1);
You can’t perform that action at this time.
0 commit comments