Merged PRs
dolt
- 10645: use sql.Row and sql/type.Compare for dolt_diff table
This was one of the few non-test places we were instantiating and comparing noms types values. Converted it to use the native SQL types Compare method - 10640: /{go,integration-tests}: handle scp style git remote urls better
- 10581: commit verification workflow
Provide a resolution workflow for when commit_verification fails during rebase/cherry-pick/merge.
go-mysql-server
- 3461: Update
ON UPDATEcolumns duringINSERT...ON DUPLICATE KEY UPDATE
fixes #10627 - 3455: Do not convert AntiJoins to LeftOuterJoin when inside an Update node
fixes #10600 - 3451: Route unknown-user auth failures to
ER_ACCESS_DENIEDfor clients
Fix #10565- Fix
malformed packetinmariadb10.11 and 11.8 clients when using unknown user.
Authentication failures for unknown users follow themysql_native_passwordnegotiation path instead of a handshake-level method-selection failure.
- Fix
vitess
- 458: Fix server-to-client authentication error packets to be server only
Fixes #10565 - 456: add AuthInformation to FuncExpr