• Mats Kindahl's avatar
    Bug #57338: Extreneous server variable thread_pool_size · 96daec35
    Mats Kindahl authored
    The server contained code for the server variable and
    option thread_pool_size, but this server variable where
    not used anywhere.
    
    The variable is probably remains from backporting too
    much from 6.0 (specifically, the thread pool
    implementation was not backported from 6.0, which this
    variable is associated with).
    
    This patch eliminates the variable from the server.
    96daec35
sys_vars.cc 120 KB