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
For MySQL bidirectional replication:
A : create table test After test synced to B B : drop table test
Table test dropped from B, but still exist in A
I tested from 0.9.67, it works correctly.
The text was updated successfully, but these errors were encountered:
I can't reproduce this. could you provide your config and log?
Sorry, something went wrong.
@Ryan-Git this only happen when you drop a table from other site, not the site it's created. I will recreate it and provide the details.
yes I do the same. A: create t wait until B has t B: drop t check t not exists on A
No branches or pull requests
For MySQL bidirectional replication:
A : create table test
After test synced to B
B : drop table test
Table test dropped from B, but still exist in A
I tested from 0.9.67, it works correctly.
The text was updated successfully, but these errors were encountered: