v.18.14New Feature
Added SYSTEM FLUSH LOGS Query for Forced Log Flushes
Added theSYSTEM FLUSH LOGSquery (forced log flushes to system tables such asquery_log) #3321
Why it matters
This feature addresses the need for immediate log flushing to system tables, ensuring that recent query logs and other system logs are promptly written and available for inspection without waiting for automatic flush intervals.How to use it
Run the querySYSTEM FLUSH LOGS to manually trigger the flushing of accumulated logs into the system tables like query_log.