Skip to content

Commit

Permalink
OpenFileGDB: add missing GetIndexCount() in FileGDBTable::CreateIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertXingZhang committed Aug 22, 2024
1 parent 2a11f6b commit 847720d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ogr/ogrsf_frmts/openfilegdb/filegdbindex_write.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ bool FileGDBTable::CreateIndex(const std::string &osIndexName,
return false;
}

GetIndexCount();
for (const auto &poIndex : m_apoIndexes)
{
if (EQUAL(poIndex->GetIndexName().c_str(), osIndexName.c_str()))
Expand Down

0 comments on commit 847720d

Please sign in to comment.