mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-19897 Rename source code variable names from utf8 to utf8mb3
This commit is contained in:
@ -188,7 +188,7 @@ void compute_digest_text(const sql_digest_storage* digest_storage,
|
||||
|
||||
/* Convert text to utf8 */
|
||||
const CHARSET_INFO *from_cs= get_charset(digest_storage->m_charset_number, MYF(0));
|
||||
const CHARSET_INFO *to_cs= &my_charset_utf8_bin;
|
||||
const CHARSET_INFO *to_cs= &my_charset_utf8mb3_bin;
|
||||
|
||||
if (from_cs == NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user