-
Notifications
You must be signed in to change notification settings - Fork 688
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
Auto-generate sysvar documentation from TiDB server source #5720
Draft
morgo
wants to merge
56
commits into
pingcap:master
Choose a base branch
from
morgo:fix-sysvar-correctness
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
f29ab02
system-variables: ensure alphabetical order
morgo 6ea73ee
fix broken anchors
morgo 30a9be5
Add WIP script
morgo b82868d
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 984272a
Add generators and generated file
morgo 24fc507
fix linter
morgo d7877ca
Update to master, manually fix default txn mode
morgo 6944092
Fetch correctness changes from tidb-master
morgo 0f08b9b
Update for new variables
morgo 2297833
Remove system-variables.md from commit
morgo a8aa051
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo fdbd7a7
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 5ab0a89
update with units
morgo 8dee833
WIP
morgo 0b4d8b6
Add quotes on range
morgo 5784d50
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 5a2d09b
WIP
morgo a536480
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 10ff188
update
morgo f2e6b0f
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo f0ebe10
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 652939b
Update against master
morgo 5ee8613
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 806360d
WIP
morgo ccdd4bb
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 9d28f5a
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo bb41e30
updates for new sysvars
morgo d8ea211
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 510d568
WIP
morgo a8a9311
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo eda0317
WIP
morgo b33d349
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo f5833c8
update changes
morgo c75d298
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 8600643
WIP
morgo b06513f
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo b95bdcd
Wip
morgo f05991e
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 472d881
WIP
morgo 395ef8e
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 7d5107c
WIP
morgo 16f024a
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 8ae2848
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo c157e5b
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo ba6f2f2
WIP
morgo 136086b
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 42f0d30
WIP
morgo e8d0aed
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 495bb63
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo fe86242
WIP
morgo fee3391
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo f23d033
WIP
morgo 76c0809
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 2c6556e
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 031e9fc
WIP
morgo 12a3512
Merge remote-tracking branch 'upstream/master' into fix-sysvar-correc…
morgo 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
Update for new variables
- Loading branch information
commit 0f08b9bef8b9624d17fdb71604a34732fc6c0934
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,8 @@ | ||
module github.com/pingcap/docs/scripts | ||
module github.com/morgo/docs/scripts | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect | ||
github.com/go-sql-driver/mysql v1.6.0 // indirect | ||
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect | ||
github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 // indirect | ||
github.com/pingcap/tidb v1.1.0-beta.0.20210601105937-0158f71cda6c // indirect | ||
github.com/prometheus/client_golang v1.10.0 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/uber/jaeger-client-go v2.29.1+incompatible // indirect | ||
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect | ||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect | ||
github.com/pingcap/tidb v1.1.0-beta.0.20210603161627-66e68be29658 // indirect | ||
) |
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.