Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.0(EOL)
-
None
Description
When compilng Connect engine on Windows, with VS2015 and option /Zc:strictStrings, the compilation fails with
errors about converting const char[N] to char *
To reproduce, run cmake with
cmake . -DCMAKE_CXX_FLAGS=/Zc:strictStrings
strictStrings might be made default option in the future.
I attached errors of compilation attempt.
See related bug in MySQL https://bugs.mysql.com/bug.php?id=85157
Below are the 10.0 errors.
Attachments
Issue Links
- relates to
-
MDEV-12148 Sphinx : compile error with /Zc:strictStrings
- Closed