Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Full text index defaults to displaying global index #3972

Open
sl01388797 opened this issue Dec 6, 2024 · 0 comments
Open

[Bug]: Full text index defaults to displaying global index #3972

sl01388797 opened this issue Dec 6, 2024 · 0 comments

Comments

@sl01388797
Copy link
Collaborator

ODC version

odc433

OB version

ob433

What happened?

image

What did you expect to happen?

Display local index

How can we reproduce it (as minimally and precisely as possible)?

  1. Create Table
    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 ;
  2. View full-text index

Anything else we need to know?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

2 participants