Merged PRs
dolt
- 9921: Bug fix: multi-line commit messages with dolt rebase
Handle multi-line commit messages indolt rebase
and withdolt_rebase()
.
Fixes: #9910
go-mysql-server
- 3250: Replace SubqueryAlias that selects an entire table with TableAlias
- 3249: #9916: Add TRUNCATE(X,D) Support
Fixes #9916
Companion dolthub/docs#2688 - 3247: #9865: Fix EOF on procedure
Fixes #9865 - 3246: sql/rowexec: Add a SessionCommandSafepoint session callback for long-running write commands. Call it in some rowexec implementations.
This allows for integrators to see quiesced states on engine session utilization even on very long running write operations.