• Thirunarayanan Balathandayuthapani's avatar
    Bug #20796566 ERROR: INSERT BUFFER INSERT FAIL CANNOT · 641ab6f3
    Thirunarayanan Balathandayuthapani authored
    			INSERT INDEX RECORD
    
    Problem:
    =======
    
    IBUF_BITMAP_FREE bit in ibuf bitmap array is used to indicate the free
    space available in leaf page. IBUF_BITMAP_FREE bit indicates free
    space more than actual existing free space for the leaf page.
    
    Solution:
    =========
    
    Ibuf_bitmap_array is not updated for the secondary index leaf page when
    insert operation is done by updating a delete marked existing
    record in the index.
    Reviewed-by: default avatarJimmy Yang <jimmy.yang@oracle.com>
    RB: 9544
    641ab6f3
btr0cur.c 145 KB