mysql-backup4j icon indicating copy to clipboard operation
mysql-backup4j copied to clipboard

Split insert query during export when they exceed a configurable length

Open nicolasriousset opened this issue 2 years ago • 0 comments

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.

nicolasriousset avatar Jun 22 '23 15:06 nicolasriousset