Merged PRs
dolt
- 2239: remotesrv gets an --http-host option.
- 2238: Use a Tuple Factory for inserts to decrease memory usage.
Improvement related to #2237 - 2236: Prevent panic when index edit accumulator capacity is reached and undo operations are attempted.
- 2233: Fix fast-forward merge behavior.
- 2230: Improve support for dolt on 32-bit platforms, including ARM.
- 2213: Add Read Only Transaction Functionality To Dolt
go-mysql-server
- 582: sql/plan: exchange.go: Make Exchange's RowIter wait for all goroutines to shutdown cleanly.
- 579: Fixed panic on using an alias of a subquery expression in a where clause (now just an error)
- 578: enginetest: Add BrokenQueries tests for projections in group by nodes not handling subquery expressions well.
- 577: sql/analyzer: validation_rules: Disable validateSubqueryColumns, which was enabled in the latest releases but is still broken in some cases.
- 576: Add Read Only transaction functionality
- 575: Fixed bug in indexed joins when self joining a table with two different
AS OF
clauses. - 573: Add several features that unblock mysql workbench
This pr implements- Show STATUS
- Set CHARACTER SET
vitess
- 84: support for
value
andstatus
keywords