Skip to content

Commit f1e2f5f

Browse files
authored
Merge pull request #9278 from magento-gl/AC-13046_v1
AC-13046::MariaDB 11.4 migration - Removing public constant is direct violation of backward compatibility policy
2 parents dfb4721 + 860df85 commit f1e2f5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ class SqlVersionProvider
2323

2424
public const MYSQL_5_7_VERSION = '5.7.';
2525

26+
/**
27+
* @deprecated MARIA_DB_10_VERSION const
28+
* @see isMysqlGte8029(), isMariaDbEngine()
29+
*/
30+
public const MARIA_DB_10_VERSION = '10.';
31+
2632
public const MARIA_DB_10_4_VERSION = '10.4.';
2733

2834
public const MARIA_DB_10_6_VERSION = '10.6.';

0 commit comments

Comments
 (0)