Skip to content

Commit

Permalink
0004204: Efficient logging of trigger hist and trigger router problems
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Dec 12, 2019
1 parent e284cbd commit b272654
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3024,7 +3024,7 @@ public Data mapRow(Row row) {
missingConfigTriggerHist.add(triggerHistId);
}
triggerHistory = new TriggerHistory(data.getTableName(), "", "");
triggerHistory.setTriggerHistoryId(-1);
triggerHistory.setTriggerHistoryId(triggerHistId);
}
} else {
if (!triggerHistory.getSourceTableName().equals(data.getTableName())) {
Expand Down

0 comments on commit b272654

Please sign in to comment.