Skip to content
  • Dmitry Lenev's avatar
    f84ec55e
    Another follow-up for 5.5 version of fix for bug#54360 · f84ec55e
    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.
    f84ec55e
    Another follow-up for 5.5 version of fix for bug#54360
    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.
Loading