| MySQL 5.6.14 Source Code Document
    | 


| Public Member Functions | |
| TableScanOperation (Query &query, int lessThanRow=-1) | |
| virtual void | verifyOwnRow () | 
| virtual void | submit () | 
|  Public Member Functions inherited from SPJSanityTest::Operation | |
| Operation (class Query &query, Operation *parent) | |
| void | verifyRow () | 
| void | build (NdbQueryBuilder &builder, const NdbDictionary::Table &tab) | 
| void | compareRows (const char *text, const Row *expected, const Row *actual) const | 
| Protected Member Functions | |
| virtual void | buildThis (NdbQueryBuilder &builder, const NdbDictionary::Table &tab) | 
| Additional Inherited Members | |
|  Public Attributes inherited from SPJSanityTest::Operation | |
| Query & | m_query | 
| const Operation * | m_parent | 
| Vector< Operation * > | m_children | 
| const NdbQueryOperationDef * | m_operationDef | 
| union { | |
| const Row * m_resultPtr | |
| const char * m_resultCharPtr | |
| }; | |
| Uint32 | m_operationId | 
| const Uint32 | m_childNo | 
Definition at line 483 of file spj_sanity_test.cpp.
| 
 | protectedvirtual | 
Build operation definition.
Implements SPJSanityTest::Operation.
Definition at line 862 of file spj_sanity_test.cpp.
| 
 | virtual | 
Set up result retrieval before execution.
Implements SPJSanityTest::Operation.
Definition at line 871 of file spj_sanity_test.cpp.

| 
 | virtual | 
Check that result of this op is ok.
Implements SPJSanityTest::Operation.
Definition at line 887 of file spj_sanity_test.cpp.