◆ Table_access_impl()
      
        
          | Table_access_impl::Table_access_impl  | 
          ( | 
          THD *  | 
          thd,  | 
        
        
           | 
           | 
          size_t  | 
          count  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~Table_access_impl()
      
        
          | Table_access_impl::~Table_access_impl  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ add_table()
      
        
          | size_t Table_access_impl::add_table  | 
          ( | 
          const char *  | 
          schema_name,  | 
        
        
           | 
           | 
          size_t  | 
          schema_name_length,  | 
        
        
           | 
           | 
          const char *  | 
          table_name,  | 
        
        
           | 
           | 
          size_t  | 
          table_name_length,  | 
        
        
           | 
           | 
          enum thr_lock_type  | 
          lock_type  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ begin()
      
        
          | int Table_access_impl::begin  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
◆ commit()
      
        
          | int Table_access_impl::commit  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ from_api()
◆ get_table()
      
        
          | TABLE * Table_access_impl::get_table  | 
          ( | 
          size_t  | 
          index | ) | 
           | 
        
      
 
 
◆ rollback()
      
        
          | int Table_access_impl::rollback  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ to_api()
◆ m_child_thd
  
  
      
        
          | THD* Table_access_impl::m_child_thd | 
         
       
   | 
  
private   | 
  
 
 
◆ m_clear_mysys
  
  
      
        
          | bool Table_access_impl::m_clear_mysys | 
         
       
   | 
  
private   | 
  
 
true if the mysys thread state needs cleanup 
 
 
◆ m_current_count
  
  
      
        
          | size_t Table_access_impl::m_current_count | 
         
       
   | 
  
private   | 
  
 
 
◆ m_in_tx
  
  
      
        
          | bool Table_access_impl::m_in_tx | 
         
       
   | 
  
private   | 
  
 
 
◆ m_max_count
  
  
      
        
          | size_t Table_access_impl::m_max_count | 
         
       
   | 
  
private   | 
  
 
 
◆ m_parent_thd
  
  
      
        
          | THD* Table_access_impl::m_parent_thd | 
         
       
   | 
  
private   | 
  
 
 
◆ m_table_array
Array of size m_max_count. 
 
 
◆ m_table_state_array
Array of size m_max_count. 
 
 
◆ m_write
  
  
      
        
          | bool Table_access_impl::m_write | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: