Skip to content

Commit

Permalink
fix : revert original ensureInitDone() logic
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed May 19, 2022
1 parent c0e3767 commit 7071bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx.cc
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ class MdxDictionary: public BtreeIndexing::BtreeDictionary

virtual void setFTSParameters( Config::FullTextSearch const & fts )
{
// if( ensureInitDone().size() )
// return;
if( ensureInitDone().size() )
return;

can_FTS = fts.enabled
&& !fts.disabledTypes.contains( "MDICT", Qt::CaseInsensitive )
Expand Down

0 comments on commit 7071bc5

Please sign in to comment.