• 's avatar
    BUG#43579 mysql_upgrade tries to alter log tables on replicated database · 90d4b21d
    authored
    All statements executed by mysql_upgrade are binlogged and then are replicated to slave.
    This will result in some errors. The report of this bug has demonstrated some examples.
    
    Master and slave should be upgraded separately. All statements executed by
    mysql_upgrade will not be binlogged. 
    --write-binlog and --skip-write-binlog options are added into mysql_upgrade. 
    These options control whether sql statements are binlogged or not. 
    90d4b21d
mysqlcheck.c 27.6 KB