"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/include/consts_pub.h" between
Firebird-3.0.2.32703-0.tar.bz2 and Firebird-3.0.4.33054-0.tar.bz2

About: Firebird is a relational database offering many ANSI SQL standard features.

consts_pub.h  (Firebird-3.0.2.32703-0.tar.bz2):consts_pub.h  (Firebird-3.0.4.33054-0.tar.bz2)
skipping to change at line 151 skipping to change at line 151
<address-descriptor> ::= <address-descriptor> ::=
isc_dpb_address <byte-clumplet-length> <address-elements> isc_dpb_address <byte-clumplet-length> <address-elements>
<address-elements> ::= <address-elements> ::=
<address-element> | <address-element> |
<address-elements> <address-element> <address-elements> <address-element>
<address-element> ::= <address-element> ::=
isc_dpb_addr_protocol <byte-clumplet-length> <protocol-string> | isc_dpb_addr_protocol <byte-clumplet-length> <protocol-string> |
isc_dpb_addr_endpoint <byte-clumplet-length> <remote-endpoint-string> isc_dpb_addr_endpoint <byte-clumplet-length> <remote-endpoint-string>
isc_dpb_addr_flags <byte-clumplet-length> <flags-int>
<protocol-string> ::= <protocol-string> ::=
"TCPv4" | "TCPv4" |
"TCPv6" | "TCPv6" |
"XNET" | "XNET" |
"WNET" | "WNET" |
.... ....
<remote-endpoint-string> ::= <remote-endpoint-string> ::=
<IPv4-address> | // such as "172.20.1.1" <IPv4-address> | // such as "172.20.1.1"
<IPv6-address> | // such as "2001:0:13FF:09FF::1" <IPv6-address> | // such as "2001:0:13FF:09FF::1"
<xnet-process-id> | // such as "17864" <xnet-process-id> | // such as "17864"
... ...
<flags-int> ::=
bitmask of possible flags
*/ */
#define isc_dpb_address 1 #define isc_dpb_address 1
#define isc_dpb_addr_protocol 1 #define isc_dpb_addr_protocol 1
#define isc_dpb_addr_endpoint 2 #define isc_dpb_addr_endpoint 2
#define isc_dpb_addr_flags 3
/* possible addr flags */
#define isc_dpb_addr_flag_conn_compressed 0x01
#define isc_dpb_addr_flag_conn_encrypted 0x02
/*********************************/ /*********************************/
/* isc_dpb_verify specific flags */ /* isc_dpb_verify specific flags */
/*********************************/ /*********************************/
#define isc_dpb_pages 1 #define isc_dpb_pages 1
#define isc_dpb_records 2 #define isc_dpb_records 2
#define isc_dpb_indices 4 #define isc_dpb_indices 4
#define isc_dpb_transactions 8 #define isc_dpb_transactions 8
#define isc_dpb_no_update 16 #define isc_dpb_no_update 16
skipping to change at line 338 skipping to change at line 347
#define isc_info_svc_svr_db_info 50 /* Retrieves the number o f attachments and databases */ #define isc_info_svc_svr_db_info 50 /* Retrieves the number o f attachments and databases */
#define isc_info_svc_get_license 51 /* Retrieves all license keys and IDs from the license file */ #define isc_info_svc_get_license 51 /* Retrieves all license keys and IDs from the license file */
#define isc_info_svc_get_license_mask 52 /* Retrieves a bitmask representi ng licensed options on the server */ #define isc_info_svc_get_license_mask 52 /* Retrieves a bitmask representi ng licensed options on the server */
#define isc_info_svc_get_config 53 /* Retrieves the parameters and values for IB_CONFIG */ #define isc_info_svc_get_config 53 /* Retrieves the parameters and values for IB_CONFIG */
#define isc_info_svc_version 54 /* Retrieves the version of the services manager */ #define isc_info_svc_version 54 /* Retrieves the version of the services manager */
#define isc_info_svc_server_version 55 /* Retrieves the version of the Firebird server */ #define isc_info_svc_server_version 55 /* Retrieves the version of the Firebird server */
#define isc_info_svc_implementation 56 /* Retrieves the implemen tation of the Firebird server */ #define isc_info_svc_implementation 56 /* Retrieves the implemen tation of the Firebird server */
#define isc_info_svc_capabilities 57 /* Retrieves a bitmask re presenting the server's capabilities */ #define isc_info_svc_capabilities 57 /* Retrieves a bitmask re presenting the server's capabilities */
#define isc_info_svc_user_dbpath 58 /* Retrieves the path to the security database in use by the server */ #define isc_info_svc_user_dbpath 58 /* Retrieves the path to the security database in use by the server */
#define isc_info_svc_get_env 59 /* Retrieves the setting of $FIREBIRD */ #define isc_info_svc_get_env 59 /* Retrieves the setting of $FIREBIRD */
#define isc_info_svc_get_env_lock 60 /* Retrieves the setting of $FIREBIRD_LCK */ #define isc_info_svc_get_env_lock 60 /* Retrieves the setting of $FIREBIRD_LOCK */
#define isc_info_svc_get_env_msg 61 /* Retrieves the setting of $FIREBIRD_MSG */ #define isc_info_svc_get_env_msg 61 /* Retrieves the setting of $FIREBIRD_MSG */
#define isc_info_svc_line 62 /* Retrieves 1 li ne of service output per call */ #define isc_info_svc_line 62 /* Retrieves 1 li ne of service output per call */
#define isc_info_svc_to_eof 63 /* Retrieves as m uch of the server output as will fit in the supplied buffer */ #define isc_info_svc_to_eof 63 /* Retrieves as m uch of the server output as will fit in the supplied buffer */
#define isc_info_svc_timeout 64 /* Sets / signifies a tim eout value for reading service information */ #define isc_info_svc_timeout 64 /* Sets / signifies a tim eout value for reading service information */
#define isc_info_svc_get_licensed_users 65 /* Retrieves the number o f users licensed for accessing the server */ #define isc_info_svc_get_licensed_users 65 /* Retrieves the number o f users licensed for accessing the server */
#define isc_info_svc_limbo_trans 66 /* Retrieve the limbo tra nsactions */ #define isc_info_svc_limbo_trans 66 /* Retrieve the limbo tra nsactions */
#define isc_info_svc_running 67 /* Checks to see if a ser vice is running on an attachment */ #define isc_info_svc_running 67 /* Checks to see if a ser vice is running on an attachment */
#define isc_info_svc_get_users 68 /* Returns the user infor mation from isc_action_svc_display_users */ #define isc_info_svc_get_users 68 /* Returns the user infor mation from isc_action_svc_display_users */
#define isc_info_svc_auth_block 69 /* Sets authentic ation block for service query() call */ #define isc_info_svc_auth_block 69 /* Sets authentic ation block for service query() call */
#define isc_info_svc_stdin 78 /* Returns maximu m size of data, needed as stdin for service */ #define isc_info_svc_stdin 78 /* Returns maximu m size of data, needed as stdin for service */
 End of changes. 4 change blocks. 
1 lines changed or deleted 10 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)