MySQL Forums
Forum List  »  Full-Text Search

innodb_ft_user_stopword
Posted by: Rama Ravipalli
Date: May 28, 2014 09:24AM

Hello everyone,

In MySQL documentation related to stop words, it is said that this list can be controlled using "innodb_ft_user_stopword_table" system parameter at user/table level, I am trying to point this variable to a table that created with same structure as the default list table --

set innodb_ft_user_stopword_table='acc3/innodb_ft_user_stopword_test';

the above statement executed successfully, but it is not getting affected while creating full text index on the tables created with same user name and in the same database.

Could anyone help me understand that I am missing any other steps setting this parameter.

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
innodb_ft_user_stopword
3891
May 28, 2014 09:24AM
1893
May 31, 2014 10:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.