Skip to content
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

feat: support mydumper dump data #8500

Merged
merged 2 commits into from Oct 28, 2022
Merged

Conversation

TCeason
Copy link
Collaborator

@TCeason TCeason commented Oct 27, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Modify the processes table Field: state to command.

mydumper commit id is : 9b24a21

./mydumper --version
mydumper 0.9.5, built against MySQL 8.0.31

# how to use:

$ ./mydumper -u u1 -p 123 -P 3308 -h xx --database test -c -t 8 -o /root/backdir

$ ./mydumper -u u1 -p 123 -P 3308 -h xx --regex 'test|db1' -t 8 -o /root/backdir

Fixes #8499

@vercel
Copy link

vercel bot commented Oct 27, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
databend ✅ Ready (Inspect) Visit Preview Oct 27, 2022 at 3:38PM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Oct 27, 2022
@TCeason TCeason marked this pull request as draft October 27, 2022 12:26
@TCeason TCeason force-pushed the support_mydumper branch 2 times, most recently from 6718578 to e21ed79 Compare October 27, 2022 13:15
mydumper commit id is : 9b24a21

./mydumper --version
mydumper 0.9.5, built against MySQL 8.0.31

how to use:

$ ./mydumper -u u1 -p 123 -P 3308 -h xx --database test -c -t 8 -o /root/backdir

$ ./mydumper -u u1 -p 123 -P 3308 -h xx --regex 'test|db1' -t 8 -o /root/backdir
@TCeason TCeason marked this pull request as ready for review October 27, 2022 14:08
@TCeason TCeason requested a review from wubx October 27, 2022 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: support mydumper to dump databend data to insert sql
4 participants