![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
A RAII helper to do DBUG_ENTER / DBUG_RETURN for you automatically. More...
#include <my_dbug.h>
Public Member Functions | |
| AutoDebugTrace (const char *function, const char *filename, int line) | |
| ~AutoDebugTrace () | |
Private Attributes | |
| _db_stack_frame_ | m_stack_frame | 
A RAII helper to do DBUG_ENTER / DBUG_RETURN for you automatically.
Use like this:
int foo() { DBUG_TRACE; return 42; }
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private |