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
a8988d68
Commit
a8988d68
authored
Aug 09, 2004
by
mronstrom@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction + move of code to NDB_DEBUG_FULL from VM_TRACE
parent
8a274c44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ndb/include/transporter/TransporterDefinitions.hpp
ndb/include/transporter/TransporterDefinitions.hpp
+1
-1
ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
+1
-1
No files found.
ndb/include/transporter/TransporterDefinitions.hpp
View file @
a8988d68
...
...
@@ -132,7 +132,7 @@ struct SignalHeader {
Uint16
theTrace
;
Uint8
m_noOfSections
;
Uint8
m_fragmentInfo
;
};
/** 7x4 =
32
Bytes */
};
/** 7x4 =
28
Bytes */
struct
LinearSectionPtr
{
Uint32
sz
;
...
...
ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
View file @
a8988d68
...
...
@@ -12493,7 +12493,7 @@ void Dbacc::releaseLcpConnectRec(Signal* signal)
/* --------------------------------------------------------------------------------- */
void
Dbacc
::
releaseOpRec
(
Signal
*
signal
)
{
#ifdef
VM_TRACE
#ifdef
NDB_DEBUG_FULL
// DEBUG CODE
// Check that the operation to be released isn't
// already in the list of free operations
...
...
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