• Marko Mäkelä's avatar
    MDEV-28313: Shrink ReadView::m_mutex · 03f9bb8c
    Marko Mäkelä authored
    A few PERFORMANCE_SCHEMA instrumentation keys were not exposed
    in all_innodb_mutexes[]. Let us remove them.
    
    The keys fts_pll_tokenize_mutex_key and read_view_mutex_key were
    internally used. Let us make ReadView::m_mutex use the simpler
    and smaller srw_mutex, hoping to improve memory access patterns.
    03f9bb8c
read0read.cc 9.92 KB