-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug #30912972 ASSERTION `KEYLEN == M_START_KEY.LENGTH' FAILED
- A bug in RefOrNullIterator::Read where we called ha_index_next_same() with a key_part_map value instead of using keylen triggered an assertion on partitioned tables containing a null value. - Fixed the issue by passing m_ref->key_length to the index_next_same method. - Added MTR test case that triggers this assertion without the fix. RB#24008 approved by Steinar H. Gunderson <steinar.gunderson@oracle.com>
- Loading branch information
1 parent
b0dc5e8
commit b28bea5
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters