JCOR11599
5492a2a6c9
[ga-bump-dep] Bump dependency in Dolt by JCOR11599
2022-07-20 23:17:59 +00:00
jennifersp
bfc3cfbda0
Support dolt_remote() stored procedure ( #3862 )
2022-07-20 14:46:28 -07:00
AndyA
e603f5f488
Merge pull request #3863 from dolthub/andy/rip-out-super-schema
...
[no-release-notes] Stop reading/writing super schema
2022-07-20 10:25:20 -07:00
James Cor
3fc5750220
Merge pull request #3868 from dolthub/james/privs
...
yaml config also initialize `.doltcfg` directories
2022-07-20 09:28:08 -07:00
James Cor
587a6b98b5
tests
2022-07-20 00:32:55 -07:00
James Cor
cd76117310
create cfg dir
2022-07-19 23:14:56 -07:00
James Cor
bc9e821b5b
yaml is the dumbest shit
2022-07-19 17:30:01 -07:00
Dhruv Sringari
2cf9a2134f
[no-release-notes] In __DOLT_1__, throw error if schemas have different primary key types ( #3852 )
...
* In __DOLT_1__, throw error if schemas have different primary key types
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* schema integration test fix
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* Compare SQL types
Co-authored-by: druvv <druvv@users.noreply.github.com >
2022-07-19 16:59:12 -07:00
fulghum
7baeb8f47f
[ga-bump-release] Update Dolt version to 0.40.19 and release v0.40.19
2022-07-19 23:39:46 +00:00
JCOR11599
a8a86c5df9
[ga-bump-dep] Bump dependency in Dolt by JCOR11599
2022-07-19 22:40:20 +00:00
Andy Arthur
df99c228b2
stop reading/writing super schema
2022-07-19 14:02:32 -07:00
fulghum
1328d2dd65
[ga-bump-dep] Bump dependency in Dolt by fulghum
2022-07-19 16:34:12 +00:00
Dustin Brown
369508bee2
[auto-bump] [no-release-notes] Unskip foreign-keys-invert-pk.bats for new format ( #3847 )
...
* [ga-bump-dep] Bump dependency in Dolt by druvv
* Unskip foreign-keys-invert-pk.bats for new format
* pr comment
* fix pkToIdxMap
Co-authored-by: druvv <dhruvy427@gmail.com >
Co-authored-by: Dhruv Sringari <dhruv@dolthub.com >
2022-07-19 08:46:55 -07:00
bheni
43efd2afe8
[ga-bump-release] Update Dolt version to 0.40.18 and release v0.40.18
2022-07-18 23:28:11 +00:00
Brian Hendriks
e14c14d01f
Merge pull request #3850 from dolthub/bh/sess-var-fixes
...
fix session vars and add region
2022-07-18 16:08:00 -07:00
Brian Hendriks
b749324f37
fix session vars and add region
2022-07-18 15:26:45 -07:00
AndyA
8076eb980b
Merge pull request #3848 from dolthub/andy/dolt-1-autoincrement
...
[no-release-notes] Track AUTO_INCREMENT values on merge for `__DOLT_1__`
2022-07-18 15:09:15 -07:00
Andy Arthur
f8230b7191
also update autoincrement sequences for prollyWriteSession on SetWorkingSet
2022-07-18 13:17:19 -07:00
Andy Arthur
d6ee944bd9
removed UpdateWorkingSet method from WriteSession
2022-07-18 13:04:51 -07:00
Andy Arthur
28560ea0e7
unskipped autoincrement bats for __DOLT_1__, created mirrored enginetest
2022-07-18 11:59:04 -07:00
Dhruv Sringari
46b784c78f
Make unique key errors more consistent and fix unique key bats for new format ( #3838 )
...
* make unique key errors more consistent and fix bats for new format
unskip already working bats
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* copyright
* pr comments
* fix gms
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix
* change BulkImportTEA to perform a no-op on RollBack instead of erroring
New machinery in GMS to support INSERT IGNORE on unique keys calls RollBack if a duplicate key error is thrown. This includes primary key collisions as well. The machinery was added since the new format does not have machinery to automatically rollback secondary index updates when an error occurs during the primary index update.
In the old format, we do have machinery to automatically rollback secondary index updates, so we can leave Rollback as a no-op in this case. Any primary key collision will return an error, causing the secondary indexes to undo their edits.
Co-authored-by: druvv <druvv@users.noreply.github.com >
2022-07-18 11:49:26 -07:00
Taylor Bantle
5de23d158d
Merge pull request #3833 from dolthub/taylor/jwks-auth
...
Add jwks to server yaml config
2022-07-18 09:51:54 -07:00
James Cor
5d2a9f3063
Merge pull request #3841 from dolthub/JCOR11599-c44bba3e
...
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-07-15 13:54:27 -07:00
AndyA
0870e75068
Merge branch 'main' into andy/dolt-docs
2022-07-15 13:27:59 -07:00
James Cor
82c6df8666
Merge branch 'main' into JCOR11599-c44bba3e
2022-07-15 12:52:41 -07:00
JCOR11599
b99de48c89
[ga-bump-dep] Bump dependency in Dolt by JCOR11599
2022-07-15 19:42:09 +00:00
James Cor
f50cd576ab
Merge pull request #3732 from dolthub/james/local-user
...
Rework File Handling for privileges
2022-07-15 12:40:43 -07:00
Andy Arthur
c8eaa3bfa1
pr feedback
2022-07-15 11:48:46 -07:00
Andy Arthur
da64c61bce
swapped docs commands read/write
2022-07-15 11:16:46 -07:00
JCOR11599
8d474cf80d
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-07-15 17:48:42 +00:00
James Cor
839e9567b8
feedback
2022-07-15 10:46:12 -07:00
Andy Arthur
1c5481d6e5
Merge remote-tracking branch 'origin/main' into andy/dolt-docs
2022-07-15 10:01:03 -07:00
Andy Arthur
1dfb1655be
added utility method for creating docs table
2022-07-15 09:57:16 -07:00
Taylor Bantle
75825f63f2
source -> location url
2022-07-15 08:45:55 -07:00
Andy Arthur
c8e100a381
updating MySQL sysbench runner to run with sysvar innodb_flush_log_at_trx_commit=2 to match Dolt's durability level
2022-07-14 20:28:11 -07:00
AndyA
a2892ed930
Merge pull request #3831 from dolthub/andy/merge-refactor
...
[no-release-notes] Refactor prolly merge
2022-07-14 18:53:00 -07:00
Vinai Rachakonda
e357c4198c
[no-release-notes] Update configuration files for generating import benchmark ( #3828 )
2022-07-14 18:21:40 -07:00
Taylor Bantle
ae3a0f6a89
Add jwks to server config yaml and ignore for now
2022-07-14 16:46:45 -07:00
James Cor
4031af1a2e
merge with main
2022-07-14 16:07:45 -07:00
James Cor
d57206ca37
feedback
2022-07-14 16:06:28 -07:00
Andy Arthur
0f65ffae2e
a bit more renaming
2022-07-14 16:02:39 -07:00
Andy Arthur
f82a4dc3f5
repofmt, fixup conflict handling
2022-07-14 15:44:43 -07:00
Zach Musgrave
755f502d7a
Merge pull request #3827 from dolthub/zachmu/caching
...
Added table, index, and view caching for performance
2022-07-14 15:34:07 -07:00
Zach Musgrave
da72db3332
Merge branch 'zachmu/caching' of github.com:dolthub/dolt into zachmu/caching
2022-07-14 14:59:33 -07:00
Zach Musgrave
f93ac75e51
PR feedback
2022-07-14 14:38:08 -07:00
Zach Musgrave
15fce68190
Removed SessionCache interface, use struct directly
2022-07-14 14:32:03 -07:00
Maximilian Hoffman
e69cd3c457
replicate delete branch ( #3816 )
...
* replicate delete branch
* fixes and tests
* zach's comments
2022-07-14 14:31:30 -07:00
James Cor
447b8a5c59
????
2022-07-14 14:30:42 -07:00
zachmu
2fcc5eb0b1
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-07-14 21:10:38 +00:00
Zach Musgrave
55edfd93b1
Merge branch 'zachmu/caching' of github.com:dolthub/dolt into zachmu/caching
2022-07-14 14:08:52 -07:00