mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Support for flushing individual logs, so that the user can selectively flush a subset of the server logs. Flush of individual logs is done according to the following syntax: FLUSH <log_category> LOGS; The syntax is extended so that the user is able to flush a subset of logs: FLUSH [log_category LOGS,]; where log_category is one of: SLOW ERROR BINARY ENGINE GENERAL RELAY.
1 line
49 B
Text
1 line
49 B
Text
--log-error=$MYSQLTEST_VARDIR/tmp/master_log.err
|