ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/include/consts_pub.inc
(Generate patch)

Comparing ibx/trunk/fbintf/include/consts_pub.inc (file contents):
Revision 344 by tony, Thu Feb 25 11:56:36 2021 UTC vs.
Revision 345 by tony, Mon Aug 23 14:22:29 2021 UTC

# Line 211 | Line 211
211      isc_dpb_shut_multi = $20;    
212      isc_dpb_shut_single = $30;    
213      isc_dpb_shut_full = $40;    
214 +  {*************************************** }
215 +  { isc_dpb_set_db_replica specific flags  }
216 +  {*************************************** }
217 +    isc_dpb_replica_none = 0;    
218 +    isc_dpb_replica_read_only = 1;    
219 +    isc_dpb_replica_read_write = 2;    
220    {************************************ }
221    { Bit assignments in RDB$SYSTEM_FLAG  }
222    {************************************ }
# Line 447 | Line 453
453      isc_spb_prp_transactions_shutdown = 43;    
454      isc_spb_prp_shutdown_mode = 44;    
455      isc_spb_prp_online_mode = 45;    
456 +    isc_spb_prp_replica_mode = 46;    
457    {*******************************************
458     * Parameters for isc_spb_prp_shutdown_mode *
459     *            and isc_spb_prp_online_mode   *
# Line 470 | Line 477
477     ***************************************** }
478      isc_spb_prp_am_readonly = 39;    
479      isc_spb_prp_am_readwrite = 40;    
480 +  {******************************************
481 +   * Parameters for isc_spb_prp_replica_mode *
482 +   ****************************************** }
483 +    isc_spb_prp_rm_none = 0;    
484 +    isc_spb_prp_rm_readonly = 1;    
485 +    isc_spb_prp_rm_readwrite = 2;    
486    {****************************************
487     * Parameters for isc_action_svc_repair  *
488     **************************************** }
# Line 529 | Line 542
542      isc_spb_res_replace = $1000;    
543      isc_spb_res_create = $2000;    
544      isc_spb_res_use_all_space = $4000;    
545 +    isc_spb_res_replica_mode = 20;    
546    {****************************************
547     * Parameters for isc_action_svc_validate *
548     **************************************** }
# Line 543 | Line 557
557      isc_spb_res_am_readonly = isc_spb_prp_am_readonly;    
558      isc_spb_res_am_readwrite = isc_spb_prp_am_readwrite;    
559    {******************************************
560 +   * Parameters for isc_spb_res_replica_mode *
561 +   ****************************************** }
562 +    isc_spb_res_rm_none = isc_spb_prp_rm_none;    
563 +    isc_spb_res_rm_readonly = isc_spb_prp_rm_readonly;    
564 +    isc_spb_res_rm_readwrite = isc_spb_prp_rm_readwrite;    
565 +  {******************************************
566     * Parameters for isc_info_svc_svr_db_info *
567     ****************************************** }
568      isc_spb_num_att = 5;    
# Line 573 | Line 593
593      isc_spb_nbk_guid = 8;    
594      isc_spb_nbk_no_triggers = $01;    
595      isc_spb_nbk_inplace = $02;    
596 +    isc_spb_nbk_sequence = $04;    
597    {**************************************
598     * Parameters for isc_action_svc_trace *
599     ************************************** }
# Line 675 | Line 696
696      fb_shutrsn_signal = -(5);    
697      fb_shutrsn_services = -(6);    
698      fb_shutrsn_exit_called = -(7);    
699 +    fb_shutrsn_emergency = -(8);    
700    {************************************** }
701    { Cancel types for fb_cancel_operation  }
702    {************************************** }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines