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

Corrections

This commit is contained in:
asfernandes 2006-11-06 00:47:04 +00:00
parent a8aee0159c
commit 05a44671d1
2 changed files with 4 additions and 4 deletions

View File

@ -993,7 +993,7 @@ int common_main(int argc,
tdgbl->gbl_sw_novalidity = true;
break;
case (IN_SW_BURP_NO):
case (IN_SW_BURP_NOD):
tdgbl->gbl_sw_nodbtriggers = true;
dpb.insertByte(isc_dpb_no_db_triggers, 1);
break;

View File

@ -80,7 +80,7 @@ const int IN_SW_BURP_HIDDEN_RDONLY = 36;
const int IN_SW_BURP_HIDDEN_RDWRITE = 37;
const int IN_SW_BURP_RECREATE = 38; // recreate database
const int IN_SW_BURP_NO = 39; // do not run database triggers
const int IN_SW_BURP_NOD = 39; // do not run database triggers
/**************************************************************************/
// used 0BCDEFGILMNOPRSTUVYZ available AHJQWX
@ -121,8 +121,8 @@ static in_sw_tab_t burp_in_sw_table [] =
// msg 278: %sMODE read_only or read_write access
{IN_SW_BURP_N, isc_spb_res_no_validity, "NO_VALIDITY", 0, 0, 0, FALSE, 187, 0, NULL},
// msg 187: %sN(O_VALIDITY) do not restore database validity conditions
{IN_SW_BURP_NO, 0, "NO_DBTRIGGERS", 0, 0, 0, FALSE, 294, 0, NULL},
// msg 294: %sN(O_VALIDITY) do not restore database validity conditions
{IN_SW_BURP_NOD, 0, "NO_DBTRIGGERS", 0, 0, 0, FALSE, 294, 0, NULL},
// msg 294: %sNO_D(BTRIGGERS) do not run database triggers
{IN_SW_BURP_NT, isc_spb_bkp_non_transportable, "NT", 0, 0, 0, FALSE, 239, 0, NULL},
// msg 239: %sNT Non-Transportable backup file format
{IN_SW_BURP_O, isc_spb_res_one_at_a_time, "ONE_AT_A_TIME", 0, 0, 0, FALSE, 99, 0, NULL},