mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
"like" did not work in some cases with character set big5
This commit is contained in:
parent
56f4840563
commit
4bff43a724
5 changed files with 35 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ static my_bool my_like_range_big5(CHARSET_INFO *cs __attribute__((unused)),
|
|||
*min_length= (uint) (min_str-min_org);
|
||||
*max_length= res_length;
|
||||
do {
|
||||
*min_str++ = '\0'; /* Because if key compression */
|
||||
*min_str++ = ' '; /* Because if key compression */
|
||||
*max_str++ = max_sort_char;
|
||||
} while (min_str != min_end);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue