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

Fixed CORE-2031 - Null in the first record in a condition on rdb$db_key

This commit is contained in:
asfernandes 2008-08-05 15:16:58 +00:00
parent 9f657af8c9
commit ddb042bbff

View File

@ -3169,6 +3169,9 @@ static jrd_nod* modify(thread_db* tdbb, jrd_nod* node, SSHORT which_trig)
} /* for (fmt_count) */
}
new_rpb->rpb_number = org_rpb->rpb_number;
new_rpb->rpb_number.setValid(true);
if (node->nod_arg[e_mod_map_view]) {
impure->sta_state = 1;
return node->nod_arg[e_mod_map_view];