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.
2 parents dfb4721 + 860df85 commit f1e2f5fCopy full SHA for f1e2f5f
lib/internal/Magento/Framework/DB/Adapter/SqlVersionProvider.php
@@ -23,6 +23,12 @@ class SqlVersionProvider
23
24
public const MYSQL_5_7_VERSION = '5.7.';
25
26
+ /**
27
+ * @deprecated MARIA_DB_10_VERSION const
28
+ * @see isMysqlGte8029(), isMariaDbEngine()
29
+ */
30
+ public const MARIA_DB_10_VERSION = '10.';
31
+
32
public const MARIA_DB_10_4_VERSION = '10.4.';
33
34
public const MARIA_DB_10_6_VERSION = '10.6.';
0 commit comments