MySQL 5.6.14 Source Code Document
|
Classes | |
struct | KeyRow |
struct | Row |
Public Member Functions | |
TestThread (Ndb_cluster_connection &con, const char *host, int port) | |
void | start (const TestParameters ¶ms) |
void | wait () |
Friends | |
void * | callback (void *thread) |
Definition at line 83 of file spj_performance_test.cpp.
void TestThread::start | ( | const TestParameters & | params | ) |
Initiate a new test.
Definition at line 207 of file spj_performance_test.cpp.
void TestThread::wait | ( | ) |
Wait fo current test to complete.
Definition at line 499 of file spj_performance_test.cpp.
|
friend |
Entry point for new posix threads.