-
Notifications
You must be signed in to change notification settings - Fork 6
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
panic: runtime error: index out of range #3
Comments
Thanks for the bug report @plessbd . I can reproduce the header parsing problem using your log file, but not the crash. Are you using v0.8 ?
|
Fixed header so upper case can be matched in server version names. Fixes part of #3
@plessbd I've pushed a fix on master that should take care of MariaDB server version parsing. Thanks ! |
The so that was a truncated log and I assumed the issue was with lines 7 - 12 of the querylog. Could it be in a different query that the error is happening?
|
@plessbd I reproduced:
I'll look into it. |
Hey @plessbd . It should be fixed now. If you can give it a try, I'll release afterwards. Thanks ! |
It seems to work. However I do get A LOT of warnings about Line 439 in 54196e2
|
The text was updated successfully, but these errors were encountered: