Skip to content

Commit 1cd650f

Browse files
authored
Merge pull request #79424 from ajlam/patch-3
Add MariaDB 10.3
2 parents ae71d0d + c8e8ef6 commit 1cd650f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/mariadb/concepts-supported-versions.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,27 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 09/24/2018
8+
ms.date: 06/11/2019
99
---
1010
# Supported Azure Database for MariaDB server versions
11+
1112
Azure Database for MariaDB has been developed from the open source [MariaDB Server](https://downloads.mariadb.org/), using the InnoDB engine. Azure Database for MariaDB currently supports the following version:
1213

13-
## MariaDB Version 10.2.17
14-
Refer to the [MariaDB documentation](https://downloads.mariadb.org/mariadb/10.2.17/) to learn more about improvements and fixes in MariaDB 10.2.17.
14+
## MariaDB Version 10.2
15+
16+
Refer to the [MariaDB documentation](https://mariadb.com/kb/en/library/mariadb-10223-release-notes/) to learn more about improvements and fixes in MariaDB 10.2.23.
17+
18+
## MariaDB Version 10.3
19+
20+
Refer to the [MariaDB documentation](https://mariadb.com/kb/en/library/mariadb-10314-release-notes/) to learn more about improvements and fixes in MariaDB 10.3.14.
1521

1622
> [!NOTE]
1723
> In the service, a gateway is used to redirect the connections to server instances. After the connection is established, the MySQL client displays the version of MariaDB set in the gateway, not the actual version running on your MariaDB server instance. To determine the version of your MariaDB server instance, use the `SELECT VERSION();` command at the MySQL prompt.
1824
1925
## Managing updates and upgrades
26+
2027
The service automatically manages patching for minor version updates.
2128

2229
## Next steps
23-
For information about specific resource quotas and limitations based on your **service tier**, see [Service tiers](./concepts-pricing-tiers.md)
30+
31+
- For information about specific resource quotas and limitations based on your **service tier**, see [Service tiers](./concepts-pricing-tiers.md).

0 commit comments

Comments
 (0)