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

Add gfix -upgrade support to fbsvcmgr

This commit is contained in:
Dmitry Yemanov 2023-01-11 19:31:32 +03:00
parent d68e68d56a
commit f329f4d84e

View File

@ -503,6 +503,7 @@ const SvcSwitches repairOptions[] =
{"rpr_list_limbo_trans", putOption, 0, isc_spb_rpr_list_limbo_trans, isc_info_svc_limbo_trans},
{"rpr_icu", putOption, 0, isc_spb_rpr_icu, 0},
{"rpr_par_workers", putIntArgument, 0, isc_spb_rpr_par_workers, 0},
{"rpr_upgrade_db", putOption, 0, isc_spb_rpr_upgrade_db, 0},
{0, 0, 0, 0, 0}
};