2011/3/22 Marc Delisle <marc@infomarc.info>
³ÂÔÀ·å a ¨¦crit :
>
>
> 2011/3/21 Marc Delisle <marc@infomarc.info <mailto:marc@infomarc.info>>
>
>     ³ÂÔÀ·å a ¨¦crit :
>      > hi,
>      > I have made patch for that.Check it on my git .
>
>     (Please do not top-post. It's better to write your answer after my
>     question in your reply.)
>
>     Ok, the warnings are gone but there is still the problem of not being
>     warned if the target tables already exist.
>
> Hi,
>
> If there's a replicated table, message "Replicated Table Name:%s" will
> display. It works well for me.

After the first time I try it, the message is just shown for about one
second, I don't have time to read it.

Also, please do not use the term "replicated" because replication has
another meaning in MySQL:
http://dev.mysql.com/doc/refman/5.5/en/replication.html

I suggest "Table already exists".


--
Marc Delisle
http://infomarc.info

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi,

Thanks for your suggestions. I've made the patch, please check it on my git

Dennis Chen