github dolthub/dolt v2.1.4
2.1.4

4 hours ago

Merged PRs

dolt

  • 11178: Mark dolt_diff_$TABLENAME to_commit and from_commit indexes as non-unique
    The dolt_diff_$TABLENAME system table marked its to_commit and from_commit indexes as unique. A single commit changes many rows, so each commit hash maps to many diff rows and these indexes are not unique.
    Fix #11159
  • 11177: Bug fix: don't rebuild fulltext indexes unnecessarily
    When two sessions are making changes to a table with a fulltext index, the index was unnecessarily getting rebuilt, even when the indexed column wasn't changing in the updates. This change limits when the index is rebuilt to avoid unnecessary rebuilds.

Closed Issues

  • 11159: dolt_diff_$TABLENAME: mark to_commit and from_commit indexes as non-unique

Don't miss a new dolt release

NewReleases is sending notifications on new releases.