MariaDB 10.11 LTS vs MariaDB 11.4 LTS
MariaDB 11.4 LTS was released 1.3 years after MariaDB 10.11 LTS. Source: endoflife.date (aggregating official MySQL/Oracle and MariaDB Foundation EOL announcements), checked 2026-07-31.
| Fact | MariaDB 10.11 LTS | MariaDB 11.4 LTS |
|---|---|---|
| Release date | 2023-02-16 | 2024-05-29 |
| End of life | 2028-02-16 | 2029-05-29 |
| LTS release | Yes | Yes |
| Currently supported | Yes | Yes |
Feature differences
Unchanged New capability Behavior changed Deprecated Removed
| Feature | MariaDB 10.11 LTS | MariaDB 11.4 LTS |
|---|---|---|
| Default authentication plugin | unix_socket / mysql_native_password | unix_socket / mysql_native_password |
| GROUP BY implicit sort order | Never guaranteed — add explicit ORDER BY | Never guaranteed — add explicit ORDER BY |
| Default character set | utf8mb4 | utf8mb4 |
| Query cache | Still available | Still available |
| Window functions (OVER()) | Supported (since 10.2) | Supported |
| Common Table Expressions (WITH) | Supported (since 10.2) | Supported |
| Roles (CREATE ROLE) | Supported (since 10.0.5 — earlier than MySQL) | Supported |
| JSON column type | JSON is an alias for LONGTEXT + a CHECK constraint — not a native type | Same as 10.11 — still a LONGTEXT alias |
| Replication terminology | MASTER / SLAVE terminology retained | MASTER / SLAVE terminology retained |
| Upgrade process | mariadb-upgrade required after binary swap | mariadb-upgrade required after binary swap |
| New reserved keywords | Different keyword set — check MariaDB's own reserved-words list | Same as 10.11 |
Explore another pair
Compare any two versions
All 45 released MySQL and MariaDB version lines are listed here — pick any two. Source: endoflife.date (aggregating official MySQL/Oracle and MariaDB Foundation EOL announcements), checked 2026-07-31.