-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
persistent session interface #595
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
5c030e5
initial config move
max-hoffman a7cd857
merge main
max-hoffman 542b7d7
fix system var / session var disconnect
max-hoffman e4618a3
put daylon's naming back
max-hoffman 3f4d2cb
save progress, todo refactor PersistedSession
max-hoffman 33f7532
PersistedSession
max-hoffman 195c6b3
change file name
max-hoffman c26492d
[ga-format-pr] Run ./format_repo.sh to fix formatting
max-hoffman ef200a5
fmt
max-hoffman bd07b04
Merge branch 'max/sql-config' of github.com:dolthub/go-mysql-server i…
max-hoffman 55e85ba
persist tests
max-hoffman 9cb4a66
prefixConf tests
max-hoffman af72cd3
[ga-format-pr] Run ./format_repo.sh to fix formatting
max-hoffman 4f3be69
fmt
max-hoffman 7310261
Merge branch 'main' into max/sql-config
max-hoffman 1bff3eb
interface{} to int
max-hoffman 9096470
Merge branch 'max/sql-config' of github.com:dolthub/go-mysql-server i…
max-hoffman 8d42b9b
add system vars reset function for testing
max-hoffman 87943a6
add persisted defaults loading tests
max-hoffman 650be2a
[ga-format-pr] Run ./format_repo.sh to fix formatting
max-hoffman 335c383
Add NoDefaults tests
max-hoffman 672d2d0
zach's comments
max-hoffman f6a3319
merge upstream
max-hoffman cd28cc7
[ga-format-pr] Run ./format_repo.sh to fix formatting
max-hoffman 44325f6
small fixes
max-hoffman f20483a
Merge branch 'max/sql-config' of github.com:dolthub/go-mysql-server i…
max-hoffman 85c2e0a
engine tests, name tweaks
max-hoffman db4620e
fix server config tests
max-hoffman 7e90010
missed default in switch
max-hoffman f1c9b6e
reorder tesets
max-hoffman dffc288
Fix formatting
max-hoffman d191098
Interface tweaks
max-hoffman 7da66bf
fix test
max-hoffman 41f9ba1
Bump read timeout, was breaking dolt tests
max-hoffman 15c0533
Merge branch 'max/sql-config' of github.com:dolthub/go-mysql-server i…
max-hoffman 0aeeabd
Separate server from conf
max-hoffman 49ad446
Zach's comments
max-hoffman 43a1226
small fixes
max-hoffman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need tests of reset here as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no parser support for RESET yet