-
Notifications
You must be signed in to change notification settings - Fork 284
Open
Labels
kind/bugSomething isn't workingSomething isn't workingseverity/s0Extreme impact: Cause the application to break down and seriously affect the useExtreme impact: Cause the application to break down and seriously affect the use
Milestone
Description
Is there an existing issue for the same bug?
- I have checked the existing issues.
Branch Name
main
Commit ID
Other Environment Information
- Hardware parameters:
- OS type:
- Others:
Actual Behavior

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 workingSomething isn't workingseverity/s0Extreme impact: Cause the application to break down and seriously affect the useExtreme impact: Cause the application to break down and seriously affect the use