Skip to content
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

Add MySQL/MariaDB pipelining-limit and use-affected-rows config properties #30553

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

tsegismont
Copy link
Contributor

  • pipelining limit controls the maximum number of inflight queries (disabled by default)
  • affected rows changes how rows are counted when executing UPDATE queries

…rties

- pipelining limit controls the maximum number of inflight queries (disabled by default)
- affected rows changes how rows are counted when executing UPDATE queries
@quarkus-bot
Copy link

quarkus-bot bot commented Jan 23, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@geoand geoand merged commit ed47ae6 into quarkusio:main Jan 23, 2023
@quarkus-bot quarkus-bot bot added this to the 2.17 - main milestone Jan 23, 2023
@tsegismont tsegismont deleted the more_mysql_config branch February 5, 2023 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants