Merged PRs
dolt
- 8582: Support dolt.rebase for doltgres
- 8581: Support per-schema dolt_ignore for doltgres
- 8579: Refactor
AuthServer
Minor updates to test code from changes in GMS and Vitess to refactor theAuthServer
interface.
Depends on: dolthub/go-mysql-server#2757 - 8578: Fix dolt_rebase and dolt_ignore for doltgres
- 8576: Change LateBindQueryist to use
mysql.NewSalt()
In preparation for refactoring the auth server interface in Vitess/GMS, this change makes LateBindQueryist callmysql.NewSalt()
directly, instead of relying on theNewSalt()
method on theMySQLDb
instance (which internally callsmysql.NewSalt()
).
go-mysql-server
- 2759: ignore empty strings in sets with multiple values
fixes: #8584 - 2758: Fix for latin1 issue
This potentially fixes:- #8580
There's a longer comment in the code itself, but the summary is that this is a character set conversion issue. Perhaps it's repertoires or something else, but hopefully this moves us closer to the logically correct behavior.
- #8580
- 2757: Refactor:
AuthServer
This change refactors theAuthServer
implementation in GMS to the newAuthServer
/AuthMethod
structure from dolthub/vitess#379
This is preliminary work to set us up to add support forcaching_sha2_password
authentication.
Related to: #8496
Depends on: dolthub/vitess#379
vitess
Closed Issues
- 8584: Support
SET SQL_MODE='NO_AUTO_VALUE_ON_ZERO'
- 7548: Unable to push to doltlab when sql-server is running
- 8488: excessive memory usage during
SELECT DISTINCT
query - 8452: The following is the log, it has been stuck at pulling..... for about one day. Is there any way to see if it is running normally?
- 8572: Potential TUI tool like Lazygit