Commit Graph

18463 Commits

Author SHA1 Message Date
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 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 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
Zach Musgrave f9b01cf0d0 Cleared out some unnecessary uses of EmptyDatabaseProvider 2023-03-28 12:26:20 -07:00
Zach Musgrave c39522d188 Fixed logic error caused by change to user space database 2023-03-28 11:43:30 -07:00
Zach Musgrave 4d9400975a Merge branch 'main' into zachmu/multidb 2023-03-28 11:05:02 -07:00
zachmu 03ea0a2b32 [ga-bump-release] Update Dolt version to 0.75.8 and release v0.75.8 v0.75.8 2023-03-28 17:47:16 +00: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
Jason Fulghum 40965c6d7a Adding a test to assert the dolt branch CLI command will not delete the currently checked out branch. 2023-03-27 17:29:56 -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
jennifersp 963169fbcc Merge pull request #5628 from dolthub/jennifersp-2153a5a4
[auto-bump] [no-release-notes] dependency by jennifersp
2023-03-27 12:34:59 -07:00
Andy Arthur b288911fb7 go/store/nbs: refactor journal close method 2023-03-27 11:37:36 -07:00
Andy Arthur 41b5a7a613 go/store/nbs: pr feedback 2023-03-27 11:15:38 -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