dolthub / go-mysql-server

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
Apache License 2.0
2.32k stars 199 forks source link

Fix anti-join correctess bug #2623

Closed max-hoffman closed 1 month ago

max-hoffman commented 1 month ago

We had some strange logic for accepting a join anti-match, ripped it out and everything seems to be working correctly now.