MySQL 5.6.14 Source Code Document
|
#include <SimulatedBlock.hpp>
Public Member Functions | |
FragmentInfo (Uint32 fragId, Uint32 sender) | |
bool | equal (FragmentInfo &p) const |
Uint32 | hashValue () const |
bool | isDropped () const |
Public Attributes | |
Uint32 | m_senderRef |
Uint32 | m_fragmentId |
Uint32 | m_sectionPtrI [3] |
union { | |
Uint32 nextPool | |
Uint32 nextHash | |
}; | |
Uint32 | prevHash |
Struct used when assembling fragmented long signals at receiver side
Definition at line 498 of file SimulatedBlock.hpp.