Bug #73745 | log_warnings (deprecated) documented default value is 1 instead of 2 | ||
---|---|---|---|
Submitted: | 27 Aug 2014 16:48 | Modified: | 1 Sep 2014 17:18 |
Reporter: | Jaime Crespo (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[27 Aug 2014 16:48]
Jaime Crespo
[27 Aug 2014 18:56]
MySQL Verification Team
Thank you for the bug report.
[27 Aug 2014 18:58]
MySQL Verification Team
C:\dbs>c:\dbs\5.7\bin\mysql -uroot --port=3570 --prompt="mysql 5.7 > " Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 Server version: 5.7.5-m15 Source distribution Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql 5.7 > SHOW GLOBAL VARIABLES like 'log_warnings'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | log_warnings | 2 | +---------------+-------+ 1 row in set (0.00 sec)
[1 Sep 2014 17:11]
Paul DuBois
Looks like it changed in 5.7.2
[1 Sep 2014 17:18]
Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly.