summaryrefslogtreecommitdiff
path: root/scripts/mysql_system_tables_fix.sql
diff options
context:
space:
mode:
author <Li-Bing.Song@sun.com>2009-09-28 14:24:19 +0800
committer <Li-Bing.Song@sun.com>2009-09-28 14:24:19 +0800
commit90d4b21d1d8418d4e6180cddbebd90daeea5b02d (patch)
treec89e1f4e3c499a80d9550f7aa479b18ac5543411 /scripts/mysql_system_tables_fix.sql
parentf8f2362bf48852b94705ae59e0ba56d1c941cab8 (diff)
downloadmariadb-git-90d4b21d1d8418d4e6180cddbebd90daeea5b02d.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 'scripts/mysql_system_tables_fix.sql')
0 files changed, 0 insertions, 0 deletions