1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Bug#20471 LIKE search fails with indexed utf8 char column

The main problem was already fixed by Igor under terms of 16674.
Adding some additional minor fixes and tests.
This commit is contained in:
bar@mysql.com/bar.intranet.mysql.r18.ru
2006-07-20 15:52:48 +05:00
parent 2eacb14d2e
commit 2a664ff6c2
6 changed files with 177 additions and 7 deletions

View File

@@ -2373,7 +2373,7 @@ CHARSET_INFO my_charset_utf8_bin=
1, /* mbminlen */
3, /* mbmaxlen */
0, /* min_sort_char */
255, /* max_sort_char */
0xFFFF, /* max_sort_char */
0, /* escape_with_backslash_is_dangerous */
&my_charset_utf8_handler,
&my_collation_mb_bin_handler