-
Notifications
You must be signed in to change notification settings - Fork 13
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
not converting event type when trying undelete #5
Comments
and there's another warn by
can be fix by change this line Line 106 in 5ccd99c
to - c2 = ['awk', '/\/*!*\/\;/{flag=0}flag;/^BINLOG /{flag=1}']
+ c2 = ['awk', '/\/*!*\/;/{flag=0}flag;/^BINLOG /{flag=1}'] |
Hello this is a very old program that I didn't maintain. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run
sudo python2 ~/MyUndelete/MyUndelete.py -b binlog.000117 -s 148418658 -e 484776616
only gives me the following error in mysql error log:
but it's able to replace the event type with the original awk script in http://thenoyes.com/littlenoise/?p=307:
The text was updated successfully, but these errors were encountered: