-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug #22486025 INNODB: FAILING ASSERTION: KEY_LEN != 0 || FIND_FLAG !=…
… HA_READ_KEY_EXACT This assertion basically comes because innodb doesn't support index on zero length column.This problem comes only for innodb intrinsic temporary table. It was decided that we will presently return an error for the queries which build a index on a zero length column . Supporting the index on zero length column will be taken as a separate bug.
- Loading branch information
Aditya A
committed
Nov 6, 2017
1 parent
cdbd81d
commit 1a13f7f
Showing
3 changed files
with
8 additions
and
2 deletions.
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