Skip to content

Commit

Permalink
Merge pull request #9278 from magento-gl/AC-13046_v1
Browse files Browse the repository at this point in the history
AC-13046::MariaDB 11.4 migration - Removing public constant is direct violation of backward compatibility policy
  • Loading branch information
sidolov authored Sep 19, 2024
2 parents dfb4721 + 860df85 commit f1e2f5f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ class SqlVersionProvider

public const MYSQL_5_7_VERSION = '5.7.';

/**
* @deprecated MARIA_DB_10_VERSION const
* @see isMysqlGte8029(), isMariaDbEngine()
*/
public const MARIA_DB_10_VERSION = '10.';

public const MARIA_DB_10_4_VERSION = '10.4.';

public const MARIA_DB_10_6_VERSION = '10.6.';
Expand Down

0 comments on commit f1e2f5f

Please sign in to comment.