summaryrefslogtreecommitdiff
path: root/ndb/include
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2005-03-09 01:00:08 +0100
committertomas@poseidon.ndb.mysql.com <>2005-03-09 01:00:08 +0100
commit94dc32b37a0d03ec2183e65ae485249aa92c88d1 (patch)
tree5b9b3216b4d1aedb366bb45a37cf372e79de8707 /ndb/include
parente967891e399e8a5cf5272122160b5e076ca6b833 (diff)
downloadmariadb-git-94dc32b37a0d03ec2183e65ae485249aa92c88d1.tar.gz
fixed bug in event handling of several tables
fix crashing bug in Dict caused by Suma on CREATE_SUBID_REF
Diffstat (limited to 'ndb/include')
-rw-r--r--ndb/include/kernel/signaldata/SumaImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/kernel/signaldata/SumaImpl.hpp b/ndb/include/kernel/signaldata/SumaImpl.hpp
index 89ade067dcd..75fb65e1ad2 100644
--- a/ndb/include/kernel/signaldata/SumaImpl.hpp
+++ b/ndb/include/kernel/signaldata/SumaImpl.hpp
@@ -592,11 +592,11 @@ public:
Uint32 subscriptionId;
Uint32 subscriptionKey;
- Uint32 err;
union { // Haven't decide what to call it
Uint32 senderData;
Uint32 subscriberData;
};
+ Uint32 err;
};
class SumaStartMe {