Bug #87831 New CMake option WITH_CURL is not documented
Submitted: 22 Sep 2017 3:21 Modified: 12 Oct 2017 13:32
Reporter: Laurynas Biveinis (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.7.19, 8.0.3 OS:Any
Assigned to: CPU Architecture:Any
Tags: cmake, curl, doc

[22 Sep 2017 3:21] Laurynas Biveinis
Description:
MySQL 5.7.19 / 8.0.3 introduced a new CMake option WITH_CURL at [1]. This option is not documented at https://dev.mysql.com/doc/refman/5.7/en/source-configuration-options.html nor https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html

[1]

42d0b02f5991aba9cb102a4ed88ff09a86167de1
Author:     Harin Vadodaria <harin.vadodaria@oracle.com>
AuthorDate: Fri May 26 12:37:28 2017 +0200
Commit:     Harin Vadodaria <harin.vadodaria@oracle.com>
CommitDate: Fri May 26 12:37:28 2017 +0200

Follows:    mysql-5.7.18 (366)
Precedes:   mysql-5.7.19 (22)

WL#9143: Keyring plugin for the Amazon's AWS
         Key Management service

Description: This worklog introduces a new keyring
             plugin -keyring_aws. The plugin will
             communicate with Amazon's AWS Key Management
             Service andfetch keys that can be used by
             MySQL server. It will provide ability to
             store/fetch/remove keys from Key Management
             service.

             In addition, Plugin also introduces two
             UDFs which provides ability to:
             - Rotate Customer Master Key
             - Reencrypt data keys using latest Customer
               Master Key.

Reviewed-By: Georgi Kodinov <georgi.kodinov@oracle.com>

How to repeat:
See above

Suggested fix:
Document it
[22 Sep 2017 4:30] MySQL Verification Team
Hello Laurynas,

Thank you for the report and feedback!

Thanks,
Umesh
[7 Oct 2017 13:39] Paul DuBois
Posted by developer:
 
Documented WITH_CURL option.
[9 Oct 2017 14:20] Laurynas Biveinis
Reopening as both https://dev.mysql.com/doc/refman/5.7/en/source-configuration-options.html and https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html have this option misformatted in the summary table (it has a "-D" prefix and is missorted after DOWNLOAD_BOOST_TIMEOUT option)
[9 Oct 2017 14:37] MySQL Verification Team
Thank you for the feedback, Laurynas.
Setting it back to verified.

Regards,
Umesh
[12 Oct 2017 13:32] Paul DuBois
Posted by developer:
 
Fixed glitch.