Skip to content
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

Stop after sqlerror 1366 #77

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Conversation

davidp57
Copy link
Contributor

If a packet generates a SQL error 1366 (invalid encoding), it'll be discarded from the queue and never sent to the database again.
This is to prevent building a huge log file for a single event that cannot be saved.
The packet is logged for later checks, though.

This fixes #70

Merged origin/master to our master
…iscarded from the queue and never sent to the database again.
@ags313 ags313 merged commit af310ba into szporwolik:master Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERROR MySQL - error: Incorrect string value: '\xE9 de l...' for column 'pe_LogChat_msg' at row 675
2 participants