We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e89f6b commit 860df85Copy full SHA for 860df85
lib/internal/Magento/Framework/DB/Adapter/SqlVersionProvider.php
@@ -24,9 +24,8 @@ class SqlVersionProvider
24
public const MYSQL_5_7_VERSION = '5.7.';
25
26
/**
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()
+ * @deprecated MARIA_DB_10_VERSION const
+ * @see isMysqlGte8029(), isMariaDbEngine()
30
*/
31
public const MARIA_DB_10_VERSION = '10.';
32
0 commit comments