MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
IndexLookupOperation (Query &query, const char *indexName, Operation *parent=NULL) | |
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 467 of file spj_sanity_test.cpp.
|
protectedvirtual |
Build operation definition.
Implements SPJSanityTest::Operation.
Definition at line 772 of file spj_sanity_test.cpp.
|
virtual |
Set up result retrieval before execution.
Implements SPJSanityTest::Operation.
Definition at line 812 of file spj_sanity_test.cpp.
|
virtual |
Check that result of this op is ok.
Implements SPJSanityTest::Operation.
Definition at line 820 of file spj_sanity_test.cpp.