• Mattias Jonsson's avatar
    Bug#51830: Incorrect partition pruning on range partition · f83e302a
    Mattias Jonsson authored
    (regression)
    
    Problem was that partition pruning did not exclude the
    last partition if the range was beyond it
    (i.e. not using MAXVALUE)
    
    Fix was to not include the last partition if the
    partitioning function value was not within the partition
    range.
    f83e302a
sql_partition.cc 241 KB