Skip to content

Commit

Permalink
vendor: porting code radon-shift to be a base library to in vendor ra…
Browse files Browse the repository at this point in the history
  • Loading branch information
hustjieke authored and andyli029 committed Aug 3, 2019
1 parent 33d694a commit ab7889c
Show file tree
Hide file tree
Showing 339 changed files with 64,063 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ testmysqlstack:

testfuzz:
go test -v -race fuzz/sqlparser
testshift:
cd src/vendor/github.com/radondb/shift&&make test

# code coverage
allpkgs = xbase\
Expand Down
7 changes: 7 additions & 0 deletions src/vendor/github.com/radondb/shift/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions src/vendor/github.com/radondb/shift/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions src/vendor/github.com/radondb/shift/.travis/my3306.cnf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions src/vendor/github.com/radondb/shift/.travis/my3307.cnf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

674 changes: 674 additions & 0 deletions src/vendor/github.com/radondb/shift/LICENSE

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions src/vendor/github.com/radondb/shift/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions src/vendor/github.com/radondb/shift/build/info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions src/vendor/github.com/radondb/shift/build/ldflags.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 118 additions & 0 deletions src/vendor/github.com/radondb/shift/cli/cli.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions src/vendor/github.com/radondb/shift/docs/shift.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ab7889c

Please sign in to comment.