Bug #41405 Update does not trigger event in NDBAPI
Submitted: 11 Dec 2008 17:19 Modified: 28 Feb 2009 14:16
Reporter: Andrew Hutchings Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Cluster: NDB API Severity:S2 (Serious)
Version:6.3.19 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[11 Dec 2008 17:19] Andrew Hutchings
Description:
When using ndbapi to watch events it captures inserts and deletes but not updates.  The table used is:

CREATE TABLE `subscriber` (
  `subsid` int(11) NOT NULL,
  `app` varchar(16) NOT NULL
) ENGINE=ndbcluster

How to repeat:
1. Run app
2. insert into subscriber set subsid=2, app='test2';
(should get event trigger)
3. update subscriber set subsid=3, app='test3' where subsid=2;
(no event trigger)
[11 Dec 2008 20:46] Tomas Ulin
see bug 41406 for workaround
[1 Mar 2009 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".