• unknown's avatar
    Bug#20095 Changing length of VARCHAR field with UTF8 collation does not truncate values · 2a4ab288
    unknown authored
    Problem: single byte do_varstring1() function was called, which didn't
    check limit on "number of character", and checked only "number of bytes".
    Fix: adding a multi-byte aware function do_varstring1_mb(),
    to limit on "number of characters"
    
    
    mysql-test/r/ctype_utf8.result:
      Adding test case
    mysql-test/t/ctype_utf8.test:
      Adding test case
    sql/field_conv.cc:
      Adding missing function to copy VARCHAR strings
      having one length byte.
    2a4ab288
field_conv.cc 22.1 KB