Skip to content

Commit 010211f

Browse files
committed
MC-38893: Avoid BIC making introduced const DDL_EXISTS private in lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
1 parent 632a7c6 commit 010211f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Mysql extends \Zend_Db_Adapter_Pdo_Mysql implements AdapterInterface
5656
public const DDL_CREATE = 2;
5757
public const DDL_INDEX = 3;
5858
public const DDL_FOREIGN_KEY = 4;
59-
public const DDL_EXISTS = 5;
59+
private const DDL_EXISTS = 5;
6060
public const DDL_CACHE_PREFIX = 'DB_PDO_MYSQL_DDL';
6161
public const DDL_CACHE_TAG = 'DB_PDO_MYSQL_DDL';
6262

0 commit comments

Comments
 (0)