We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa86f3 commit 2cac6fcCopy full SHA for 2cac6fc
3 files changed
src/include/firebird/impl/inf_pub.h
@@ -192,6 +192,9 @@ enum db_info_types
192
fb_info_max_blob_cache_size = 159,
193
fb_info_max_inline_blob_size = 160,
194
195
+ fb_info_counts_scope_att = 161,
196
+ fb_info_counts_scope_db = 162,
197
+
198
isc_info_db_last_value /* Leave this LAST! */
199
};
200
src/include/gen/Firebird.pas
@@ -4608,6 +4608,8 @@ IProfilerStatsImpl = class(IProfilerStats)
4608
fb_info_wire_roundtrips = byte(158);
4609
fb_info_max_blob_cache_size = byte(159);
4610
fb_info_max_inline_blob_size = byte(160);
4611
+ fb_info_counts_scope_att = byte(161);
4612
+ fb_info_counts_scope_db = byte(162);
4613
fb_info_crypt_encrypted = $01;
4614
fb_info_crypt_process = $02;
4615
fb_feature_multi_statements = byte(1);
0 commit comments