MySQL 5.6.14 Source Code Document
|
Public Attributes | |
int | m_iterations |
int | m_depth |
int | m_scanLength |
int | m_queryDefReuse |
bool | m_useLinkedOperations |
bool | m_useSQL |
Definition at line 63 of file spj_performance_test.cpp.
int TestParameters::m_depth |
Number of child lookup operations.
Definition at line 67 of file spj_performance_test.cpp.
int TestParameters::m_queryDefReuse |
Specifies how many times a query definition should be reused before. It is recreated. Setting this to 0 means that the definition is never recreated.
Definition at line 72 of file spj_performance_test.cpp.
bool TestParameters::m_useSQL |
If true, run an equivalent SQL query.
Definition at line 75 of file spj_performance_test.cpp.