Merged PRs
dolt
- 2538: doltcore/table/editor: index_edit_accumulator: Correctly order the most recently accumulated edits after all flushed edits.
IndexEditAccumulator has the same bug TableEditAccumulator had in #2278. The result is that large edits of indexes can drop index entries. - 2530: Add DOLT_BRANCH() function.
- 2514: Add the ability to modify a table with AUTO_INCREMENT.
- 2511: Add prometheus metrics to sql-server.
go-mysql-server
- 699: server/handler.go: Fix a bug introduced in 0.34.9 which causes some
LIMIT
queries to fail non-deterministically under sql-server. - 697: sql/analyzer: Fix a bug where we do not use indexed joins for some queries with offset or sort+limit[+offset].
- 682: Alter table can now modify the auto increment attribute of a column