[Bug]: Full text index defaults to displaying global index #3972
Labels
Issues found during testing
Pending add interface case
priority-medium
type-bug
Something isn't working
Milestone
ODC version
odc433
OB version
ob433
What happened?
What did you expect to happen?
Display local index
How can we reproduce it (as minimally and precisely as possible)?
id
int AUTO_INCREMENT NOT NULL,col
varchar(120) NULL,col1
varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,col2
char(120) NULL,FULLTEXT INDEX
a1
(col
,col1
) LOCAL,FULLTEXT INDEX
a2
(col2
) LOCAL,CONSTRAINT
a
PRIMARY KEY (id
)) DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_general_ci ;
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: