Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dolt 1.39.1 #172778

Merged
merged 2 commits into from
May 25, 2024
Merged

dolt 1.39.1 #172778

merged 2 commits into from
May 25, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 7901: Zachmu/schemas2 merge
  • 7899: Properly add database collation change when using -a option in dolt commit
    This PR fixes a case where we don't properly handle database collation changes with the -a option in dolt commit.
    fixes Pomelo Entity Framework connector is not able to commit changes dolthub/dolt#7897
  • 7888: [sort] index build streams sorted edits
    Use sorting to skip more steps building a prolly map. Shaves maybe 20-25% off of external index rebuilds.
    This also fixes a bug where we were incorrectly using only the prefix descriptor to sort secondary index keys.

go-mysql-server

  • 2512: Spooling shortcut for one/zero return schemas
    Nodes that return zero or one row don't need a beefy channel/wait group setup to execute. They just need to grab the first row and close the iterator. There are several nodes that incorrectly reported their schemas previously, which I've updated to be more accurate. There are some nodes that optionally return rows, which I've simplified to return an empty schema that can be differentiated from the nil schema. We could make the distinction more explicit, also.
    bump with perf here: [no-release-notes] insert perf bump dolthub/dolt#7894

vitess

  • 348: Allowing caching plugin to be specified in string quotes
    The CREATE USER ... IDENTIFIED WITH syntax (MySQL ref) allows the caching plugin to be specified in string quotes, but our parser only supported identifier quotes.
    This came up as part of binlog replication testing – MySQL was sending a CREATE USER statement from the primary to a Dolt replica, but Dolt wasn't able to parse the statement because of the use of string quotes around the caching plugin name.
  • 347: Added InjectedStatement
    This is the same as InjectedExpr, except for statements instead of expressions.

Closed Issues

  • 7891: filter-branch destroys working and staged roots
  • 7897: Pomelo Entity Framework connector is not able to commit changes
  • 7890: Pomelo Entity Framework connector is not able to recreate database.

@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` labels May 25, 2024
Copy link
Contributor

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

@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 May 25, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue May 25, 2024
Merged via the queue into master with commit 6d5ccc2 May 25, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.39.1 branch May 25, 2024 01:05
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 24, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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 outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants