| 
| static mysql_service_status_t  | register_udfs () | 
|   | Register backup page-track UDFs.  More...
  | 
|   | 
| static mysql_service_status_t  | unregister_udfs () | 
|   | Un-Register backup page-track UDFs.  More...
  | 
|   | 
| static bool  | set_page_tracking_init (UDF_INIT *initid, UDF_ARGS *, char *) | 
|   | Callback function for initialization of UDF "mysqlbackup_page_track_set".  More...
  | 
|   | 
| static void  | set_page_tracking_deinit (UDF_INIT *initid) | 
|   | Callback method for initialization of UDF "mysqlbackup_page_track_set".  More...
  | 
|   | 
| static long long  | set_page_tracking (UDF_INIT *initid, UDF_ARGS *, unsigned char *is_null, unsigned char *error) | 
|   | UDF for "mysqlbackup_page_track_set" See include/mysql/udf_registration_types.h.  More...
  | 
|   | 
| static bool  | page_track_get_changed_pages_init (UDF_INIT *initid, UDF_ARGS *, char *) | 
|   | Callback function for initialization of UDF "mysqlbackup_page_track_get_changed_pages".  More...
  | 
|   | 
| static void  | page_track_get_changed_pages_deinit (UDF_INIT *initid) | 
|   | Callback method for initialization of UDF "mysqlbackup_page_track_get_changed_pages".  More...
  | 
|   | 
| static long long  | page_track_get_changed_pages (UDF_INIT *initid, UDF_ARGS *, unsigned char *is_null, unsigned char *error) | 
|   | UDF for "mysqlbackup_page_track_get_changed_pages" See include/mysql/udf_registration_types.h.  More...
  | 
|   | 
| static bool  | page_track_get_start_lsn_init (UDF_INIT *initid, UDF_ARGS *, char *) | 
|   | Callback function for initialization of UDF "mysqlbackup_page_track_get_start_lsn".  More...
  | 
|   | 
| static void  | page_track_get_start_lsn_deinit (UDF_INIT *initid) | 
|   | Callback method for initialization of UDF "mysqlbackup_page_track_get_start_lsn".  More...
  | 
|   | 
| static long long  | page_track_get_start_lsn (UDF_INIT *initid, UDF_ARGS *, unsigned char *is_null, unsigned char *error) | 
|   | UDF for "mysqlbackup_page_track_get_start_lsn" See include/mysql/udf_registration_types.h.  More...
  | 
|   | 
| static bool  | page_track_get_changed_page_count_init (UDF_INIT *initid, UDF_ARGS *, char *) | 
|   | Callback function for initialization of UDF "mysqlbackup_page_track_get_changed_page_count".  More...
  | 
|   | 
| static void  | page_track_get_changed_page_count_deinit (UDF_INIT *initid) | 
|   | Callback method for initialization of UDF "mysqlbackup_page_track_get_changed_page_count".  More...
  | 
|   | 
| static long long  | page_track_get_changed_page_count (UDF_INIT *initid, UDF_ARGS *, unsigned char *is_null, unsigned char *error) | 
|   | UDF for "mysqlbackup_page_track_get_changed_page_count" See include/mysql/udf_registration_types.h.  More...
  | 
|   | 
| static bool  | page_track_purge_up_to_init (UDF_INIT *initid, UDF_ARGS *, char *) | 
|   | Callback function for initialization of UDF "mysqlbackup_page_track_purge_up_to".  More...
  | 
|   | 
| static void  | page_track_purge_up_to_deinit (UDF_INIT *initid) | 
|   | Callback method for deinitialization of UDF "mysqlbackup_page_track_purge_up_to".  More...
  | 
|   | 
| static long long  | page_track_purge_up_to (UDF_INIT *initid, UDF_ARGS *, unsigned char *is_null, unsigned char *error) | 
|   | UDF for "mysqlbackup_page_track_purge_up_to" See include/mysql/udf_registration_types.h.  More...
  | 
|   | 
| static bool  | backup_id_update () | 
|   | 
| static void  | deinit () | 
|   | Method to de-allocate the memory allocated for the buffer holding path value for the page-track file, if not done before.  More...
  | 
|   |