You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
BUG#22963169 MYSQL CRASHES ON CREATE FULLTEXT INDEX
The crash is because of length mismatch.
since the max length for FTS token now is larger than 255, so
we will need to signify length byte itself, so only 1 to 128
bytes can be used for 1 bytes, larger than that 2 bytes.
Reviewed-by: Jimmy Yang <jimmy.yang@oracle.com>
RB: 12334
0 commit comments