Skip to content
  • Joao Gramacho's avatar
    6f95f131
    BUG#20593028 MORE CONCURRENCY IN SHOW SLAVE STATUS: MAKE · 6f95f131
    Joao Gramacho authored
                 LOCK_MSR_MAP AN RWLOCK
    
    This patch implemented a per channel Cheackable_rwlock at
    Master_info (named channel_lock).
    
    This lock should be used by replication administrative tasks
    as the LOCK_active_mi was used in MySQL 5.6.
    
    This patch also did a minor refactoring on p_s tables taking
    the channel_map lock.
    6f95f131
    BUG#20593028 MORE CONCURRENCY IN SHOW SLAVE STATUS: MAKE
    Joao Gramacho authored
                 LOCK_MSR_MAP AN RWLOCK
    
    This patch implemented a per channel Cheackable_rwlock at
    Master_info (named channel_lock).
    
    This lock should be used by replication administrative tasks
    as the LOCK_active_mi was used in MySQL 5.6.
    
    This patch also did a minor refactoring on p_s tables taking
    the channel_map lock.
Loading