mysql inno db foregin key issue
I've noticed following error when i run the command: "SHOW ENGINE INNODB STATUS". please help to resolve this issue.Thanks
==>error in the output:
------------------------
LATEST FOREIGN KEY ERROR
------------------------
2022-08-03 11:00:07 0x2ba966f1b700 Transaction:
TRANSACTION 40098216622, ACTIVE 0 sec inserting
mysql tables in use 9, locked 9
7 lock struct(s), heap size 1136, 3 row lock(s), undo log entries 1
MySQL thread id 2761834, OS thread handle 48006576584448, query id 397991231 10.104.1.56 kent update
INSERT INTO `catalog_product_entity_varchar` (`attribute_id`,`store_id`,`row_id`,`value`) VALUES ('3993', '0', '0', '0') ON DUPLICATE KEY UPDATE `attribute_id` = VALUES(`attribute_id`), `store_id` = VALUES(`store_id`), `row_id` = VALUES(`row_id`), `value` = VALUES(`value`)
Foreign key constraint fails for table `kent_magento`.`catalog_product_entity_varchar`:
,CONSTRAINT `CAT_PRD_ENTT_VCHR_ROW_ID_CAT_PRD_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE