Comment 2 for bug 1600056

Revision history for this message
mig5 (mig5) wrote :

This is in mysqlbinlog:

CREATE TABLE IF NOT EXISTS servers ( Server_name char(64) NOT NULL DEFAULT '', Host char(64) NOT NULL DEFAULT '', Db char(64) NOT NULL DEFAULT '', Username char(64) NOT NULL DEFAULT '', Password char(64) NOT NULL DEFAULT '', Port INT(4) NOT NULL DEFAULT '0', Socket char(64) NOT NULL DEFAULT '', Wrapper char(64) NOT NULL DEFAULT '', Owner char(64) NOT NULL DEFAULT '', PRIMARY KEY (Server_name)) CHARACTER SET utf8 comment='MySQL Foreign Servers table'

Perhaps this should have engine=MyISAM, as it does for the 'func' and 'user' tables? But it's still not clear to me why it didn't happen on the other master when replicating the binlogs from its master.