We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--regex
Describe the bug select specific tables in some tables using --regex. There are redundant tables with same prefix name in result.
To Reproduce Command executed: mydumper -u root -p * --regex mysql.proc -o .
mydumper -u root -p * --regex mysql.proc -o .
Expected behavior just include metadata mysql.proc.metadata mysql.proc-schema.sql
metadata mysql.proc.metadata mysql.proc-schema.sql
Backup
ls metadata mysql.proc.metadata mysql.proc-schema.sql mysql.procs_priv.metadata mysql.procs_priv-schema.sql mysql.proc.sql
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
It is caused by my mistake. Correctly, --regex ^mysql.proc$
--regex ^mysql.proc$
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
select specific tables in some tables using
--regex
.There are redundant tables with same prefix name in result.
To Reproduce
Command executed:
mydumper -u root -p * --regex mysql.proc -o .
Expected behavior
just include
metadata mysql.proc.metadata mysql.proc-schema.sql
Backup
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: