Skip to content

Commit 3e89f6b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SqlVersionProvider
2626
/**
2727
* @deprecated removed use of MARIA_DB_10_VERSION const
2828
* Introduced MARIA_DB const to check current db engine is mysql or mariadb
29-
* @see isMysqlGte8029() and isMariaDbEngine()
29+
* @see isMysqlGte8029() , isMariaDbEngine()
3030
*/
3131
public const MARIA_DB_10_VERSION = '10.';
3232

0 commit comments

Comments
 (0)