Greetings forum,
I am using mysql cluster 7.1.5-1 and i am getting the following error :
Warning(29): Got error 4350 'Transaction already aborted' from NDBCLUSTER
The query that recreates the above error is the following :
INSERT IGNORE INTO `profile_cache`.`tweets_index_z` (`statusID`, `api`, `type`, `metakey`, `timestamp`, `profileID`) VALUES ('477704436584448','twitter','post','','1288948868',40275201)
The thing is that i can run this query successfully from a front-end like phpMyAdmin. Any ideas why this is happening?
Thank you in advance
Alexander Economou
I am using mysql cluster 7.1.5-1 and i am getting the following error :
Warning(29): Got error 4350 'Transaction already aborted' from NDBCLUSTER
The query that recreates the above error is the following :
INSERT IGNORE INTO `profile_cache`.`tweets_index_z` (`statusID`, `api`, `type`, `metakey`, `timestamp`, `profileID`) VALUES ('477704436584448','twitter','post','','1288948868',40275201)
The thing is that i can run this query successfully from a front-end like phpMyAdmin. Any ideas why this is happening?
Thank you in advance
Alexander Economou