Skip to content
  • Sunny Bains's avatar
    42f36919
    Bug#13615873 - REMOVE CODE THAT DOES A PURGE VIA THE MASTER THREAD · 42f36919
    Sunny Bains authored
          
    InnoDB now has background threads to do purge. They were introduced because 
    the master thread was doing too many things already and purge was being 
    delayed due to insert buffer merge, flushing etc. 
    
    It is also cumbersome to control purge behaviour if purge is done via the
    master thread. We need to stop and resume purge for WL#5522.
          
    The default setting of innodb_purge_threads will change from 0 to 1.
          
    rb://905 Approved by Inaam Rana.
    42f36919
    Bug#13615873 - REMOVE CODE THAT DOES A PURGE VIA THE MASTER THREAD
    Sunny Bains authored
          
    InnoDB now has background threads to do purge. They were introduced because 
    the master thread was doing too many things already and purge was being 
    delayed due to insert buffer merge, flushing etc. 
    
    It is also cumbersome to control purge behaviour if purge is done via the
    master thread. We need to stop and resume purge for WL#5522.
          
    The default setting of innodb_purge_threads will change from 0 to 1.
          
    rb://905 Approved by Inaam Rana.
Loading