1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +03:00
Files
mariadb/mysql-test/r
unknown 2a4ab288fd Bug#20095 Changing length of VARCHAR field with UTF8 collation does not truncate values
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.
2007-04-13 10:05:55 +05:00
..
2007-03-14 11:54:20 +02:00
2006-10-13 08:48:47 +02:00
2007-02-23 18:49:41 +02:00
2006-11-29 13:56:59 -05:00
2007-01-03 03:35:57 +04:00
2007-03-27 19:28:04 +03:00
2007-03-28 14:35:23 +03:00
2007-02-23 21:13:21 +03:00
2006-10-05 00:00:34 +02:00
2006-11-15 10:23:27 +01:00
2007-03-02 15:09:44 +04:00
2007-02-10 23:55:56 -08:00
2007-02-09 12:54:50 -08:00
2006-11-15 10:23:27 +01:00
2007-02-07 14:22:19 -08:00
2007-03-01 20:59:08 +01:00
2007-03-21 09:13:05 +01:00
2007-03-02 15:09:44 +04:00
2007-02-21 19:38:40 +02:00
2007-01-31 19:31:36 -08:00
2007-02-01 18:00:24 +04:00
2006-10-19 18:48:37 +05:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2007-02-08 15:53:14 +01:00
2006-11-15 10:23:27 +01:00
2007-03-26 16:52:52 +03:00
2007-03-27 09:48:10 -07:00
2007-02-01 18:00:24 +04:00
2007-03-20 00:46:19 +03:00
2007-01-18 15:28:45 +04:00
2006-12-04 14:29:51 +02:00
2007-03-09 13:37:06 +04:00