You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the protocol parser only supports uncompressed protocol messages. The MySQL protocol supports optional ZLIB compression, this is particularly useful when transferring large result sets.
Currently, the protocol parser only supports uncompressed protocol messages. The MySQL protocol supports optional ZLIB compression, this is particularly useful when transferring large result sets.
Implementation details can be found on https://mariadb.com/kb/en/library/0-packet/#compressed-packet.
The text was updated successfully, but these errors were encountered: