MySQL 9.7.0
Source Code Documentation
audit_log_prune_adapt_bits.h File Reference
#include <cstddef>

Go to the source code of this file.

Typedefs

typedef void(* audit_log_prune_adapt_v1_t) (size_t external_rotate_cycle)
 Adjust pruning cycle to be slower than rotation on time, both: More...
 

Typedef Documentation

◆ audit_log_prune_adapt_v1_t

typedef void(* audit_log_prune_adapt_v1_t) (size_t external_rotate_cycle)

Adjust pruning cycle to be slower than rotation on time, both:

  • internal, defined via rotate_on_time
  • external, if some app uses rotated files with a given period
Parameters
external_rotate_cycleExternal cycle in seconds to adjust to.