Bug #113232 document typo
Submitted: 27 Nov 2023 12:39 Modified: 10 Dec 2023 1:04
Reporter: 政実 白崎 Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.2, 8.1 OS:Any
Assigned to: CPU Architecture:Any

[27 Nov 2023 12:39] 政実 白崎
Description:
The query on the next page omits single quotes.

https://dev.mysql.com/doc/refman/8.2/en/error-log-configuration.html

```
SET GLOBAL log_error_services = 'log_filter_internal; log_sink_internal;
UNINSTALL COMPONENT 'file://component_log_sink_json';

```

How to repeat:
Browse next page

https://dev.mysql.com/doc/refman/8.2/en/error-log-configuration.html
[27 Nov 2023 12:53] MySQL Verification Team
Hello!

Thank you for the report and feedback.

regards,
Umesh
[10 Dec 2023 1:04] Jon Stephens
The description of log_error_services states that the value is a string; string values by definition must be quoted; the examples in which the value is set are quoted as expected; not a bug.