summaryrefslogtreecommitdiff
path: root/mysql-test/extra
diff options
context:
space:
mode:
authorunknown <Li-Bing.Song@sun.com>2009-09-28 14:24:19 +0800
committerunknown <Li-Bing.Song@sun.com>2009-09-28 14:24:19 +0800
commit96665fd9ccda9d9c129c5e421b10d00ccf78e5de (patch)
treec89e1f4e3c499a80d9550f7aa479b18ac5543411 /mysql-test/extra
parentc6186a2500390f5958d29b8d64a93140b74754a6 (diff)
downloadmariadb-git-96665fd9ccda9d9c129c5e421b10d00ccf78e5de.tar.gz
BUG#43579 mysql_upgrade tries to alter log tables on replicated database
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.
Diffstat (limited to 'mysql-test/extra')
0 files changed, 0 insertions, 0 deletions