Bug #91855 Last reference to WITH_PARTITION_STORAGE_ENGINE and --skip-partition
Submitted: 1 Aug 2018 13:38 Modified: 22 Jul 2019 9:15
Reporter: Laurynas Biveinis (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Partitions Severity:S3 (Non-critical)
Version:8.0.12 OS:Any
Assigned to: CPU Architecture:Any

[1 Aug 2018 13:38] Laurynas Biveinis
Description:
WL#8971 removed -DWITH_PARTITION_STORAGE_ENGINE and --partition / --skip-partition command line options. But table.cc:1633:

        my_error(ER_FEATURE_NOT_AVAILABLE, MYF(0), "partitioning",
                 "--skip-partition", "-DWITH_PARTITION_STORAGE_ENGINE=1");

I have not checked if the code path leading to this diagnostics is not dead. In any case, looking at -
ER_FEATURE_NOT_AVAILABLE
  eng "The '%-.64s' feature is not available; you need to remove '%-.64s' or use MySQL built with '%-.64s'"

- it is not a helpful error message in 8.0

How to repeat:
See above
[2 Aug 2018 6:26] MySQL Verification Team
Hello Laurynas,

Thank you for the report and feedback!

regards,
Umesh
[22 Jul 2019 9:15] Laurynas Biveinis
Fixed in 8.0.17 under bug 94518