6 messages in com.mysql.lists.bugsRe: uppercase missing in replication ...
FromSent OnAttachments
Norbert Titz30 Mar 2003 01:42 
Guilhem Bichot01 Apr 2003 05:57 
miguel solorzano01 Apr 2003 06:41 
Guilhem Bichot01 Apr 2003 06:55 
miguel solorzano01 Apr 2003 07:03 
Guilhem Bichot01 Apr 2003 08:06 
Subject:Re: uppercase missing in replication log-files
From:miguel solorzano (mig@mysql.com)
Date:04/01/2003 07:03:02 AM
List:com.mysql.lists.bugs

At 16:55 01/04/2003 +0200, Guilhem Bichot wrote:

mysql> show variables like "%lower%"; +------------------------+-------+ | Variable_name | Value | +------------------------+-------+ | lower_case_table_names | 0 | +------------------------+-------+ 1 row in set (0.00 sec)

Yes. So what is the problem with replication ? Is it "lower_case_table_names is not replicated" ?

The above means that with the default set, mysqld converts the tables names from uppercase to lower case. Then the replication code don't has nothing about.