mirror of
https://github.com/MariaDB/server.git
synced 2025-12-09 08:01:34 +03:00
The problem was that federated engine does not support comparable rowids which was not taken into account by semijoin code. Fixed by checking that we don't use semijoin with tables that does not support comparable rowids. Other things: - Fixed some typos in the code comments