• Nayuta Yanagisawa's avatar
    MDEV-27240 SIGSEGV in ha_spider::store_lock on LOCK TABLE · 2ecd39c9
    Nayuta Yanagisawa authored
    The commit e954d9de gave different lifetime to wide_share and
    partition_handler_share. This introduced the possibility that
    partition_handler_share could be accessed even after it was freed.
    
    We stop sharing partitoiin_handler_share and make it belong to
    a single wide_handler to fix the problem.
    2ecd39c9
ha_spider.h 28.5 KB