Commit Graph

12685 Commits

Author SHA1 Message Date
Jason Fulghum bd38cddd36 Merge pull request #3430 from dolthub/fulghum-2fa1ce10
[auto-bump] [no-release-notes] dependency by fulghum
2022-05-16 15:58:43 -07:00
Jason Fulghum cca9bdcbbf Merge branch 'main' into fulghum-2fa1ce10 2022-05-16 14:39:36 -07:00
Zach Musgrave d11327bee6 Merge pull request #3427 from dolthub/zachmu/upgrade-gms2
Include connected DB in log messages
2022-05-16 14:32:43 -07:00
fulghum 204d9c4074 [ga-bump-dep] Bump dependency in Dolt by fulghum 2022-05-16 21:18:37 +00:00
Maximilian Hoffman 33a679f20b Default branch now database-specific global variable (#3422)
* Default branch now database-specific global variable

* fix bats
2022-05-16 13:21:50 -07:00
Zach Musgrave afc1661fb9 Merge main 2022-05-16 13:11:30 -07:00
Zach Musgrave 69e8b4263a Upgrade gms, fix constant package 2022-05-16 13:10:16 -07:00
Maximilian Hoffman d2196bad9e Restore obfuscated default branch error (#3419) 2022-05-16 09:29:40 -07:00
Dhruv Sringari db297cff8f [no-release-notes] implement dolt_diff system table and table function for new storage format (#3401)
* first pass at prolly diff iter

* implement dolt_diff system table and table function for new storage format

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* fix schema test and copyright

* also fix commit_diff_table

* pr edits

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* fix copyright

Co-authored-by: Andy Arthur <andy@dolthub.com>
Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-05-13 15:46:51 -07:00
AndyA d84b9a6cd2 Merge pull request #3396 from dolthub/andy/update-prolly-benchmarks
[no-release-notes] go/store/prolly/tree: stripe-locked node store cache
2022-05-13 15:06:11 -07:00
Aaron Son 647ac3833b Merge pull request #3398 from dolthub/aaron/index-does-not-store-rows
go/libraries/doltcore/sqle: Change Index and IndexLookup implementations to not capture table rows. Resolve them from the table at RowIter/Partitions time.
2022-05-13 10:57:57 -07:00
Aaron Son 8f9d540357 Merge remote-tracking branch 'origin/main' into aaron/index-does-not-store-rows 2022-05-13 10:03:35 -07:00
Aaron Son d6182bca93 Merge pull request #3386 from dolthub/aaron/format-7-18-cleanup
[no-release-notes] go/store/...: Cleanup unprincipled use of Format_7_18, mostly in tests.
2022-05-13 10:01:50 -07:00
jennifersp f71b09bd29 Add first-hour-db and bats tests for it (#3272) 2022-05-12 17:47:39 -07:00
jennifersp d37b0da4a5 Merge pull request #3404 from dolthub/jennifersp-2c1ee84d
[auto-bump] [no-release-notes] dependency by jennifersp
2022-05-12 15:34:35 -07:00
jennifersp a1fa37fe31 [ga-bump-dep] Bump dependency in Dolt by jennifersp 2022-05-12 21:25:55 +00:00
Andy Arthur 2f4a7ee4ae revert sync.Pool changes for skip.List 2022-05-12 11:08:03 -07:00
Aaron Son a31d98dacf Merge remote-tracking branch 'origin/aaron/format-7-18-cleanup' into aaron/format-7-18-cleanup 2022-05-12 10:01:02 -07:00
Aaron Son f8a5aae977 go/store/valuefile: Support DOLT_DEV and DOLT_1. 2022-05-12 10:00:11 -07:00
reltuk 968b0094bb [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-05-12 16:58:33 +00:00
Aaron Son c29b445cdc Merge remote-tracking branch 'origin/main' into aaron/format-7-18-cleanup 2022-05-12 09:57:41 -07:00
Aaron Son 36fa6061f2 go.mod: Bump go-mysql-server. 2022-05-12 09:57:06 -07:00
Aaron Son dec3ff6afd Merge remote-tracking branch 'origin/main' into aaron/index-does-not-store-rows 2022-05-12 09:41:47 -07:00
Aaron Son 0067c4b552 Merge remote-tracking branch 'origin/aaron/index-does-not-store-rows' into aaron/index-does-not-store-rows 2022-05-12 09:41:06 -07:00
Aaron Son 0144a5844c go/libraries/doltcore/sqle/index: Small cleanups. 2022-05-12 09:40:08 -07:00
Maximilian Hoffman cf7245f7e9 Touch up reset docs (#3389)
* Touch up reset docs

* PR feedback
2022-05-12 08:48:48 -07:00
Andy Arthur 35da3247a1 fix allocation in node_splitter 2022-05-12 08:20:56 -07:00
Zach Musgrave 2cb61e0cba Merge pull request #3385 from dolthub/zachmu/ddl
Support add and modify column via table rewrites (new format only for now)
2022-05-11 20:02:29 -07:00
Andy Arthur 1ad361300f reduce builder allocations 2022-05-11 19:51:46 -07:00
Zach Musgrave 8a32085d9c Fixed bats tests for bools 2022-05-11 19:25:55 -07:00
Zach Musgrave 868e6dff24 Another bats skip 2022-05-11 18:10:54 -07:00
Zach Musgrave c69848d8d4 Yet more type fixes 2022-05-11 17:42:03 -07:00
Zach Musgrave 9136202b51 More type changes 2022-05-11 17:39:49 -07:00
Zach Musgrave da61e0ccd5 Yet more type changes 2022-05-11 17:30:02 -07:00
Zach Musgrave b8f2ece723 More SQL type changes 2022-05-11 17:22:13 -07:00
Zach Musgrave ab793216b3 Fixed more SQL types 2022-05-11 17:14:07 -07:00
Andy Arthur 2ca811f702 added sync pools for skip.List and nodeBuilder 2022-05-11 17:03:38 -07:00
Zach Musgrave 4ac4a3fe83 Fix 3 failing tests for new format 2022-05-11 16:59:36 -07:00
Zach Musgrave 88ad2309b1 Merge branch 'main' into zachmu/ddl 2022-05-11 16:56:44 -07:00
Zach Musgrave b3edbe3dc6 fixed rest of tests 2022-05-11 16:44:51 -07:00
Zach Musgrave 6bb7225ced Fixed most of the rest of the old (OLD) tests 2022-05-11 16:41:21 -07:00
reltuk 7189696ba0 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-05-11 23:39:33 +00:00
Aaron Son 18878ac41b go/go.mod: Bump go-mysql-server. 2022-05-11 16:37:56 -07:00
Zach Musgrave f196bf713a Fixed sql_ddl.tests 2022-05-11 16:06:28 -07:00
Zach Musgrave 408fdb8904 Changed old (OLD) tests to not use noms kinds that are impossible to get via SQL path 2022-05-11 15:11:35 -07:00
Aaron Son 4300e8460e go/libraries/doltcore/sqle: Change Index and IndexLookup implementations to not capture table rows, resolve them from the table at RowIter/Partitions time. 2022-05-11 14:54:45 -07:00
Aaron Son 5e2a487550 go/libraries/doltcore/sqle/enginetest: Add test for index behavior reflecting latest table data when used in a prepared statements. 2022-05-11 14:54:45 -07:00
Andy Arthur 00804e4e25 added striped node store cache 2022-05-11 14:33:24 -07:00
Zach Musgrave a74b4824d8 Merge branch 'zachmu/ddl' of github.com:dolthub/dolt into zachmu/ddl 2022-05-11 14:31:51 -07:00
Zach Musgrave d0b8ff3060 PR feedback 2022-05-11 14:29:49 -07:00