Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
10.3.35
-
None
Description
git grep -C 1 HA_FT_MAXCHARLEN include/ft_global.h storage/innobase/include/fts0fts.h |
include/ft_global.h-#define HA_FT_MAXBYTELEN 254
|
include/ft_global.h:#define HA_FT_MAXCHARLEN (HA_FT_MAXBYTELEN/3)
|
include/ft_global.h-
|
--
|
storage/innobase/include/fts0fts.h-/** Maximum possible Fulltext word length in bytes (assuming mbmaxlen=4) */
|
storage/innobase/include/fts0fts.h:#define FTS_MAX_WORD_LEN (HA_FT_MAXCHARLEN * 4)
|
storage/innobase/include/fts0fts.h-
|
storage/innobase/include/fts0fts.h-/** Maximum possible Fulltext word length (in characters) */
|
storage/innobase/include/fts0fts.h:#define FTS_MAX_WORD_LEN_IN_CHAR HA_FT_MAXCHARLEN
|
storage/innobase/include/fts0fts.h-
|
InnoDB's FTS_MAX_WORD_LEN is larger than HA_FT_MAXBYTELEN.
Probably isn't a problem because the lower limit is the enforcement.
Attachments
Issue Links
- links to