Aaron Son
75fa4579f5
Merge pull request #5672 from dolthub/aaron/doltdb-table-always-write-new-table-value
...
go/libraries/doltcore/doltdb: durable/table: Always write the table value we are refing. Ensures it always makes it across the GC safepoint.
2023-04-01 07:10:10 -07:00
Pavel Safronov
fad22f9c56
Merge pull request #5674 from dolthub/PavelSafronov-9f0c2e3e
...
[auto-bump] [no-release-notes] dependency by PavelSafronov
2023-03-31 23:22:30 -07:00
Aaron Son
8ef6e4f496
Merge pull request #5667 from dolthub/aaron/standby-replication-commithook-startup-race
...
go/libraries/doltcore/sqle/cluster: commithook.go: Fix initialization of commithook so it does not report isCaughtUp right after construction.
2023-03-31 17:43:41 -07:00
Pavel Safronov
db6587fd29
Adding BATS fixes for GMS JSON change.
2023-03-31 16:11:34 -07:00
PavelSafronov
4f8f002681
[ga-bump-dep] Bump dependency in Dolt by PavelSafronov
2023-03-31 23:09:05 +00:00
AndyA
9a604d1b6d
Merge pull request #5635 from dolthub/andy/swiss-map
...
go/store/nbs: replace builtin golang map with swiss.Map
2023-03-31 14:48:12 -07:00
Aaron Son
e4558453aa
go/libraries/doltcore/doltdb: durable/table: Always write the table value we are refing. Ensures it always makes it across the GC safepoint.
2023-03-31 14:45:39 -07:00
AndyA
bf1f043150
Merge pull request #5666 from dolthub/andy/lock-journal-table-persister
...
go/store/nbs: safeguard chunkJournal tablePersister methods for read-…
2023-03-31 13:08:38 -07:00
reltuk
13c6811a3a
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-03-31 20:03:03 +00:00
Aaron Son
77d905284b
go/libraries/doltcore/sqle/cluster: commithook.go: Fix initialization of commithook so it does not report isCaughtUp right after construction.
...
Misreporting isCaughtUp would race to allow a primary to gracefully transition
to standby without true-ing up the replicas immediately after creating a new
database, for example.
2023-03-31 12:59:51 -07:00
Andy Arthur
bd4f3585e9
go/store/nbs: pr feedback on rangeIndex lifecycle
2023-03-31 11:44:37 -07:00
Andy Arthur
e6a9b20c33
go/store/nbs: safeguard chunkJournal tablePersister methods for read-only journals
2023-03-31 10:22:45 -07:00
AndyA
e30da05d8d
Merge pull request #5601 from dolthub/andy/locking-journal-manifest
...
go/store/nbs: make chunk journal lock NBS manifest while open
2023-03-30 21:40:06 -07:00
Andy Arthur
04b4598ceb
bats: fix another locked-out sql-server
2023-03-30 17:26:01 -07:00
Andy Arthur
51ffc2d54e
go/store/nbs: use 16byte addr prefixes to save space in chunk journal index
2023-03-30 16:05:47 -07:00
Andy Arthur
2f1f02286d
Merge remote-tracking branch 'origin/main' into andy/swiss-map
2023-03-30 15:42:25 -07:00
Andy Arthur
d83ec9066a
bats: fix DB locking in sql-server-remotesrv
2023-03-30 14:59:55 -07:00
Zach Musgrave
4bd7135643
Merge pull request #5604 from dolthub/zachmu/multidb
...
[no-release-notes] Refactored db / session initialization logic
2023-03-30 12:32:24 -07:00
Andy Arthur
6f25f7370b
Merge remote-tracking branch 'origin/main' into andy/locking-journal-manifest
2023-03-30 12:24:57 -07:00
Zach Musgrave
bd0dc834b4
Better failure message for test failure
2023-03-30 11:51:07 -07:00
Zach Musgrave
14cb3f8430
Merge branch 'zachmu/multidb' of github.com:dolthub/dolt into zachmu/multidb
2023-03-30 11:22:11 -07:00
Zach Musgrave
2137e27ec3
fixded compile errors from removed method
2023-03-30 11:22:02 -07:00
zachmu
6e1846490a
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-03-30 04:02:30 +00:00
Zach Musgrave
845d89e368
Merge main
2023-03-29 20:59:10 -07:00
stephanie
9274a144d3
Merge pull request #5649 from dolthub/steph/dolt-5518
...
updates sql-client to print query timing for more statement types
2023-03-29 18:14:12 -07:00
Zach Musgrave
2999c66d58
Fixed cluster db error
2023-03-29 16:44:33 -07:00
Stephanie You
6468052519
update sql-client bats test
2023-03-29 16:43:32 -07:00
Stephanie You
cab7b3840f
update sql-client bats test
2023-03-29 15:33:58 -07:00
Aaron Son
b9fa6e47e9
Merge pull request #5385 from dolthub/aaron/nbs-table-file-finalizer-panic-always-on
...
go/store/nbs: Make the panic in the finalizer for an unclosed table file index always on.
2023-03-29 14:53:14 -07:00
Stephanie You
9892cd2395
update sql-client bats test
2023-03-29 13:22:05 -07:00
Zach Musgrave
0eb35b2f39
Reverting formatting changes in generated code
2023-03-29 13:20:48 -07:00
Stephanie You
dc1d2a9efc
updates sql-client to print query timing for more statement types
2023-03-29 11:45:29 -07:00
Aaron Son
4998109a96
Merge remote-tracking branch 'origin/main' into aaron/nbs-table-file-finalizer-panic-always-on
2023-03-29 10:13:27 -07:00
Hydrocharged
94b4215461
[ga-bump-release] Update Dolt version to 0.75.9 and release v0.75.9
v0.75.9
2023-03-29 03:28:12 +00:00
Daylon Wilkins
c0e6842f4c
Merge pull request #5646 from dolthub/Hydrocharged-7d532528
...
[auto-bump] [no-release-notes] dependency by Hydrocharged
2023-03-28 20:20:22 -07:00
Hydrocharged
aa75ac168b
[ga-bump-dep] Bump dependency in Dolt by Hydrocharged
2023-03-29 02:25:58 +00:00
Daylon Wilkins
537b5d0c48
Merge pull request #5634 from dolthub/daylon/table-change-collation
...
Added support for ALTER TABLE ... COLLATE
2023-03-28 19:17:52 -07:00
Daylon Wilkins
e65aeab7a7
Bumped GMS
2023-03-28 18:31:29 -07:00
zachmu
f8913c2759
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-03-29 00:56:00 +00:00
Zach Musgrave
bdfa933f8c
Throw an error if we don't recognize a revision type
2023-03-28 17:54:21 -07:00
Zach Musgrave
ce1e66ab6a
Use stored type rather than computing a new one
2023-03-28 17:52:55 -07:00
Zach Musgrave
f49fa07f7c
Fully specified revision type interface
2023-03-28 17:49:18 -07:00
Daylon Wilkins
333f0af373
Upstream PR feedback
2023-03-28 17:39:28 -07:00
Daylon Wilkins
2fe875e15c
Added support for ALTER TABLE ... COLLATE
2023-03-28 17:39:28 -07:00
Zach Musgrave
3d84b0e3ff
fill in rev types for dbs
2023-03-28 17:33:40 -07:00
Zach Musgrave
ef733c8881
Use the same revision db logic in the state init code
2023-03-28 15:49:31 -07:00
Zach Musgrave
738904974b
Factored out a rev type method
2023-03-28 15:41:23 -07:00
Zach Musgrave
cbcff41080
Unexport method
2023-03-28 15:02:45 -07:00
Zach Musgrave
53ae6b638f
Added a method to RevisionDB
2023-03-28 14:58:42 -07:00
Zach Musgrave
66801ac0ff
Made empty database provider test only
2023-03-28 12:28:55 -07:00