|
MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
| STATIC_CONST (Length=10) | |
| STATIC_CONST (MOREDATA_SHIFT=0) | |
| STATIC_CONST (MOREDATA_MASK=1) | |
Static Public Member Functions | |
| static bool | getHasMoreData (const UintR &flags) |
| static void | setHasMoreData (UintR &flags, bool value) |
Public Attributes | |
| Uint32 | senderRef |
| Uint32 | saveSenderRef |
| Uint32 | currRef |
| Uint32 | saveCurrRef |
| Uint32 | flags |
| Uint32 | data [4] |
| Uint32 | totalRows |
| Uint32 | totalBytes |
Definition at line 103 of file Ndbinfo.hpp.
| Uint32 Ndbinfo::ScanCursor::flags |
Flags
m = More data - 1 Bit 1
1111111111222222222233
01234567890123456789012345678901 m
Definition at line 118 of file Ndbinfo.hpp.