9 messages in com.mysql.lists.bugsRe: [Bug #129359] Password updating c...
FromSent OnAttachments
nore...@sourceforge.net19 Jan 2001 00:35 
Michael Widenius19 Jan 2001 05:32 
Paul Cadach19 Jan 2001 09:08 
Michael Widenius20 Jan 2001 00:38 
Paul Cadach21 Jan 2001 10:35 
Paul Cadach23 Jan 2001 02:07 
Michael Widenius24 Jan 2001 16:32 
Paul Cadach24 Jan 2001 17:52 
Michael Widenius25 Jan 2001 03:15 
Subject:Re: [Bug #129359] Password updating crashes Win32 server
From:Michael Widenius (mon@mysql.com)
Date:01/20/2001 12:38:03 AM
List:com.mysql.lists.bugs

Hi!

"Paul" == Paul Cadach <pa@odt.east.telecom.kz> writes:

Paul> Hi, Paul> One more bug found this evening - when I issues "set Paul> character set cp1251_koi8" I have queries translated between Paul> Win-1251 and koi8-r tables (client uses Win1251, server - Paul> koi8-r). But when I'm trying to issue 'show fields from ...' Paul> I have UNTRANSLATED one. At least MS Access works over Paul> MyODBC requires this when tries to open table and checks Paul> fields with "show fields from ..." query.

Paul> WBR, Paul> Paul.

The problem is that currently we don't translate field or table names in the query itself, so we can't add translation of field or table names in SHOW without causing conflicts with old code.

In 4.0 we will change the behaveour to translate that whole query; Until this, you have to avoid using database, table and column names that uses translated characters.

Regards, Monty