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-24 21:54:08 +08:00
2010-07-26 13:22:38 +04:00
2010-07-12 10:38:38 -03:00
2010-06-14 11:23:49 +02:00
2010-06-14 11:23:49 +02:00
2010-07-26 12:54:20 -03:00
2010-08-18 17:35:41 +08:00
2010-06-14 11:23:49 +02:00
2010-06-14 11:23:49 +02:00
2010-06-17 22:51:35 +02:00
2010-06-17 22:51:35 +02:00
2010-05-28 00:07:40 +04:00
2010-07-08 18:20:08 -03:00
2010-04-22 15:52:00 +02:00
2010-04-22 15:52:00 +02:00
2010-06-17 22:51:35 +02:00
2010-04-28 14:47:49 +02:00
2010-06-08 19:47:10 +02:00
2010-04-13 11:38:28 +02:00
2010-06-20 22:43:34 +02:00
2010-04-28 14:47:49 +02:00
2010-05-24 21:54:08 +08:00
2010-08-18 17:35:41 +08:00
2010-08-06 13:37:05 +02:00
2010-05-26 22:34:25 +08:00
2010-03-24 18:03:44 +03:00
2010-04-11 11:17:42 +04:00
2010-06-17 22:51:35 +02:00
2010-06-02 16:23:50 +04:00
2010-06-17 22:51:35 +02:00
2010-06-17 22:51:35 +02:00
2010-06-02 16:23:50 +04:00
2010-06-02 16:23:50 +04:00
2010-08-18 16:08:59 +04:00
2010-05-24 00:41:18 +04:00
2010-08-13 14:07:27 +04:00
2010-06-07 17:27:40 +02:00
2010-08-17 14:54:29 +03:00
2010-06-29 10:28:17 +02:00
2010-05-27 20:01:43 +04:00
2010-05-19 11:18:59 +02:00
2010-06-02 14:01:26 +04:00
2010-05-26 22:34:25 +08:00
2010-04-02 19:17:43 +04:00
2010-07-12 10:38:38 -03:00
2010-04-03 00:30:22 +04:00
2010-04-13 19:04:45 +04:00
2010-07-07 10:38:11 +04:00
2010-04-13 19:04:45 +04:00
2010-04-03 21:35:51 +04:00
2010-08-02 16:36:41 +04:00
2010-06-22 22:53:08 +04:00
2010-06-08 10:47:23 +04:00
2010-06-20 02:02:58 +04:00
2010-03-18 13:38:29 +03:00
2010-04-07 13:59:02 +04:00
2010-04-02 19:17:43 +04:00
2010-03-18 13:38:29 +03:00
2010-03-25 15:49:01 +04:00
2010-05-09 02:03:35 +04:00
2010-07-30 16:56:57 +03:00
2010-06-11 10:15:55 +02:00
2010-06-09 14:45:04 +04:00
2010-07-09 14:39:47 +04:00
2010-07-29 01:02:43 +04:00
2010-06-17 22:51:35 +02:00
2010-07-15 18:46:41 +03:00
2010-06-30 16:25:13 +01:00
2010-06-26 22:23:28 +02:00
2010-06-25 09:07:18 +02:00
2010-08-09 14:11:29 +02: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-05 14:34:20 +04:00
2010-06-20 22:43:34 +02:00
2010-05-30 13:27:44 +04:00
2010-05-28 02:41:03 -05:00
2010-05-24 00:41:18 +04:00
2010-06-28 11:23:50 +02:00
2010-06-25 15:59:44 +03:00
2010-06-17 22:51:35 +02:00
2010-07-02 11:26:27 +02:00
2010-07-02 19:21:07 +04:00
2010-07-02 20:07:57 +04:00
2010-06-29 18:01:33 +04:00
2010-08-18 17:35:41 +08:00
2010-03-20 23:23:42 +03:00
2010-05-26 22:34:25 +08:00
2010-04-20 10:51:50 +02:00
2010-07-30 09:43:42 -03:00
2010-07-03 20:17:03 -03:00
2010-08-11 19:56:56 +02:00
2010-08-11 19:56:56 +02:00
2010-07-16 21:25:00 +03:00
2010-08-03 18:36:09 +08:00
2010-06-17 22:51:35 +02:00
2010-05-24 00:41:18 +04:00
2010-06-03 11:27:27 +02:00
2010-06-03 11:27:27 +02:00
2010-08-04 10:52:45 +02:00
2010-08-16 14:53:30 +02:00
2010-04-13 19:04:45 +04:00
2010-05-31 16:52:19 +04:00
2010-05-07 00:41:37 +04:00
2010-06-09 10:46:24 +02:00
2010-05-14 22:11:25 +04:00
2010-06-09 10:46:24 +02:00
2010-03-30 22:52:45 +02:00
2010-04-21 15:32:27 -07:00
2010-07-01 15:53:46 +02:00
2010-06-07 12:47:04 +04:00
2010-04-12 17:26:20 +03:00
2010-06-17 22:51:35 +02:00
2010-06-08 19:47:10 +02:00
2010-08-13 09:50:25 +02:00
2010-03-20 23:23:42 +03:00
2010-08-11 17:55:07 +02:00
2010-08-16 14:53:30 +02:00
2010-05-28 09:47:58 +04:00
2010-03-14 08:16:59 -03:00
2010-06-17 22:51:35 +02:00
2010-06-09 16:07:34 +04:00
2010-04-30 00:33:06 +04:00
2010-04-30 16:12:41 +04:00
2010-03-24 17:37:41 +01:00
2010-08-11 14:13:59 +02:00
2010-05-28 09:25:11 +04:00
2010-05-21 22:47:32 +04:00
2010-04-16 16:42:34 +05:00
2010-07-16 21:25:00 +03:00
2010-07-02 11:54:14 +02:00
2010-07-15 10:47:50 -03:00
2010-07-27 18:32:42 +04:00
2010-07-30 19:28:36 +04:00
2010-06-23 00:32:29 +04:00
2010-04-03 21:35:51 +04:00
2010-06-07 11:06:55 +04:00
2010-07-04 20:35:05 +01:00
2010-05-07 20:28:59 +04:00
2010-07-30 19:28:36 +04:00
2010-07-30 19:28:36 +04:00
2010-04-19 15:35:13 +02:00
2010-07-30 19:28:36 +04:00
2010-07-28 12:59:19 -03: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-06-17 22:51:35 +02:00
2010-03-18 13:38:29 +03:00
2010-08-05 15:34:19 +03:00
2010-06-25 16:32:47 +03:00
2010-04-01 18:49:02 +04:00
2010-06-23 13:34:40 +02:00
2010-08-18 17:35:41 +08:00
2010-06-11 17:32:12 +04:00
2010-05-25 17:01:38 -03:00
2010-03-20 23:23:42 +03:00
2010-05-05 13:28:37 +04:00
2010-05-28 17:30:39 +02:00
2010-03-18 13:38:29 +03:00
2010-05-31 13:38:10 +04:00
2010-03-22 12:33:25 +04:00
2010-03-24 18:03:44 +03:00
2010-08-18 17:35:41 +08:00
2010-07-19 11:03:52 +02:00
2010-05-21 22:47:32 +04:00
2010-05-05 15:00:59 +04:00
2010-05-24 00:41:18 +04:00
2010-07-27 14:25:53 +04:00
2010-06-06 13:19:29 +02:00
2010-07-03 20:17:03 -03:00
2010-03-24 18:03:44 +03:00