mysql-backup4j
mysql-backup4j copied to clipboard
Split insert query during export when they exceed a configurable length
Following up enchancement request #30, I've added a MAX_INSERT_SIZE property, which if set ensures that large insert queries are split into several smaller ones, to avoid exceeding the max_packet_size MySql parameter.