Nuno Gonçalves writes:
> 
> 
> ----- Original Message -----
> From: "Gerald Clark" <[EMAIL PROTECTED]>
> To: "Nuno Gonçalves" <[EMAIL PROTECTED]>
> Cc: "Mailing list MySql" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 15, 2002 2:35 PM
> Subject: Re: MySQL can't tell the difference between two databases???
> 
> 
> > Is db2 a symlink to db1?
> 
> db2 is a symlink, but not to db1. I'm sure of that.
> 
> I've done some more tests. It appears that if you change something on one of
> the tables (adding a new column on the table products of db1), mysql decides
> that both tables on the two databases are different, and it starts to give
> the correct results.
> 
> I've also tested with INSERT and the same thing happens:
>     use db1
>     INSERT INTO products  .......;
>     use db2
>     INSERT INTO products  .......;
> The first insert ends up in both databases, and the second only appears in
> the first database.
> 
> Well, if this isn't a bug I don't know what it is.
> 

Hi!

I must admit that this sounds very strange.

Can you please make a test case, so that we can investigate a matter. 

Please follow instructions from the following chapter in our manual : 


How to Report Bugs or Problems
..............................


-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
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