704
704
packet->append(buff.c_str(), buff.length());
709
709
packet->append(STRING_WITH_LEN(" MIN_ROWS="));
711
711
packet->append(buff.c_str(), buff.length());
716
716
packet->append(STRING_WITH_LEN(" MAX_ROWS="));
718
718
packet->append(buff.c_str(), buff.length());
723
722
packet->append(STRING_WITH_LEN(" AVG_ROW_LENGTH="));
725
724
packet->append(buff.c_str(), buff.length());