Skip to content

Commit 9a09c9a

Browse files
committed
Fix merge conflict, cleanup.
1 parent 2c97cd6 commit 9a09c9a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/burp/BurpTasks.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,8 +902,6 @@ void RestoreRelationTask::initItem(BurpGlobals* tdgbl, Item& item)
902902
m_masterGbl->gbl_dpb_data.begin(),
903903
m_masterGbl->gbl_dpb_data.getCount());
904904

905-
//dpb.deleteWithTag(isc_dpb_gbak_attach);
906-
907905
const UCHAR* dpbBuffer = dpb.getBuffer();
908906
const USHORT dpbLength = dpb.getBufferLength();
909907

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,4 +995,4 @@ FB_IMPL_MSG(JRD, 992, invalid_timezone_region_or_displacement, -901, "HY", "000"
995995
FB_IMPL_MSG(JRD, 993, argmustbe_exact_range_for, -833, "42", "000", "Arguments for range-based FOR must be exact numeric types")
996996
FB_IMPL_MSG(JRD, 994, range_for_by_should_be_positive, -833, "42", "000", "Range-based FOR BY argument must be positive")
997997
FB_IMPL_MSG(JRD, 995, missing_value_for_format_pattern, -901, "HY", "000", "Cannot find value in input string for \"@1\" pattern")
998-
FB_IMPL_MSG(JRD, 996, no_user_att_while_restore, -901, "HY", "000", "User attachments are not allowed for the database being restored")
998+
FB_IMPL_MSG(JRD, 998, no_user_att_while_restore, -901, "HY", "000", "User attachments are not allowed for the database being restored")

src/include/gen/Firebird.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5785,6 +5785,7 @@ IProfilerStatsImpl = class(IProfilerStats)
57855785
isc_argmustbe_exact_range_for = 335545313;
57865786
isc_range_for_by_should_be_positive = 335545314;
57875787
isc_missing_value_for_format_pattern = 335545315;
5788+
isc_no_user_att_while_restore = 335545318;
57885789
isc_gfix_db_name = 335740929;
57895790
isc_gfix_invalid_sw = 335740930;
57905791
isc_gfix_incmp_sw = 335740932;

0 commit comments

Comments
 (0)