Aaron Son
f21a6bcd4d
go: sqle/dsess: More PR feedback.
2026-02-09 13:03:57 -08:00
Aaron Son
32eca34587
Apply suggestions from code review
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-09 13:01:07 -08:00
Aaron Son
78d1391ef2
go: sqle/dsess: transactions.go: When serializing transaction commits against a working set, form the key with the normalized db name.
...
Previously, this lock would accidentally allow concurrent access to writing the database working set value because a non-normalized database name like `db/main\x00/refs/heads/main` would allow access along with a normalized database name like `db\x00/refs/heads/main`. This did not impact correctness, since the working sets are safe for concurrent modification at the storage layer, but it could cause transient failures for a client if the optimistic lock retries failed sequentially enough times.
Here we fix the bug so that the txLocks serialize access to the ref heads as expected.
2026-02-09 12:44:08 -08:00
angelamayxie
827ad5a123
Merge pull request #10446 from dolthub/angelamayxie-bbef1804
...
[auto-bump] [no-release-notes] dependency by angelamayxie
2026-02-06 16:16:18 -08:00
angelamayxie
816a6a6227
[ga-bump-dep] Bump dependency in Dolt by angelamayxie
2026-02-06 23:38:52 +00:00
Zach Musgrave
1016b2ef8f
Merge pull request #10426 from dolthub/zachmu/metrics2
...
[no-release-notes] allow setting the application for the grpc event emitter
2026-02-06 13:51:03 -08:00
Zach Musgrave
28eaba9d35
merge main
2026-02-06 12:45:12 -08:00
Neil Macneale IV
b86ca2efa3
Merge pull request #10439 from dolthub/macneale4-claude/test-comparators
...
[no-release-notes] Add comparator tests for each assertion type
2026-02-06 11:28:03 -08:00
Neil Macneale IV
6fb46fa4a1
Add comparator tests for each assertion type
2026-02-06 18:43:54 +00:00
Dustin Brown
d22429c46a
Merge pull request #10438 from dolthub/james/minifix
...
[no-release-notes] fix arguments to get mini bench script
2026-02-06 10:42:02 -08:00
James Cor
a504c69f8a
fix arguments to get mini bench script
2026-02-06 10:41:01 -08:00
Dustin Brown
be6010bb56
Merge pull request #10433 from dolthub/james/mini
...
fix variable name
2026-02-05 17:16:02 -08:00
James Cor
0f5168ac40
fix variable name
2026-02-05 17:12:54 -08:00
James Cor
aa840ee561
add benchmark mini command ( #10430 )
2026-02-05 16:47:14 -08:00
Aaron Son
2262849b9b
Merge pull request #10428 from dolthub/reltuk-a7a3c84c
...
[auto-bump] [no-release-notes] dependency by reltuk
2026-02-05 16:39:47 -08:00
Dustin Brown
7dd425e84b
Merge pull request #10419 from dolthub/db/gitblobstore-next-2
...
GitBlobstore: implement `CheckAndPut` CAS semantics + add tests
2026-02-05 14:45:39 -08:00
Aaron Son
3a18e6d52c
integration-tests/go-sql-server-driver: go mod tidy
2026-02-05 14:37:43 -08:00
Aaron Son
131c9e629c
go/Godeps: update.sh.
2026-02-05 14:23:25 -08:00
reltuk
1c47934aac
[ga-bump-dep] Bump dependency in Dolt by reltuk
2026-02-05 21:43:13 +00:00
Zach Musgrave
79f905e9fb
merge main
2026-02-05 13:30:51 -08:00
zachmu
d0af1ed5c3
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2026-02-05 21:26:36 +00:00
Zach Musgrave
7be36ddd19
test fix
2026-02-05 13:12:47 -08:00
angelamayxie
7711b52b5d
Merge pull request #10423 from dolthub/angelamayxie-d9c710c3
...
[auto-bump] [no-release-notes] dependency by angelamayxie
2026-02-05 13:10:00 -08:00
Zach Musgrave
c36134df09
new events api
2026-02-05 12:56:53 -08:00
Zach Musgrave
b03c898f91
allow setting the application for the grpc event emitter
2026-02-05 12:55:41 -08:00
angelamayxie
067921795f
fix spacing in panic message
2026-02-05 12:15:49 -08:00
angelamayxie
90f21d9efc
Merge branch 'main' into angelamayxie-d9c710c3
2026-02-05 12:12:18 -08:00
jennifersp
79fc4cd2a8
Merge pull request #10422 from dolthub/jennifersp-94138bb5
...
[auto-bump] [no-release-notes] dependency by jennifersp
2026-02-05 12:10:04 -08:00
coffeegoddd
c884ac7ef3
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2026-02-05 20:07:50 +00:00
angelamayxie
17ad89c55d
[ga-bump-dep] Bump dependency in Dolt by angelamayxie
2026-02-05 19:58:45 +00:00
Zach Musgrave
38d74885c6
Merge pull request #10418 from dolthub/zachmu/merge-bug-2
...
Various bug fixes for checking foreign key constraints during merge
2026-02-05 11:06:25 -08:00
Zach Musgrave
827faa1bf2
better panic message
2026-02-05 11:06:08 -08:00
coffeegoddd
59f4cece91
[ga-bump-release] Update Dolt version to 1.81.6 and release v1.81.6
v1.81.6
2026-02-05 18:21:22 +00:00
jennifersp
e34dabc6fc
[ga-bump-dep] Bump dependency in Dolt by jennifersp
2026-02-05 18:16:01 +00:00
Jason Fulghum
e944041c6f
Merge pull request #10406 from dolthub/fulghum/binlog_row_metadata
...
Add support for full binlog row metadata
2026-02-05 09:48:39 -08:00
coffeegoddd☕️✨
a93d875828
/go/store/blobstore: add check and put
2026-02-04 16:13:41 -08:00
Dustin Brown
db7263eb66
Merge pull request #10417 from dolthub/db/gitblobstore-next
...
GitBlobstore: implement `Put` with CAS retries + configurable identity; add `Put` tests
2026-02-04 16:10:14 -08:00
Jason Fulghum
8379f2d14c
Adding integration tests for Dolt binlog replication used with the python mysql-replication library
2026-02-04 16:02:53 -08:00
Jason Fulghum
7799b682e8
Add support for @@binlog_row_metadata = FULL
2026-02-04 16:02:53 -08:00
Zach Musgrave
fc712b8284
formatting
2026-02-04 15:36:31 -08:00
Zach Musgrave
891dc922f4
remove debug logging
2026-02-04 15:35:43 -08:00
coffeegoddd☕️✨
f8fd7ee29b
/go/store/blobstore: pr feedback
2026-02-04 15:29:08 -08:00
Zach Musgrave
69eca82d9b
more refactoring, bug fix
2026-02-04 15:15:25 -08:00
Dustin Brown
c1a5ac1136
Merge pull request #9960 from dolthub/dependabot/maven/integration-tests/mysql-client-tests/java/com.mysql-mysql-connector-j-8.2.0
...
Bump com.mysql:mysql-connector-j from 8.0.33 to 8.2.0 in /integration-tests/mysql-client-tests/java
2026-02-04 15:01:24 -08:00
Zach Musgrave
16d289b7b8
Some refactoring
2026-02-04 14:57:18 -08:00
dependabot[bot]
f05ac475bc
Bump com.mysql:mysql-connector-j
...
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j ) from 8.0.33 to 8.2.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES )
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.33...8.2.0 )
---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
dependency-version: 8.2.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-04 14:24:32 -08:00
Zach Musgrave
831a3ce695
bug fix: convert types in key for a child primary index diff
2026-02-04 14:20:34 -08:00
Dustin Brown
404419c364
Update go/store/blobstore/git_blobstore.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-04 14:03:01 -08:00
coffeegoddd☕️✨
18dea9bf67
/go/store/blobstore/git_blobstore_test.go: pr feedback
2026-02-04 14:02:37 -08:00
Dustin Brown
2672b1afd1
Merge pull request #10416 from dolthub/db/gitblobstore
...
add `HashObject` + GitAPIImpl write-primitive tests
2026-02-04 13:53:51 -08:00