v.18.14New Feature

Added SYSTEM FLUSH LOGS Query for Forced Log Flushes

Added the SYSTEM FLUSH LOGS query (forced log flushes to system tables such as query_log) #3321
Added the SYSTEM FLUSH LOGS query to force flushing of logs into system tables such as query_log.

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 query SYSTEM FLUSH LOGS to manually trigger the flushing of accumulated logs into the system tables like query_log.