Skip to content

Commit 4ca6350

Browse files
Stanislav Klinovklirichek
authored andcommitted
fixed #34 indexer reports error in sql_query_killlist query
1 parent f1ffe1a commit 4ca6350

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sphinx.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12089,6 +12089,9 @@ int CSphIndex_VLN::Build ( const CSphVector<CSphSource*> & dSources, int iMemory
1208912089
SphDocID_t uDocId;
1209012090
while ( pSource->IterateKillListNext ( uDocId ) )
1209112091
dKillList.Add ( uDocId );
12092+
} else if ( !m_sLastError.IsEmpty() )
12093+
{
12094+
return 0;
1209212095
}
1209312096

1209412097
// fetch joined fields

0 commit comments

Comments
 (0)