mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-19897 Rename source code variable names from utf8 to utf8mb3
This commit is contained in:
@ -6743,8 +6743,8 @@ public:
|
||||
bool eq(const Database_qualified_name *other) const
|
||||
{
|
||||
CHARSET_INFO *cs= lower_case_table_names ?
|
||||
&my_charset_utf8_general_ci :
|
||||
&my_charset_utf8_bin;
|
||||
&my_charset_utf8mb3_general_ci :
|
||||
&my_charset_utf8mb3_bin;
|
||||
return
|
||||
m_db.length == other->m_db.length &&
|
||||
m_name.length == other->m_name.length &&
|
||||
|
Reference in New Issue
Block a user