Skip to content

Commit

Permalink
Missed 'break'
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlad committed Nov 16, 2023
1 parent d465d81 commit 2031bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dsql/BoolNodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ bool ComparativeBoolNode::execute(thread_db* tdbb, Request* request) const
}
else
comparison = -1;
break;
}

// If we are checking equality of record_version
Expand Down

0 comments on commit 2031bd9

Please sign in to comment.