Skip to content

[Bug]: pub+fulltext index,can not use select * from where match() against() #20210

@tom-csf

Description

@tom-csf

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

44f4d5b

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

image

Expected Behavior

No response

Steps to Reproduce

1、use root login
2、create database tpch_1g;
3、create table tab1(col1 int primary key, col2 text);
4、set experimental_fulltext_index=1;
insert into tab1 values (1, "hello world");
 insert into tab1 values (2, "hello world");
create fulltext index fdx1 on tab1(col2);
5、create account a1 ADMIN_NAME 'admin1' IDENTIFIED BY 'test123';
6、create publication pb2 database tpch_1g table tab1 account a1;
7、use a1 login //mysql -h 10.222.6.253 -ua1#admin1 -P6001 -ptest123
8、create database pb2 from sys publication pb2;
9、use pb2;
10、select * from tab1 where match(col2) against('hello');

Additional information

No response

Metadata

Metadata

Labels

kind/bugSomething isn't workingseverity/s0Extreme impact: Cause the application to break down and seriously affect the use

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions