Skip to content

Commit

Permalink
Postfix for #7465: Restore success illegally reported when gbak was u…
Browse files Browse the repository at this point in the history
…nable to activate all indices; syntax

(cherry picked from commit 5c18a21)
  • Loading branch information
AlexPeshkoff committed Feb 7, 2023
1 parent 249101d commit cdc52f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/burp/restore.epp
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,9 @@ int RESTORE_restore (const TEXT* file_name, const TEXT* database_name)
if (!tdgbl->flag_on_line)
{
ISC_STATUS_ARRAY st;
(Arg::Gds(ENCODE_ISC_MSG(246, burp_msg_fac)) << Arg::Gds(ENCODE_ISC_MSG(247, burp_msg_fac))).copyTo(st);
(Firebird::Arg::Gds(ENCODE_ISC_MSG(246, burp_msg_fac)) <<
// msg 246 Database is not online due to failure to activate one or more indices.
Firebird::Arg::Gds(ENCODE_ISC_MSG(247, burp_msg_fac))).copyTo(st);
// msg 247 Run gfix -online to bring database online without active indices.
BURP_print_status(true, st);

Expand Down

0 comments on commit cdc52f9

Please sign in to comment.