feat: enable Asio SSL and libmysqlclient on Windows - #217
Merged
Sunrisepeak merged 15 commits intoAug 18, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
compat.openssl@3.5.1has Windows support.compat.libmysqlclient@8.4.6for Windows using the repairedwellwei/libmysqlclienttag (52a2609) and archive SHA0c2d4b1b25d828bc40f760c50f7d49a3b6377073ac352ed5a52c2de45c7a2cad.The repaired source archive adds the upstream MySQL Windows VIO and allocator units required by the client-only Form A build:
vio/viopipe.cc,vio/vioshm.cc, andmysys/my_nojemalloc.cc.Validation
mcpp 2026.8.10.3 xpkg parsefor the changed descriptors.git diff --checkvalidation.asio-ssl(ssl ... ok),libmysqlclient(client ... ok, 1 passed / 0 failed), and the existing Connector/C++ smoke all passed.