pub const MAX_PACKET_SIZE: usize = 0xFF_FF_FF;
Maximum payload size for a single MySQL packet (2^24 - 1 bytes).