Just to be sure that this question is not supressed here :)

Recently I've come around that mysql (4.1.0 at least) treats different
queries containing non-english characters (in my case characters from
cp1251 charset) as the same query and therefore returns wrong results.
For example the following queries are regarded as identical while they are not:
SELECT FROM table WHERE name LIKE 'при%'
SELECT FROM table WHERE name LIKE 'про%'

Is this a bug or expected behaviour?


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to