Bug #89916 hp_test1/hp_test2 are not built unless WITH_EMBEDDED_SERVER is defined
Submitted: 5 Mar 2018 14:37 Modified: 19 Nov 2018 14:03
Reporter: Przemysław Skibiński (OCA) Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[5 Mar 2018 14:37] Przemysław Skibiński
Description:
storage/heap/CMakeLists.txt builds hp_test1/hp_test2 only if the following condition is met:
IF(WITH_UNIT_TESTS AND WITH_EMBEDDED_SERVER)

How to repeat:
cmake .. -DWITH_EMBEDDED_SERVER=OFF

Suggested fix:
In the attached patch.
[5 Mar 2018 14:38] Przemysław Skibiński
Build hp_test1/hp_test2 also if WITH_EMBEDDED_SERVER is not defined

(*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: 57_hp_test.patch (text/x-patch), 1004 bytes.

[6 Mar 2018 5:37] MySQL Verification Team
Hello Przemysław,

Thank you for the report and contribution.

Thanks,
Umesh
[19 Nov 2018 14:03] Dyre Tjeldvoll
Posted by developer:
 
Thank you for the contribution! As you may know, the issue no longer exists in 8.0 as the embedded server is removed. And since we only backport fixes to GA releases in exceptional  circumstances, we have no option but to close this bug.