• H
    Fix error message, if EXCHANGE PARTITION with multiple constraints fails. · 30400ddc
    Heikki Linnakangas 提交于
    The loop to print each constraint's name was broken: it printed the name of
    the first constraint multiple times. A test case, as matter of principle.
    
    In the passing, change the set of tests around this error to all use the
    same partitioned table, rather than drop and recreate it for each command.
    And reduce the number of partitions from 10 to 5. Shaves some milliseconds
    from the time to run the test.
    30400ddc
partition.out 507.0 KB