Skip to content

Commit 860df85

Browse files
committed
AC-13046::MariaDB 11.4 migration - Removing public constant is direct violation of backward compatibility policy
1 parent 3e89f6b commit 860df85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ class SqlVersionProvider
2424
public const MYSQL_5_7_VERSION = '5.7.';
2525

2626
/**
27-
* @deprecated removed use of MARIA_DB_10_VERSION const
28-
* Introduced MARIA_DB const to check current db engine is mysql or mariadb
29-
* @see isMysqlGte8029() , isMariaDbEngine()
27+
* @deprecated MARIA_DB_10_VERSION const
28+
* @see isMysqlGte8029(), isMariaDbEngine()
3029
*/
3130
public const MARIA_DB_10_VERSION = '10.';
3231

0 commit comments

Comments
 (0)