v1.43.8
版本发布时间: 2024-10-25 02:25:06
dolthub/dolt最新发布版本:v1.43.19(2024-12-02 15:20:50)
Merged PRs
dolt
-
8487: Fix server init race
Fixes a race between setting the debug log output on
DoltDb
and running statistics configuration. - 8465: go/libraries/doltcore/doltdb: root_val.go: Restore ForeignKey TableNames noms serialization as just strings.
- 8453: turn on stats collect by default
-
8451: Stats purge and prune
call dolt_stats_prune()
should wipe the stats database disk contents, and replace with the currently tracked statistics. This is GC-like behavior.call dolt_stats_purge()
should clear the stats database folder and reinitialize it empty. It's equivalent torm -rf .dolt/stats
and thendolt init
ing a new stats directory. TODO: more testing and docs
go-mysql-server
- 2715: remove exchange node These aren't used anywhere, so it's getting removed. Partition still exists if we ever want to reimplement some version of this.
-
2714: remove
plan.QueryProcess
and move logic tofinalizeIters
This PR removes the use ofplan.QueryProcess
and part of thetrackProcess
rule that adds/removes this node. Instead theTrackedRowIter
is created directly infinalizeIters
. -
2710: Changing
selectExprNeedsAlias
to consider string literal quotes When fixing a string literal quoting issue in Doltgres (https://github.com/dolthub/doltgresql/pull/868), table functions stopped working, because theselectExprNeedsAlias
started returningtrue
to indicate that an alias was needed (even though it wasn't) and thebuildTableFunc
function would fail. This started happening because the quoted string literals no longer matchedInputExpression
, sinceInputExpression
always trims off quotes when it is assigned. Another solution could be to expose thetrimQuotes
function from Vitess and use it to trimexpr.String()
before matching againstInputExpression
. -
2709: fix
LOAD DATA
64K buffer limit This PR increase the buffer size forbufio.Scanner
toLongTextMax
, so hopefully nobody attempts to load a single row larger than 4GB. Other changes:- moves ignore lines logic to within the
loadDataIter
- drops extra
scanner.Text()
logic - use byte comparison instead of string cast and string comparison benchmark: https://github.com/dolthub/dolt/pull/8467 fixes: https://github.com/dolthub/dolt/issues/8469
- moves ignore lines logic to within the
- 2708: removing transaction committing node doltgres fix: https://github.com/dolthub/doltgresql/pull/872
- 2702: fix: make SET system type case-insensitive Resolves #2701
- 2697: expose planbuilder methods for domain support in Doltgres
Closed Issues
1、 dolt-darwin-amd64.tar.gz 34.96MB
2、 dolt-darwin-arm64.tar.gz 33.68MB
3、 dolt-linux-amd64.tar.gz 35.01MB
4、 dolt-linux-arm64.tar.gz 33.07MB
5、 dolt-windows-amd64.7z 17.26MB
6、 dolt-windows-amd64.msi 36.45MB
7、 dolt-windows-amd64.zip 31.23MB
8、 install.sh 3.15KB