> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/release-notes/connectors/c/3.3/3.3.19.md).

# Connector/C 3.3.19 Release Notes

{% hint style="info" %}

<p align="center">The most recent release of <a href="/spaces/CjGYMsT2MVP4nd3IyW2L/pages/iaR8JUIJhAdBxxadFJzY">MariaDB Connector/C</a> is: <a href="/pages/OlOxADNpJ1xWTk5R71Uo"><strong>3.4.9</strong></a></p>

<p align="center"><a href="https://mariadb.com/downloads/connectors/connectors-data-access/c-connector" class="button primary">Download Connector/C 3.4.9</a></p>
{% endhint %}

<a href="https://mariadb.com/downloads/connectors/connectors-data-access/c-connector" class="button primary">Download</a> <a href="/pages/dssLw0CbLmfsJr0Ehbb6" class="button secondary">Release Notes</a> <a href="/pages/j1hvTcxIhxBW5CM9wsOe" class="button secondary">Changelog</a> <a href="/spaces/CjGYMsT2MVP4nd3IyW2L/pages/iaR8JUIJhAdBxxadFJzY" class="button secondary">About MariaDB Connector/C</a>

**Release date:** 10 Jun 2026

This is a [***Stable (GA)***](/docs/release-notes/community-server/about/release-criteria.md) release of MariaDB Connector/C, formerly known as MariaDB Client Library for C.

{% hint style="info" %}
**For a description of this library see the** [**MariaDB Connector/C**](/docs/connectors/mariadb-connector-c.md) **page.**
{% endhint %}

## Notable Items

* Included in MariaDB Community Server [10.6.26](/docs/release-notes/community-server/10.6/10.6.26.md), [10.6.27](/docs/release-notes/community-server/10.6/10.6.27.md), [10.11.17](/docs/release-notes/community-server/10.11/10.11.17.md), and [10.11.18](/docs/release-notes/community-server/10.11/10.11.18.md).

## Issues Fixed

* [CONC-812](https://jira.mariadb.org/browse/CONC-812): Always update length member of bind structure for fixed sized types
* [CONC-815](https://jira.mariadb.org/browse/CONC-815): Fix MARIADB\_TIMESTAMP calculation and packing
* [CONC-819](https://jira.mariadb.org/browse/CONC-819): mysql\_real\_escape\_string incorrectly handles big5

## Changelog

For a list of changes made in this release, with links to detailed information on each push, see the [changelog](/docs/release-notes/connectors/c/changelogs/3.3/3.3.19.md).

{% hint style="info" %}
Be notified of new MariaDB Server releases automatically by [subscribing](https://lists.mariadb.org/postorius/lists/announce.lists.mariadb.org/) to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

MariaDB may already be included in your favorite OS distribution. More information can be found on the [Distributions which Include MariaDB](/docs/general-resources/distributions-including-mariadb.md) page.
{% endhint %}

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formid="4316" formId="4316" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mariadb.com/docs/release-notes/connectors/c/3.3/3.3.19.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
