mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
remove warning
This commit is contained in:
parent
3c0e6e3983
commit
b86f256d24
1 changed files with 1 additions and 1 deletions
|
@ -816,7 +816,7 @@ Ndb::handleReceivedSignal(NdbApiSignal* aSignal, LinearSectionPtr ptr[3])
|
||||||
InvalidSignal:
|
InvalidSignal:
|
||||||
#ifdef VM_TRACE
|
#ifdef VM_TRACE
|
||||||
ndbout_c("Ndbif: Error Ndb::handleReceivedSignal "
|
ndbout_c("Ndbif: Error Ndb::handleReceivedSignal "
|
||||||
"(tFirstDataPtr=%x, GSN=%d, theImpl->theWaiter.m_state=%d)"
|
"(tFirstDataPtr=%p, GSN=%d, theImpl->theWaiter.m_state=%d)"
|
||||||
" sender = (Block: %d Node: %d)",
|
" sender = (Block: %d Node: %d)",
|
||||||
tFirstDataPtr,
|
tFirstDataPtr,
|
||||||
tSignalNumber,
|
tSignalNumber,
|
||||||
|
|
Loading…
Reference in a new issue