mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge remote-tracking branch 'origin/10.4' into 10.5
This commit is contained in:
@ -2480,7 +2480,6 @@ bool THD::check_string_for_wellformedness(const char *str,
|
||||
size_t length,
|
||||
CHARSET_INFO *cs) const
|
||||
{
|
||||
DBUG_ASSERT(charset_is_system_charset);
|
||||
size_t wlen= Well_formed_prefix(cs, str, length).length();
|
||||
if (wlen < length)
|
||||
{
|
||||
|
Reference in New Issue
Block a user