• Venkatesh Duggirala's avatar
    BUG#16615117 MYSQLDUMP PRODUCES A CHANGE MASTER STATEMENT · d8fedd0b
    Venkatesh Duggirala authored
    WITH A PORT NUMBER ENCLOSED IN QUOTES
    
    Problem: mysqldump --dump-slave --include-master-host-port
    prints the CHANGE MASTER command in the generated logical
    backup. The PORT number that is generated with this command
    is a string and should be an integer.
    
    Fix: Remove the Enclosed quotes for port number.
    d8fedd0b
rpl_mysqldump_slave.result 489 Bytes