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

[Build-deps]: Bump github.com/dolthub/go-mysql-server from 0.14.0 to 0.17.0 #4210

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps github.com/dolthub/go-mysql-server from 0.14.0 to 0.17.0.

Release notes

Sourced from github.com/dolthub/go-mysql-server's releases.

Aug 2023 Release

This is our ~quarterly rollup release, containing many new features, bug fixes, and performance improvements. See the merged PRs for details. Interfaces are not guaranteed stable before 1.0.0.

This release includes dramatic changes to parsing and the query planner. Users running a test server are expected to be unaffected, but integrators building their own backend may need to make changes.

Merged PRs

go-mysql-server

  • 1965: Add error test for ambiguous column name query close dolthub/dolt#6395
  • 1963: Fixed type hashing for Full-Text Fixes the reopened issue: dolthub/dolt#6543 Not all types were covered by the default case.
  • 1961: engine: Make ReadOnly a toggleable atomic.Bool.
  • 1960: Fixed Full-Text NULL handling and ALTER TABLE case Fixes dolthub/dolt#6540 and dolthub/dolt#6541
  • 1959: Bug fix: Prevent panic when reading non-existent user and system vars Fixes dolthub/dolt#6546 We have enginetests that cover both of these queries, but because we don't run them with the full wire request/response processing code, we didn't catch these bugs during testing. Happy to add more tests here if there are suggestions, but I think the right way to test both of these is to get our existing test suite running over a SQL server connection, instead of just using the internal interfaces to the engine (i.e. dolthub/dolt#3646), which Zach started on last week.
  • 1958: Don't parse queries twice Local profile for oltp_point_select (query with smallest time spent in execution) is 5-15% speedup. Impact on queries with longer-runtime will be smaller, proportional to the fraction of time spent in analysis vs execution. results here: dolthub/dolt#6547
  • 1957: Fixed relevancy ordering for Full-Text Fixes dolthub/dolt#6530
  • 1956: Removed unused AutoIncrementGetter interface Related to dolthub/dolt#6543. The AutoIncrementGetter was moved from the editor to the table years ago, however the interface remained. I debated deleting this during my Full-Text implementation, however decided to leave it. Now, we've encountered an error with an integrator making use of the interface, so it has been removed here and the interface was moved into the integrator since it's an internal detail now.
  • 1955: adding catalog table function interface
  • 1954: Lateral join uses prepend row on RHS
  • 1952: GMS tests have to resolve defaults Force GMS to resolve column defaults, fix bugs exposed by additional testing. Dolt enginetests pass locally.
  • 1951: Fixed collation display in SHOW CREATE TABLE Originally, we didn't display the collation in SHOW CREATE TABLE when the collation was the default collation. Now, it doesn't display it if it's the same as the table collation, which mimics MySQL's behavior.
  • 1950: Honor precision for datetime and timestamp, default to 0 (no fractional seconds)
  • 1949: Revert "Merge pull request #1944 from dolthub/zachmu/timestamp" This reverts commit ca69015243946a0a42a0ec6a225da9c4551a0e12, reversing changes made to c11b504a18c48671c29c1494460f662e1f13f712.
  • 1948: Name resolution refactor Accumulation of:
  • 1944: Changed datetime and timestamp types to honor precision and default to 0 digit precision This matches the MySQL behavior. Partial fix for dolthub/dolt#6503
  • 1942: Full-Text Fixes Pt. 3
  • 1941: Bug fix for JSON_ARRAY function with binary arguments

... (truncated)

Commits
  • 1595e17 Merge pull request #1966 from dolthub/zachmu/yaml
  • 63ef487 Latest vitess
  • b2e32bc Add error test for ambiguous column name query (#1965)
  • 1aac383 adding catalog table function interface (#1955)
  • a356b9a Fixed type hashing for Full-Text (#1963)
  • 6fe6d0c Merge pull request #1961 from dolthub/aaron/readonly-engine-updates
  • f237179 engine: readOnlyCheck: Do not run IsReadOnly check unless the server needs to...
  • d6ea151 engine: Make ReadOnly a toggleable atomic.Bool.
  • d10c5b0 Merge pull request #1960 from dolthub/daylon/more-ft-fixes
  • c5eefe9 GMS tests have to resolve defaults (#1952)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 25, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dolthub/go-mysql-server-0.17.0 branch from abde78e to 2de0181 Compare October 2, 2023 07:54
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dolthub/go-mysql-server-0.17.0 branch 2 times, most recently from b4d604a to 375b61e Compare October 16, 2023 08:29
@glpatcern
Copy link
Member

@dependabot rebase

Bumps [github.com/dolthub/go-mysql-server](https://github.com/dolthub/go-mysql-server) from 0.14.0 to 0.17.0.
- [Release notes](https://github.com/dolthub/go-mysql-server/releases)
- [Commits](dolthub/go-mysql-server@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/dolthub/go-mysql-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dolthub/go-mysql-server-0.17.0 branch from 375b61e to acf2a8f Compare February 27, 2024 13:03
@dependabot dependabot bot requested a review from diocas as a code owner February 27, 2024 13:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2024

Superseded by #4555.

@dependabot dependabot bot closed this Mar 4, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/dolthub/go-mysql-server-0.17.0 branch March 4, 2024 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant