Skip to content

1.82.2

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Feb 01:43

Merged PRs

dolt

  • 10523: Fix non-interactive rebase to checkout branch on conflict
    This bug was introduced when we removed the need to use the --interactive flag.
  • 10517: /go/store/blobstore/internal/git/runner.go: force english in git subprocesses
  • 10516: Allow restrictions in branch control
    This allows for inserting (and updating to) restrictions within the dolt_branch_control table. Previously, we attempted to prevent subsets by checking if the existing rows fully encapsulated the new row. While this is true for matching, it's not true in the logical sense, as a restriction matches both but overrides other matches. This change makes that distinction by always allowing insertion when there are different permissions.

Closed Issues

Performance

Read Tests MySQL Dolt Multiple
covering_index_scan 1.93 0.55 0.28
groupby_scan 14.46 9.91 0.69
index_join 1.52 1.82 1.2
index_join_scan 1.47 1.34 0.91
index_scan 34.33 21.89 0.64
oltp_point_select 0.2 0.28 1.4
oltp_read_only 3.82 5.28 1.38
select_random_points 0.35 0.54 1.54
select_random_ranges 0.39 0.56 1.44
table_scan 34.95 22.28 0.64
types_table_scan 75.82 65.65 0.87
reads_mean_multiplier 1.0
Write Tests MySQL Dolt Multiple
oltp_delete_insert 8.58 6.43 0.75
oltp_insert 4.18 3.19 0.76
oltp_read_write 9.39 11.45 1.22
oltp_update_index 4.25 3.25 0.76
oltp_update_non_index 4.25 3.13 0.74
oltp_write_only 5.28 6.09 1.15
types_delete_insert 8.58 6.91 0.81
writes_mean_multiplier 0.88
Overall Mean Multiple 0.94