• sbains's avatar
    branches/innodb+: Factor out srv_threads_mutex from the kernel mutex. · af1478e0
    sbains authored
    Splitting the kernel mutex at once is a complex task, several mutexes will
    be factored out of it. This is one of the easier ones. This mutex sits below
    the kernel mutex and is used by the threads infra-structure. It is important
    for the multi-threaded purge because for multi-threaded purge we will need
    to activate and use InnoDB task queue and query thread scheduling code.
    rb://285
    af1478e0
sync0sync.c 42.2 KB