Merged PRs
dolt
- 9891: Runtime update support for
dolt_replicate_to_remote
This change alters the commit hook code to be dynamic in regards to the primary configuration flagsdolt_replicate_to_remote
anddolt_async_replication
. It does this by wrapping the two existing hooks we have in an interceptor hook which determines the configuration each time Execute is invoked, allowing for dynamic changes to the configuration in a running server.
go-mysql-server
- 3247: #9865: Fix EOF on procedure
Fixes #9865 - 3242: Added collation ignoring for information_schema
Provides a fix for: