• Monty's avatar
    MDEV-30395 Wrong result with semijoin and Federated as outer table · 981a6b70
    Monty authored
    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
    981a6b70
handler.h 188 KB