• H
    Fix bug that can't generate equality partition filters for multilevel partition table · e99b9fef
    Haisheng Yuan 提交于
    The equality parition filter of partition selector works very well for single
    level partition table, but if the table has multilevel partitions, e.g. 2
    levels with pk1, pk2 as the partition key for level 1 and 2, and there is a
    equality predicate in the query, say pk1 = 2, then level 2 equality filter is null,
    the function `FEqPartFiltersAllLevels` will return false, causing the equality
    predicate put into PartFilters instead of PartEqFilters. This bug has been
    fixed in the patch.
    
    [#141826453]
    e99b9fef
CMakeLists.txt 5.3 KB