Skip to content

Commit

Permalink
Always put in the global list
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 24, 2023
1 parent 6d69f4f commit 0954117
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions createdatabase.PL
Original file line number Diff line number Diff line change
Expand Up @@ -3040,8 +3040,9 @@ sub create_md5
}

if(defined($dbh)) {
# Avoid duplictes on SQL databases since the PRIMARY KEY is added later
if($global) {
# Avoid duplicates on SQL databases since the PRIMARY KEY is added later
# if($global) {
if(1) {
if(DEBUG&DEBUG_MD5) {
print "global $digest => $rc\n";
$global_md5s{$rc} = $digest;
Expand Down

0 comments on commit 0954117

Please sign in to comment.