• Marko Mäkelä's avatar
    MDEV-16188: Remove redundant !this || · 2bd7f329
    Marko Mäkelä authored
    Fix clang warning: 'this' pointer cannot be null in well-defined C++ code;
    pointer may be assumed to always convert to true
    
    The only caller of TABLE::best_range_rowid_filter_for_partial_join()
    already seems to be assuming that s->table != NULL.
    2bd7f329
rowid_filter.cc 18.8 KB