• Oleg Smirnov's avatar
    MDEV-32475: Skip sorting if we will read one row · 680f732f
    Oleg Smirnov authored
    test_if_skip_sort_order() should catch the join types JT_EQ_REF,
    JT_CONST and JT_SYSTEM and skip sort order for these.
    
    Such join types imply retrieving of a single row of data, and sorting
    of a single row can always be skipped.
    680f732f
order_by.test 95.3 KB