Skip to content

Commit 1b42f8c

Browse files
committed
AC-9755:Set default collation to utf8mb4 for MySQL
1 parent 1604ffa commit 1b42f8c

File tree

1 file changed

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

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,6 @@ class Mysql extends \Zend_Db_Adapter_Pdo_Mysql implements AdapterInterface, Rese
150150
*/
151151
private const COLUMN_TYPE = ['varchar', 'char', 'text', 'mediumtext', 'longtext'];
152152

153-
/**
154-
* const for charset
155-
*/
156-
private const CHARSET = "utf8mb4";
157-
158-
/**
159-
* const for collation
160-
*/
161-
private const COLLATION = "utf8mb4_general_ci";
162-
163153
/**
164154
* MySQL column - Table DDL type pairs
165155
*

0 commit comments

Comments
 (0)