Skip to content

Commit f468fec

Browse files
committed
ACP2E-4367: Incompatibility with MariaDB 10.11
1 parent 2f50c3a commit f468fec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/etc/di.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,6 +1883,7 @@
18831883
<item name="MySQL-8.4" xsi:type="string">^8\.4\.</item>
18841884
<item name="MySQL-5.7" xsi:type="string">^5\.7\.</item>
18851885
<item name="MariaDB-(10.2-10.6)" xsi:type="string">^10\.(?:[2-6]|11)\.</item>
1886+
<item name="MariaDB-(10.11)" xsi:type="string">^10\.11\.</item>
18861887
<item name="MariaDB-11.4" xsi:type="string">^11\.4\.</item>
18871888
</argument>
18881889
</arguments>

lib/internal/Magento/Framework/DB/Adapter/SqlVersionProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class SqlVersionProvider
3333

3434
public const MARIA_DB_10_6_VERSION = '10.6.';
3535

36-
public const MARIA_DB_10_11_VERSION = '10.11';
36+
public const MARIA_DB_10_11_VERSION = '10.11.';
3737

3838
public const MYSQL_8_0_29_VERSION = '8.0.29';
3939

0 commit comments

Comments
 (0)