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
17056360
Commit
17056360
authored
Jan 29, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug#10987 - ndb - more printouts to hunt rpl_ndb_bank problem in pushbuild
parent
cb354667
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
+5
-2
No files found.
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
View file @
17056360
...
...
@@ -9992,7 +9992,7 @@ void Dbdih::execLCP_FRAG_REP(Signal* signal)
jamEntry
();
ndbrequire
(
c_lcpState
.
lcpStatus
!=
LCP_STATUS_IDLE
);
#if
0
#if
1
printLCP_FRAG_REP
(
stdout
,
signal
->
getDataPtr
(),
signal
->
length
(),
number
());
...
...
@@ -12789,6 +12789,9 @@ void Dbdih::sendStartFragreq(Signal* signal,
sendSignal
(
ref
,
GSN_START_FRAGREQ
,
signal
,
StartFragReq
::
SignalLength
,
JBB
);
printSTART_FRAG_REQ
(
stdout
,
signal
->
theData
,
StartFragReq
::
SignalLength
,
DBLQH
);
}
//for
}
//Dbdih::sendStartFragreq()
...
...
@@ -13412,7 +13415,7 @@ void Dbdih::writeTabfile(Signal* signal, TabRecord* tab, FileRecordPtr filePtr)
signal
->
theData
[
0
]
=
filePtr
.
p
->
fileRef
;
signal
->
theData
[
1
]
=
reference
();
signal
->
theData
[
2
]
=
filePtr
.
i
;
signal
->
theData
[
3
]
=
ZLIST_OF_PAIRS
;
signal
->
theData
[
3
]
=
ZLIST_OF_PAIRS
_SYNCH
;
signal
->
theData
[
4
]
=
ZVAR_NO_WORD
;
signal
->
theData
[
5
]
=
tab
->
noPages
;
for
(
Uint32
i
=
0
;
i
<
tab
->
noPages
;
i
++
)
{
...
...
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