• Marko Mäkelä's avatar
    MDEV-22871 fixup: Relax a debug assertion · 156cb94b
    Marko Mäkelä authored
    In commit bf3c862f we introduced
    an assertion that may dereference a null pointer.
    
    This regression was caught by running the following:
    ./mtr --parallel=auto --suite=innodb \
    --mysqld=--loose-innodb-adaptive-hash-index
    
    The adaptive hash index is disabled by default since
    commit 88cdfc5c (MDEV-20487)
    and hence the problem was not caught earlier.
    156cb94b
btr0sea.h 13.1 KB