MySQL 9.4.0
Source Code Documentation
s_mysql_mysql_audit_api_log_prune Struct Reference

#include <audit_api_log_prune.h>

Public Attributes

bool(* prune )(const char *file_path, bool delete_file)
 Method that removes rotated-out audit log file from internal audit log list and optionally deletes the same file from disk. More...
 

Member Data Documentation

◆ prune

bool(* s_mysql_mysql_audit_api_log_prune::prune) (const char *file_path, bool delete_file)

Method that removes rotated-out audit log file from internal audit log list and optionally deletes the same file from disk.

Parameters
file_pathLocal audit log file to be pruned.
delete_fileDelete the file.
Return values
falsesuccess
truefailure

The documentation for this struct was generated from the following file: