File tree Expand file tree Collapse file tree 3 files changed +108
-111
lines changed Expand file tree Collapse file tree 3 files changed +108
-111
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,9 @@ enum db_info_types
192192fb_info_max_blob_cache_size = 159 ,
193193fb_info_max_inline_blob_size = 160 ,
194194
195+ fb_info_counts_scope_att = 161 ,
196+ fb_info_counts_scope_db = 162 ,
197+
195198isc_info_db_last_value /* Leave this LAST! */
196199};
197200
Original file line number Diff line number Diff line change @@ -4608,6 +4608,8 @@ IProfilerStatsImpl = class(IProfilerStats)
46084608fb_info_wire_roundtrips = byte(158);
46094609fb_info_max_blob_cache_size = byte(159);
46104610fb_info_max_inline_blob_size = byte(160);
4611+ fb_info_counts_scope_att = byte(161);
4612+ fb_info_counts_scope_db = byte(162);
46114613fb_info_crypt_encrypted = $01;
46124614fb_info_crypt_process = $02;
46134615fb_feature_multi_statements = byte(1);
You can’t perform that action at this time.
0 commit comments