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 45 by tony, Tue Dec 6 10:33:46 2016 UTC vs.
Revision 143 by tony, Fri Feb 23 12:11:21 2018 UTC

# Line 107 | Line 107 | const
107    isc_dpb_org_filename  = 76;
108    isc_dpb_utf8_filename = 77;
109    isc_dpb_ext_call_depth        = 78;
110 <
111 <  isc_dpb_last_dpb_constant =  isc_dpb_ext_call_depth;
110 >  isc_dpb_auth_block            = 79;
111 >  isc_dpb_client_version        = 80;
112 >  isc_dpb_remote_protocol       = 81;
113 >  isc_dpb_host_name             = 82;
114 >  isc_dpb_os_user               = 83;
115 >  isc_dpb_specific_auth_data    = 84;
116 >  isc_dpb_auth_plugin_list      = 85;
117 >  isc_dpb_auth_plugin_name      = 86;
118 >  isc_dpb_config                = 87;
119 >  isc_dpb_nolinger              = 88;
120 >  isc_dpb_reset_icu             = 89;
121 >  isc_dpb_map_attach            = 90;
122 >  isc_dpb_last_dpb_constant =  isc_dpb_map_attach;
123  
124   (**************************************************)
125   (* clumplet tags used inside isc_dpb_address_path *)
# Line 262 | Line 273 | const
273    isc_spb_trusted_auth  = 111;
274    isc_spb_process_name  = 112;
275    isc_spb_trusted_role  = 113;
276 +  isc_spb_verbint                   = 114;
277 +  isc_spb_auth_block                = 115;
278 +  isc_spb_auth_plugin_name          = 116;
279 +  isc_spb_auth_plugin_list          = 117;
280 +  isc_spb_utf8_filename             = 118;
281 +  isc_spb_client_version            = 119;
282 +  isc_spb_remote_protocol           = 120;
283 +  isc_spb_host_name                 = 121;
284 +  isc_spb_os_user                   = 122;
285 +  isc_spb_config                    = 123;
286 +  isc_spb_expected_db               = 124;
287  
288    isc_spb_connect_timeout       = isc_dpb_connect_timeout;
289    isc_spb_dummy_packet_interval = isc_dpb_dummy_packet_interval;
# Line 294 | Line 316 | const
316    isc_action_svc_set_mapping    = 27;   // Set auto admins mapping in security database
317    isc_action_svc_drop_mapping   = 28;   // Drop auto admins mapping in security database
318    isc_action_svc_display_user_adm       = 29;   // Displays user(s) from security database with admin info
319 <  isc_action_svc_last   = 30;   // keep it last !
319 >  isc_action_svc_validate = 30;                 // Starts database online validation
320 >  isc_action_svc_last   = 31;   // keep it last !
321  
322   (*****************************
323   * Service information items *
# Line 335 | Line 358 | const
358    isc_spb_sec_lastname  = 12;
359    isc_spb_sec_admin     = 13;
360  
361 + (*****************************************
362 + * Parameters for isc_action_svc_validate *
363 + *****************************************)
364 +
365 +  isc_spb_val_tab_incl          = 1;    // include filter based on regular expression
366 +  isc_spb_val_tab_excl          = 2;    // exclude filter based on regular expression
367 +  isc_spb_val_idx_incl          = 3;    // regexp of indices to validate
368 +  isc_spb_val_idx_excl          = 4;    // regexp of indices to NOT validate
369 +  isc_spb_val_lock_timeout      = 5;    // how long to wait for table lock
370 +
371 +
372 +
373   (*******************************************************
374   * Parameters for isc_action_svc_(add|remove)_license, *
375   * isc_info_svc_get_license                            *
# Line 352 | Line 387 | const
387    isc_spb_bkp_file      = 5;
388    isc_spb_bkp_factor    = 6;
389    isc_spb_bkp_length    = 7;
390 +  isc_spb_bkp_stat      = 15;
391    isc_spb_bkp_ignore_checksums  = $01;
392    isc_spb_bkp_ignore_limbo      = $02;
393    isc_spb_bkp_metadata_only     = $04;
# Line 377 | Line 413 | const
413    isc_spb_prp_set_sql_dialect   = 14;
414    isc_spb_prp_activate  = $0100;
415    isc_spb_prp_db_online = $0200;
416 +  isc_spb_prp_nolinger  = $0400;
417    isc_spb_prp_force_shutdown    = 41;
418    isc_spb_prp_attachments_shutdown      = 42;
419    isc_spb_prp_transactions_shutdown     = 43;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines