1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysql-test/t
Alexander Barkov 9452dd1122 Bug#45263 utf32_general_ci, bad effects around CREATE TABLE AS SELECT
Problem: Item_func_hex::val_str() returned data in ASCII format,
which did not match collation.collation pointing to my_charset_utf32_general_ci.
Fix: changing parent class of Item_func_hex to Item_str_ascii_func,
as val_str() implementation is heavily ASCII-oriented.

  mysql-test/r/ctype_utf32.result
  mysql-test/t/ctype_utf32.test
  Adding test case


  sql/item_strfunc.cc
  sql/item_strfunc.h
  - Changing parent class to Item_str_ascii_func
  - Clean-up in Item_func_hex::fix_length_and_dec()
    Using fix_char_length() instead of setting max_length directly.
2010-08-18 16:08:59 +04:00
..
2010-05-26 22:34:25 +08:00
2010-04-13 19:04:45 +04:00
2010-04-13 19:04:45 +04:00
2010-07-30 16:56:57 +03:00
2010-06-11 10:15:55 +02:00
2010-07-15 18:46:41 +03:00
2010-06-01 11:54:06 +04:00
2010-04-27 00:46:52 +04:00
2010-07-14 15:05:20 +03:00
2010-05-26 22:34:25 +08:00
2010-04-20 10:51:50 +02:00
2010-07-16 21:25:00 +03:00
2010-04-13 19:04:45 +04:00
2010-05-28 09:47:58 +04:00
2010-07-16 21:25:00 +03:00
2010-07-04 20:35:05 +01:00
2010-04-19 15:35:13 +02:00
2010-07-30 19:28:36 +04:00
2010-04-13 19:04:45 +04:00
2010-04-13 19:04:45 +04:00
2010-04-13 19:04:45 +04:00
2010-04-13 19:04:45 +04:00
2010-04-13 19:04:45 +04:00
2010-08-05 15:34:19 +03:00
2010-06-25 16:32:47 +03:00