#include <event_tracking_information_imp.h>
◆ deinit()
Deinitialize authentication event data handle. 
- Parameters
 - 
  
    | [in,out] | handle | Handle to be deinitialized | 
  
   
- Returns
 - Status of operation 
 
- Return values
 - 
  
  
 
No need to free the handle because THD::event_notify will take care of it
 
 
◆ get()
Get information about given authentication event. 
Accepted names and corresponding value type
"external_user" -> mysql_cstring_with_length * "time" -> uint64_t "rows" -> uint64_t
- Parameters
 - 
  
    | [in] | handle | Event tracking information handle  | 
    | [in] | name | Data identifier  | 
    | [out] | value | Value of the identifier | 
  
   
- Returns
 - status of the operation 
 
- Return values
 - 
  
  
 
 
 
◆ init()
Initialize authentication event data handle. 
- Parameters
 - 
  
    | [out] | handle | Handle to authentication event data | 
  
   
- Returns
 - Status of handle creation 
 
- Return values
 - 
  
  
 
 
 
The documentation for this class was generated from the following files: