InnoDB replication to MYISAM

2004-05-12 Thread Shayne Paddock
In section 16.7.5 in the mysql manual it says that you can setup replication with InnoDB tables on the master to MYISAM tables on the slave. While I have proven this to be true, it does not warn you that if in your Master's contstraints you have ON DELETE or ON UPDATE clauses those clauses will

Re: InnoDB replication to MYISAM

2004-05-12 Thread Jeremy Zawodny
On Wed, May 12, 2004 at 01:38:04PM -0400, Shayne Paddock wrote: In section 16.7.5 in the mysql manual it says that you can setup replication with InnoDB tables on the master to MYISAM tables on the slave. While I have proven this to be true, it does not warn you that if in your Master's