• unknown's avatar
    MWL#68 Subquery optimization: Efficient NOT IN execution with NULLs · ee753def
    unknown authored
    This patch mainly adds sorting of all indexes for partial matching
    according to their NULL selectivity. The patch also fixes a related bug
    in subselect_rowid_merge_engine::test_null_row() where the wrong matched
    indexes were skipped.
    
    In addition the patch:
    - adds few ::print() methods,
    - renames few variables that had similar names but different purpose.
    ee753def
item_subselect.h 36.6 KB