Maximilian Hoffman
efc3c94890
[no-release-notes] fix gms main ( #5701 )
...
* [ga-bump-dep] Bump dependency in Dolt by JCOR11599
* using new dockerfile
* GMS bump
* no locall
* tidy
* revert james file
* parallelism one
* prepared parallelism one
---------
Co-authored-by: JCOR11599 <jcor@ucsd.edu >
Co-authored-by: James Cor <james@dolthub.com >
2023-04-06 11:44:32 -07:00
Aaron Son
ee07c1de86
[no-release-notes] libraries/doltcore/doltdb/doltdb.go: Remove unused function which had an unsafe read-and-choose-not-to-write pattern.
2023-04-05 12:19:03 -07:00
Andy Arthur
e10bd7563f
Merge remote-tracking branch 'origin/main' into andy/schema-merge-spec
2023-04-03 15:35:26 -07:00
andy-wm-arthur
164f6b9258
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-04-03 22:06:03 +00:00
Andy Arthur
0e8f24f4f0
go/doltcore/merge: added explicity skips for failed schema merge tests cases
2023-04-03 15:04:30 -07:00
jennifersp
5b11cd3583
support 'add' and 'remove' options for dolt_backup() ( #5660 )
2023-04-03 14:50:10 -07:00
Maximilian Hoffman
b86b2b2011
Fix point lookup bug w/ prefix matching secondary ( #5670 )
...
* Fix point lookup bug w/ prefix matching secondary
* docstring
2023-04-03 11:39:44 -07:00
AndyA
310c3d75a0
Merge pull request #5664 from dolthub/andy/keep-pull-error
...
go/doltcore/sqle: fix dropped error in read-replica-db
2023-04-03 10:50:09 -07:00
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
Andy Arthur
8e27bf1404
go/doltcore/merge: refactor schema merge test setup and compare merged roots
2023-03-31 16:43:25 -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
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
fc444ea9e0
go/doltcore/merge: refactored schema merge tests
2023-03-31 12:10:48 -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
4e40443a9d
go/doltcore/sqle: fix dropped error in read-replica-db
2023-03-30 15:39:57 -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
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
Zach Musgrave
2999c66d58
Fixed cluster db error
2023-03-29 16:44:33 -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
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
Zach Musgrave
f9b01cf0d0
Cleared out some unnecessary uses of EmptyDatabaseProvider
2023-03-28 12:26:20 -07:00
Zach Musgrave
4d9400975a
Merge branch 'main' into zachmu/multidb
2023-03-28 11:05:02 -07:00
Zach Musgrave
84da4b789a
Merge pull request #5621 from dolthub/zachmu/commit-concurrency
...
Correctly handle merging of staged changes across concurrent sessions
2023-03-28 10:36:48 -07:00
Jason Fulghum
8c631607da
Merge pull request #5611 from dolthub/fulghum/bugfix
2023-03-27 20:12:29 -07:00
Andy Arthur
e2abd51a43
go: fix db close semantics in integration tests
2023-03-27 16:57:34 -07:00
AndyA
f628ebbb3e
Merge pull request #5620 from dolthub/andy/schema-merge-spec
...
[no-release-notes] go/doltcore/merge: spec tests for schema merge
2023-03-27 12:55:12 -07:00
Aaron Son
7cbab83c6d
Merge pull request #5617 from dolthub/aaron/cluster-replication-standby-transition-robustness
...
go/libraries/doltcore/sqle/cluster: Improve the robustness of graceful transitions to standby role.
2023-03-27 11:14:13 -07:00
Andy Arthur
32fc5f4021
go/doltcore/merge: fix schema merge tests for format __LD_1__
2023-03-27 09:56:42 -07:00
Andy Arthur
21d8bc23ce
Merge remote-tracking branch 'origin/main' into andy/locking-journal-manifest
2023-03-27 09:21:41 -07:00
stephanie
1cc6213a5a
Merge pull request #5567 from dolthub/steph/dolt-5254
...
adds the dolt_column_diff system table
2023-03-27 08:29:11 -07:00
Stephanie You
be5b1fe354
update name for colSchemaDiff
2023-03-24 16:03:59 -07:00
Stephanie You
ec36caea27
add skip for dolt_column_diff engine tests for old format
2023-03-24 13:58:45 -07:00
Stephanie You
3cb10cd873
update logic for working set changes in dolt_column_diff
2023-03-24 13:03:58 -07:00
Aaron Son
d1bb4f6807
integration-tests/go-sql-server-driver: Add a test which fails when a non-chunk journal repo first switches to chunk journal and runs call dolt_gc.
2023-03-24 09:43:54 -07:00
zachmu
2781849191
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-03-24 01:00:36 +00:00