MySQL 5.6.14 Source Code Document
|
Protected Member Functions | |
virtual void | SetUp () |
virtual void | TearDown () |
THD * | get_thd (uint index) |
Protected Attributes | |
Server_initializer | initializer [MAX_THREADS] |
Static Protected Attributes | |
static const uint | MAX_THREADS = 3 |
Test fixture for basic tests involving Table_cache and Table_cache_manager classes.
Unlike more advanced fixture it doesn't initialize table cache manager, but only prepares THD objects necessary for testing.
Definition at line 45 of file table_cache-t.cc.