![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
Macros | |
| #define | mysql_stage_register(P1, P2, P3) inline_mysql_stage_register(P1, P2, P3) | 
| Stage registration.  More... | |
| #define | MYSQL_SET_STAGE(K, F, L) inline_mysql_set_stage(K, F, L) | 
| Set the current stage.  More... | |
| #define | mysql_set_stage(K) inline_mysql_set_stage(K, __FILE__, __LINE__) | 
| Set the current stage.  More... | |
| #define | mysql_end_stage inline_mysql_end_stage | 
| End the last stage.  More... | |
| #define | mysql_stage_set_work_completed(P1, P2) inline_mysql_stage_set_work_completed(P1, P2) | 
| #define | mysql_stage_get_work_completed(P1) inline_mysql_stage_get_work_completed(P1) | 
| #define | mysql_stage_inc_work_completed(P1, P2) inline_mysql_stage_inc_work_completed(P1, P2) | 
| #define | mysql_stage_set_work_estimated(P1, P2) inline_mysql_stage_set_work_estimated(P1, P2) | 
| #define | mysql_stage_get_work_estimated(P1) inline_mysql_stage_get_work_estimated(P1) | 
Functions | |
| static void | inline_mysql_stage_register (const char *category, PSI_stage_info **info, int count) | 
| static PSI_stage_progress * | inline_mysql_set_stage (PSI_stage_key key, const char *src_file, int src_line) | 
| static void | inline_mysql_end_stage () | 
| static void | inline_mysql_stage_set_work_completed (PSI_stage_progress *progress, ulonglong val) | 
| static ulonglong | inline_mysql_stage_get_work_completed (PSI_stage_progress *progress) | 
| static void | inline_mysql_stage_inc_work_completed (PSI_stage_progress *progress, ulonglong val) | 
| static void | inline_mysql_stage_set_work_estimated (PSI_stage_progress *progress, ulonglong val) | 
| static ulonglong | inline_mysql_stage_get_work_estimated (PSI_stage_progress *progress) | 
| #define mysql_end_stage inline_mysql_end_stage | 
End the last stage.
| #define mysql_set_stage | ( | K | ) | inline_mysql_set_stage(K, __FILE__, __LINE__) | 
Set the current stage.
| K | the stage key | 
| #define MYSQL_SET_STAGE | ( | K, | |
| F, | |||
| L | |||
| ) | inline_mysql_set_stage(K, F, L) | 
Set the current stage.
Use this API when the file and line is passed from the caller.
| K | the stage key | 
| F | the source file name | 
| L | the source file line | 
| #define mysql_stage_get_work_completed | ( | P1 | ) | inline_mysql_stage_get_work_completed(P1) | 
| #define mysql_stage_get_work_estimated | ( | P1 | ) | inline_mysql_stage_get_work_estimated(P1) | 
| #define mysql_stage_inc_work_completed | ( | P1, | |
| P2 | |||
| ) | inline_mysql_stage_inc_work_completed(P1, P2) | 
| #define mysql_stage_register | ( | P1, | |
| P2, | |||
| P3 | |||
| ) | inline_mysql_stage_register(P1, P2, P3) | 
Stage registration.
| #define mysql_stage_set_work_completed | ( | P1, | |
| P2 | |||
| ) | inline_mysql_stage_set_work_completed(P1, P2) | 
| #define mysql_stage_set_work_estimated | ( | P1, | |
| P2 | |||
| ) | inline_mysql_stage_set_work_estimated(P1, P2) | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic |