Skip to content

Commit c479d45

Browse files
aafemtAlexPeshkoff
authored andcommitted
Implementation of #9075
1 parent ff83ffc commit c479d45

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/burp/restore.epp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10879,6 +10879,9 @@ rec_type ignore_data(BurpGlobals* tdgbl, burp_rel* relation)
1087910879
FB_UINT64 records = 0;
1088010880
rec_type record;
1088110881

10882+
// msg 427 skipping data for table @1
10883+
BURP_verbose(427, relation->rel_name.toQuotedString());
10884+
1088210885
try
1088310886
{
1088410887
while (true)

src/include/firebird/impl/msg/gbak.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ FB_IMPL_MSG_NO_SYMBOL(GBAK, 102, "page size")
104104
FB_IMPL_MSG_NO_SYMBOL(GBAK, 103, "page size specified (@1 bytes) rounded up to @2 bytes")
105105
FB_IMPL_MSG_NO_SYMBOL(GBAK, 104, " @1Z print version number")
106106
FB_IMPL_MSG_NO_SYMBOL(GBAK, 105, "privilege")
107-
FB_IMPL_MSG_NO_SYMBOL(GBAK, 106, " @1 records ignored")
107+
FB_IMPL_MSG_NO_SYMBOL(GBAK, 106, " @1 records ignored")
108108
FB_IMPL_MSG_NO_SYMBOL(GBAK, 107, " @1 records restored")
109109
FB_IMPL_MSG_NO_SYMBOL(GBAK, 108, "@1 records written")
110110
FB_IMPL_MSG_NO_SYMBOL(GBAK, 109, " @1Y <path> redirect/suppress status message output")
@@ -422,3 +422,4 @@ FB_IMPL_MSG(GBAK, 423, gbak_writing_constants, -901, "00", "000", "writing const
422422
FB_IMPL_MSG(GBAK, 424, gbak_writing_constant, -901, "00", "000", "writing constant %s")
423423
FB_IMPL_MSG(GBAK, 425, gbak_constant, -901, "00", "000", "constant (in RDB$CONSTANTS)")
424424
FB_IMPL_MSG(GBAK, 426, gbak_restoring_constant, -901, "00", "000", "restoring constant %s")
425+
FB_IMPL_MSG_NO_SYMBOL(GBAK, 427, "skipping data for table @1")

0 commit comments

Comments
 (0)