MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
Counter (const char *a_name) | |
operator uint () | |
Counter | operator++ (int) |
Counter | operator-- (int) |
Public Attributes | |
const char * | name |
uint | count |
Friends | |
class NdbOut & | operator<< (NdbOut &out, const Counter &counter) |
Definition at line 738 of file test_event_merge.cpp.