Re: international LIKE in 4.1.1-alpha

2004-04-15 Thread Victoria Reznichenko
"Juri Shimon" <[EMAIL PROTECTED]> wrote: >> I was able to repeat it on 4.1.1 but your example worked fine on 4.1.2. > > Where I can get it? Binaries currently are not available, but you can install it from development source tree: http://dev.mysql.com/doc/mysql/en/Installing_source_tree

Re: international LIKE in 4.1.1-alpha

2004-04-15 Thread Juri Shimon
> I was able to repeat it on 4.1.1 but your example worked fine on 4.1.2. Where I can get it? Thanks! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: international LIKE in 4.1.1-alpha

2004-04-15 Thread Victoria Reznichenko
"Juri Shimon" <[EMAIL PROTECTED]> wrote: > Hi! > Win2000, MySql 4.1.1-alpha, cp1251 > > select 'ÃÎÍ×ÀÐÀ' like '%ÃÎÍ×ÀÐÀ%'-> 1 > select 'ÎËÅÑß ÃÎÍ×ÀÐÀ' like '%ÃÎÍ×ÀÐÀ%'-> 0 > > > It's a pity 8( > > Hint : > select 'ÎËÅÑß ÃÎÍ×ÀÐÀ' like '%%ÃÎÍ×ÀÐÀ%'-> 1(change leading % to %%) >