Skip to content

Commit 2031bd9

Browse files
committed
Missed 'break'
1 parent d465d81 commit 2031bd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dsql/BoolNodes.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ bool ComparativeBoolNode::execute(thread_db* tdbb, Request* request) const
787787
}
788788
else
789789
comparison = -1;
790+
break;
790791
}
791792

792793
// If we are checking equality of record_version

0 commit comments

Comments
 (0)