TrinityCore/WowPacketParser

max_allowed_packet error

Closed this issue · 3 comments

When parsing large sniffs with quest_pois the query exceed max_allowed_packet default size.

mdX7 commented

we cannot force max_allowed_packet with current sql connector. Fabian recently suggested https://github.com/mysql-net/MySqlConnector/ to me in general, will look into that

What exactly is the problem here? WPP not being able to query existing db or the output sql file producing a query that exceeds default max_allowed_packet? If its the second one then this is not an issue at all.

mdX7 commented

First thing due to insanely long WHERE in the SELECT statement when parsing quest_poi brute