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.42.9 #180454

Merged
merged 2 commits into from
Aug 8, 2024
Merged

dolt 1.42.9 #180454

merged 2 commits into from
Aug 8, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

go-mysql-server

  • 2623: Fix anti-join correctess bug
    We had some strange logic for accepting a join anti-match, ripped it out and everything seems to be working correctly now.
  • 2620: implement name_const function
    MySQL docs: https://dev.mysql.com/doc/refman/8.4/en/miscellaneous-functions.html#function_name-const
  • 2618: More aggressively elide IN filters used for indexed lookups
    re: [no-release-notes] bump for filter elide in select_random_points dolthub/dolt#8215
  • 2617: More QueryProps, missed max1rowiter usage
  • 2613: Query properties rule filtering
    Edit most of the analyzer interfaces to pass a new context object that accumulates query specific properties. Currently the object is called QueryFlags, and accumulates information about the query to inform better rule filtering and more efficient spooling strategies.
    The change that has the biggest effect on oltp_point_select perf is the sql.QFlagMax1Row setting, which lets us skip the default results iter boilerplate when we're only returning one row. Added a couple other skips for rules that are easy to whitelist correctly and show prominently on CPU profiles, like aggregations and subqueries.

vitess

Closed Issues

  • 8220: Correctness Issue, queries run differently on MySQL and Dolt
  • 8206: Unknown JSON struct tag in schema_marshaling.go
  • 8167: Scheduled events fail to execute after a server restart
  • 8114: dolt_status table unhelpful during merge when there are constraint violations.

@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 Aug 8, 2024
Copy link
Contributor

github-actions bot commented Aug 8, 2024

🤖 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 Aug 8, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 8, 2024
Merged via the queue into master with commit bb7fb5e Aug 8, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.42.9 branch August 8, 2024 04: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants