Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
94dc32b3
Commit
94dc32b3
authored
Mar 09, 2005
by
tomas@poseidon.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug in event handling of several tables
fix crashing bug in Dict caused by Suma on CREATE_SUBID_REF
parent
e967891e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ndb/include/kernel/signaldata/SumaImpl.hpp
ndb/include/kernel/signaldata/SumaImpl.hpp
+1
-1
ndb/src/ndbapi/NdbEventOperationImpl.cpp
ndb/src/ndbapi/NdbEventOperationImpl.cpp
+3
-0
No files found.
ndb/include/kernel/signaldata/SumaImpl.hpp
View file @
94dc32b3
...
...
@@ -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
{
...
...
ndb/src/ndbapi/NdbEventOperationImpl.cpp
View file @
94dc32b3
...
...
@@ -84,6 +84,8 @@ NdbEventOperationImpl::NdbEventOperationImpl(NdbEventOperation &N,
m_eventImpl
=
&
myEvnt
->
m_impl
;
m_eventId
=
m_eventImpl
->
m_eventId
;
m_bufferHandle
=
m_ndb
->
getGlobalEventBufferHandle
();
if
(
m_bufferHandle
->
m_bufferL
>
0
)
m_bufferL
=
m_bufferHandle
->
m_bufferL
;
...
...
@@ -947,6 +949,7 @@ NdbGlobalEventBuffer::real_prepareAddSubscribeEvent
int
bufferId
=
-
1
;
Uint32
eventId
=
eventOp
->
m_eventId
;
DBUG_PRINT
(
"enter"
,(
"eventId: %u"
,
eventId
));
// add_drop_lock(); // only one thread can do add or drop at a time
// Find place where eventId already set
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment