Skip to content

Commit

Permalink
Merge pull request #10631 from OSGeo/backport-10624-to-release/3.9
Browse files Browse the repository at this point in the history
[Backport release/3.9] OpenFileGDB: add missing GetIndexCount() in FileGDBTable::CreateIndex
  • Loading branch information
rouault authored Aug 25, 2024
2 parents 0d5a1fe + ae38b9d commit 4f2dfee
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 4f2dfee

Please sign in to comment.