Skip to content

docs: document MariaDB driver Aurora pipelining caveat#1984

Merged
sergiyvamz merged 1 commit into
mainfrom
docs/mariadb-aurora-pipelining-caveat
Jun 22, 2026
Merged

docs: document MariaDB driver Aurora pipelining caveat#1984
sergiyvamz merged 1 commit into
mainfrom
docs/mariadb-aurora-pipelining-caveat

Conversation

@sergiyvamz

Copy link
Copy Markdown
Contributor

Summary

The MariaDB driver uses pipelining, which is not compatible with Aurora. This PR documents that caveat and the properties (usePipelineAuth, useBatchMultiSend) that should be disabled when using the MariaDB driver against Aurora.

This is the docs-only portion of #1627, which targets the 2.6.x line. The version downgrade (MariaDB 3.x → 2.x) and related code changes from that PR are intentionally not included here, since main continues to support MariaDB 3.x.

Changes

  • README.md: added a #### MariaDB subsection under Known Limitations with the pipelining caveat and properties to disable; added a caveat link in the intro.
  • docs/GettingStarted.md and docs/using-the-jdbc-driver/UsingTheJdbcDriver.md: added links pointing to the new README MariaDB section.

Testing

Docs-only change; no code or tests affected.

Relates to #1627

@sergiyvamz sergiyvamz merged commit 1d2d7da into main Jun 22, 2026
12 checks passed
@sergiyvamz sergiyvamz deleted the docs/mariadb-aurora-pipelining-caveat branch June 22, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants