Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/include/firebird/impl/inf_pub.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ enum db_info_types
fb_info_max_blob_cache_size = 159,
fb_info_max_inline_blob_size = 160,

fb_info_counts_scope_local = 161,
fb_info_counts_scope_global = 162,

isc_info_db_last_value /* Leave this LAST! */
};

Expand Down
2 changes: 2 additions & 0 deletions src/include/gen/Firebird.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4604,6 +4604,8 @@ IProfilerStatsImpl = class(IProfilerStats)
fb_info_wire_roundtrips = byte(158);
fb_info_max_blob_cache_size = byte(159);
fb_info_max_inline_blob_size = byte(160);
fb_info_counts_scope_local = byte(161);
fb_info_counts_scope_global = byte(162);
fb_info_crypt_encrypted = $01;
fb_info_crypt_process = $02;
fb_feature_multi_statements = byte(1);
Expand Down
Loading
Loading