diff options
author | Thirunarayanan Balathandayuthapani <thirunarayanan.balathandayuth@oracle.com> | 2015-07-29 18:24:20 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thirunarayanan.balathandayuth@oracle.com> | 2015-07-29 18:24:20 +0530 |
commit | 641ab6f36813516255738ba25d3c6b721189832e (patch) | |
tree | c444d43d8ec821fbdd835aa565042c26e17febb2 /sql | |
parent | 33a2e5abd86727155b629246445d508bb2cd02c0 (diff) | |
download | mariadb-git-641ab6f36813516255738ba25d3c6b721189832e.tar.gz |
Bug #20796566 ERROR: INSERT BUFFER INSERT FAIL CANNOT
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: Jimmy Yang <jimmy.yang@oracle.com>
RB: 9544
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions