-
Notifications
You must be signed in to change notification settings - Fork 197
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
add tool to generate savepoint file #5
Conversation
@GregoryIan PTAL |
Makefile
Outdated
@@ -21,6 +21,9 @@ checker: | |||
dump_region: | |||
$(GO) build -ldflags '$(LDFLAGS)' -o bin/dump_region ./dump_region | |||
|
|||
gen_meta: |
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.
generate_binlog_position
gen_meta/README.md
Outdated
|
||
``` | ||
Usage of gen_meta: | ||
--config string |
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.
use cmd arguments, it's not worth for config file
gen_meta/config.go
Outdated
|
||
package main | ||
|
||
import ( |
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.
too complicate
LGTM |
No description provided.