v1.43.19
版本发布时间: 2024-12-02 15:20:50
dolthub/dolt最新发布版本:v1.44.2(2024-12-12 01:49:21)
Merged PRs
dolt
-
8612: go/store/nbs: Fixing GCGen to be more correct.
The original purpose of gc gen was two fold. The first purpose was to avoid applying the garbage collection results if the store had changed due to multi-process concurrency for any reason. The second purpose was to fast-complete a
dolt gc
invocation if the store had not changed at all since the last GC run. For the first purpose, it is no longer necessary. We no longer allow multi-process access to the same NomsBlockStore. For the second purpose, it was implemented slightly incorrectly, given the introduction ofdolt gc --full
. This change fixes the implementation to be more correct. In particular, the semantics are:- After a
dolt gc --full
, an immediate invocation ofdolt gc
ordolt gc --full
fast-completes as no collection being necessary. - After a
dolt gc
, only adolt gc
fast-completes as no collection being necessary. Adolt gc --full
will run a full GC to completion.
- After a
go-mysql-server
-
2765: increase column size for
information_schema.processlist.state
TheState
column in ourinformation_schema.processlist
table is different than the MySQL implementation because we include progress information. As a result, it is possible to exceed the 64 character limit that the column is defined as. However, thius means deviating from MySQL's definition of the table. - 2762: Add schema to StatsQualifier for schema databases
Closed Issues
- 8385: Permissions / branch control incorrect for branch-qualified database names
1、 dolt-darwin-amd64.tar.gz 35.34MB
2、 dolt-darwin-arm64.tar.gz 34.04MB
3、 dolt-linux-amd64.tar.gz 35.39MB
4、 dolt-linux-arm64.tar.gz 33.41MB
5、 dolt-windows-amd64.7z 17.53MB
6、 dolt-windows-amd64.msi 36.84MB
7、 dolt-windows-amd64.zip 31.6MB
8、 install.sh 3.15KB