Skip to content

Commit

Permalink
fixed Expr_JsonFieldIn_c cloning (affected JSON SI with ps=1)
Browse files Browse the repository at this point in the history
  • Loading branch information
glookka committed Sep 18, 2024
1 parent 6a64c3f commit cd1b93f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/sphinxexpr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8001,6 +8001,7 @@ class Expr_JsonFieldIn_c : public Expr_ArgVsConstSet_T<int64_t>
Expr_JsonFieldIn_c ( const Expr_JsonFieldIn_c& rhs )
: Expr_ArgVsConstSet_T<int64_t> ( rhs )
, m_dHashes ( rhs.m_dHashes )
, m_dStrings ( rhs.m_dStrings )
{}
};

Expand Down
Loading

0 comments on commit cd1b93f

Please sign in to comment.