• Sergei Petrunia's avatar
    MDEV-30596: Assertion 'pushed_rowid_filter != __null ...' failed · 7170db3c
    Sergei Petrunia authored
    ha_partition doesn't forward Rowid Filter API calls to the storage
    engines handling partitions.
    An attempt to use rowid filtering with caused either
    - Rowid Filter being shown in EXPLAIN but not actually used
    - Assertion failure when subquery code tried to disable/enable rowid
      filter, which was not present.
    
    Fixed by returning correct flags from ha_partition::index_flags()
    7170db3c
ha_partition.h 62.2 KB