Comment 1 for bug 1260713

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

This may be due to ON DELETE NO ACTION which breaks FK:

2013-12-11 16:08:07 25141 [ERROR] Slave SQL: Could not execute Delete_rows event on table test.table100_innodb_int; Cannot delete or update a parent row: a foreign key constraint fails (`test`.`u`, CONSTRAINT `u_ibfk_1` FOREIGN KEY (`col_char_12_key`) REFERENCES `table100_innodb_int` (`col_char_12_key`) ON DELETE NO ACTION), Error_code: 1451; handler error HA_ERR_ROW_IS_REFERENCED; the event's master log FIRST, end_log_pos 234, Error_code: 1451

So, testing by removing it for now.