Hi,
I have a strange issue with innodb replication:
1. Since can't do a "Load data from master" with innodb tables I used mysqldump and dumped the database from the master.
2. imported this databases into slave
3. started replication on slave
I then checked the replication and the replication works to modify exsiting records in all the Innodb tables, however the replication will not add new records to any of the Innodb tables when these are added on the master, it also does not report any errors?
The replication is working fine for the MyISAM db's that are also running on these servers.
I am running MySQL-Max-4.0.17-0.
any help would be appreciated.
Dave