Skip to content
  • Satya Bodapati's avatar
    0f2779c0
    Merge fix for BUG#17446090 from mysql-5.5 to mysql-5.6 · 0f2779c0
    Satya Bodapati authored
    The testcase for this bug fails randomly due to two reasons.
    1. Due to ibuf merge happening background
    2. Due to dict stats update which brings the evicted page back into
    buffer pool.
    
    Fix ibuf_merge() to not do any merges with ibuf_debug enabled and
    also changed dict_stats_update() to return fake statistics without brining
    the secondary index pages into buffer pool.
    
    Approved by Marko. rb#3420
    0f2779c0
    Merge fix for BUG#17446090 from mysql-5.5 to mysql-5.6
    Satya Bodapati authored
    The testcase for this bug fails randomly due to two reasons.
    1. Due to ibuf merge happening background
    2. Due to dict stats update which brings the evicted page back into
    buffer pool.
    
    Fix ibuf_merge() to not do any merges with ibuf_debug enabled and
    also changed dict_stats_update() to return fake statistics without brining
    the secondary index pages into buffer pool.
    
    Approved by Marko. rb#3420
Loading