>Description:
        I started replication from UNIX_server(Distrib 3.23.33) to
windows_server(3.23.35a for win95/98). When I creating a table JJJ on a
master host, i see table jjj on slave instead of JJJ.
And more - any created locally on slave side in upper case table appearing
as lower case ...
Under UNIX there is no such problem... tables JJJ and jjj are different and
can exist at the same time. So, It's impossible to replicate such tables.
I can't test slave on other platforms...

>How-To-Repeat:
        build replication then do> CREATE TABLE JJJ(a char(1));CREATE
TABLE jjj(b char(7)); on master side and do> SHOW TABLES; on slave(windows
platform) side. U'll see an error on slave side and slave side will stop replication 
process.

>Fix:


>Submitter-Id:  <submitter ID>
>Originator:    Grebennikov Alexander
>Organization:
 
>MySQL support: none
>Synopsis:      Bug in chars case
>Severity:      serious
>Priority:      medium
>Category:      mysql
>Class:         
>Release:       mysql-3.23.35a (win98)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to