• Satya B's avatar
    Applying InnoDB snashot 5.0-ss4900 part 1, Fixes BUG#42279 · 0e4caf39
    Satya B authored
    1) BUG#42279 - Race condition in btr_search_drop_page_hash_when_freed()
    
    Detailed revision comments:
    
    r4031 | marko | 2009-01-23 15:33:46 +0200 (Fri, 23 Jan 2009) | 8 lines
    branches/5.0: btr_search_drop_page_hash_when_freed(): Check if
    buf_page_get_gen() returns NULL.  The page may have been evicted
    from the buffer pool between buf_page_peek_if_search_hashed() and
    buf_page_get_gen(), because the buffer pool mutex will be released
    between these two calls. (Bug #42279)
    
    rb://82 approved by Heikki Tuuri
    
    0e4caf39
btr0sea.c 43.9 KB