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
No description provided.
The text was updated successfully, but these errors were encountered:
This doesn't work, only one BEGIN and COMMIT needs to be run at the time.
| mysql-bin.000008 | 1514 | Query | 1 | 1586 | BEGIN | | mysql-bin.000008 | 1586 | Table_map | 1 | 1636 | table_id: 72 (fred.fred) | | mysql-bin.000008 | 1636 | Delete_rows | 1 | 1694 | table_id: 72 flags: STMT_END_F | | mysql-bin.000008 | 1694 | Xid | 1 | 1725 | COMMIT /* xid=146 */ | | mysql-bin.000008 | 1725 | Query | 1 | 1797 | BEGIN | | mysql-bin.000008 | 1797 | Table_map | 1 | 1847 | table_id: 72 (fred.fred) | | mysql-bin.000008 | 1847 | Delete_rows | 1 | 1898 | table_id: 72 flags: STMT_END_F | | mysql-bin.000008 | 1898 | Xid | 1 | 1929 | COMMIT /* xid=147 */ |
This requires 2 runs, one from 1586 to 1725 and one from 1797 to 1929.
I'll have to add some verification in the code.
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: