1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/mysql-test/t
evgen@moonbone.local d91cbf34ff Fix bug#14583
When InnoDB compares varchar field in ucs2 with given key using bin collation,
it calls my_strnncollsp_ucs2_bin() to perform comparison.
Because field length was lesser than length of key field should be padded
with trailing spaces in order to get correct result. 
Because  my_strnncollsp_ucs2_bin() was calling my_strnncollp_ucs2_bin(), which
doesn't pads field, wrong comparison result was returned. This results in
wrong result set.

my_strnncollsp_ucs2_bin() now compares fields like my_strnncollsp_ucs2 do,
but using binary collation.
2005-12-27 20:16:59 +03:00
..
2005-09-08 12:09:30 +04:00
2005-11-06 02:11:12 +03:00
2005-12-27 20:16:59 +03:00
2005-10-21 14:41:56 +05:00
2005-09-25 11:35:32 +02:00
2005-08-19 01:57:22 -07:00
2005-11-26 19:36:11 +01:00
2005-10-09 01:32:09 +02:00
2005-08-08 13:46:13 -07:00
2005-08-07 03:16:15 +01:00
2005-09-06 18:03:08 +04:00
2005-10-25 14:50:08 -07:00
2005-11-25 10:41:22 +01:00
2005-09-30 11:39:49 +02:00
2005-07-31 04:28:01 -07:00
2005-09-05 12:33:25 +02:00
2005-01-30 10:24:03 +00:00
2004-11-15 17:03:54 +01:00
2005-10-12 09:47:59 +02:00
2005-12-08 16:13:53 +01:00
2005-08-09 00:13:49 +03:00