<br><br><div class="gmail_quote">2011/3/21 Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

³ÂÔÀ·å a ¨¦crit :<br>
<div>> hi,<br>
> I have made patch for that.Check it on my git .<br>
<br>
</div>(Please do not top-post. It's better to write your answer after my<br>
question in your reply.)<br>
<br>
Ok, the warnings are gone but there is still the problem of not being<br>
warned if the target tables already exist.<br>
<div><div></div><div><br>
><br>
> Thannks.<br>
><br>
> Dennis Chen<br>
><br>
> On 3/20/11, Marc Delisle <<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>> wrote:<br>
>> Le 2011-03-18 03:43, ³ÂÔÀ·å a ¨¦crit :<br>
>>> Hi,<br>
>>><br>
>>> I have made a patch for<br>
>>><br>
>>>     Copy set of tables to new name pattern - ID: 1863198<br>
>>><br>
>>> Please check it on <a href="http://repo.or.cz/r/phpmyadmin/dennischen.git/" target="_blank">http://repo.or.cz/r/phpmyadmin/dennischen.git/</a><br>
>>><br>
>>> Thanks<br>
>>><br>
>>> Dennis Chen<br>
>> Dennis,<br>
>><br>
>> Going to database / Operations (my phpMyAdmin is set to display errors)<br>
>> and I see these warnings:<br>
>><br>
>> Warning in ./libraries/common.lib.php#2475<br>
>> Missing argument 3 for PMA_display_html_checkbox(), called in<br>
>> db_operations.php on line 638<br>
>><br>
>> Backtrace<br>
>><br>
>> ./db_operations.php#638: PMA_display_html_checkbox(<br>
>> string replace_replicated_table,<br>
>> string Replace Replicated Tables,<br>
>> )<br>
>> Warning in ./libraries/common.lib.php#2475<br>
>> Missing argument 4 for PMA_display_html_checkbox(), called in<br>
>> db_operations.php on line 638 and defined<br>
>><br>
>> Backtrace<br>
>><br>
>> ./db_operations.php#638: PMA_display_html_checkbox(<br>
>> string replace_replicated_table,<br>
>> string Replace Replicated Tables,<br>
>> )<br>
>> Notice in ./libraries/common.lib.php#2477<br>
>><br>
>> Undefined variable: checked<br>
>><br>
>> Backtrace<br>
>><br>
>> ./db_operations.php#638: PMA_display_html_checkbox(<br>
>> string replace_replicated_table,<br>
>> string Replace Replicated Tables,<br>
>> )<br>
>> Notice in ./libraries/common.lib.php#2477<br>
>><br>
>> Undefined variable: onclick<br>
>><br>
>> Backtrace<br>
>><br>
>> ./db_operations.php#638: PMA_display_html_checkbox(<br>
>> string replace_replicated_table,<br>
>> string Replace Replicated Tables,<br>
>> )<br>
>> ==========<br>
>><br>
>> Then I proceed with a copy operation, by prefix. It seems to go well,<br>
>> but again I get some warnings:<br>
>><br>
>> Notice in ./db_operations.php#74<br>
>> Undefined variable: replace_replicated_table<br>
>><br>
>> Notice in ./db_operations.php#90<br>
>> Undefined variable: replace_replicated_table<br>
>><br>
>> Notice in ./db_operations.php#101<br>
>> Undefined variable: replace_replicated_table<br>
>><br>
>> Notice in ./db_operations.php#377<br>
>> Undefined variable: newname<br>
>><br>
>> =========<br>
>> Also, copying to existing prefix, I get "No operations", the message<br>
>> could be more explicit.<br>
<br>
<br>
<br>
--<br>
Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
Colocation vs. Managed Hosting<br>
A question and answer guide to determining the best fit<br>
for your organization - today and in the future.<br>
<a href="http://p.sf.net/sfu/internap-sfd2d" target="_blank">http://p.sf.net/sfu/internap-sfd2d</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net" target="_blank">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</div></div></blockquote></div><br><div>Hi,</div><div><br></div><div>If there's a replicated table, message "Replicated Table Name:%s" will display. It works well for me.</div>