1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
unknown 85cc43802b Bug#14146 CHAR(...USING ...) and CONVERT(CHAR(...) USING...) produce different results
ctype_utf8.result, ctype_utf8.test:
  Adding test case.
item_strfunc.cc:
item_strfunc.h:
  Moving the well formed checking code into a method,
  to reuse in several Item_func_xxx. Reusing the new
  method in Item_func_char and Item_func_charset_conv.



sql/item_strfunc.h:
  Bug#14146 CHAR(...USING ...) and CONVERT(CHAR(...) USING...) produce different results
  Moving the well formed checking code into a method,
  to reuse in several Item_func_xxx.
sql/item_strfunc.cc:
  Moving the well formed checking code into a method,
  to reuse in several Item_func_xxx.
mysql-test/t/ctype_utf8.test:
  Adding test case.
mysql-test/r/ctype_utf8.result:
  Adding test case.
2005-11-07 12:34:19 +04:00
..
2005-11-05 22:41:36 -08:00
2005-09-30 14:03:55 +02:00
2005-10-31 17:17:16 -08:00
2005-10-31 09:22:33 +03:00
2005-11-03 22:42:25 +02:00
2005-08-12 13:54:42 +03:00
2005-07-25 12:57:23 -07:00
2005-09-09 10:54:59 +04:00
2005-11-01 19:47:53 +03:00
2005-06-07 00:31:53 +03:00
2005-05-06 11:39:30 +03:00
2005-10-27 15:15:01 +03:00
2005-11-03 17:43:03 +03:00
2005-10-19 01:52:06 +04:00
2005-10-12 00:58:22 +03:00
2005-10-12 00:58:22 +03:00
2005-06-07 00:31:53 +03:00
2005-10-19 01:52:06 +04:00
2005-10-21 13:08:00 +02:00
2005-11-01 19:47:53 +03:00
2005-10-31 22:14:27 +02:00
2005-05-26 21:01:55 +02:00
2005-08-12 17:57:19 +03:00
2005-11-02 15:17:57 +02:00
2005-06-07 00:31:53 +03:00
2005-11-05 22:41:36 -08:00
2005-11-02 14:43:25 +02:00
2005-07-31 12:49:55 +03:00
2005-06-01 16:35:09 +03:00
2005-08-27 01:50:38 +02:00