mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-20101 Assertion failure on select @@global.'m2'.replicate_ignore_table;
- Removing the wrong assert - Re-enabling multi_source.mdev-8874
This commit is contained in:
@ -2400,7 +2400,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