> 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/server/reference/product-development/mariadb-internals/mariadb-source-code-internals.md).

# MariaDB Source Code Internals

{% hint style="info" %}
This page contains background information for MariaDB developers.
{% endhint %}

{% columns %}
{% column %}
{% content-ref url="/pages/PytV2pXUzFF6ne3McUu7" %}
[Stored Procedure Internals](/docs/server/reference/product-development/mariadb-internals/mariadb-source-code-internals/stored-procedure-internals.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Explores the internal implementation and execution flow of stored procedures, including how they are parsed and stored by the server.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/ytcUxCfiWcRhP9OyPBBU" %}
[Connection Memory Usage](/docs/server/reference/product-development/mariadb-internals/mariadb-source-code-internals/connect-memory-usage.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Provides a technical breakdown of how the server allocates and manages memory for each client connection and thread.
{% endcolumn %}
{% endcolumns %}
