Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 9879: Fix dolt conflicts resolve for resolving one table at a time
    Fixes Getting autocommit error using dolt conflicts resolve for one of many tables on the CLI dolthub/dolt#9878
  • 9867: Bats test for branch create being replicated
  • 9855: Preemptively store extended adaptive values out-of-band if they're too large to fit in a Tuple
    Extended Adaptive values are values whose semantic meaning and serialization are defined by another module, and can be stored both inline in a tuple and out-of-band. It's currently used for text types in Doltgres.
    Previously, when writing tuples, these values would get initially written inline, and then moved to out-of-band if the total tuple length exceeded some threshold. However, this caused issues if the value was longer than the max tuple length, resulting in truncation. These values must always be written out of band, so we now do it pre-emptively.

go-mysql-server

  • 3235: Allow caching subqueries in a tree of joins.
    This is a follow-up to Relax restriction that was preventing us from caching the result of subqueries. dolthub/go-mysql-server#3205, catching a previously missed case.
    In a tree like so:
    Join A
    ├─ Table
    └─ Join B
    ├─ SubQuery
    └─ Table
    
    We want to be able to cache the subquery result. But we weren't because we saw that the subquery was the leftmost child of a join (Join B) and it doesn't make sense to cache the leftmost child of a join.
    But really we should consider the subquery to be a child of Join A, where it isn't the leftmost child. That is to say, encountering a join node while we're already walking a join tree shouldn't cause the cacheSubqueryAliasesInJoins to treat it as a new join.
    This allows for more subquery caching in places that would benefit from it.
  • 3234: dolthub/dolt#9873: Add tests for FOR UPDATE OF
    Fixes dolthub/dolt#9873
  • 3232: Add TEXT(m) support
    Fixes dolthub/dolt#9872
    Companion dolthub/vitess#435
  • 3231: Push filters down into join condition
    fixes dolthub/dolt#9868
    doltgres test updated in dolthub/doltgresql#1887
  • 3227: dolthub/dolt#9857: Add UUID_SHORT() support
    Fixes dolthub/dolt#9857
    Companion dolthub/docs#2676
  • 3226: fix Expressions() of TableFunctionWrapper to make the function expression visible

vitess

  • 436: dolthub/dolt#9873: Add support FOR UPDATE OF
    Fixes dolthub/dolt#9873
    Companion dolthub/go-mysql-server#3234
  • 435: Add TEXT(m) support
    Fixes dolthub/dolt#9872

Closed Issues

  • 9873: Airflow standalone syntax error for update of
  • 9872: Support for mysql Text(m)
  • 7302: Scientific notation in strings should not be honored when converting to an integer type
  • 9868: Filter gets dropped after join optimization
  • 7207: division operation should not truncate the result if it's in another function.
  • 9878: Getting autocommit error using dolt conflicts resolve for one of many tables on the CLI
  • 9857: Missing function uuid_short()

Performance

Read Tests MySQL Dolt Multiple
covering_index_scan 1.82 0.65 0.36
groupby_scan 14.21 18.95 1.33
index_join 1.52 2.43 1.6
index_join_scan 1.47 1.39 0.95
index_scan 34.33 30.26 0.88
oltp_point_select 0.21 0.28 1.33
oltp_read_only 3.82 5.28 1.38
select_random_points 0.36 0.58 1.61
select_random_ranges 0.39 0.61 1.56
table_scan 34.33 31.94 0.93
types_table_scan 75.82 130.13 1.72
reads_mean_multiplier 1.24
Write Tests MySQL Dolt Multiple
oltp_delete_insert 8.43 6.55 0.78
oltp_insert 4.18 3.25 0.78
oltp_read_write 9.22 11.65 1.26
oltp_update_index 4.25 3.3 0.78
oltp_update_non_index 4.18 3.19 0.76
oltp_write_only 5.28 6.43 1.22
types_delete_insert 8.58 6.91 0.81
writes_mean_multiplier 0.91
TPC-C TPS Tests MySQL Dolt Multiple
tpcc-scale-factor-1 93.38 39.38 2.37
tpcc_tps_multiplier 2.37

| Overall Mean Multiple | 1.51 |
|:---------------------:|:----:|

View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.59.13.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` icu4c ICU use is a significant feature of the PR or issue labels Sep 26, 2025
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 26, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 26, 2025
Merged via the queue into main with commit dc746dc Sep 26, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.59.13 branch September 26, 2025 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue icu4c ICU use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants