• Sergey Vojtovich's avatar
    MDEV-7806 - thread_pool_size is not auto-sized · f00d7657
    Sergey Vojtovich authored
    thread_pool_size is auto-sized before my_getopt(). But my_getopt starts from
    resetting all options to their default values. So the auto-sized value is lost.
    
    Fixed by moving thread_pool_size auto-sizing after my_getopt().
    f00d7657
mysqld.cc 343 KB