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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
0f9be0af
Commit
0f9be0af
authored
May 08, 2006
by
tomas@poseidon.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed lead of ndb eventoperations on ndb object delete
parent
6a48847b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp
storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp
+7
-0
No files found.
storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp
View file @
0f9be0af
...
@@ -966,6 +966,13 @@ NdbEventBuffer::NdbEventBuffer(Ndb *ndb) :
...
@@ -966,6 +966,13 @@ NdbEventBuffer::NdbEventBuffer(Ndb *ndb) :
NdbEventBuffer
::~
NdbEventBuffer
()
NdbEventBuffer
::~
NdbEventBuffer
()
{
{
// todo lock? what if receive thread writes here?
// todo lock? what if receive thread writes here?
NdbEventOperationImpl
*
op
=
m_dropped_ev_op
;
while
((
op
=
m_dropped_ev_op
))
{
m_dropped_ev_op
=
m_dropped_ev_op
->
m_next
;
delete
op
->
m_facade
;
}
for
(
unsigned
j
=
0
;
j
<
m_allocated_data
.
size
();
j
++
)
for
(
unsigned
j
=
0
;
j
<
m_allocated_data
.
size
();
j
++
)
{
{
unsigned
sz
=
m_allocated_data
[
j
]
->
sz
;
unsigned
sz
=
m_allocated_data
[
j
]
->
sz
;
...
...
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