SHOW WARNINGS\G
SHOW COUNT(*) WARNINGS;
SELECT @@warning_count;
\W
\w
Enable automatic display of warnings
Disable automatic display of warnings
SELECT @@max_error_count;
SHOW VARIABLES LIKE 'max_error_count';
[Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
[Warning] [MY-010075] [Server] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: afb707fb-fa33-11ed-95d5-005056810b5a.
[Warning] [MY-010097] [Server] Insecure configuration for --secure-log-path: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
[Warning] [MY-010140] [Server] Could not increase number of max_open_files to more than 10000 (request: 65535)
[Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
[Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
[Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
It seems that Percona implicity adds this startup parameter. This is a Percona upstream issue and can be ignored.