MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestParameters Class Reference

Public Attributes

int m_iterations
int m_depth
int m_scanLength
int m_queryDefReuse
bool m_useLinkedOperations
bool m_useSQL

Detailed Description

Definition at line 63 of file spj_performance_test.cpp.

Member Data Documentation

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.


The documentation for this class was generated from the following file: