| 
    MySQL 5.6.14 Source Code Document
    
   | 
 

Public Member Functions | |
| Con (NdbIndexStatImpl *impl, Head &head, Ndb *ndb) | |
| int | startTransaction () | 
| int | execute (bool commit) | 
| int | getNdbOperation () | 
| int | getNdbIndexScanOperation () | 
| void | set_time () | 
| NDB_TICKS | get_time () | 
Public Attributes | |
| NdbIndexStatImpl *const | m_impl | 
| Head & | m_head | 
| Ndb *const | m_ndb | 
| NdbDictionary::Dictionary * | m_dic | 
| const NdbDictionary::Table * | m_headtable | 
| const NdbDictionary::Table * | m_sampletable | 
| const NdbDictionary::Index * | m_sampleindex1 | 
| NdbTransaction * | m_tx | 
| NdbOperation * | m_op | 
| NdbIndexScanOperation * | m_scanop | 
| Cache * | m_cacheBuild | 
| uint | m_cachePos | 
| uint | m_cacheKeyOffset | 
| uint | m_cacheValueOffset | 
| MicroSecondTimer | m_start | 
Definition at line 107 of file NdbIndexStatImpl.hpp.