8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Backported CORE-5721: Information items isc_info_length and fb_info_crypt_state have same code

This commit is contained in:
AlexPeshkoff 2018-01-22 17:10:49 +03:00
parent e74a322a8b
commit 652d32f9ca

View File

@ -140,11 +140,10 @@ enum db_info_types
fb_info_pages_used = 124,
fb_info_pages_free = 125,
fb_info_crypt_state = 126,
fb_info_conn_flags = 132,
fb_info_crypt_key = 133,
fb_info_crypt_state = 134,
isc_info_db_last_value /* Leave this LAST! */
};