MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
table_cache_unittest::TableCacheBasicTest Class Reference
Inheritance diagram for table_cache_unittest::TableCacheBasicTest:
Collaboration diagram for table_cache_unittest::TableCacheBasicTest:

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

Detailed Description

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.


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