forked from blackbeam/mysql_async
-
Notifications
You must be signed in to change notification settings - Fork 8
Merge upstream changes #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aqrln
wants to merge
184
commits into
vendored-openssl
Choose a base branch
from
push-ttnmlutkoqkm
base: vendored-openssl
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Capabilities setup
Update to lru v0.10.0
Prepare 0.32.0 release
Measures taken on 100 coldstart connections to a remote RDS mysql 5.7 in us-east-1, accessed from Spain. Units are ms. Before patch: Average: 222.01605959 Standard deviation: 20.28249939282523 After patch: Average: 152.8317912 Standard deviation: 22.382571070107467 Inlining queries make connections that require reading server settings run ~30% faster.
Inline ops that read settings
Use rust flate2 backend on default-rustls feature (see blackbeam#244)
…eplacement Replace crate priority_queue with keyed_priority_queue
Do not read unnecessary settings in Conn::read_settings
Upgrade `lru` to v0.14
* add glue code for ed25519 auth method in mysql_common * handle 0xfe case * Add ed25519 plugin to `should_change_user` test --------- Co-authored-by: Anatoly Ikorsky <[email protected]>
Fix connection count metrics
…tch-in-ExecRoutine Add `DriverError::StmtParamsNumberExceedsLimit`
Drop `pin-project` dependency
Drop unused `webpki` dependency
Make `ToConnection`, `Connection`, `ToConnectionResult` public
Co-authored-by: Paolo Barbolini <[email protected]>
Properly update `active_wait_requests` metric (fix blackbeam#335)
Release `mysql_async` v0.36.0
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.
No description provided.