1
0
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:
Alexander Barkov
2019-08-05 16:03:33 +04:00
parent 6b48bdf269
commit 4c4e379ba9
4 changed files with 17 additions and 2 deletions

View File

@ -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)
{