• Dmitry Lenev's avatar
    Another follow-up for 5.5 version of fix for bug#54360 · 6afc935c
    Dmitry Lenev authored
    "Deadlock DROP/ALTER/CREATE DATABASE with open HANDLER".
    
    Fixes production build which was broken by the fix for
    bug#54360 due to missing instantiation of some Hash_set 
    template's methods.
    
    Circumvent requirement of explicit instantiation of 
    non-inline methods by making all Hash_set methods
    inline.
    6afc935c
sql_hset.h 2.72 KB