• Daniel Black's avatar
    MDEV-29889 mariadb-dump --tab --header is slow · a5be6c91
    Daniel Black authored
    --header applied an ORDER BY to ensure that the header
    row was the first row in the output given UNION ALL
    doesn't in the standard enforce the order.
    
    We change that now only add the ORDER BY if --order-by-primary
    is used.
    
    An assumption that if UNION ALL change to a different behaviour
    the resulting mysqldump-header test may also change.
    a5be6c91
mysqldump.c 229 KB