Skip to content

Commit 2c1404d

Browse files
committed
AC-11995:Add compatibility with MySQL 8.4 LTS for Magento CE
1 parent e73e327 commit 2c1404d

File tree

1 file changed

+0
-5
lines changed
  • lib/internal/Magento/Framework/DB/Adapter/Pdo

1 file changed

+0
-5
lines changed

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,6 @@ class Mysql extends \Zend_Db_Adapter_Pdo_Mysql implements AdapterInterface, Rese
251251
*/
252252
private $parentConnections = [];
253253

254-
/***
255-
* const MYSQL_8_4_VERSION
256-
*/
257-
public const MYSQL_8_4_VERSION = '8.4';
258-
259254
/**
260255
* Constructor
261256
*

0 commit comments

Comments
 (0)