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 632a7c6 commit 010211fCopy full SHA for 010211f
lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
@@ -56,7 +56,7 @@ class Mysql extends \Zend_Db_Adapter_Pdo_Mysql implements AdapterInterface
56
public const DDL_CREATE = 2;
57
public const DDL_INDEX = 3;
58
public const DDL_FOREIGN_KEY = 4;
59
- public const DDL_EXISTS = 5;
+ private const DDL_EXISTS = 5;
60
public const DDL_CACHE_PREFIX = 'DB_PDO_MYSQL_DDL';
61
public const DDL_CACHE_TAG = 'DB_PDO_MYSQL_DDL';
62
0 commit comments